423e5af535ba8de994c86a920e80b8a8e3b97068
[gnulib.git] / ChangeLog
1 2007-06-05  Bruno Haible  <bruno@clisp.org>
2
3         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
4         typo in variable name.
5
6 2007-06-05  Eric Blake  <ebb9@byu.net>
7
8         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
9         Reported by Simon Josefsson.
10
11 2007-06-04  Bruno Haible  <bruno@clisp.org>
12
13         Avoid test failures on some PowerPC platforms.
14         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
15         Define differently for PowerPC.
16         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
17         Reported by Gary V. Vaughan <gary@gnu.org>.
18
19 2007-06-02  Bruno Haible  <bruno@clisp.org>
20
21         Fix test-stdint failure on FreeBSD/ia64.
22         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
23         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
24         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
25         * doc/headers/stdint.texi: Update.
26
27 2007-06-01  Bruno Haible  <bruno@clisp.org>
28
29         * tests/test-binary-io.c (main): Pass a third argument to open().
30         Reported by Gary V. Vaughan <gary@gnu.org>.
31
32 2007-06-01  Bruno Haible  <bruno@clisp.org>
33
34         * doc/functions/frexpl.texi: Update for mingw.
35
36 2007-06-01  Bruno Haible  <bruno@clisp.org>
37
38         * tests/test-lseek.c (main): Disable test of errno for invalid third
39         argument.
40         * doc/functions/lseek.texi: Update.
41         Reported by Gary V. Vaughan <gary@gnu.org>.
42
43 2007-05-28  Bruno Haible  <bruno@clisp.org>
44
45         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
46
47 2007-05-31  Eric Blake  <ebb9@byu.net>
48
49         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
50         cross compiling.
51
52 2007-05-30  Eric Blake  <ebb9@byu.net>
53         and Bruno Haible  <bruno@clisp.org>
54
55         Work around mingw test failures exposed by m4-1.4.9b.
56         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
57         * tests/test-unistd.c: Disable uid_t and git_t tests for the
58         moment.
59
60 2007-05-30  Bruno Haible  <bruno@clisp.org>
61
62         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
63         assuming that they are closed. Needed on HP-UX 11.
64
65 2007-05-29  Bruno Haible  <bruno@clisp.org>
66
67         Fix a problem with #include_next.
68         * lib/dirent_.h: Split the double-inclusion guard.
69         * lib/fcntl_.h: Likewise.
70         * lib/float_.h: Likewise.
71         * lib/iconv_.h: Likewise.
72         * lib/inttypes_.h: Likewise.
73         * lib/locale_.h: Likewise.
74         * lib/math_.h: Likewise.
75         * lib/netinet_in_.h: Likewise.
76         * lib/search_.h: Likewise.
77         * lib/signal_.h: Likewise.
78         * lib/stdint_.h: Likewise.
79         * lib/stdio_.h: Likewise.
80         * lib/stdlib_.h: Likewise.
81         * lib/string_.h: Likewise.
82         * lib/sys_select_.h: Likewise.
83         * lib/sys_socket_.h: Likewise.
84         * lib/sys_stat_.h: Likewise.
85         * lib/sys_time_.h: Likewise.
86         * lib/sysexits_.h: Likewise.
87         * lib/time_.h: Likewise.
88         * lib/unistd_.h: Likewise.
89         * lib/wchar_.h: Likewise.
90         * lib/wctype_.h: Likewise.
91
92 2007-05-29  Bruno Haible  <bruno@clisp.org>
93
94         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
95         for the moment.
96
97 2007-05-29  Bruno Haible  <bruno@clisp.org>
98
99         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
100         invocation.
101         Reported by Eric Blake.
102
103 2007-05-29  Bruno Haible  <bruno@clisp.org>
104
105         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
106         compiling case.
107
108 2007-05-29  Eric Blake  <ebb9@byu.net>
109             Bruno Haible  <bruno@clisp.org>
110
111         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
112         cross compiles.
113
114 2007-05-28  Eric Blake  <ebb9@byu.net>
115
116         * modules/closein-tests (test_closein_LDADD): Support test on
117         cygwin with libtool.
118
119 2007-05-28  Bruno Haible  <bruno@clisp.org>
120
121         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
122         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
123         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
124         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
125         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
126         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
127         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
128         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
129         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
130
131 2007-05-28  Eric Blake  <ebb9@byu.net>
132
133         Unconditionally include <config.h> in unit tests.
134         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
135         * tests/test-allocsa.c, tests/test-arcfour.c,
136         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
137         tests/test-array_list.c, tests/test-array_oset.c,
138         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
139         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
140         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
141         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
142         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
143         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
144         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
145         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
146         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
147         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
148         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
149         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
150         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
151         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
152         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
153         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
154         test-md5.c, test-memmem.c, test-printf-posix.c,
155         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
156         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
157         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
158         test-strcasestr.c, test-striconv.c, test-striconveh.c,
159         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
160         test-vasnprintf-posix2.c, test-vasnprintf.c,
161         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
162         test-vfprintf-posix.c, test-vprintf-posix.c,
163         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
164         test-xvasprintf.c: Likewise.
165
166 2007-05-28  Bruno Haible  <bruno@clisp.org>
167
168         * gnulib-tool (func_import): Remember the --with-tests command-line
169         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
170         Reported by Eric Blake.
171
172 2007-05-28  Bruno Haible  <bruno@clisp.org>
173
174         * modules/ftell-tests: New file.
175         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
176         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
177
178         * lib/ftell.c: New file.
179         * modules/ftell: New file.
180         * m4/ftell.m4: New file.
181         * doc/functions/ftell.texi: Update.
182         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
183         REPLACE_FTELL.
184         * lib/stdio_.h (rpl_ftell): New declaration.
185         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
186         REPLACE_FTELL.
187
188 2007-05-28  Eric Blake  <ebb9@byu.net>
189
190         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
191
192 2007-05-28  Bruno Haible  <bruno@clisp.org>
193
194         * modules/fseek-tests: New file.
195         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
196         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
197
198         * lib/fseek.c: New file.
199         * modules/fseek: New file.
200         * m4/fseek.m4: New file.
201         * doc/functions/fseek.texi: Update.
202         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
203         REPLACE_FSEEK.
204         * lib/stdio_.h (rpl_fseek): New declaration.
205         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
206         REPLACE_FSEEK.
207
208 2007-05-28  Bruno Haible  <bruno@clisp.org>
209
210         * lib/stdio_.h (fflush): More comments.
211
212 2007-05-28  Bruno Haible  <bruno@clisp.org>
213
214         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
215         runtime test.
216
217 2007-05-28  Eric Blake  <ebb9@byu.net>
218
219         Improve lseek module.
220         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
221         * lib/unistd_.h (lseek): Scale back link warning message.
222         * tests/test-lseek.c: Beef up test.
223         * tests/test-lseek.sh: Exercise more facets of lseek.
224         Reported by Bruno Haible.
225
226 2007-05-28  Bruno Haible  <bruno@clisp.org>
227
228         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
229         to define.
230
231 2007-05-27  Bruno Haible  <bruno@clisp.org>
232
233         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
234
235 2007-05-27  Bruno Haible  <bruno@clisp.org>
236
237         * modules/openmp: New file.
238         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
239         Noah Misch.
240
241 2007-05-26  Bruno Haible  <bruno@clisp.org>
242
243         * modules/chdir-long (Depends-on): Add fchdir.
244         * modules/chdir-safer (Depends-on): Likewise.
245         * modules/fts (Depends-on): Likewise.
246         * modules/fts-lgpl (Depends-on): Likewise.
247         * modules/openat (Depends-on): Likewise.
248         * modules/savewd (Depends-on): Likewise.
249
250 2007-05-24  Eric Blake  <ebb9@byu.net>
251
252         Fix lseek on mingw.
253         * modules/lseek: New module.
254         * m4/lseek.m4: New file.
255         * lib/lseek.c: New file.
256         * modules/lseek-tests: New file.
257         * tests/test-lseek.c: New file.
258         * tests/test-lseek.sh: New file.
259         * MODULES.html.sh: Document lseek module.
260         * modules/fflush (Depends-on): Add lseek, fseeko.
261         * modules/fseeko (Depends-on): Likewise.
262         * modules/ftello (Depends-on): Likewise.
263         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
264         broken.
265         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
266         broken.
267         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
268         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
269         * lib/ftello.c (rpl_ftello): Likewise.
270         * tests/test-fseeko.c (main): Test this.
271         * tests/test-fseeko.sh: Likewise.
272         * tests/test-ftello.c (main): Likewise.
273         * tests/test-ftello.sh: Likewise.
274         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
275         implies replacing fseek.
276         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
277         HAVE_FTELLO.
278         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
279         * modules/unistd (Makefile.am): Likewise.
280         * lib/unistd_.h (lseek): Declare a replacement.
281         * doc/functions/lseek.texi (lseek): Document this fix.
282         * doc/functions/fseek.texi (fseek): Likewise.
283         * doc/functions/ftell.texi (ftell): Likewise.
284
285 2007-05-24  Bruno Haible  <bruno@clisp.org>
286
287         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
288         in the printed representation of a NaN.
289         * tests/test-vasprintf-posix.c (test_function): Likewise.
290         * tests/test-snprintf-posix.h (test_function): Likewise.
291         * tests/test-sprintf-posix.h (test_function): Likewise.
292         Reported by Eric Blake.
293
294 2007-05-23  Eric Blake  <ebb9@byu.net>
295
296         Fix fseeko/ftello on cygwin 1.5.24.
297         * doc/functions/fseeko.texi (fseeko): Document the fix.
298         * doc/functions/ftello.texi (ftello): Document the fix.
299         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
300         * doc/functions/stdout.text (stdout): New file.
301         * doc/functions/stderr.text (stderr): New file.
302         * doc/gnulib.texi (Function Substitutes): Use new files.
303         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
304         prior to 1.7.0.
305         * tests/test-ftello.c (main): Likewise for ftello.
306         * tests/test-fseeko.sh: New file.
307         * tests/test-ftello.sh: New file.
308         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
309         with seekable stdin.
310         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
311         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
312         (gl_REPLACE_FSEEKO): New macro.
313         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
314         * modules/fseeko (Files): Distribute fseeko.c.
315         * modules/ftello (Files): Distribute ftello.c.
316         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
317         mode.
318         * lib/ftello.c (rpl_ftello): New file.
319         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
320         fseeko, ftello.
321         (gl_STDIN_LARGE_OFFSET): New macro.
322         * modules/stdio (Makefile.am): Perform the replacement.
323         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
324
325 2007-05-23  Bruno Haible  <bruno@clisp.org>
326
327         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
328         GNULIB_POSIXCHECK is defined.
329
330 2007-05-21  Bruno Haible  <bruno@clisp.org>
331
332         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
333         Check also the output for NaN arguments. When cross-compiling, guess
334         no on IRIX.
335         * lib/vasnprintf.c: Update comments.
336         * tests/test-vasnprintf-posix.c (strisnan): New function.
337         (test_function): Use it.
338         * tests/test-vasprintf-posix.c (strisnan): New function.
339         (test_function): Use it.
340         * tests/test-snprintf-posix.h (strisnan): New function.
341         (test_function): Use it.
342         * tests/test-sprintf-posix.h (strisnan): New function.
343         (test_function): Use it.
344         Reported by Eric Blake.
345
346 2007-05-20  Bruno Haible  <bruno@clisp.org>
347
348         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
349         numbers that fails on BeOS.
350         * doc/functions/frexpl.texi: Update.
351
352 2007-05-20  Jim Meyering  <jim@meyering.net>
353
354         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
355         forced upon us by glibc-2.6.
356
357 2007-05-20  Bruno Haible  <bruno@clisp.org>
358
359         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
360         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
361         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
362         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
363         NEED_PRINTF_INFINITE.
364         (is_infinitel): New function.
365         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
366         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
367         gl_PREREQ_VASNPRINTF_INFINITE.
368         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
369         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
370         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
371         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
372         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
373         gl_PREREQ_VASNPRINTF_INFINITE.
374         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
375         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
376         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
377         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
378         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
379         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
380         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
381         * doc/functions/fprintf.texi: Update.
382         * doc/functions/printf.texi: Update.
383         * doc/functions/snprintf.texi: Update.
384         * doc/functions/sprintf.texi: Update.
385         * doc/functions/vfprintf.texi: Update.
386         * doc/functions/vprintf.texi: Update.
387         * doc/functions/vsnprintf.texi: Update.
388         * doc/functions/vsprintf.texi: Update.
389
390 2007-05-20  Bruno Haible  <bruno@clisp.org>
391
392         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
393         was not found in libc.
394         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
395
396 2007-05-20  Bruno Haible  <bruno@clisp.org>
397
398         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
399         printed as "-nan" instead of "nan".
400         * tests/test-vasprintf-posix.c (test_function): Likewise.
401         * tests/test-snprintf-posix.h (test_function): Likewise.
402         * tests/test-sprintf-posix.h (test_function): Likewise.
403         Needed for HP-UX 11.
404
405 2007-05-20  Jim Meyering  <jim@meyering.net>
406
407         Fix buggy test for the fchownat-deref bug.
408         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
409         symlink required for the run-test.  Without it, this test would
410         always declare that fchownat doesn't work, and client code would
411         unnecessarily use the replacement function with fixed libc.
412         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
413         Reported by Greg Schafer.
414
415 2007-05-19  Bruno Haible  <bruno@clisp.org>
416
417         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
418         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
419         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
420         Needed for IRIX 6.5 and Solaris 2.5.1.
421
422 2007-05-19  Bruno Haible  <bruno@clisp.org>
423
424         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
425         (test_function): Skip tests involving -0.0 on platforms where
426         -0.0 = 0.0.
427         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
428         (test_function): Skip tests involving -0.0 on platforms where
429         -0.0 = 0.0.
430         * tests/test-snprintf-posix.h (have_minus_zero): New function.
431         (test_function): Skip tests involving -0.0 on platforms where
432         -0.0 = 0.0.
433         * tests/test-sprintf-posix.h (have_minus_zero): New function.
434         (test_function): Skip tests involving -0.0 on platforms where
435         -0.0 = 0.0.
436         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
437         tests.
438         * tests/test-printf-posix.h (test_function): Likewise.
439         * tests/test-printf-posix.output: Remove all -0.0 related results.
440         Needed for IRIX 6.5.
441
442 2007-05-19  Bruno Haible  <bruno@clisp.org>
443
444         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
445         printed as "nan0x7fffffff" instead of "nan".
446         * tests/test-vasprintf-posix.c (test_function): Likewise.
447         * tests/test-snprintf-posix.h (test_function): Likewise.
448         * tests/test-sprintf-posix.h (test_function): Likewise.
449         * tests/test-fprintf-posix.h (NaN): Remove macro.
450         (test_function): Remove all NaN related tests.
451         * tests/test-printf-posix.h (NaN): Remove macro.
452         (test_function): Remove all NaN related tests.
453         * tests/test-printf-posix.output: Remove all NaN related results.
454         Needed for IRIX 6.5.
455
456 2007-05-19  Bruno Haible  <bruno@clisp.org>
457
458         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
459         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
460
461 2007-05-19  Bruno Haible  <bruno@clisp.org>
462
463         * lib/float_.h: New file.
464         * m4/float_h.m4: New file.
465         * modules/float: New file.
466         * modules/isnanl (Dependencies): Add float.
467         * modules/isnanl-nolibm (Dependencies): Likewise.
468         * modules/mathl (Dependencies): Likewise.
469         * modules/printf-frexpl (Dependencies): Likewise.
470         * modules/signbit (Dependencies): Likewise.
471         * modules/vasnprintf (Dependencies): Likewise.
472         * doc/headers/float.texi: Update.
473
474 2007-05-19  Jim Meyering  <jim@meyering.net>
475
476         * lib/utimens.c (gl_futimens): Rename from futimens,
477         now that glibc-2.6 declares futimens.
478         * lib/utimens.h: Likewise.
479
480 2007-05-19  Bruno Haible  <bruno@clisp.org>
481
482         Avoid test failures on mingw.
483         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
484         * tests/test-printf-posix.sh: Likewise.
485         * tests/test-vfprintf-posix.sh: Likewise.
486         * tests/test-vprintf-posix.sh: Likewise.
487
488 2007-05-19  Bruno Haible  <bruno@clisp.org>
489
490         Fix *printf result for NaN, Inf, -0.0 on mingw.
491         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
492         * lib/vasnprintf.c: Include math.h and isnan.h.
493         (is_infinite_or_zero): New function.
494         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
495         values in the %f, %F, %e, %E, %g, %G directives.
496         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
497         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
498         gl_PRINTF_INFINITE and test its result. Invoke
499         gl_PREREQ_VASNPRINTF_INFINITE.
500         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
501         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
502         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
503         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
504         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
505         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
506         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
507         * doc/functions/fprintf.texi: Update.
508         * doc/functions/printf.texi: Update.
509         * doc/functions/snprintf.texi: Update.
510         * doc/functions/sprintf.texi: Update.
511         * doc/functions/vfprintf.texi: Update.
512         * doc/functions/vprintf.texi: Update.
513         * doc/functions/vsnprintf.texi: Update.
514         * doc/functions/vsprintf.texi: Update.
515
516 2007-05-19  Bruno Haible  <bruno@clisp.org>
517
518         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
519         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
520         Instead of multiplying with 10^k, set extra_zeroes to k.
521         (scale10_round_long_double): Remove function.
522
523 2007-05-18  Bruno Haible  <bruno@clisp.org>
524
525         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
526         introduced on 2007-05-06.
527
528 2007-05-18  Bruno Haible  <bruno@clisp.org>
529
530         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
531         %g directives.
532         * tests/test-vasprintf-posix.c (test_function): Likewise.
533         * tests/test-snprintf-posix.h (test_function): Likewise.
534         * tests/test-sprintf-posix.h (test_function): Likewise.
535
536 2007-05-18  Bruno Haible  <bruno@clisp.org>
537
538         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
539         (strmatch): New function.
540         (test_function): Test the %f directive on numbers of various exponents.
541         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
542         (strmatch): New function.
543         (test_function): Test the %f directive on numbers of various exponents.
544         * tests/test-snprintf-posix.h (strmatch): New function.
545         (test_function): Test the %f directive on numbers of various exponents.
546         * tests/test-sprintf-posix.h (strmatch): New function.
547         (test_function): Test the %f directive on numbers of various exponents.
548         * tests/test-snprintf-posix.c (SIZEOF): New macro.
549         * tests/test-sprintf-posix.c (SIZEOF): New macro.
550         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
551         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
552
553 2007-05-18  Bruno Haible  <bruno@clisp.org>
554
555         Add support for 'long double' number output.
556         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
557         * lib/vasnprintf.c: Include math.h and float+.h.
558         (mp_limb_t): New type.
559         (GMP_LIMB_BITS): New macro.
560         (mp_twolimb_t): New type.
561         (GMP_TWOLIMB_BITS): New macro.
562         (mpn_t): New type.
563         (multiply, divide, convert_to_decimal, decode_long_double,
564         scale10_round_long_double, scale10_round_decimal_long_double,
565         floorlog10l): New functions.
566         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
567         for the %f, %F, %e, %E, %g, %G directives.
568         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
569         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
570         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
571         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
572         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
573         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
574         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
575         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
576         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
577         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
578         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
579         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
580         * modules/snprintf-posix (Depends-on): Likewise.
581         * modules/sprintf-posix (Depends-on): Likewise.
582         * modules/vasnprintf-posix (Depends-on): Likewise.
583         * modules/vasprintf-posix (Depends-on): Likewise.
584         * modules/vfprintf-posix (Depends-on): Likewise.
585         * modules/vsnprintf-posix (Depends-on): Likewise.
586         * modules/vsprintf-posix (Depends-on): Likewise.
587         * modules/vasnprintf (Files): Add lib/float+.h.
588         * doc/functions/fprintf.texi: Update.
589         * doc/functions/printf.texi: Update.
590         * doc/functions/snprintf.texi: Update.
591         * doc/functions/sprintf.texi: Update.
592         * doc/functions/vfprintf.texi: Update.
593         * doc/functions/vprintf.texi: Update.
594         * doc/functions/vsnprintf.texi: Update.
595         * doc/functions/vsprintf.texi: Update.
596
597 2007-05-18  Bruno Haible  <bruno@clisp.org>
598
599         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
600
601 2007-05-18  Bruno Haible  <bruno@clisp.org>
602
603         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
604         for printing 64-bit integers. Needed for mingw.
605
606 2007-05-18  Bruno Haible  <bruno@clisp.org>
607
608         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
609         gl_FUNC_FREXPL_WORKS.
610         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
611
612 2007-05-18  Bruno Haible  <bruno@clisp.org>
613
614         * modules/frexpl-nolibm-tests: New file.
615
616         * modules/frexpl-nolibm: New file.
617         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
618
619 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
620
621         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
622         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
623         GCC 4.2, which otherwise issues a lot of warnings.
624         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
625         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
626         Likewise.
627         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
628         * modules/iconv_open (iconv.h): Likewise.
629         * modules/locale (locale.h): Likewise.
630         * modules/netinet_in (netinet/in.h): Likewise.
631         * modules/sys_select (sys_select.h): Likewise.
632         * modules/sys_socket (sys/socket.h): Likewise.
633         * modules/sys_stat (sys/stat.h): Likewise.
634         * modules/sysexits (sysexits.h): Likewise.
635         * modules/unistd (unistd.h): Likewise.
636
637 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
638
639         * modules/closein-tests (Makefile.am): Distribute
640         `test-closein.sh'.
641
642 2007-05-17  Bruno Haible  <bruno@clisp.org>
643
644         * tests/test-printf-posix.output: Renamed from
645         tests/test-fprintf-posix.out.
646         * modules/fprintf-posix-tests: Update.
647         * modules/printf-posix-tests: Update.
648         * modules/vfprintf-posix-tests: Update.
649         * modules/vprintf-posix-tests: Update.
650         * tests/test-fprintf-posix.sh: Update.
651         * tests/test-printf-posix.sh: Update.
652         * tests/test-vfprintf-posix.sh: Update.
653         * tests/test-vprintf-posix.sh: Update.
654         Reported by Ralf Wildenhues.
655
656 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
657
658         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
659         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
660         GCC 4.2, which otherwise issues a lot of warnings.
661         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
662         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
663         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
664         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
665         it should no longer be needed.
666         * lib/string_.h: Likewise.
667         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
668         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
669         * modules/inttypes (inttypes.h): Likewise.
670         * modules/math (math.h): Likewise.
671         * modules/search (search.h): Likewise.
672         * modules/signal (signal.h): Likewise.
673         * modules/stdint (stdint.h): Likewise.
674         * modules/stdio (stdio.h): Likewise.
675         * modules/stdlib (stdlib.h): Likewise.
676         * modules/string (string.h): Likewise.
677         * modules/sys_time (sys/time.h): Likewise.
678         * modules/time (time.h): Likewise.
679         * modules/wchar (wchar.h): Likewise.
680         * modules/wctype (wtype.h): Likewise.
681
682 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
683
684         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
685
686 2007-05-13  Bruno Haible  <bruno@clisp.org>
687
688         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
689         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
690         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
691         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
692         (gl_PREREQ_STRTOK_R): Don't require it here.
693
694 2007-05-13  Bruno Haible  <bruno@clisp.org>
695
696         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
697         when used in C++ mode.
698
699 2007-05-12  Bruno Haible  <bruno@clisp.org>
700
701         * lib/linebuffer.h: Tweak doc.
702         * lib/linebuffer.c: Likewise.
703
704 2007-05-12  James Youngman  <jay@gnu.org>
705
706         * lib/linebuffer.c (readlinebuffer_delim): New function,
707         like readlinebuffer, but use a caller-specified delimiter.
708         (readlinebuffer): Just call readlinebuffer_delim with '\n'
709         as the delimiter.
710         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
711
712 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
713
714         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
715         * modules/openat (Files): Remove openat-die.c.
716         (Depends-on): Add openat-die.
717         * modules/openat-die: New module.
718
719 2007-05-06  Bruno Haible  <bruno@clisp.org>
720
721         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
722         Update with info about Cygwin.
723         * doc/functions/fprintf.texi: Update.
724         * doc/functions/printf.texi: Update.
725         * doc/functions/snprintf.texi: Update.
726         * doc/functions/sprintf.texi: Update.
727         * doc/functions/vfprintf.texi: Update.
728         * doc/functions/vprintf.texi: Update.
729         * doc/functions/vsnprintf.texi: Update.
730         * doc/functions/vsprintf.texi: Update.
731         Reported by Eric Blake.
732
733 2007-05-06  Bruno Haible  <bruno@clisp.org>
734
735         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
736         padding ourselves for the floating-point directives.
737         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
738         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
739         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
740         gl_PRINTF_FLAG_ZERO and test its result. Invoke
741         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
742         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
743         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
744         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
745         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
746         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
747         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
748         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
749         * tests/test-snprintf-posix.h (test_function): Also check the width
750         and some flags in the %f directive.
751         * tests/test-sprintf-posix.h (test_function): Likewise.
752         * tests/test-vasnprintf-posix.c (test_function): Likewise.
753         * tests/test-vasprintf-posix.c (test_function): Likewise.
754         * doc/functions/fprintf.texi: Update.
755         * doc/functions/printf.texi: Update.
756         * doc/functions/snprintf.texi: Update.
757         * doc/functions/sprintf.texi: Update.
758         * doc/functions/vfprintf.texi: Update.
759         * doc/functions/vprintf.texi: Update.
760         * doc/functions/vsnprintf.texi: Update.
761         * doc/functions/vsprintf.texi: Update.
762
763 2007-05-06  Bruno Haible  <bruno@clisp.org>
764
765         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
766         pass the ' flag character to sprintf or snprintf.
767         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
768         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
769         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
770         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
771         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
772         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
773         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
774         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
775         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
776         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
777         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
778         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
779         * tests/test-snprintf-posix.h (test_function): Also check the grouping
780         flag.
781         * tests/test-sprintf-posix.h (test_function): Likewise.
782         * tests/test-vasnprintf-posix.c (test_function): Likewise.
783         * tests/test-vasprintf-posix.c (test_function): Likewise.
784         * doc/functions/fprintf.texi: Update.
785         * doc/functions/printf.texi: Update.
786         * doc/functions/snprintf.texi: Update.
787         * doc/functions/sprintf.texi: Update.
788         * doc/functions/vfprintf.texi: Update.
789         * doc/functions/vprintf.texi: Update.
790         * doc/functions/vsnprintf.texi: Update.
791         * doc/functions/vsprintf.texi: Update.
792
793 2007-05-01  Bruno Haible  <bruno@clisp.org>
794
795         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
796
797 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
798
799         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
800         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
801
802 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
803
804         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
805         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
806         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
807
808 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
809
810         * lib/argp-help.c (struct hol_entry): New member `ord'.
811         (HOL_ENTRY_PTRCMP): Use ord for comparison
812         (hol_sort): Initialize ord.
813
814 2007-05-01  Bruno Haible  <bruno@clisp.org>
815
816         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
817         Reported by Eric Blake.
818         * doc/gnulib.texi (Function Substitutes): Update.
819
820 2007-05-01  Bruno Haible  <bruno@clisp.org>
821
822         * doc/functions.texi: Remove file, now redundant through
823         doc/functions/*.texi.
824
825 2007-05-01  Bruno Haible  <bruno@clisp.org>
826
827         * modules/argp (Depends-on): Add sleep.
828
829 2007-05-01  Bruno Haible  <bruno@clisp.org>
830
831         * modules/sleep-tests: New file.
832         * tests/test-sleep.c: New file.
833
834         * modules/sleep: New file.
835         * lib/sleep.c: New file.
836         * m4/sleep.m4: New file.
837         * lib/unistd_.h (sleep): New declaration.
838         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
839         HAVE_SLEEP.
840         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
841         * doc/functions/sleep.texi: Document the sleep module.
842
843 2007-05-01  Bruno Haible  <bruno@clisp.org>
844
845         * lib/sigprocmask.h: Remove file.
846         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
847         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
848         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
849         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
850         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
851         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
852         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
853         HAVE_SIGSET_T as a shell variable.
854         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
855         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
856         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
857         (Depends-on): Add signal. Remove verify.
858         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
859         (Include): Mention <signal.h> instead of sigprocmask.h.
860         * NEWS: Mention the change.
861         * lib/fatal-signal.c: Don't include sigprocmask.h.
862
863 2007-05-01  Bruno Haible  <bruno@clisp.org>
864
865         * modules/signal: New file.
866         * lib/signal_.h: New file.
867         * m4/signal_h.m4: New file.
868
869 2007-05-01  Bruno Haible  <bruno@clisp.org>
870
871         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
872         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
873         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
874         HAVE_WCTYPE_CTMP_BUG into wctype.h.
875
876 2007-05-01  Bruno Haible  <bruno@clisp.org>
877
878         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
879         configure time.
880         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
881         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
882         * modules/sys_stat (Makefile.am): Substitute their values into
883         sys/stat.h.
884
885 2007-05-01  Bruno Haible  <bruno@clisp.org>
886
887         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
888         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
889         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
890
891 2007-05-01  Bruno Haible  <bruno@clisp.org>
892
893         * doc/header/assert.texi: Undo last change: don't mention the gnulib
894         'assert' module here.
895
896 2007-05-01  Bruno Haible  <bruno@clisp.org>
897
898         * doc/functions/*.texi: New files.
899         * doc/functions/google-ranking.txt: New file.
900         * doc/gnulib.texi (Function Substitutes): New chapter.
901         (ctime, inet_ntoa): Remove sections.
902         * doc/ctime.texi: Remove file.
903         * doc/inet_ntoa.texi: Remove file.
904         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
905         dependencies.
906         (%.info): New rule, specifying a --reference-limit.
907
908 2007-05-01  Bruno Haible  <bruno@clisp.org>
909
910         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
911
912 2007-05-01  Bruno Haible  <bruno@clisp.org>
913
914         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
915         the portability of 'mkdir' to mingw systems.
916
917 2007-05-01  Bruno Haible  <bruno@clisp.org>
918
919         * doc/headers/google-ranking.txt: New file.
920
921 2007-04-30  Eric Blake  <ebb9@byu.net>
922
923         Prefer fseeko to fseek.
924         * modules/getpass (Depends-on): Add fseeko.
925         * lib/getpass.c (getpass): Use fseeko, not fseek.
926
927 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
928
929         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
930         assumes the sorting is stable, while most qsort implementations
931         are not.  Use argument addresses to ensure they never compare as
932         equal.
933
934         * tests/test-argp-2.sh (usage-indent test): Fix output
935         (func_compare): Restore diff options
936         * tests/test-argp.c: Restore #include "progname.h"
937
938 2007-04-29  Bruno Haible  <bruno@clisp.org>
939
940         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
941         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
942         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
943         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
944         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
945         (configure.ac): Define CHECK_SNPRINTF_POSIX.
946         (TESTS, check_PROGRAMS): Add test-snprintf.
947         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
948         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
949         (TESTS, check_PROGRAMS): Add test-vsnprintf.
950         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
951         assertions that fail on HP-UX, OSF/1, or IRIX.
952         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
953
954 2007-04-29  Bruno Haible  <bruno@clisp.org>
955
956         * MODULES.html.sh (posix_functions): Remove 'contents'.
957
958 2007-04-29  Karl Berry  <karl@gnu.org>
959
960         * config/srclist.txt (gendocs_template_min): new entry.
961
962 2007-04-29  Bruno Haible  <bruno@clisp.org>
963
964         Work around fpurge bug on BSD systems.
965         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
966         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
967         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
968         fpurge to rpl_fpurge if the system already has this function.
969         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
970         the case where the system already has this function. Correct invariants
971         on BSD systems.
972         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
973         BSD systems.
974
975 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
976
977         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
978         proposed by Sven Verdoolaege.
979
980         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
981         options.
982         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
983         (usage and help tests): Update
984
985 2007-04-29  Bruno Haible  <bruno@clisp.org>
986
987         * tests/test-fflush.c (main): Use a file of size 17, not 10.
988         Print more information in case of failure. Disable a test on BeOS.
989
990 2007-04-29  Bruno Haible  <bruno@clisp.org>
991
992         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
993         This helps debugging on systems on which no gdb is available.
994
995 2007-04-29  Bruno Haible  <bruno@clisp.org>
996
997         * lib/freading.h: Improve comments.
998         * lib/fwriting.h: Likewise.
999         * tests/test-freading.c (main): Don't check freading immediately after
1000         repositioning. Needed for glibc.
1001
1002 2007-04-29  Bruno Haible  <bruno@clisp.org>
1003
1004         * lib/freading.c (freading): Trivial simplification.
1005
1006 2007-04-28  Bruno Haible  <bruno@clisp.org>
1007
1008         * tests/test-fwriting.c (main): Also test the interaction between
1009         fflush and fwriting.
1010         * modules/fwriting-tests (Depends-on): Add fflush.
1011
1012         * tests/test-freading.c (main): Also test the interaction between
1013         fflush and freading.
1014         * modules/freading-tests (Depends-on): Add fflush.
1015
1016 2007-04-28  Bruno Haible  <bruno@clisp.org>
1017
1018         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1019         fseeko and ftello.
1020         Suggested by Eric Blake.
1021
1022 2007-04-28  Jim Meyering  <jim@meyering.net>
1023
1024         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1025         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1026         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1027
1028 2007-04-27  Eric Blake  <ebb9@byu.net>
1029
1030         * doc/headers/assert.texi (assert.h): Document assert module use.
1031
1032 2007-04-27  Bruno Haible  <bruno@clisp.org>
1033
1034         * doc/headers/*.texi: New files.
1035         * doc/gnulib.texi (Header File Substitutes): New chapter.
1036         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1037         dependencies.
1038         (standards.info ,standards.html, standards.dvi): Update dependencies.
1039         (mostlyclean, clean): New targets.
1040
1041 2007-04-27  Bruno Haible  <bruno@clisp.org>
1042
1043         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1044         * modules/sysexits (Files, Makefile.am): Update.
1045
1046         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1047         * modules/sys_socket (Files, Makefile.am): Update.
1048
1049         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1050         * modules/sys_stat (Files, Makefile.am): Update.
1051
1052 2007-04-27  Eric Blake  <ebb9@byu.net>
1053
1054         * lib/freading.h: Improve comments.
1055         * lib/fwriting.h: Likewise.
1056         * lib/fflush.c: Likewise.
1057
1058         Fix closein for mingw.
1059         * modules/closein-tests: Add tests for closein.
1060         * tests/test-closein.c: New file.
1061         * tests/test-closein.sh: Likewise.
1062         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
1063         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
1064
1065 2007-04-27  Bruno Haible  <bruno@clisp.org>
1066
1067         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
1068         version is < 6.
1069         * lib/math_.h [__DECC]: Likewise.
1070         * lib/stdio_.h [__DECC]: Likewise.
1071         * lib/stdlib_.h [__DECC]: Likewise.
1072         * lib/string_.h [__DECC]: Likewise.
1073         * lib/time_.h [__DECC]: Likewise.
1074         * lib/wchar_.h [__DECC]: Likewise.
1075         * lib/wctype_.h [__DECC]: Likewise.
1076
1077 2007-04-27  Bruno Haible  <bruno@clisp.org>
1078
1079         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
1080
1081 2007-04-27  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/fflush.c: Add comments.
1084         * modules/fpurge-tests (Depends-on): Add fflush.
1085         * modules/freadable-tests (Depends-on): Likewise.
1086         * modules/fwritable-tests (Depends-on): Likewise.
1087
1088 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
1089
1090         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
1091         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
1092         Report by Bruno Haible <bruno@clisp.org>.
1093
1094 2007-04-26  Eric Blake  <ebb9@byu.net>
1095
1096         Fix fflush on mingw.
1097         * modules/fflush (Depends-on): Add freading.
1098         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
1099         but unread data.
1100
1101 2007-04-26  Eric Blake  <ebb9@byu.net>
1102         and Bruno Haible  <bruno@clisp.org>
1103
1104         Implement freading and fwriting.
1105         * lib/freading.c: New file.
1106         * lib/freading.h: Likewise.
1107         * m4/freading.m4: Likewise.
1108         * modules/freading: Likewise.
1109         * modules/freading-tests: Likewise.
1110         * tests/test-freading.c: Likewise.
1111         * lib/fwriting.c: New file.
1112         * lib/fwriting.h: Likewise.
1113         * m4/fwriting.m4: Likewise.
1114         * modules/fwriting: Likewise.
1115         * modules/fwriting-tests: Likewise.
1116         * tests/test-fwriting.c: Likewise.
1117         * MODULES.html.sh (File stream based Input/Output): Mention them.
1118
1119 2007-04-26  Bruno Haible  <bruno@clisp.org>
1120
1121         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
1122         'long' when we assume it.
1123         Suggested by Eric Blake.
1124
1125 2007-04-26  Bruno Haible  <bruno@clisp.org>
1126
1127         Ensure fseeko, ftello are declared on glibc systems.
1128         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
1129         * modules/fseeko (configure.ac-early): Likewise.
1130         * modules/ftello (configure.ac-early): Likewise.
1131         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
1132         AC_FUNC_FSEEKO for this.
1133         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
1134         (gl_CHECK_FSEEKO): Remove macro.
1135
1136 2007-04-26  Bruno Haible  <bruno@clisp.org>
1137
1138         * tests/test-fflush.c (main): Also check the ftell result after
1139         fflush and fseek/fseeko.
1140         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
1141         file descriptor position cache in the stream.
1142         * lib/fseeko.c (rpl_fseeko): Likewise.
1143
1144 2007-04-26  Bruno Haible  <bruno@clisp.org>
1145
1146         * modules/fflush-tests (Depends-on): Add fseeko.
1147
1148 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
1149             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1150
1151         * lib/argz_.h: ensure error_t definition is obtained in same
1152         mechanism system argz.h would have.
1153         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
1154         argz facilities are known bad.  Err on the side of caution if
1155         cross-compiling.
1156
1157 2007-04-25  Eric Blake  <ebb9@byu.net>
1158
1159         * lib/fpurge.c (includes): Use stdlib.h for free.
1160         * tests/test-fflush.c (main): Also test fflush-fseeko.
1161
1162 2007-04-25  Bruno Haible  <bruno@clisp.org>
1163
1164         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
1165         * lib/fseeko.c: New file.
1166         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
1167         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
1168         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
1169         gl_FUNC_FSEEKO.
1170         (gl_FUNC_FSEEKO): Invoke it.
1171         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
1172         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
1173         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
1174
1175 2007-04-25  Bruno Haible  <bruno@clisp.org>
1176
1177         * modules/fflush (Depends-on): Add ftello.
1178
1179 2007-04-25  Bruno Haible  <bruno@clisp.org>
1180
1181         * modules/ftello-tests: New file.
1182         * tests/test-ftello.c: New file.
1183
1184         * modules/ftello: New file.
1185         * m4/ftello.m4: New file.
1186         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
1187         HAVE_FTELLO.
1188         * lib/stdio_.h (ftello): New declaration.
1189         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
1190         HAVE_FTELLO.
1191
1192 2007-04-25  Bruno Haible  <bruno@clisp.org>
1193
1194         * modules/fseeko-tests: New file.
1195         * tests/test-fseeko.c: New file.
1196
1197         * modules/fseeko: New file.
1198         * m4/fseeko.m4: New file.
1199         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
1200         HAVE_FSEEKO.
1201         * lib/stdio_.h (fseeko): New declaration.
1202         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
1203         HAVE_FSEEKO.
1204
1205 2007-04-25  Bruno Haible  <bruno@clisp.org>
1206
1207         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
1208
1209 2007-04-25  Bruno Haible  <bruno@clisp.org>
1210
1211         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
1212         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
1213         * tests/test-unistd.c: Likewise.
1214         * tests/test-fcntl.c: Likewise.
1215
1216 2007-04-23  Eric Blake  <ebb9@byu.net>
1217
1218         * lib/fflush.c: Fix missing include.
1219         Reported by Bruno Haible.
1220
1221 2007-04-23  Bruno Haible  <bruno@clisp.org>
1222
1223         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
1224         Reported by Eric Blake.
1225
1226 2007-04-23  Bruno Haible  <bruno@clisp.org>
1227
1228         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
1229
1230 2007-04-23  Bruno Haible  <bruno@clisp.org>
1231
1232         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
1233
1234 2007-04-23  Bruno Haible  <bruno@clisp.org>
1235
1236         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
1237         Needed on HP-UX 11.
1238
1239 2007-04-16  Eric Blake  <ebb9@byu.net>
1240
1241         Make fflush rely on fpurge.
1242         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
1243         open coding all variants.
1244         * modules/fflush (Depends-on): Add fpurge and unistd.
1245         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
1246         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
1247
1248         Fix --with-tests compilation on cygwin.
1249         * modules/argmatch-tests (Makefile.am): List gnulib library first
1250         in LDADD.
1251         * modules/argp-tests (Makefile.am): Likewise.
1252         * modules/array-list-tests (Makefile.am): Likewise.
1253         * modules/array-oset-tests (Makefile.am): Likewise.
1254         * modules/avltree-list-tests (Makefile.am): Likewise.
1255         * modules/avltree-oset-tests (Makefile.am): Likewise.
1256         * modules/avltreehash-list-tests (Makefile.am): Likewise.
1257         * modules/carray-list-tests (Makefile.am): Likewise.
1258         * modules/dirname-tests (Makefile.am): Likewise.
1259         * modules/frexp-tests (Makefile.am): Likewise.
1260         * modules/isnanl-tests (Makefile.am): Likewise.
1261         * modules/linked-list-tests (Makefile.am): Likewise.
1262         * modules/linkedhash-list-tests (Makefile.am): Likewise.
1263         * modules/lock-tests (Makefile.am): Likewise.
1264         * modules/rbtree-list-tests (Makefile.am): Likewise.
1265         * modules/rbtree-oset-tests (Makefile.am): Likewise.
1266         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
1267         * modules/tls-tests (Makefile.am): Likewise.
1268         * modules/tsearch-tests (Makefile.am): Likewise.
1269         * modules/xvasprintf-tests (Makefile.am): Likewise.
1270
1271         Fix fpurge for cygwin.
1272         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
1273         value.
1274         * modules/fpurge-tests (Depends-on): Clean up trash.
1275
1276 2007-04-16  Simon Josefsson  <simon@josefsson.org>
1277
1278         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
1279
1280         * m4/autobuild.m4: Re-indent.
1281
1282 2007-04-13  Bruno Haible  <bruno@clisp.org>
1283
1284         * modules/fpurge-tests: New file.
1285         * tests/test-fpurge.c: New file.
1286
1287         * modules/fpurge: New file.
1288         * lib/fpurge.h: New file.
1289         * lib/fpurge.c: New file.
1290         * m4/fpurge.m4: New file.
1291
1292 2007-04-13  Bruno Haible  <bruno@clisp.org>
1293
1294         * modules/fbufmode-tests: New file.
1295         * tests/test-fbufmode.c: New file.
1296
1297         * modules/fbufmode: New file.
1298         * lib/fbufmode.h: New file.
1299         * lib/fbufmode.c: New file.
1300         * m4/fbufmode.m4: New file.
1301
1302 2007-04-13  Bruno Haible  <bruno@clisp.org>
1303
1304         * modules/fwritable-tests: New file.
1305         * tests/test-fwritable.c: New file.
1306
1307         * modules/fwritable: New file.
1308         * lib/fwritable.h: New file.
1309         * lib/fwritable.c: New file.
1310         * m4/fwritable.m4: New file.
1311
1312 2007-04-13  Bruno Haible  <bruno@clisp.org>
1313
1314         * modules/freadable-tests: New file.
1315         * tests/test-freadable.c: New file.
1316
1317         * modules/freadable: New file.
1318         * lib/freadable.h: New file.
1319         * lib/freadable.c: New file.
1320         * m4/freadable.m4: New file.
1321
1322 2007-04-13  Bruno Haible  <bruno@clisp.org>
1323
1324         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
1325         MOSTLYCLEANFILES.
1326
1327 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
1328
1329         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
1330         gzip bootstrap.conf to avoid dragging in i18n machinery.
1331         (gnulib_tool_option): Use it.
1332
1333 2007-04-13  Bruno Haible  <bruno@clisp.org>
1334
1335         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
1336         %F directives.
1337         * tests/test-vasprintf-posix.c (test_function): Likewise.
1338         * tests/test-snprintf-posix.h (test_function): Likewise.
1339         * tests/test-sprintf-posix.h (test_function): Likewise.
1340         * tests/test-fprintf-posix.h (test_function): Likewise.
1341         * tests/test-printf-posix.h (test_function): Likewise.
1342         * tests/test-fprintf-posix.out: Likewise.
1343
1344 2007-04-13  Bruno Haible  <bruno@clisp.org>
1345
1346         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
1347         * modules/tls-tests (configure.ac): Likewise.
1348         Reported by Arto C. Nirkko <anirkko@insel.ch>.
1349
1350 2007-04-13  Bruno Haible  <bruno@clisp.org>
1351
1352         * lib/tls.c (glthread_tls_get): Fix return type.
1353         Patch by Arto C. Nirkko <anirkko@insel.ch>.
1354
1355 2007-04-12  Eric Blake  <ebb9@byu.net>
1356
1357         * modules/gettime (Depends-on): Remove gettime.
1358         Reported by Dmitry V. Levin.
1359
1360 2007-04-12  Bruno Haible  <bruno@clisp.org>
1361
1362         * modules/fflush (Include): Mention <stdio.h>.
1363         * modules/strtoimax (Include): Mention <inttypes.h>.
1364         * modules/strtoumax (Include): Likewise.
1365
1366 2007-04-12  Eric Blake  <ebb9@byu.net>
1367
1368         * .cvsignore: New file.
1369         * .gitignore: Likewise.
1370
1371 2007-04-12  Bruno Haible  <bruno@clisp.org>
1372
1373         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
1374         not before, since $(LDADD) often contains libgnu.a.
1375         * modules/striconv-tests (test_striconv_LDADD): Likewise.
1376         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
1377         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
1378         Needed on Cygwin.
1379
1380 2007-04-12  Eric Blake  <ebb9@byu.net>
1381
1382         Work around glibc's failure to flush stdin on fclose.
1383         * lib/closein.c (close_stdin): Flush stdin before closing.
1384
1385         Work around glibc's failure to reset seekable stdin on exit.
1386         * modules/closein: New module.
1387         * lib/closein.c: New file.
1388         * lib/closein.h: Likewise.
1389         * m4/closein.m4: Likewise.
1390         * MODULES.html.sh (File stream based Input/Output): Document it.
1391
1392 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1393
1394         * gnulib-tool: Rename generated 'autobuild' script to
1395         'do-autobuild' in --create-megatestdir output.
1396
1397         * doc/gnulib.texi (Build robot for gnulib): Fix.
1398
1399 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1400
1401         * modules/sysexits (Depends-on): Add absolute-header.
1402
1403 2007-04-12  Eric Blake  <ebb9@byu.net>
1404
1405         No need to preserve errno on success.
1406         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
1407         Reported by Bruno Haible.
1408
1409 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1410
1411         * MODULES.html.sh (Support for maintaining and releasing
1412         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
1413
1414 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1415
1416         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
1417
1418 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1419
1420         * modules/autobuild: New module.
1421
1422         * m4/autobuild.m4: New file.
1423
1424 2007-04-11  Bruno Haible  <bruno@clisp.org>
1425
1426         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
1427         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
1428         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
1429         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
1430         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1431         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1432         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1433         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1434         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1435         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1436         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
1437         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1438         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1439         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
1440         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1441         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1442         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
1443         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1444         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1445         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
1446         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1447         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1448         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
1449         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1450         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1451         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
1452         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1453         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1454         Reported by Eric Blake.
1455
1456 2007-04-11  Bruno Haible  <bruno@clisp.org>
1457
1458         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
1459
1460 2007-04-10  Bruno Haible  <bruno@clisp.org>
1461
1462         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
1463         for NaN and Infinity. Needed on FreeBSD 6.1.
1464         * tests/test-vasnprintf-posix.c (test_function): Undo last change
1465         regarding results for "%010a" of Infinity and NaN.
1466         * tests/test-vasprintf-posix.c (test_function): Likewise.
1467         * tests/test-snprintf-posix.h (test_function): Likewise.
1468         * tests/test-sprintf-posix.h (test_function): Likewise.
1469         * tests/test-fprintf-posix.h (test_function): Likewise.
1470         * tests/test-printf-posix.h (test_function): Likewise.
1471         * tests/test-fprintf-posix.out: Likewise.
1472
1473 2007-04-10  Bruno Haible  <bruno@clisp.org>
1474
1475         * modules/locale-tests: New file.
1476         * tests/test-locale.c: New file.
1477
1478         * modules/locale: New file.
1479         * lib/locale_.h: New file.
1480         * m4/locale_h.m4: New file.
1481
1482 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1483             Bruno Haible  <bruno@clisp.org>
1484
1485         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
1486         be determined, test for availability of the copysignf, copysign,
1487         copysignl functions.
1488         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
1489         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
1490         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
1491
1492 2007-04-09  Eric Blake  <ebb9@byu.net>
1493
1494         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
1495         * modules/stdio (Makefile.am): Support fflush.
1496         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1497         * modules/fflush: New file.
1498         * lib/fflush.c: Likewise.
1499         * m4/fflush.m4: Likewise.
1500         * modules/fflush-tests: New test.
1501         * tests/test-fflush.c: Likewise.
1502         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
1503
1504 2007-04-06  Bruno Haible  <bruno@clisp.org>
1505
1506         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
1507         (VASNPRINTF): Use signbit for faster determination whether to print a
1508         minus sign.
1509         * modules/vasnprintf (Files): Remove lib/float+.h.
1510         * modules/fprintf-posix (Depends-on): Add signbit.
1511         * modules/snprintf-posix (Depends-on): Likewise.
1512         * modules/sprintf-posix (Depends-on): Likewise.
1513         * modules/vasnprintf-posix (Depends-on): Likewise.
1514         * modules/vasprintf-posix (Depends-on): Likewise.
1515         * modules/vfprintf-posix (Depends-on): Likewise.
1516         * modules/vsnprintf-posix (Depends-on): Likewise.
1517         * modules/vsprintf-posix (Depends-on): Likewise.
1518
1519 2007-04-06  Bruno Haible  <bruno@clisp.org>
1520
1521         * tests/test-frexp.c (main): Test also the sign bit of zero results.
1522         * tests/test-frexpl.c (main): Likewise.
1523         * tests/test-ldexpl.c (main): Likewise.
1524         * modules/frexp-tests (Depends-on): Add signbit.
1525         * modules/frexpl-tests (Depdends-on): Likewise.
1526         * modules/ldexpl-tests (Depdends-on): Likewise.
1527
1528 2007-04-06  Bruno Haible  <bruno@clisp.org>
1529
1530         * modules/signbit-tests: New file.
1531         * tests/test-signbit.c: New file.
1532
1533         * modules/signbit: New file.
1534         * lib/signbitf.c: New file.
1535         * lib/signbitd.c: New file.
1536         * lib/signbitl.c: New file.
1537         * m4/signbit.m4: New file.
1538         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
1539         (signbit): New macro.
1540         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
1541         REPLACE_SIGNBIT.
1542         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
1543         REPLACE_FREXPL into math.h.
1544
1545 2007-04-06  Bruno Haible  <bruno@clisp.org>
1546
1547         * modules/isnanf-nolibm-tests: New file.
1548         * tests/test-isnanf.c: New file.
1549
1550         * modules/isnanf-nolibm: New file.
1551         * lib/isnanf.h: New file.
1552         * lib/isnanf.c: New file.
1553         * lib/isnan.c: Consider the USE_FLOAT macro.
1554         * m4/isnanf.m4: New file.
1555
1556 2007-04-06  Bruno Haible  <bruno@clisp.org>
1557
1558         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
1559         (Link): New section.
1560
1561         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
1562
1563 2007-04-06  Bruno Haible  <bruno@clisp.org>
1564
1565         Assume the 'long double' type.
1566         * m4/longdouble.m4: Remove file.
1567         * config/srclist.txt: Don't mention longdouble.m4.
1568         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
1569         * lib/float+.h: Likewise.
1570         * lib/frexp.c: Likewise.
1571         * lib/printf-args.h: Likewise.
1572         * lib/printf-args.c: Likewise.
1573         * lib/printf-frexp.c: Likewise.
1574         * lib/printf-parse.c: Likewise.
1575         * lib/vasnprintf.c: Likewise.
1576         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
1577         * m4/intl.m4: Likewise.
1578         * m4/isnanl.m4: Likewise.
1579         * m4/printf.m4: Likewise.
1580         * m4/printf-frexpl.m4: Likewise.
1581         * m4/vasnprintf.m4: Likewise.
1582         * modules/allocsa (Files): Remove m4/longdouble.m4.
1583         * modules/gettext (Files): Likewise.
1584         * modules/relocatable-prog-wrapper (Files): Likewise.
1585         * modules/vasnprintf (Files): Likewise.
1586         * modules/isnanl (Files): Likewise.
1587         (Include): Simplify.
1588         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
1589         (Include): Simplify.
1590         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
1591         (Include): Simplify.
1592         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
1593         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1594         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
1595         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1596         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
1597         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1598         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
1599         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1600         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
1601         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1602         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
1603         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1604         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
1605         * tests/test-isnanl.c: Likewise.
1606         * tests/test-snprintf-posix.h: Likewise.
1607         * tests/test-sprintf-posix.h: Likewise.
1608         * tests/test-vasnprintf-posix.c: Likewise.
1609         * tests/test-vasnprintf-posix2.c: Likewise.
1610         * tests/test-vasprintf-posix.c: Likewise.
1611
1612 2007-04-06  Bruno Haible  <bruno@clisp.org>
1613
1614         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
1615         * lib/math_.h [__DECC]: Include the overridden include file through
1616         #include_next, outside the double-inclusion guard.
1617         * lib/stdio_.h [__DECC]: Likewise.
1618         * lib/stdlib_.h [__DECC]: Likewise.
1619         * lib/string_.h [__DECC]: Likewise.
1620         * lib/time_.h [__DECC]: Likewise.
1621         * lib/wchar_.h [__DECC]: Likewise.
1622         * lib/wctype_.h [__DECC]: Likewise.
1623         * lib/inttypes_.h [__DECC]: Likewise.
1624         Reported by Albert Chin <china@thewrittenword.com> in
1625         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
1626
1627 2007-04-04  Eric Blake  <ebb9@byu.net>
1628
1629         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
1630         1.5.x.
1631
1632 2007-04-04  Bruno Haible  <bruno@clisp.org>
1633
1634         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
1635         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
1636
1637 2007-04-04  Bruno Haible  <bruno@clisp.org>
1638
1639         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
1640         results for "%010a" of Infinity and NaN.
1641         * tests/test-vasprintf-posix.c (test_function): Likewise.
1642         * tests/test-snprintf-posix.h (test_function): Likewise.
1643         * tests/test-sprintf-posix.h (test_function): Likewise.
1644         * tests/test-fprintf-posix.h (test_function): Remove these tests.
1645         * tests/test-printf-posix.h (test_function): Likewise.
1646         * tests/test-fprintf-posix.out: Update.
1647         Needed for FreeBSD 6.1.
1648
1649 2007-04-04  Bruno Haible  <bruno@clisp.org>
1650
1651         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
1652         directly used by the gnulib modules nor by gnulib-tool.
1653
1654 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1655
1656         * DEPENDENCIES: Give overall description of version dependency
1657         desirability.  Use more-typical names for apps.
1658         Add shell, coreutils, diffutils, grep, tar, gzip.
1659
1660 2007-04-04  Simon Josefsson  <simon@josefsson.org>
1661
1662         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
1663
1664 2007-04-04  Karl Berry  <karl@gnu.org>
1665
1666         * MODULES.html.sh (func_module): missing '.
1667
1668 2007-04-03  Bruno Haible  <bruno@clisp.org>
1669
1670         * modules/argmatch-tests (Makefile.am): New variable
1671         test_argmatch_LDADD.
1672         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
1673         * modules/array-list-tests (Makefile.am): New variable
1674         test_array_list_LDADD.
1675         * modules/array-oset-tests (Makefile.am): New variable
1676         test_array_oset_LDADD.
1677         * modules/avltree-list-tests (Makefile.am): New variable
1678         test_avltree_list_LDADD.
1679         * modules/avltree-oset-tests (Makefile.am): New variable
1680         test_avltree_oset_LDADD.
1681         * modules/avltreehash-list-tests (Makefile.am): New variable
1682         test_avltreehash_list_LDADD.
1683         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
1684         test_canonicalize_lgpl_LDADD.
1685         * modules/carray-list-tests (Makefile.am): New variable
1686         test_carray_list_LDADD.
1687         * modules/dirname-tests (Makefile.am): New variable
1688         test_dirname_LDADD.
1689         * modules/linked-list-tests (Makefile.am): New variable
1690         test_linked_list_LDADD.
1691         * modules/linkedhash-list-tests (Makefile.am): New variable
1692         test_linkedhash_list_LDADD.
1693         * modules/rbtree-list-tests (Makefile.am): New variable
1694         test_rbtree_list_LDADD.
1695         * modules/rbtree-oset-tests (Makefile.am): New variable
1696         test_rbtree_oset_LDADD.
1697         * modules/rbtreehash-list-tests (Makefile.am): New variable
1698         test_rbtreehash_list_LDADD.
1699         * modules/xvasprintf-tests (Makefile.am): New variable
1700         test_xvasprintf_LDADD.
1701         Reported by Eric Blake.
1702
1703 2007-04-03  Eric Blake  <ebb9@byu.net>
1704
1705         * DEPENDENCIES: Weaken m4 requirements.
1706
1707 2007-04-03  Bruno Haible  <bruno@clisp.org>
1708
1709         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
1710         * modules/isnanl-tests (configure.ac): Likewise.
1711
1712 2007-04-03  Ben Pfaff  <blp@gnu.org>
1713
1714         * modules/iconv_open: Add $(srcdir)/ to source directory
1715         references in Makefile fragments that call gperf, to fix VPATH
1716         builds.
1717
1718 2007-04-03  Bruno Haible  <bruno@clisp.org>
1719
1720         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
1721         * lib/ldexpl.c: Undo last change.
1722
1723 2007-04-03  Bruno Haible  <bruno@clisp.org>
1724
1725         * modules/printf-frexpl (Depends-on): Undo last change.
1726         (Files): Add m4/ldexpl.m4.
1727
1728 2007-04-03  Bruno Haible  <bruno@clisp.org>
1729
1730         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
1731         * modules/isnanl (Link): New section.
1732
1733         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
1734         * modules/frexp (Link): New section.
1735
1736         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
1737         * modules/frexpl (Link): New section.
1738
1739         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
1740         * modules/ldexpl (Link): New section.
1741
1742 2007-04-03  Bruno Haible  <bruno@clisp.org>
1743
1744         * modules/TEMPLATE-EXTENDED: New file.
1745         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
1746
1747 2007-04-03  Bruno Haible  <bruno@clisp.org>
1748
1749         * DEPENDENCIES: New file.
1750         Suggested by Simon Josefsson.
1751
1752 2007-04-03  Bruno Haible  <bruno@clisp.org>
1753
1754         * doc/gnulib.texi: Escape @.
1755
1756 2007-04-03  James Youngman  <jay@gnu.org>
1757         and Paul Eggert  <eggert@cs.ucla.edu>
1758
1759         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
1760         birthtime on all systems that have birthtime, not just those which
1761         use st_birthtimensec rather than st_birthtim.  Putting zero in
1762         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
1763         that the birth time is not available for files on an NFS mount.
1764
1765 2007-04-03  Simon Josefsson  <simon@josefsson.org>
1766
1767         * modules/memxor: Move back from crypto/, suggested by Bruno.
1768         * modules/crypto/hmac-sha1: Fix memxor dependency.
1769
1770         * modules/crypto/gc: Moved from ../.
1771
1772 2007-04-02  Eric Blake  <ebb9@byu.net>
1773
1774         * lib/ldexpl.c (includes): Avoid libm.
1775
1776         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
1777
1778 2007-04-02  Bruno Haible  <bruno@clisp.org>
1779
1780         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
1781         on IRIX.
1782
1783 2007-04-02  Bruno Haible  <bruno@clisp.org>
1784
1785         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
1786         x86 or x86_64 platforms running MacOS X.
1787         Reported by Ryan Schmidt <@ryandesign.com>.
1788
1789 2007-04-02  Bruno Haible  <bruno@clisp.org>
1790
1791         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
1792         i386.
1793
1794 2007-04-01  Simon Josefsson  <simon@josefsson.org>
1795
1796         * modules/crypto/arcfour: Moved from ../.
1797         * modules/crypto/arcfour-tests: Moved from ../.
1798         * modules/crypto/arctwo: Moved from ../.
1799         * modules/crypto/arctwo-tests: Moved from ../.
1800         * modules/crypto/des: Moved from ../.
1801         * modules/crypto/des-tests: Moved from ../.
1802         * modules/crypto/gc-arcfour: Moved from ../.
1803         * modules/crypto/gc-arcfour-tests: Moved from ../.
1804         * modules/crypto/gc-arctwo: Moved from ../.
1805         * modules/crypto/gc-arctwo-tests: Moved from ../.
1806         * modules/crypto/gc-des: Moved from ../.
1807         * modules/crypto/gc-des-tests: Moved from ../.
1808         * modules/crypto/gc-hmac-md5: Moved from ../.
1809         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
1810         * modules/crypto/gc-hmac-sha1: Moved from ../.
1811         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
1812         * modules/crypto/gc-md2: Moved from ../.
1813         * modules/crypto/gc-md2-tests: Moved from ../.
1814         * modules/crypto/gc-md4: Moved from ../.
1815         * modules/crypto/gc-md4-tests: Moved from ../.
1816         * modules/crypto/gc-md5: Moved from ../.
1817         * modules/crypto/gc-md5-tests: Moved from ../.
1818         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
1819         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
1820         * modules/crypto/gc-random: Moved from ../.
1821         * modules/crypto/gc-rijndael: Moved from ../.
1822         * modules/crypto/gc-rijndael-tests: Moved from ../.
1823         * modules/crypto/gc-sha1: Moved from ../.
1824         * modules/crypto/gc-sha1-tests: Moved from ../.
1825         * modules/crypto/gc-tests: Moved from ../.
1826         * modules/crypto/hmac-md5: Moved from ../.
1827         * modules/crypto/hmac-md5-tests: Moved from ../.
1828         * modules/crypto/hmac-sha1: Moved from ../.
1829         * modules/crypto/hmac-sha1-tests: Moved from ../.
1830         * modules/crypto/md2: Moved from ../.
1831         * modules/crypto/md2-tests: Moved from ../.
1832         * modules/crypto/md4: Moved from ../.
1833         * modules/crypto/md4-tests: Moved from ../.
1834         * modules/crypto/md5: Moved from ../.
1835         * modules/crypto/md5-tests: Moved from ../.
1836         * modules/crypto/memxor: Moved from ../.
1837         * modules/crypto/rijndael: Moved from ../.
1838         * modules/crypto/rijndael-tests: Moved from ../.
1839         * modules/crypto/sha1: Moved from ../.
1840
1841 2007-03-30  James Youngman  <jay@gnu.org>
1842
1843         * tests/test-stat-time.c (prepare_test): use chmod() rather than
1844         rename() to change the ctime of a file (because ctime is unaffected
1845         by rename on jfs2 on AIX 5.1).
1846         (main): Start by doing cleanup, in case a previous run failed leaving
1847         test files behind.
1848
1849 2007-03-31  Bruno Haible  <bruno@clisp.org>
1850
1851         Support old proprietary implementations of iconv.
1852         * modules/iconv_open: New file.
1853         * lib/iconv_.h: New file.
1854         * m4/iconv_h.m4: New file.
1855         * lib/iconv_open.c: New file.
1856         * lib/iconv_open-aix.gperf: New file.
1857         * lib/iconv_open-hpux.gperf: New file.
1858         * lib/iconv_open-irix.gperf: New file.
1859         * lib/iconv_open-osf.gperf: New file.
1860         * m4/iconv_open.m4: New file.
1861         * modules/linebreak (Depends-on): Add iconv_open.
1862         * modules/striconv (Depends-on): Likewise.
1863         * modules/striconveh (Depends-on): Likewise.
1864         * modules/unicodeio (Depends-on): Likewise.
1865         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
1866         (iconv_t)(-1).
1867         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
1868         conversion if cd is (iconv_t)(-1).
1869         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
1870         is not possible.
1871
1872 2007-03-31  Bruno Haible  <bruno@clisp.org>
1873
1874         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1875         work on Solaris either. Protect also second use of "autodetect_jp".
1876
1877 2007-03-31  Bruno Haible  <bruno@clisp.org>
1878
1879         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
1880         the function is not present.
1881
1882 2007-03-31  Bruno Haible  <bruno@clisp.org>
1883
1884         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
1885         the function is not present.
1886
1887 2007-03-31  Bruno Haible  <bruno@clisp.org>
1888
1889         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
1890         a bug in HP-UX iconv_open().
1891
1892 2007-03-31  Bruno Haible  <bruno@clisp.org>
1893
1894         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
1895         (Mathematics <math.h>): New section, add fpieee.
1896         (Input/output <stdio.h>): Add fseterr.
1897         (Mathematics <math.h>): New section, add printf-frexp.
1898         (Container data structures): Add sublist.
1899         (Core language properties): Add fpucw, inline.
1900         (Functions for greatest-width integer types <inttypes.h>): Add
1901         imaxabs, imaxdiv, inttypes.
1902         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
1903         isnanl-nolibm, ldexp.
1904         (Mathematics <math.h>): New section, add printf-frexpl.
1905         (Support for systems lacking POSIX:2001): Add fprintf-posix,
1906         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
1907         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
1908         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
1909         (Unicode string functions): Add unistr/u*-mbtoucr.
1910         (Java): Add javacomp-script, javaexec-script.
1911         (C#): Add csharpcomp-script, csharpexec-script.
1912         (Support for building libraries and executables): Add havelib,
1913         relocatable-*.
1914         (Support for maintaining and releasing projects): Renamed from
1915         'Support for maintaining and release projects'. Add announce-gen.
1916
1917 2007-03-31  Bruno Haible  <bruno@clisp.org>
1918
1919         * README: Talk primarily about git.
1920         (git and CVS): Renamed from CVS.
1921         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
1922         gnulib is available through git.
1923         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
1924
1925 2007-03-30  Bruno Haible  <bruno@clisp.org>
1926
1927         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
1928         * lib/poll_.h: Likewise.
1929         * lib/stat_.h: Likewise.
1930         * lib/sys_time_.h: Likewise.
1931         * lib/sysexit_.h: Likewise.
1932         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
1933         * lib/stdbool_.h: Likewise.
1934         * lib/byteswap_.h: Add double-inclusion guard.
1935
1936 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
1937
1938         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
1939
1940 2007-03-30  Karl Berry  <karl@gnu.org>
1941
1942         * config/srclist-update: double space after USA in the license
1943         substitution, since that's how it's usually (?) written.
1944
1945 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1946
1947         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
1948         reported by Bruno Haible.
1949
1950 2007-03-29  Bruno Haible  <bruno@clisp.org>
1951
1952         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
1953         a bug in AIX iconv().
1954
1955 2007-03-29  Bruno Haible  <bruno@clisp.org>
1956
1957         * modules/ldexpl-tests: New file.
1958         * tests/test-ldexpl.c: New file.
1959
1960 2007-03-29  Bruno Haible  <bruno@clisp.org>
1961
1962         * lib/ldexpl.c: Include fpucw.h.
1963         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
1964         multiplication.
1965         * modules/ldexpl (Depends-on): Add fpucw.
1966
1967 2007-03-29  Bruno Haible  <bruno@clisp.org>
1968
1969         * modules/ldexpl: New file.
1970         * m4/ldexpl.m4: New file.
1971         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
1972         set.
1973         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
1974         REPLACE_LDEXPL.
1975         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
1976         REPLACE_LDEXPL.
1977         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
1978         gl_FUNC_LDEXPL_WORKS.
1979         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
1980         * modules/mathl (Files): Remove lib/ldexpl.c.
1981         (Depends-on): Add ldexpl.
1982
1983 2007-03-29  Bruno Haible  <bruno@clisp.org>
1984
1985         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
1986
1987 2007-03-29  Bruno Haible  <bruno@clisp.org>
1988
1989         * tests/test-striconveh.c (main): Don't assume that a direct conversion
1990         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
1991         and possibly also HP-UX.
1992         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1993         work on AIX, IRIX, HP-UX, OSF/1.
1994         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
1995         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
1996         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
1997         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
1998         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
1999         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2000
2001 2007-03-29  Bruno Haible  <bruno@clisp.org>
2002
2003         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2004
2005 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2006
2007         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2008         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2009
2010 2007-03-29  Eric Blake  <ebb9@byu.net>
2011
2012         * lib/acl-internal.h: Remove redundant include.
2013         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2014         Cygwin when a file is locked.
2015
2016 2007-03-29  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2019         file.
2020         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2021
2022 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2023
2024         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2025         try to remove a parent directory if the child couldn't be removed
2026         (except for the first rmdir, which could fail because the child
2027         doesn't exist).  Problem reported by Jeff Blaine in
2028         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2029
2030 2007-03-28  Bruno Haible  <bruno@clisp.org>
2031
2032         * lib/striconveh.c (utf8conv_carefully): New function.
2033         (mem_cd_iconveh_internal): Invoke it.
2034
2035 2007-03-28  Bruno Haible  <bruno@clisp.org>
2036
2037         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2038         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2039         input.
2040         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2041         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2042         unistr/u8-uctomb.
2043
2044 2007-03-28  Bruno Haible  <bruno@clisp.org>
2045
2046         * modules/unistr/u8-mbtoucr: New file.
2047         * lib/unistr/u8-mbtoucr.c: New file.
2048         * modules/unistr/u16-mbtoucr: New file.
2049         * lib/unistr/u16-mbtoucr.c: New file.
2050         * modules/unistr/u16-mbtoucr: New file.
2051         * lib/unistr/u16-mbtoucr.c: New file.
2052         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
2053
2054 2007-03-27  Simon Josefsson  <simon@josefsson.org>
2055             Bruno Haible  <bruno@clisp.org>
2056
2057         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
2058         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
2059         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
2060
2061         * m4/stdio_h.m4: Add stubs for vasprintf too.
2062
2063         * modules/stdio: Support vasprintf in sed command.
2064
2065         * modules/vasprintf: Depend on stdio for prototypes.  Remove
2066         vasprintf.h.  Add stdio module indicator.
2067
2068         * lib/stdio_.h: Declare asprintf and vasprintf, based on
2069         vasprintf.h.
2070
2071         * lib/vasprintf.h: File removed.
2072
2073         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
2074         * lib/vasprintf.c: Ditto.
2075         * lib/xvasprintf.c: Ditto.
2076         * tests/test-vasprintf-posix.c: Ditto.
2077         * tests/test-vasprintf.c: Ditto.
2078
2079 2007-03-27  Bruno Haible  <bruno@clisp.org>
2080
2081         Make vasnprintf multithread-safe.
2082         * lib/vasnprintf.c (decimal_point_char): New function.
2083         (VASNPRINTF): Use it.
2084         Suggested by Simon Josefsson.
2085
2086 2007-03-27  Eric Blake  <ebb9@byu.net>
2087
2088         Support sub-second birthtime on cygwin.
2089         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
2090         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
2091         (get_stat_birthtime): Also work with st_birthtim.
2092
2093 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
2094
2095         * lib/stat-time.h (USE_BIRTHTIME): Remove.
2096         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
2097         (get_stat_birthtime_ns): Do not try to use "spare" fields.
2098         (get_stat_birthtime_ns): Simplify compile-time tests.
2099         (get_stat_birthtime): Change the API to look like
2100         get_stat_mtime etc., except return a negative tv_nsec on error.
2101         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
2102         Don't check for "spare" fields.
2103         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
2104         or for struct stat.st_birthtime, as these tests aren't used.
2105         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
2106
2107 2007-03-27  Bruno Haible  <bruno@clisp.org>
2108
2109         * lib/stat-time.h: Include <sys/stat.h>.
2110
2111 2007-03-27  James Youngman  <jay@gnu.org>
2112
2113         * lib/stat-time.h (get_stat_birthtime): New function for
2114           retrieving st_birthtime as provided by UFS2 (hence *BSD).
2115         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
2116           and its variants.
2117         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
2118         * modules/stat-time-test: New file.
2119         * tests/test-stat-time.c: New test, devised by Bruno Haible.
2120
2121 2007-03-26  Bruno Haible  <bruno@clisp.org>
2122
2123         Better support of signalling NaNs.
2124         * lib/atanl.c: Include isnanl.h.
2125         (atanl): Perform test for NaN at the beginning of the function and
2126         through a call to isnanl.
2127         * lib/cosl.c: Include isnanl.h.
2128         (cosl): Perform test for NaN at the beginning of the function and
2129         through a call to isnanl.
2130         * lib/ldexpl.c: Include isnanl.h.
2131         (ldexpl): Perform test for NaN through a call to isnanl.
2132         * lib/logl.c: Include isnanl.h.
2133         (logl): Perform test for NaN at the beginning of the function and
2134         through a call to isnanl.
2135         * lib/sinl.c: Include isnanl.h.
2136         (sinl): Perform test for NaN at the beginning of the function and
2137         through a call to isnanl.
2138         * lib/sqrtl.c: Include isnanl.h.
2139         (sqrtl): Perform test for NaN at the beginning of the function and
2140         through a call to isnanl.
2141         * lib/tanl.c: Include isnanl.h.
2142         (tanl): Perform test for NaN at the beginning of the function and
2143         through a call to isnanl.
2144         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
2145         * modules/mathl (Depends-on): Add isnanl.
2146
2147 2007-03-26  Eric Blake  <ebb9@byu.net>
2148
2149         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
2150         regression in logic sense of previous patch.
2151
2152 2007-03-26  Bruno Haible  <bruno@clisp.org>
2153
2154         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
2155         unportable shell command "if ! ...".
2156         Reported by Ralf Wildenhues.
2157
2158 2007-03-25  Bruno Haible  <bruno@clisp.org>
2159
2160         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
2161         <sysexits.h> file, and only add EX_CONFIG.
2162         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
2163         absolute file name and whether it is sufficient. Substitute also
2164         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
2165         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
2166         ABSOLUTE_SYSEXITS_H into sysexits.h.
2167
2168 2007-03-25  Bruno Haible  <bruno@clisp.org>
2169
2170         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
2171         hints is NULL.
2172
2173 2007-03-25  Bruno Haible  <bruno@clisp.org>
2174
2175         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
2176         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
2177
2178 2007-03-25  Bruno Haible  <bruno@clisp.org>
2179
2180         * lib/vasnprintf.c: Include langinfo.h.
2181         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
2182         multithread-safe.
2183         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
2184         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
2185         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2186         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2187         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2188         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2189         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2190         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
2191         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2192         Reported by Simon Josefsson.
2193
2194 2007-03-25  Bruno Haible  <bruno@clisp.org>
2195
2196         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
2197         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
2198         * modules/vasnprintf (Depends-on): Add stdint.
2199
2200 2007-03-25  Bruno Haible  <bruno@clisp.org>
2201
2202         * modules/fpieee: New file.
2203         * m4/fpieee.m4: New file.
2204         * modules/isnan-nolibm (Depends-on): Add fpieee.
2205         * modules/isnanl-nolibm (Depends-on): Add fpieee.
2206         * modules/isnanl (Depends-on): Add fpieee.
2207
2208 2007-03-25  Bruno Haible  <bruno@clisp.org>
2209
2210         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
2211
2212 2007-03-25  Bruno Haible  <bruno@clisp.org>
2213
2214         Avoid test failures on IRIX 6.5.
2215         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
2216         (main): Use it.
2217         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
2218         macros.
2219         (main): Use them.
2220
2221 2007-03-25  Bruno Haible  <bruno@clisp.org>
2222
2223         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
2224         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
2225         exists but doesn't work.
2226         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
2227         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
2228         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
2229         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
2230
2231 2007-03-25  Bruno Haible  <bruno@clisp.org>
2232
2233         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
2234         returns inf. Needed on IRIX 6.5.
2235
2236 2007-03-25  Bruno Haible  <bruno@clisp.org>
2237
2238         * tests/test-frexpl.c: Include isnanl-nolibm.h.
2239         (main): Use isnanl instead of x != x idiom.
2240         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
2241
2242         * tests/test-frexp.c: Include isnan.h.
2243         (main): Use isnan instead of x != x idiom.
2244         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
2245
2246 2007-03-25  Bruno Haible  <bruno@clisp.org>
2247
2248         * tests/test-frexp.c (NaN): New function/macro.
2249         (main): Use it instead of 0.0 / 0.0.
2250         * tests/test-isnan.c (NaN): New function/macro.
2251         (main): Use it instead of 0.0 / 0.0.
2252         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
2253         (test_function): Use it instead of 0.0 / 0.0.
2254         * tests/test-vasprintf-posix.c (NaN): New function/macro.
2255         (test_function): Use it instead of 0.0 / 0.0.
2256         * tests/test-snprintf-posix.h (NaN): New function/macro.
2257         (test_function): Use it instead of 0.0 / 0.0.
2258         * tests/test-sprintf-posix.h (NaN): New function/macro.
2259         (test_function): Use it instead of 0.0 / 0.0.
2260         * tests/test-fprintf-posix.h (NaN): New function/macro.
2261         (test_function): Use it instead of 0.0 / 0.0.
2262         * tests/test-printf-posix.h (NaN): New function/macro.
2263         (test_function): Use it instead of 0.0 / 0.0.
2264
2265         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
2266
2267 2007-03-25  Bruno Haible  <bruno@clisp.org>
2268
2269         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
2270
2271 2007-03-25  Bruno Haible  <bruno@clisp.org>
2272
2273         * lib/regexec.c (merge_state_with_log): Make static.
2274
2275 2007-03-25  Bruno Haible  <bruno@clisp.org>
2276
2277         * lib/trigl.c (kernel_rem_pio2): Make static.
2278
2279 2007-03-25  Bruno Haible  <bruno@clisp.org>
2280
2281         * lib/sincosl.c (sincosl_table): Make static.
2282
2283 2007-03-25  Bruno Haible  <bruno@clisp.org>
2284
2285         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
2286         if the compiler does not support C99.
2287
2288 2007-03-25  Bruno Haible  <bruno@clisp.org>
2289
2290         * modules/time (Makefile.am): Ensure all rule action lines start with a
2291         tab.
2292
2293 2007-03-24  Bruno Haible  <bruno@clisp.org>
2294
2295         * modules/tsearch-tests: New file.
2296         * tests/test-tsearch.sh: New file.
2297         * tests/test-tsearch.c: New file, mostly copied from glibc.
2298
2299         * modules/search-tests: New file.
2300         * tests/test-search.c: New file.
2301
2302         * modules/search: New file.
2303         * lib/search_.h: New file, incorporating lib/tsearch.h.
2304         * m4/search_h.m4: New file.
2305         * lib/tsearch.h: Remove file.
2306         * lib/tsearch.c: Include search.h instead of tsearch.h.
2307         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
2308         HAVE_TSEARCH.
2309         * modules/tsearch (Files): Remove lib/tsearch.h.
2310         (Depends-on): Add search.
2311         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
2312         (Include): Change tsearch.h into search.h.
2313
2314 2007-03-24  Bruno Haible  <bruno@clisp.org>
2315
2316         * modules/fpucw: New file.
2317         * lib/fpucw.h: New file.
2318         * lib/frexp.c: Include fpucw.h.
2319         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
2320         (FUNC): Use them.
2321         * lib/printf-frexp.c: Include fpucw.h.
2322         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
2323         (FUNC): Use them.
2324         * lib/vasnprintf.c: Include fpucw.h.
2325         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
2326         'long double' calculations.
2327         * tests/test-frexpl.c: Include fpucw.h.
2328         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
2329         * tests/test-printf-frexpl.c: Include fpucw.h.
2330         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
2331         * modules/frexpl (Depends-on): Add fpucw.
2332         * modules/printf-frexpl (Depends-on): Likewise.
2333         * modules/fprintf-posix (Depends-on): Likewise.
2334         * modules/snprintf-posix (Depends-on): Likewise.
2335         * modules/sprintf-posix (Depends-on): Likewise.
2336         * modules/vasnprintf-posix (Depends-on): Likewise.
2337         * modules/vasprintf-posix (Depends-on): Likewise.
2338         * modules/vfprintf-posix (Depends-on): Likewise.
2339         * modules/vsnprintf-posix (Depends-on): Likewise.
2340         * modules/vsprintf-posix (Depends-on): Likewise.
2341         * modules/frexpl-tests (Depends-on): Likewise.
2342         * modules/printf-frexpl-tests (Depends-on): Likewise.
2343
2344 2007-03-24  Bruno Haible  <bruno@clisp.org>
2345
2346         * lib/float+.h: New file.
2347         * lib/isnan.c: Include float+.h.
2348         (SIZE): New macro.
2349         (FUNC): Compare only SIZE bytes of the value.
2350         * lib/vasnprintf.c: Include float+.h.
2351         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
2352         SIZEOF_LDBL or SIZEOF_DBL bytes.
2353         * modules/isnan-nolibm (Files): Add lib/float+.h.
2354         * modules/isnanl-nolibm (Files): Add lib/float+.h.
2355         * modules/isnanl (Files): Add lib/float+.h.
2356         * modules/vasnprintf (Files): Add lib/float+.h.
2357
2358 2007-03-24  Bruno Haible  <bruno@clisp.org>
2359
2360         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
2361         include isnanl-nolibm.h.
2362
2363 2007-03-24  Bruno Haible  <bruno@clisp.org>
2364
2365         * tests/test-read-file.c (main): Don't produce spurious output for
2366         expected situations. Make the test fail if it encountered unexpected
2367         results.
2368
2369 2007-03-24  Bruno Haible  <bruno@clisp.org>
2370
2371         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
2372         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
2373
2374 2007-03-24  Bruno Haible  <bruno@clisp.org>
2375
2376         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
2377
2378 2007-03-24  Bruno Haible  <bruno@clisp.org>
2379
2380         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
2381         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
2382
2383         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
2384         * modules/utf8-ucs4: Turn into a symbolic link to module
2385         unistr/u8-mbtouc.
2386
2387         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
2388         utf8-ucs4-unsafe.
2389         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
2390         unistr/u8-mbtouc-unsafe.
2391
2392         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
2393         * modules/utf16-ucs4: Turn into a symbolic link to module
2394         unistr/u16-mbtouc.
2395
2396         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
2397         utf16-ucs4-unsafe.
2398         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
2399         unistr/u16-mbtouc-unsafe.
2400
2401         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
2402         * modules/ucs4-utf8: Turn into a symbolic link to module
2403         unistr/u8-ubtomb.
2404
2405         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
2406         * modules/ucs4-utf16: Turn into a symbolic link to module
2407         unistr/u16-ubtomb.
2408
2409 2007-03-24  Bruno Haible  <bruno@clisp.org>
2410
2411         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
2412         Enable the function only if HAVE_INLINE.
2413         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
2414         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
2415         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
2416         Enable the function only if HAVE_INLINE.
2417         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
2418         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
2419         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
2420         Enable the function only if HAVE_INLINE.
2421         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
2422         Enable the function only if HAVE_INLINE.
2423         * modules/utf8-ucs4: Update.
2424         * modules/utf8-ucs4-unsafe: Update.
2425         * modules/utf16-ucs4: Update.
2426         * modules/utf16-ucs4-unsafe: Update.
2427         * modules/ucs4-utf8: Update.
2428         * modules/ucs4-utf16: Update.
2429
2430 2007-03-24  Bruno Haible  <bruno@clisp.org>
2431
2432         * lib/utf8-ucs4.h: Remove file.
2433         * lib/utf8-ucs4-unsafe.h: Remove file.
2434         * lib/utf16-ucs4.h: Remove file.
2435         * lib/utf16-ucs4-unsafe.h: Remove file.
2436         * lib/ucs4-utf8.h: Remove file.
2437         * lib/ucs4-utf16.h: Remove file.
2438         * lib/unistr.h: Include their previous contents.
2439         * m4/utf-ucs4.m4: Remove file.
2440         * m4/ucs4-utf.m4: Remove file.
2441         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
2442         (Depends-on): Add unistr/base.
2443         (configure.ac): Remove gl_UTF_UCS4.
2444         (Makefile.am): Update.
2445         (Include): Change to unistr.h.
2446         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
2447         (Depends-on): Add unistr/base.
2448         (configure.ac): Remove gl_UTF_UCS4.
2449         (Makefile.am): Update.
2450         (Include): Change to unistr.h.
2451         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
2452         (Depends-on): Add unistr/base.
2453         (configure.ac): Remove gl_UTF_UCS4.
2454         (Makefile.am): Update.
2455         (Include): Change to unistr.h.
2456         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
2457         (Depends-on): Add unistr/base.
2458         (configure.ac): Remove gl_UTF_UCS4.
2459         (Makefile.am): Update.
2460         (Include): Change to unistr.h.
2461         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
2462         (Depends-on): Add unistr/base.
2463         (configure.ac): Remove gl_UCS4_UTF.
2464         (Makefile.am): Update.
2465         (Include): Change to unistr.h.
2466         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
2467         (Depends-on): Add unistr/base.
2468         (configure.ac): Remove gl_UCS4_UTF.
2469         (Makefile.am): Update.
2470         (Include): Change to unistr.h.
2471         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
2472         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
2473         utf8-ucs4-unsafe.h.
2474         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
2475         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
2476         utf16-ucs4-unsafe.h.
2477         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
2478         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
2479         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
2480         * lib/unistr/u8-strchr.c: Likewise.
2481         * lib/unistr/u8-strrchr.c: Likewise.
2482         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
2483         * lib/unistr/u16-strchr.c: Likewise.
2484         * lib/unistr/u16-strrchr.c: Likewise.
2485         * lib/striconveh.c: Update.
2486         * lib/linebreak.c: Update.
2487
2488 2007-03-24  Bruno Haible  <bruno@clisp.org>
2489
2490         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
2491         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
2492
2493 2007-03-22  Bruno Haible  <bruno@clisp.org>
2494
2495         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
2496
2497 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2498
2499         * MODULES.html.sh (File system functions): New module write-any-file.
2500         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
2501         * m4/write-any-file.m4: New files.
2502
2503 2007-03-23  Eric Blake  <ebb9@byu.net>
2504
2505         * gnulib-tool: Rearrange space-tab sequences, since some editors
2506         like to eat them.
2507
2508 2007-03-23  Eric Blake  <ebb9@byu.net>
2509
2510         * lib/version-etc.c (version_etc_va): Update license wording to
2511         be more concise.  Recommended by Richard Stallman.
2512
2513 2007-03-22  Bruno Haible  <bruno@clisp.org>
2514
2515         * lib/poll.c (MSG_PEEK): New fallback definition.
2516
2517 2007-03-22  Bruno Haible  <bruno@clisp.org>
2518
2519         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
2520         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
2521         (main): Update.
2522         Fixes a compilation error on BeOS.
2523
2524 2007-03-22  Bruno Haible  <bruno@clisp.org>
2525
2526         * modules/frexpl-tests: New file.
2527         * tests/test-frexpl.c: New file.
2528
2529         * modules/frexpl: New file.
2530         * m4/frexpl.m4: New file.
2531         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
2532         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
2533         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
2534         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
2535         (Depends-on): Add frexpl. Remove isnanl-nolibm.
2536         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
2537
2538 2007-03-22  Bruno Haible  <bruno@clisp.org>
2539
2540         * lib/frexpl.c: Share code with lib/frexp.c.
2541         * modules/mathl (Files): Add lib/frexp.c.
2542         (Depends-on): Add isnanl-nolibm.
2543
2544 2007-03-22  Bruno Haible  <bruno@clisp.org>
2545
2546         * modules/printf-frexp (Files): Add m4/frexp.m4.
2547         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
2548         only if the found frexp function actually works.
2549
2550 2007-03-22  Bruno Haible  <bruno@clisp.org>
2551
2552         * lib/frexp.c: Remove older implementation that uses divisions.
2553
2554 2007-03-21  Bruno Haible  <bruno@clisp.org>
2555
2556         * modules/frexp-tests: New file.
2557         * tests/test-frexp.c: New file.
2558
2559         * modules/frexp: New file.
2560         * lib/frexp.c: New file.
2561         * m4/frexp.m4: New file.
2562         * lib/math_.h (frexp): New declaration.
2563         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
2564         REPLACE_FREXP.
2565         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
2566
2567 2007-03-21  Bruno Haible  <bruno@clisp.org>
2568
2569         * modules/isnanl-tests: New file.
2570         * tests/test-isnanl.c: New file.
2571
2572         * modules/isnanl: New file.
2573         * lib/isnanl.h: New file.
2574         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
2575         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
2576         gl_FUNC_ISNANL_WORKS.
2577         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
2578         New macros.
2579
2580 2007-03-21  Bruno Haible  <bruno@clisp.org>
2581
2582         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
2583         lib/isnanl.h.
2584         (Include): Update.
2585         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
2586         * lib/vasnprintf.c: Update.
2587         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
2588         tests/test-isnanl.h, remove tests/test-isnanl.c.
2589         (Makefile.am): Update.
2590         * tests/test-isnanl-nolibm.c: New file.
2591         * tests/test-isnanl.h: New file.
2592         * tests/test-isnanl.c: Remove file.
2593
2594 2007-03-21  Jim Meyering  <jim@meyering.net>
2595
2596         When trying to open ".", treat ESTALE like EACCES.
2597         * lib/savewd.c (savewd_save): Resort to forking not just upon
2598         failure with EACCES, but also when errno is ESTALE.
2599
2600 2007-03-20  Bruno Haible  <bruno@clisp.org>
2601
2602         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
2603         Needed on AIX 5.1. Reported by Matthew Woehlke.
2604
2605 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2606
2607         Suggestions by Bruno Haible:
2608         * lib/acl-internal.h: Include "gettext.h" rather than rolling
2609         our own.
2610         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
2611         * modules/acl (Depends-on): Add gettext.
2612
2613 2007-03-19  Bruno Haible  <bruno@clisp.org>
2614
2615         * modules/iconvme: Remove file.
2616         * lib/iconvme.h: Remove file.
2617         * lib/iconvme.c: Remove file.
2618         * m4/iconvme.m4: Remove file.
2619
2620 2007-03-19  Bruno Haible  <bruno@clisp.org>
2621
2622         * doc/relocatable-maint.texi: Break long shell script line.
2623         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
2624
2625 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2626
2627         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
2628         handle file_has_acl.
2629         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
2630         * lib/acl.c: Move header inclusions and related macro defns into
2631         lib/acl-internal.h.
2632         (S_ISLNK): Remove defn, since that's now done for us.
2633         (file_has_acl): Move to lib/file-has-acl.c.
2634         Call acl_trivial if available.  This is the crucial part of the fix.
2635         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
2636         shared within the library.  Rewrite a bit, partly to make it compatible
2637         with the GNU coding style.
2638         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
2639         Remove unnecessary double-quotes.
2640         Don't test for acl_to_text; the build will catch that.
2641         Replace acl_entries if it doesn't exist and it is needed.
2642         Check for -lsec and acl_trivial (as used on Solaris 10).
2643         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
2644         lib/file-has-acl.c.
2645         (Depends-on): Add sys_stat, for S_ISLNK.
2646
2647 2007-03-19  Ben Pfaff  <blp@gnu.org>
2648
2649         * doc/gnulib.texi: Fix typos.
2650         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
2651
2652 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2653
2654         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
2655         If size is zero here, buf must be zero.
2656
2657 2007-03-19  Simon Josefsson  <simon@josefsson.org>
2658
2659         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
2660         <bruno@clisp.org>.
2661
2662 2007-03-18  Bruno Haible  <bruno@clisp.org>
2663
2664         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
2665         Suggested by Eric Blake.
2666
2667 2007-03-18  Ben Pfaff  <blp@gnu.org>
2668
2669         * doc/relocatable.texi: Recommend using as prefix a directory
2670         that does not exist and will never be created.  Based on
2671         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
2672         and others.
2673
2674 2007-03-17  Bruno Haible  <bruno@clisp.org>
2675
2676         * lib/fchownat.c: Include lchown.h.
2677
2678 2007-03-17  Bruno Haible  <bruno@clisp.org>
2679
2680         Fix endless loop when the given allocated size was > INT_MAX.
2681         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
2682         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
2683         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
2684         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
2685         * lib/sprintf.c (sprintf): Likewise.
2686
2687 2007-03-17  Bruno Haible  <bruno@clisp.org>
2688
2689         * tests/test-argp-2.sh (func_compare): Output a context diff.
2690
2691 2007-03-17  Bruno Haible  <bruno@clisp.org>
2692
2693         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
2694         locale's decimal-point character.
2695
2696 2007-03-17  Bruno Haible  <bruno@clisp.org>
2697
2698         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
2699         before comparing it. Needed because on some platforms (e.g. x86) a
2700         'long double' occupies less bytes than sizeof (long double).
2701
2702 2007-03-17  Bruno Haible  <bruno@clisp.org>
2703
2704         * tests/test-crc.c (main): Make printf statements 64-bit clean.
2705         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
2706         * tests/test-getaddrinfo.c (simple): Likewise.
2707         * tests/test-read-file.c (main): Likewise.
2708
2709 2007-03-17  Bruno Haible  <bruno@clisp.org>
2710
2711         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
2712
2713 2007-03-17  Bruno Haible  <bruno@clisp.org>
2714
2715         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
2716         unused variable.
2717
2718 2007-03-17  Bruno Haible  <bruno@clisp.org>
2719
2720         * tests/test-c-strcasecmp.c: Include c-strcase.h.
2721         * tests/test-c-strncasecmp.c: Likewise.
2722
2723 2007-03-17  Bruno Haible  <bruno@clisp.org>
2724
2725         * modules/stdlib (Depends-on): Add unistd.
2726         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
2727         Needed for MacOS X 10.3.
2728
2729 2007-03-17  Bruno Haible  <bruno@clisp.org>
2730
2731         * lib/unistr/u-strdup.h: Include <stdlib.h>.
2732
2733 2007-03-17  Bruno Haible  <bruno@clisp.org>
2734
2735         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
2736
2737 2007-03-17  Bruno Haible  <bruno@clisp.org>
2738
2739         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
2740         to reflect files copied from gnulib (with or without modifications).
2741         Suggested by Jim Meyering.
2742
2743 2007-03-17  Eric Blake  <ebb9@byu.net>
2744
2745         * NEWS: Document stdlib change from 2007-02-18.
2746
2747 2007-03-17  Jim Meyering  <jim@meyering.net>
2748
2749         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
2750         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
2751         someone uses a name containing shell meta-characters.
2752         Reported by Alfred M. Szmidt.
2753
2754         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
2755
2756 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
2757
2758         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
2759         and copy gettext configuration files only if configure.ac contains
2760         a use of AM_GNU_GETTEXT_VERSION.
2761
2762 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
2763
2764         * build-aux/bootstrap (gnulib_name): New variable.
2765         (gnulib_tool_options): Use it.
2766
2767 2007-03-13  Simon Josefsson  <simon@josefsson.org>
2768
2769         * tests/test-des.c: Use new namespace.
2770
2771 2007-03-15  Bruno Haible  <bruno@clisp.org>
2772
2773         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
2774         Reported by James Youngman <jay@gnu.org>.
2775
2776 2007-03-15  Bruno Haible  <bruno@clisp.org>
2777
2778         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
2779         declared prototype. Needed with cc on OSF/1 5.1.
2780
2781 2007-03-15  Bruno Haible  <bruno@clisp.org>
2782
2783         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
2784         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
2785         (struct gl_list_implementation): Add dispose_fn argument to the
2786         'create_empty', 'create' methods.
2787         (struct gl_list_impl_base): Add field 'dispose_fn'.
2788         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
2789         argument.
2790         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
2791         dispose_fn argument.
2792         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
2793         dispose_fn on the dropped values.
2794         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
2795         dispose_fn argument.
2796         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
2797         dropped values.
2798         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
2799         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2800         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
2801         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2802         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
2803         argument.
2804         (gl_tree_list_free): Call dispose_fn on the dropped values.
2805         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
2806         the dropped values.
2807         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2808         Add dispose_fn argument.
2809         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
2810         Call dispose_fn on the dropped values.
2811         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
2812         Add dispose_fn argument.
2813         (gl_sublist_create): Initialize the 'dispose_fn' field.
2814         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
2815         * tests/test-array_list.c (main): Update.
2816         * tests/test-carray_list.c (main): Update.
2817         * tests/test-avltree_list.c (main): Update.
2818         * tests/test-rbtree_list.c (main): Update.
2819         * tests/test-avltreehash_list.c (main): Update.
2820         * tests/test-rbtreehash_list.c (main): Update.
2821         * tests/test-linked_list.c (main): Update.
2822         * tests/test-linkedhash_list.c (main): Update.
2823         * tests/test-array_oset.c (main): Update.
2824
2825 2007-03-15  Bruno Haible  <bruno@clisp.org>
2826
2827         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
2828         (gl_oset_create_empty): Add dispose_fn argument.
2829         (struct gl_oset_implementation): Add dispose_fn argument to
2830         'create_empty' method.
2831         (struct gl_oset_impl_base): Add dispose_fn field.
2832         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
2833         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
2834         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
2835         values.
2836         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
2837         (gl_tree_oset_free): Call dispose_fn on the dropped values.
2838         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2839         dropped value.
2840         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2841         dropped value.
2842         * tests/test-array_oset.c (main): Update.
2843         * tests/test-avltree_oset.c (main): Update.
2844         * tests/test-rbtree_oset.c (main): Update.
2845         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
2846
2847 2007-03-13  Bruno Haible  <bruno@clisp.org>
2848
2849         * tests/test-stdbool.c (i): Update after last patch.
2850
2851 2007-03-12  Bruno Haible  <bruno@clisp.org>
2852
2853         * lib/quotearg.c: Include <wctype.h> early, before the definition of
2854         the iswprint macro. Needed on Solaris 2.5.1.
2855
2856 2007-03-12  Bruno Haible  <bruno@clisp.org>
2857
2858         * tests/test-printf-frexp.c (main): Declare x as volatile.
2859
2860 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2861
2862         * doc/gnulib.texi (Build robot for gnulib): New section.
2863
2864 2007-03-12  Jim Meyering  <jim@meyering.net>
2865
2866         * build-aux/bootstrap: New file.
2867         * build-aux/bootstrap.conf: New file, from coreutils.
2868
2869 2007-03-11  Bruno Haible  <bruno@clisp.org>
2870
2871         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
2872
2873 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2874
2875         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
2876         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
2877         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
2878
2879 2007-03-11  Bruno Haible  <bruno@clisp.org>
2880
2881         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
2882         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
2883
2884 2007-03-11  Bruno Haible  <bruno@clisp.org>
2885
2886         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
2887         formula. Needed for SunPRO C 5.0.
2888
2889 2007-03-11  Bruno Haible  <bruno@clisp.org>
2890
2891         * modules/long-options (Depends-on): Add getopt.
2892
2893 2007-03-11  Bruno Haible  <bruno@clisp.org>
2894
2895         * modules/modechange (Depends-on): Add stdbool.
2896
2897 2007-03-11  Bruno Haible  <bruno@clisp.org>
2898
2899         * modules/i-ring (Depends-on): Add stdbool.
2900
2901 2007-03-11  Bruno Haible  <bruno@clisp.org>
2902
2903         * modules/gc-des (Depends-on): Add stdbool.
2904
2905 2007-03-11  Bruno Haible  <bruno@clisp.org>
2906
2907         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
2908
2909 2007-03-11  Bruno Haible  <bruno@clisp.org>
2910
2911         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
2912
2913 2007-03-11  Bruno Haible  <bruno@clisp.org>
2914
2915         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
2916
2917 2007-03-11  Bruno Haible  <bruno@clisp.org>
2918
2919         * lib/vasnprintf.c (sprintf): Undefine.
2920
2921 2007-03-11  Bruno Haible  <bruno@clisp.org>
2922
2923         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
2924         initializers in SunPRO C and Compaq C compilers.
2925
2926 2007-03-11  Bruno Haible  <bruno@clisp.org>
2927
2928         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
2929         decrementing code ANSI C compliant.
2930
2931 2007-03-11  Bruno Haible  <bruno@clisp.org>
2932
2933         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
2934         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
2935
2936 2007-03-11  Bruno Haible  <bruno@clisp.org>
2937
2938         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
2939         <stdbool.h> substitute doesn't pass.
2940
2941 2007-03-11  Bruno Haible  <bruno@clisp.org>
2942
2943         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
2944
2945 2007-03-11  Bruno Haible  <bruno@clisp.org>
2946
2947         * gnulib-tool (func_create_megatestdir): Create also an autobuild
2948         script, for submission to autobuild.josefsson.org.
2949
2950 2007-03-10  Bruno Haible  <bruno@clisp.org>
2951
2952         * modules/canonicalize-lgpl-tests: New file.
2953         * tests/test-canonicalize-lgpl.sh: New file.
2954         * tests/test-canonicalize-lgpl.c: New file.
2955
2956         * modules/c-strcase-tests: New file.
2957         * tests/test-c-strcase.sh: New file.
2958         * tests/test-c-strcasecmp.c: New file.
2959         * tests/test-c-strncasecmp.c: New file.
2960
2961         * modules/atexit-tests: New file.
2962         * tests/test-atexit.sh: New file.
2963         * tests/test-atexit.c: New file.
2964
2965 2007-03-10  Bruno Haible  <bruno@clisp.org>
2966
2967         * tests/test-binary-io.sh: Use temporary filenames that are not so
2968         likely to clash with those of other tests (in a parallel make).
2969         * tests/test-binary-io.c: Likewise.
2970
2971 2007-03-10  Bruno Haible  <bruno@clisp.org>
2972
2973         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
2974         fallback; use #error instead.
2975         Suggested by Simon Josefsson.
2976
2977 2007-03-10  Bruno Haible  <bruno@clisp.org>
2978
2979         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
2980         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
2981         first and the last.
2982
2983 2007-03-10  Bruno Haible  <bruno@clisp.org>
2984
2985         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
2986
2987 2007-03-10  Bruno Haible  <bruno@clisp.org>
2988
2989         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
2990         "make distcheck".
2991         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
2992         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
2993         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
2994
2995 2007-03-10  Bruno Haible  <bruno@clisp.org>
2996
2997         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
2998         variable.
2999         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3000         variable.
3001
3002 2007-03-09  Eric Blake  <ebb9@byu.net>
3003         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3004
3005         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3006         types are not being provided by gnulib.
3007         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3008         types are supported.
3009
3010 2007-03-10  Bruno Haible  <bruno@clisp.org>
3011
3012         * lib/stdio_.h (__attribute__): New macro.
3013         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3014         vsprintf): Specify __attribute__ __format__ for GCC.
3015         Suggested by Eric Blake.
3016
3017 2007-03-09  Bruno Haible  <bruno@clisp.org>
3018
3019         * modules/printf-posix-tests: New file.
3020         * tests/test-printf-posix.sh: New file.
3021         * tests/test-printf-posix.c: New file.
3022
3023         * modules/printf-posix: New file.
3024         * lib/printf.c: New file.
3025         * m4/printf-posix-rpl.m4: New file.
3026         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3027         REPLACE_PRINTF.
3028         * lib/stdio_.h (printf): New declaration.
3029         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3030         ____strfmon____): New macros.
3031         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3032         REPLACE_PRINTF.
3033
3034 2007-03-09  Bruno Haible  <bruno@clisp.org>
3035
3036         * tests/test-vasnprintf-posix2.sh: New file.
3037         * tests/test-vasnprintf-posix2.c: New file.
3038         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3039         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3040         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3041
3042         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3043         a locale dependent decimal point, rather than always '.'.
3044
3045 2007-03-09  Eric Blake  <ebb9@byu.net>
3046
3047         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3048         spite of platforms like Tandem/NSK that define it to -1.
3049
3050 2007-03-08  Bruno Haible  <bruno@clisp.org>
3051
3052         * modules/vprintf-posix-tests: New file.
3053         * tests/test-vprintf-posix.sh: New file.
3054         * tests/test-vprintf-posix.c: New file.
3055         * tests/test-printf-posix.h: New file.
3056
3057         * modules/vprintf-posix: New file.
3058         * lib/vprintf.c: New file.
3059         * m4/vprintf-posix.m4: New file.
3060         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
3061         REPLACE_VPRINTF.
3062         * lib/stdio_.h (vprintf): New declaration.
3063         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
3064         REPLACE_VPRINTF.
3065
3066 2007-03-08  Bruno Haible  <bruno@clisp.org>
3067
3068         * modules/fprintf-posix-tests: New file.
3069         * tests/test-fprintf-posix.sh: New file.
3070         * tests/test-fprintf-posix.c: New file.
3071
3072         * modules/fprintf-posix: New file.
3073         * lib/fprintf.c: New file.
3074         * m4/fprintf-posix.m4: New file.
3075         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
3076         REPLACE_FPRINTF.
3077         * lib/stdio_.h (fprintf): New declaration.
3078         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
3079         REPLACE_FPRINTF.
3080
3081 2007-03-08  Bruno Haible  <bruno@clisp.org>
3082
3083         * modules/vfprintf-posix-tests: New file.
3084         * tests/test-vfprintf-posix.sh: New file.
3085         * tests/test-vfprintf-posix.c: New file.
3086         * tests/test-fprintf-posix.h: New file.
3087         * tests/test-fprintf-posix.out: New file.
3088
3089         * modules/vfprintf-posix: New file.
3090         * lib/vfprintf.c: New file.
3091         * m4/vfprintf-posix.m4: New file.
3092         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
3093         REPLACE_VFPRINTF.
3094         * lib/stdio_.h (vfprintf): New declaration.
3095         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
3096         REPLACE_VFPRINTF.
3097
3098 2007-03-08  Bruno Haible  <bruno@clisp.org>
3099
3100         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
3101
3102 2007-03-08  Bruno Haible  <bruno@clisp.org>
3103
3104         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
3105         instead of 'expr' invocations.
3106         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3107         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3108         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3109         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3110         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3111         Suggested by Paul Eggert.
3112
3113 2007-03-08  Bruno Haible  <bruno@clisp.org>
3114
3115         * modules/fseterr-tests: New file.
3116         * tests/test-fseterr.c: New file.
3117
3118         * modules/fseterr: New file.
3119         * lib/fseterr.h: New file.
3120         * lib/fseterr.c: New file.
3121
3122 2007-03-08  Bruno Haible  <bruno@clisp.org>
3123
3124         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
3125         * lib/getopt_.h: Likewise.
3126         * lib/mbswidth.h: Likewise.
3127         * lib/setenv.h: Likewise.
3128         * lib/vasnprintf.h: Likewise.
3129         * lib/vasprintf.h: Likewise.
3130         * lib/verror.h: Likewise.
3131         * lib/xsetenv.h: Likewise.
3132         * lib/xvasprintf.h: Likewise.
3133
3134 2007-03-08  Jim Meyering  <jim@meyering.net>
3135
3136         * users.txt: Add parted.
3137
3138         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
3139
3140 2007-03-07  Bruno Haible  <bruno@clisp.org>
3141
3142         * m4/printf.m4: Make the shell script snippets copy&pastable.
3143
3144 2007-03-02  Bruno Haible  <bruno@clisp.org>
3145
3146         * lib/netinet_in_.h: New file.
3147         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
3148         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
3149         * modules/netinet_in (Files): Add lib/netinet_in_.h.
3150         (Depends-on): Add absolute-header.
3151         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
3152         into netinet/in.h.
3153
3154 2007-03-03  Bruno Haible  <bruno@clisp.org>
3155
3156         * lib/sys_select_.h: New file.
3157         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
3158         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
3159         * modules/sys_select (Files): Add lib/sys_select_.h.
3160         (Depends-on): Add absolute-header.
3161         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
3162         into sys/select.h.
3163
3164 2007-03-02  Bruno Haible  <bruno@clisp.org>
3165
3166         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
3167         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
3168         values.
3169         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
3170         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
3171         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
3172         * modules/sys_socket (Depends-on): Add absolute-header.
3173         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
3174         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
3175         (Include): Remove requirement of inclusion of <sys/types.h>.
3176
3177 2007-03-02  Bruno Haible  <bruno@clisp.org>
3178
3179         * lib/byteswap_.h (bswap_32): Fix formula.
3180
3181 2007-03-06  Bruno Haible  <bruno@clisp.org>
3182
3183         * modules/sprintf-posix-tests: New file.
3184         * tests/test-sprintf-posix.c: New file.
3185
3186         * modules/sprintf-posix: New file.
3187         * lib/sprintf.c: New file.
3188         * m4/sprintf-posix.m4: New file.
3189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
3190         REPLACE_SPRINTF.
3191         * lib/stdio_.h (sprintf): New declaration.
3192         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
3193         REPLACE_SPRINTF.
3194
3195 2007-03-06  Bruno Haible  <bruno@clisp.org>
3196
3197         * modules/vsprintf-posix-tests: New file.
3198         * tests/test-vsprintf-posix.c: New file.
3199         * tests/test-sprintf-posix.h: New file.
3200
3201         * modules/vsprintf-posix: New file.
3202         * lib/vsprintf.c: New file.
3203         * m4/vsprintf-posix.m4: New file.
3204         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
3205         REPLACE_VSPRINTF.
3206         * lib/stdio_.h (vsprintf): New declaration.
3207         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
3208         REPLACE_VSPRINTF.
3209
3210 2007-03-06  Bruno Haible  <bruno@clisp.org>
3211
3212         * modules/vsnprintf (Depend-on): Remove minmax.
3213
3214 2007-03-06  Bruno Haible  <bruno@clisp.org>
3215
3216         * modules/snprintf-posix-tests: New file.
3217         * tests/test-snprintf-posix.c: New file.
3218
3219         * modules/snprintf-posix: New file.
3220         * m4/snprintf-posix.m4: New file.
3221         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
3222         gl_FUNC_SNPRINTF.
3223         (gl_FUNC_SNPRINTF): Invoke it.
3224         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
3225         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
3226         is set.
3227         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
3228
3229 2007-03-06  Bruno Haible  <bruno@clisp.org>
3230
3231         * modules/vsnprintf-posix-tests: New file.
3232         * tests/test-vsnprintf-posix.c: New file.
3233         * tests/test-snprintf-posix.h: New file.
3234
3235         * modules/vsnprintf-posix: New file.
3236         * m4/vsnprintf-posix.m4: New file.
3237         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
3238         gl_FUNC_VSNPRINTF.
3239         (gl_FUNC_VSNPRINTF): Invoke it.
3240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
3241         * lib/stdio_.h (vsnprintf): Define as a replacement if
3242         REPLACE_VSNPRINTF is set.
3243         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
3244
3245 2007-03-06  Bruno Haible  <bruno@clisp.org>
3246
3247         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
3248         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
3249
3250 2007-03-06  Bruno Haible  <bruno@clisp.org>
3251
3252         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
3253         (asinl): Declare also if HAVE_DECL_ASINL is set.
3254         (atanl): Declare also if HAVE_DECL_ATANL is set.
3255         (ceill): Declare also if HAVE_DECL_CEILL is set.
3256         (cosl): Declare also if HAVE_DECL_COSL is set.
3257         (expl): Declare also if HAVE_DECL_EXPL is set.
3258         (floorl): Declare also if HAVE_DECL_FLOORL is set.
3259         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
3260         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
3261         (logl): Declare also if HAVE_DECL_LOGL is set.
3262         (sinl): Declare also if HAVE_DECL_SINL is set.
3263         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
3264         (tanl): Declare also if HAVE_DECL_TANL is set.
3265         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
3266         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
3267         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
3268         declaration of frexpl, ldexpl.
3269         * modules/printf-frexpl (Depends-on): Add math.
3270         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
3271
3272 2007-03-05  Bruno Haible  <bruno@clisp.org>
3273
3274         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
3275         frexpl and ldexpl are declared.
3276         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
3277
3278 2007-03-05  Bruno Haible  <bruno@clisp.org>
3279
3280         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
3281         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
3282
3283 2007-03-05  Bruno Haible  <bruno@clisp.org>
3284
3285         * lib/stdio_.h: Include <stddef.h>.
3286
3287 2007-03-05  Bruno Haible  <bruno@clisp.org>
3288
3289         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
3290
3291 2007-03-05  Bruno Haible  <bruno@clisp.org>
3292
3293         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
3294         NetBSD 4, from Ralf Wildenhues.
3295
3296 2007-03-04  Bruno Haible  <bruno@clisp.org>
3297
3298         * lib/vasprintf.h: Update #if logic for the case when the functions
3299         exist but are overridden.
3300
3301 2007-03-04  Bruno Haible  <bruno@clisp.org>
3302
3303         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
3304         implementations: glibc-2.4 and MacOS X 10.3.
3305         * tests/test-vasnprintf-posix.c (test_function): Test also the case
3306         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
3307         * tests/test-vasprintf-posix.c (test_function): Likewise.
3308
3309 2007-03-04  Bruno Haible  <bruno@clisp.org>
3310
3311         * modules/vasprintf-posix-tests: New file.
3312         * tests/test-vasprintf-posix.c: New file.
3313
3314         * modules/vasprintf-posix: New file.
3315         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
3316         defined.
3317         * m4/vasprintf-posix.m4: New file.
3318         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
3319         gl_FUNC_VASPRINTF.
3320         (gl_FUNC_VASPRINTF): Invoke it.
3321         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
3322         here.
3323         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
3324
3325 2007-03-04  Bruno Haible  <bruno@clisp.org>
3326
3327         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
3328         REPLACE_GETTIMEOFDAY.
3329         * modules/sys_time (Makefile.am): Likewise.
3330         * m4/sys_time_h.m4: Likewise.
3331         * m4/gettimeofday.m4: Likewise.
3332
3333 2007-03-04  Bruno Haible  <bruno@clisp.org>
3334
3335         * modules/vasnprintf-posix-tests: New file.
3336         * tests/test-vasnprintf-posix.c: New file.
3337
3338         * modules/vasnprintf-posix: New file.
3339         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
3340         printf-frexpl.h.
3341         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
3342         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
3343         REPLACE_VASNPRINTF is defined.
3344         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
3345         gl_FUNC_VASNPRINTF.
3346         (gl_FUNC_VASNPRINTF): Invoke it.
3347         * m4/vasnprintf-posix.m4: New file.
3348         * m4/printf.m4: New file.
3349
3350 2007-03-04  Bruno Haible  <bruno@clisp.org>
3351
3352         Compile progreloc.c only if --enable-relocatable is specified.
3353         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
3354         if --enable-relocatable was specified.
3355         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
3356         lib_SOURCES.
3357
3358 2007-03-04  Jim Meyering  <jim@meyering.net>
3359
3360         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
3361         Use it consistently, rather than enumerating errno constants.
3362
3363 2007-03-04  Bruno Haible  <bruno@clisp.org>
3364
3365         * modules/xvasprintf-tests: New file.
3366         * tests/test-xvasprintf.c: New file.
3367
3368         * modules/vasprintf-tests: New file.
3369         * tests/test-vasprintf.c: New file.
3370
3371         * modules/vasnprintf-tests: New file.
3372         * tests/test-vasnprintf.c: New file.
3373
3374         * modules/vsnprintf-tests: New file.
3375         * tests/test-vsnprintf.c: New file.
3376
3377         * modules/snprintf-tests: New file.
3378         * tests/test-snprintf.c: New file.
3379
3380 2007-03-04  Bruno Haible  <bruno@clisp.org>
3381
3382         Compile relocatable.c only if --enable-relocatable is specified.
3383         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
3384         gl_RELOCATABLE_LIBRARY.
3385         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
3386         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
3387         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
3388         gl_RELOCATABLE_LIBRARY.
3389         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
3390         (Makefile.am): Remove lib_SOURCES.
3391         * modules/relocatable-lib-lgpl (configure.ac): Invoke
3392         gl_RELOCATABLE_LIBRARY.
3393         (Makefile.am): Remove lib_SOURCES.
3394         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
3395         always.
3396         * modules/relocatable-prog-wrapper (configure.ac): Invoke
3397         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
3398
3399 2007-03-04  Bruno Haible  <bruno@clisp.org>
3400
3401         * modules/argmatch-tests: New file.
3402         * tests/test-argmatch.c: New file.
3403
3404         * tests/test-allocsa.c (main): Halve the number of loop runs.
3405
3406         * modules/alloca-opt-tests: New file.
3407         * tests/test-alloca-opt.c: New file.
3408
3409 2007-03-04  Jim Meyering  <jim@meyering.net>
3410
3411         Work around difference between Linux ACLs and Solaris 10 ZFS.
3412         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
3413         for EINVAL.
3414
3415 2007-03-03  Bruno Haible  <bruno@clisp.org>
3416
3417         * modules/relocatable-prog (Depends-on): Add back progreloc's
3418         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
3419
3420 2007-03-03  Bruno Haible  <bruno@clisp.org>
3421
3422         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
3423         * modules/relocatable-lib: New file.
3424
3425 2007-03-03  Bruno Haible  <bruno@clisp.org>
3426
3427         * modules/relocatable-prog: Renamed from modules/relocatable.
3428         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
3429
3430 2007-03-03  Bruno Haible  <bruno@clisp.org>
3431
3432         * modules/relocatable-script (Files): Add doc/relocatable.texi,
3433         m4/relocatable-lib.m4.
3434         (Depends-on): Remove 'relocatable'.
3435         (configure.ac): Add gl_RELOCATABLE_NOP.
3436
3437 2007-03-03  Bruno Haible  <bruno@clisp.org>
3438
3439         * modules/relocatable-prog-wrapper: New file.
3440         * modules/relocatable (Depends-on): Add it. Remove all other
3441         dependencies except progname.
3442         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
3443
3444         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
3445         (gl_FUNC_STRERROR): Nop.
3446         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
3447
3448         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
3449         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
3450
3451         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
3452         (gl_FUNC_READLINK): Update.
3453
3454         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
3455
3456 2007-03-03  Bruno Haible  <bruno@clisp.org>
3457
3458         * lib/xreadlink.c: Include <unistd.h> unconditionally.
3459         * modules/xreadlink (Depends-on): Add unistd.
3460         * modules/xreadlink-with-size (Depends-on): Likewise.
3461
3462 2007-03-03  Bruno Haible  <bruno@clisp.org>
3463
3464         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
3465         extracted from gt_FUNC_SETENV.
3466         (gt_FUNC_SETENV): Remove macro.
3467         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
3468         remove gt_FUNC_SETENV.
3469
3470 2007-03-03  Bruno Haible  <bruno@clisp.org>
3471
3472         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
3473         ENABLE_RELOCATABLE here.
3474         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
3475
3476 2007-03-03  Bruno Haible  <bruno@clisp.org>
3477
3478         * modules/rbtreehash-list-tests (Depends-on): Add progname.
3479         * tests/test-rbtreehash_list.c: Include progname.h.
3480         (main): Call set_program_name.
3481
3482         * modules/rbtree-oset-tests (Depends-on): Add progname.
3483         * tests/test-rbtree_oset.c: Include progname.h.
3484         (main): Call set_program_name.
3485
3486         * modules/rbtree-list-tests (Depends-on): Add progname.
3487         * tests/test-rbtree_list.c: Include progname.h.
3488         (main): Call set_program_name.
3489
3490         * modules/linked-list-tests (Depends-on): Add progname.
3491         * tests/test-linked_list.c: Include progname.h.
3492         (main): Call set_program_name.
3493
3494 2007-03-03  Bruno Haible  <bruno@clisp.org>
3495
3496         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
3497         All uses of __restrict changed to _Restrict_.
3498         * lib/glob_.h (__restrict): Remove macro.
3499
3500 2007-03-02  Bruno Haible  <bruno@clisp.org>
3501
3502         * modules/gettext (configure.ac): Require gettext infrastructure
3503         from version 0.16.1.
3504
3505 2007-03-02  Bruno Haible  <bruno@clisp.org>
3506
3507         * modules/linkedhash-list-tests (Depends-on): Add progname.
3508         * tests/test-linkedhash_list.c: Include progname.h.
3509         (main): Call set_program_name.
3510
3511         * modules/carray-list-tests (Depends-on): Add progname.
3512         * tests/test-carray_list.c: Include progname.h.
3513         (main): Call set_program_name.
3514
3515         * modules/avltreehash-list-tests (Depends-on): Add progname.
3516         * tests/test-avltreehash_list.c: Include progname.h.
3517         (main): Call set_program_name.
3518
3519         * modules/avltree-oset-tests (Depends-on): Add progname.
3520         * tests/test-avltree_oset.c: Include progname.h.
3521         (main): Call set_program_name.
3522
3523         * modules/avltree-list-tests (Depends-on): Add progname.
3524         * tests/test-avltree_list.c: Include progname.h.
3525         (main): Call set_program_name.
3526
3527         * modules/array-oset-tests (Depends-on): Add progname.
3528         * tests/test-array_oset.c: Include progname.h.
3529         (main): Call set_program_name.
3530
3531         * modules/array-list-tests (Depends-on): Add progname.
3532         * tests/test-array_list.c: Include progname.h.
3533         (main): Call set_program_name.
3534
3535         * modules/argp-tests (Depends-on): Add progname.
3536         * tests/test-argp.c: Include argp.h first. Include progname.h.
3537         (main): Call set_program_name.
3538
3539 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
3540
3541         * doc/gnulib-tool.texi (Initial import): Reword description of
3542         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
3543         limited effect even if defined after the first system include.
3544
3545 2007-03-01  Bruno Haible  <bruno@clisp.org>
3546
3547         * build-aux/config.libpath: Update to libtool-1.5.22.
3548         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3549
3550 2007-03-01  Bruno Haible  <bruno@clisp.org>
3551
3552         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
3553         foo_CFLAGS.
3554         Reported by Ralf Wildenhues.
3555
3556 2007-03-01  Bruno Haible  <bruno@clisp.org>
3557
3558         * build-aux/install-reloc: Remove object files left over by some
3559         compilers.
3560         Reported by Ralf Wildenhues.
3561
3562 2007-03-01  Bruno Haible  <bruno@clisp.org>
3563
3564         * build-aux/install-reloc: Break long lines.
3565
3566 2007-03-01  Bruno Haible  <bruno@clisp.org>
3567
3568         * doc/relocatable.texi: Document that it may not work on OpenBSD.
3569         Reported by Ralf Wildenhues.
3570
3571 2007-03-01  Bruno Haible  <bruno@clisp.org>
3572
3573         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
3574         include ordering constraints.
3575
3576 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
3577
3578         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
3579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
3580         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
3581         as another example.
3582         * lib/time_.h: Fix misspelling.
3583         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3584         Require gl_HEADER_TIME_H_DEFAULTS.
3585         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
3586         * m4/time_r.m4 (gl_TIME_R): Likewise.
3587         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
3588
3589 2007-03-01  Bruno Haible  <bruno@clisp.org>
3590
3591         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
3592         * m4/utimens.m4 (gl_UTIMENS): Likewise.
3593
3594 2007-03-01  Jim Meyering  <jim@meyering.net>
3595
3596         * modules/xreadlink (Maintainer): Add my name.
3597         * modules/xreadlink-with-size (Depends-on): Alphabetize.
3598
3599 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
3600             Bruno Haible  <bruno@clisp.org>
3601
3602         * build-aux/install-reloc: Compile also c-ctype.c.
3603         * build-aux/relocatable.sh.in: New file.
3604         * doc/relocatable.texi: New file.
3605         * doc/relocatable-maint.texi: New file.
3606         * doc/gnulib.texi: Include relocatable-maint.texi.
3607         * lib/progreloc.c: Include unistd.h unconditionally.
3608         * lib/relocwrapper.c: Include unistd.h unconditionally.
3609         Include c-ctype.h.
3610         (add_dotbin): Use c_tolower.
3611         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
3612         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
3613         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
3614         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
3615         to m4/relocatable-lib.m4.
3616         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
3617         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
3618         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
3619         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
3620         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
3621         * modules/relocatable: New file.
3622         * modules/relocatable-lib: New file.
3623         * modules/relocatable-script: New file.
3624
3625 2007-02-28  Bruno Haible  <bruno@clisp.org>
3626
3627         Import --enable-relocatable infrastructure.
3628         * build-aux/config.libpath: New file, from GNU gettext.
3629         * build-aux/install-reloc: New file, from GNU gettext.
3630         * build-aux/reloc-ldflags: New file, from GNU gettext.
3631         * lib/relocatable.h: New file, from GNU gettext.
3632         * lib/relocatable.c: New file, from GNU gettext.
3633         * lib/relocwrapper.c: New file, from GNU gettext.
3634         * m4/relocatable.m4: New file, from GNU gettext.
3635
3636 2007-02-28  Bruno Haible  <bruno@clisp.org>
3637
3638         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
3639
3640         * modules/xreadlink: New file, from GNU gettext with modifications.
3641         * lib/xreadlink.c: New file, from GNU gettext.
3642         * lib/xreadlink.h: Add comments.
3643         (xreadlink): New declaration.
3644
3645         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
3646         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
3647         lib/xreadlink-with-size.c.
3648         (configure.ac): Remove gl_XREADLINK invocation.
3649         (Makefile.am): Augment lib_SOURCES.
3650         * m4/xreadlink.m4: Remove file.
3651         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
3652         (xreadlink_with_size): Renamed from xreadink.
3653         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
3654         * modules/canonicalize (Depends-on): Replace xreadlink with
3655         xreadlink-with-size.
3656         * lib/canonicalize.c (canonicalize_filename_mode): Update.
3657
3658 2007-02-25  Jim Meyering  <jim@meyering.net>
3659
3660         * build-aux/announce-gen: When complaining about excess arguments,
3661         list them.
3662
3663 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
3664
3665         * README: Document signed integer overflow situation more
3666         accurately.
3667
3668 2007-02-25  Bruno Haible  <bruno@clisp.org>
3669
3670         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
3671         'a' or 'A' conversion.
3672
3673 2007-02-25  Bruno Haible  <bruno@clisp.org>
3674
3675         * modules/filename: Renamed from modules/pathname.
3676         (Files): Replace lib/pathname.h with lib/filename.h. Replace
3677         lib/concatpath.c with lib/concat-filename.c.
3678         (Makefile.am): Update.
3679         (Include): Replace pathname.h with filename.h.
3680         * lib/filename.h: Renamed from lib/pathname.h.
3681         (concatenated_filename): Renamed from concatenated_pathname.
3682         * lib/concat-filename.c: Renamed from lib/concatpath.c.
3683         (concatenated_filename): Renamed from concatenated_pathname.
3684         * lib/findprog.c: Include filename.h instead of pathname.h.
3685         (find_in_path): Update.
3686         * lib/javacomp.c: Include filename.h instead of pathname.h.
3687         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3688         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3689         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3690         is_oldgcj_14_13_usable, is_javac_usable): Update.
3691         * lib/javaexec.c: Include filename.h instead of pathname.h.
3692         (execute_java_class): Update.
3693         * modules/findprog: Update.
3694         * modules/javacomp: Update.
3695         * modules/javaexec: Update.
3696         * MODULES.html.sh (File system functions): Add 'filename', remove
3697         'pathname'.
3698
3699 2007-02-25  Bruno Haible  <bruno@clisp.org>
3700
3701         * modules/printf-frexpl-tests: New file.
3702         * tests/test-printf-frexpl.c: New file.
3703
3704         * modules/printf-frexpl: New file.
3705         * lib/printf-frexpl.h: New file.
3706         * lib/printf-frexpl.c: New file.
3707         * m4/printf-frexpl.m4: New file.
3708
3709 2007-02-25  Bruno Haible  <bruno@clisp.org>
3710
3711         * modules/printf-frexp-tests: New file.
3712         * tests/test-printf-frexp.c: New file.
3713
3714         * modules/printf-frexp: New file.
3715         * lib/printf-frexp.h: New file.
3716         * lib/printf-frexp.c: New file.
3717         * m4/printf-frexp.m4: New file.
3718
3719 2007-02-25  Bruno Haible  <bruno@clisp.org>
3720
3721         Assume automake >= 1.10 for the tests.
3722         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
3723         * modules/arctwo-tests: Likewise.
3724         * modules/argp-tests: Likewise.
3725         * modules/avltree-list-tests: Likewise.
3726         * modules/avltree-oset-tests: Likewise.
3727         * modules/avltreehash-list-tests: Likewise.
3728         * modules/carray-list-tests: Likewise.
3729         * modules/crc-tests: Likewise.
3730         * modules/des-tests: Likewise.
3731         * modules/gc-arcfour-tests: Likewise.
3732         * modules/gc-arctwo-tests: Likewise.
3733         * modules/gc-des-tests: Likewise.
3734         * modules/gc-hmac-md5-tests: Likewise.
3735         * modules/gc-hmac-sha1-tests: Likewise.
3736         * modules/gc-md2-tests: Likewise.
3737         * modules/gc-md4-tests: Likewise.
3738         * modules/gc-md5-tests: Likewise.
3739         * modules/gc-pbkdf2-sha1-tests: Likewise.
3740         * modules/gc-rijndael-tests: Likewise.
3741         * modules/gc-sha1-tests: Likewise.
3742         * modules/gc-tests: Likewise.
3743         * modules/getaddrinfo-tests: Likewise.
3744         * modules/hmac-md5-tests: Likewise.
3745         * modules/hmac-sha1-tests: Likewise.
3746         * modules/linked-list-tests: Likewise.
3747         * modules/linkedhash-list-tests: Likewise.
3748         * modules/lock-tests: Likewise.
3749         * modules/md2-tests: Likewise.
3750         * modules/md4-tests: Likewise.
3751         * modules/md5-tests: Likewise.
3752         * modules/rbtree-list-tests: Likewise.
3753         * modules/rbtree-oset-tests: Likewise.
3754         * modules/rbtreehash-list-tests: Likewise.
3755         * modules/read-file-tests: Likewise.
3756         * modules/rijndael-tests: Likewise.
3757         * modules/stdint-tests: Likewise.
3758         * modules/tls-tests: Likewise.
3759
3760 2007-02-24  Bruno Haible  <bruno@clisp.org>
3761
3762         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
3763         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
3764         function; instead check whether isnan with a double argument links.
3765         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
3766         function; instead check whether isnan with a 'long double' argument
3767         links.
3768         Reported by Eric Blake <ebb9@byu.net>.
3769
3770 2007-02-24  Bruno Haible  <bruno@clisp.org>
3771
3772         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
3773         defined.
3774         * lib/isnanl.c: Remove all code. Just include isnan.c.
3775         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
3776
3777 2007-02-25  Jim Meyering  <jim@meyering.net>
3778
3779         Avoid conflicting types for 'unsetenv' on FreeBSD.
3780         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
3781         conflicting with FreeBSD's (5.0 and 6.1) function declaration
3782         in stdlib.h.
3783
3784 2007-02-24  Bruno Haible  <bruno@clisp.org>
3785
3786         * modules/isnanl-nolibm-tests: New file.
3787         * tests/test-isnanl.c: New file.
3788
3789         * modules/isnanl-nolibm: New file.
3790         * lib/isnanl.h: New file.
3791         * lib/isnanl.c: New file.
3792         * m4/isnanl.m4: New file.
3793
3794 2007-02-24  Bruno Haible  <bruno@clisp.org>
3795
3796         * modules/isnan-nolibm-tests: New file.
3797         * tests/test-isnan.c: New file.
3798
3799         * modules/isnan-nolibm: New file.
3800         * lib/isnan.h: New file.
3801         * lib/isnan.c: New file.
3802         * m4/isnan.m4: New file.
3803
3804 2007-02-24  Bruno Haible  <bruno@clisp.org>
3805
3806         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
3807         assume that an exponent fits in 20 bits.
3808
3809 2007-02-24  Jim Meyering  <jim@meyering.net>
3810
3811         * m4/regex.m4: Update the description of the configure-time option,
3812         --without-included-regex, to state accurately what the defaults are,
3813         and perhaps to give people an idea why using this option is risky.
3814
3815 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
3816
3817         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
3818         loops on small arguments.  This attempts to avoid the problem
3819         Bruno Haible reported for AIX 4.3.2 in
3820         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
3821
3822 2007-02-23  Bruno Haible  <bruno@clisp.org>
3823
3824         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
3825         Needed for help2man.
3826
3827 2007-02-23  Karl Berry  <karl@gnu.org>
3828
3829         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
3830         exists, foo.h should be cvs-ignored, not committed.
3831
3832 2007-02-23  Eric Blake  <ebb9@byu.net>
3833
3834         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
3835         * lib/stat-time.h (includes): Likewise.
3836         * lib/utimecmp.c (includes): Likewise.
3837         * lib/utimens.h (includes): Likewise.
3838         * lib/getdate.y (includes): Also include "timespec.h" for use
3839         internal to the module.
3840         * modules/utimens (Depends-on): Revert yesterday's patch.
3841         * modules/nanosleep (Depends-on): Add missing dependency.
3842
3843 2007-02-22  Bruno Haible  <bruno@clisp.org>
3844
3845         * lib/glob.c: Don't include getlogin_r.h.
3846
3847 2007-02-22  Jim Meyering  <jim@meyering.net>
3848
3849         * modules/utimens (Depends-on): Add timespec, required for
3850         utimens.h's inclusion of timespec.h.
3851
3852 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
3853
3854         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
3855         long unreadable paths in GNU/Linux.  Problem reported by Andreas
3856         Schwab in
3857         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
3858         I'll try to think of a better way to fix the Solaris problem.
3859
3860         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
3861         like glibc; on Solaris 10, it fails with errno == EINVAL.
3862         POSIX says the behavior is unspecified if the first argument is NULL,
3863         so play it safe and never pass NULL to the system getcwd.
3864
3865 2007-02-21  Jim Meyering  <jim@meyering.net>
3866
3867         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
3868         of gettimeofday.  It would conflict with the one now always
3869         provided via sys_time_.h.  Reported by Matthew Woehlke, as
3870         an IRIX 6.5 build failure.
3871
3872 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3873
3874         Minor fixups to port to Solaris 10 with Sun C 5.8.
3875         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
3876         * modules/getcwd (Depends-on): Add dirfd.
3877         * lib/putenv.c (putenv): #undef it.
3878         (rpl_putenv): New decl.
3879         (malloc, free): Include <stdlib.h> rather than prototyping separately.
3880
3881 2007-02-20  Bruno Haible  <bruno@clisp.org>
3882
3883         * modules/stdio-tests: New file.
3884         * tests/test-stdio.c: New file.
3885
3886         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
3887         (Depends-on): Add stdio.
3888         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3889         (Include): Use <stdio.h> instead of vsnprintf.h.
3890         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3891         HAVE_DECL_VSNPRINTF.
3892         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
3893
3894         * modules/snprintf (Files): Remove lib/snprintf.h.
3895         (Depends-on): Add stdio.
3896         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3897         (Include): Use <stdio.h> instead of snprintf.h.
3898         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3899         HAVE_DECL_SNPRINTF.
3900         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
3901         * lib/getaddrinfo.c: Likewise.
3902
3903         * modules/stdio: New file.
3904         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
3905         * lib/snprintf.h: Remove file.
3906         * lib/vsnprintf.h: Remove file.
3907         * lib/.cppi-disable: Remove snprintf.h.
3908         * m4/stdio_h.m4: New file.
3909         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
3910
3911 2007-02-20  Jim Meyering  <jim@meyering.net>
3912
3913         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
3914         used by e.g., mingw.  From Bruno Haible.
3915
3916 2007-02-19  Bruno Haible  <bruno@clisp.org>
3917
3918         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
3919         warnings.
3920         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3921
3922 2007-02-19  Bruno Haible  <bruno@clisp.org>
3923
3924         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
3925         from mingw users.
3926
3927 2007-02-19  Bruno Haible  <bruno@clisp.org>
3928
3929         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
3930         warnings.
3931         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
3932
3933 2007-02-19  Jim Meyering  <jim@meyering.net>
3934
3935         Don't use FD after a successful "fdopendir (fd)".
3936         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
3937         Reset it by calling dirfd on the just-obtained DIR*.
3938
3939         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
3940         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
3941
3942 2007-02-18  Bruno Haible  <bruno@clisp.org>
3943
3944         * lib/readlink.c: Include <unistd.h>.
3945         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
3946         HAVE_READLINK.
3947         * modules/readlink (Depends-on): Add unistd.
3948         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3949         (Include): Add <unistd.h>.
3950
3951         * lib/getlogin_r.h: Remove file.
3952         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
3953         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
3954         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
3955         HAVE_DECL_GETLOGIN_R.
3956         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
3957         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3958         (Include): Use <unistd.h> instead of getlogin_r.h.
3959
3960         * lib/getcwd.h: Remove file.
3961         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
3962         * lib/xgetcwd.c: Likewise.
3963         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
3964         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
3965         * modules/getcwd (Files): Remove lib/getcwd.h.
3966         (Depends-on): Add unistd.
3967         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3968         (Include): Use <unistd.h> instad of getcwd.h.
3969
3970         * lib/ftruncate.c: Include <unistd.h> first.
3971         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
3972         Set HAVE_FTRUNCATE.
3973         * modules/ftruncate (Depends-on): Add unistd.
3974         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3975
3976         * lib/fchdir.c: Include <unistd.h> first.
3977         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
3978         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
3979         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
3980         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3981         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
3982
3983         * lib/dup2.c: Include <unistd.h> first.
3984         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
3985         HAVE_DUP2.
3986         * modules/dup2 (Depends-on): Add unistd.
3987         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3988
3989         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
3990         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
3991         REPLACE_CHOWN. Don't define chown as a macro here.
3992         * modules/chown (Depends-on): Add unistd.
3993         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3994
3995         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
3996         Add definition for GL_LINK_WARNING.
3997         (chown, dup2): New declarations.
3998         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
3999         link warning.
4000         (ftruncate): New declaration.
4001         (getcwd): New declaration, taken from old getcwd.h.
4002         (getlogin_r): New declaration, taken from old getlogin_r.h.
4003         (readlink): New declaration.
4004         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4005         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4006         (gl_PREREQ_UNISTD): Remove macro.
4007         (gl_UNISTD_MODULE_INDICATOR): New macro.
4008         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4009         many new variables. Don't set UNISTD_H.
4010         * modules/unistd (Description): Change.
4011         (Depends-on): Add link-warning.
4012         (configure.ac): Update.
4013         (Makefile.am): Create unistd.h always. Substitute many new variables
4014         into it.
4015
4016 2007-02-18  Bruno Haible  <bruno@clisp.org>
4017
4018         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4019         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4020         HAVE_GETSUBOPT.
4021         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4022         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4023         * lib/getsubopt.h: Remove file.
4024         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4025         (Depends-on): Add stdlib.
4026         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4027         (Includes): Use <stdlib.h> instead of getsubopt.h.
4028         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4029         Set HAVE_GETSUBOPT.
4030         * lib/getsubopt.c: Don't include getsubopt.h.
4031
4032 2007-02-18  Bruno Haible  <bruno@clisp.org>
4033
4034         * modules/fchdir (Depends-on): Add dup2.
4035
4036 2007-02-18  Bruno Haible  <bruno@clisp.org>
4037
4038         * lib/stdlib_.h: Handle glibc's special invocation convention
4039         specially.
4040
4041 2007-02-18  Bruno Haible  <bruno@clisp.org>
4042
4043         * modules/stdlib-tests: New file.
4044         * tests/test-stdlib.c: New file.
4045
4046         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4047         (Depends-on): Add stdlib.
4048         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4049         (Includes): Use <stdlib.h> instead of mkstemp.h.
4050         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4051         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4052         * lib/mkstemp.c: Don't include mkstemp.h.
4053         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
4054         * lib/stdlib--.h: Don't include mkstemp.h.
4055
4056         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
4057         (Depends-on): Add stdlib.
4058         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4059         (Includes): Use <stdlib.h> instead of mkdtemp.h.
4060         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4061         HAVE_MKDTEMP.
4062         * lib/mkdtemp.c: Don't include mkdtemp.h.
4063         * lib/clean-temp.c: Don't include mkdtemp.h.
4064
4065         * modules/exit (Files): Remove lib/exit.h.
4066         (Depends-on): Add stdlib.
4067         (Makefile.am): Remove lib_SOURCES.
4068         (Include): Use <stdlib.h> instead of exit.h.
4069         * lib/argmatch.c: Don't include exit.h.
4070         * lib/execute.c: Likewise.
4071         * lib/pagealign_alloc.c: Likewise.
4072         * lib/pipe.c: Likewise.
4073         * lib/wait-process.c: Likewise.
4074         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
4075         * lib/exitfail.c: Likewise.
4076         * lib/savewd.c: Likewise.
4077         * lib/xsetenv.c: Likewise.
4078
4079         * modules/stdlib: New file.
4080         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
4081         and extra comments about mkstemp().
4082         * lib/exit.h: Remove file.
4083         * lib/mkdtemp.h: Remove file.
4084         * lib/mkstemp.h: Remove file.
4085         * m4/stdlib_h.m4: New file.
4086         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
4087
4088 2007-02-18  Bruno Haible  <bruno@clisp.org>
4089
4090         * modules/math-tests: New file.
4091         * tests/test-math.c: New file.
4092
4093         * modules/math: New file.
4094         * modules/mathl (Files): Remove lib/mathl.h.
4095         (Depends-on): Add math.
4096         (Makefile.am): Don't mention mathl.h.
4097         (Include): Use <math.h> instead of mathl.h.
4098         * lib/math_.h: New file.
4099         * lib/mathl.h: Remove file.
4100         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
4101         mathl.h.
4102         * lib/asinl.c: Likewise.
4103         * lib/atanl.c: Likewise.
4104         * lib/ceill.c: Likewise.
4105         * lib/cosl.c: Likewise.
4106         * lib/expl.c: Likewise.
4107         * lib/floorl.c: Likewise.
4108         * lib/frexpl.c: Likewise.
4109         * lib/ldexpl.c: Likewise.
4110         * lib/logl.c: Likewise.
4111         * lib/sincosl.c: Likewise.
4112         * lib/sinl.c: Likewise.
4113         * lib/sqrtl.c: Likewise.
4114         * lib/tanl.c: Likewise.
4115         * lib/trigl.c: Likewise.
4116         * m4/math_h.m4: New file.
4117         * MODULES.html.sh (Mathematics): Add math.
4118
4119 2007-02-17  Bruno Haible  <bruno@clisp.org>
4120
4121         * modules/wctype-tests: New file.
4122         * tests/test-wctype.c: New file.
4123
4124         * modules/wchar-tests: New file.
4125         * tests/test-wchar.c: New file.
4126
4127         * modules/unistd-tests: New file.
4128         * tests/test-unistd.c: New file.
4129
4130         * modules/time-tests: New file.
4131         * tests/test-time.c: New file.
4132
4133         * modules/sysexits-tests: New file.
4134         * tests/test-sysexits.c: New file.
4135
4136         * modules/sys_time-tests: New file.
4137         * tests/test-sys_time.c: New file.
4138
4139         * modules/sys_stat-tests: New file.
4140         * tests/test-sys_stat.c: New file.
4141
4142         * modules/sys_socket-tests: New file.
4143         * tests/test-sys_socket.c: New file.
4144
4145         * modules/sys_select-tests: New file.
4146         * tests/test-sys_select.c: New file.
4147
4148         * modules/string-tests: New file.
4149         * tests/test-string.c: New file.
4150
4151         * modules/stdbool-tests: New file.
4152         * tests/test-stdbool.c: New file.
4153
4154         * modules/netinet_in-tests: New file.
4155         * tests/test-netinet_in.c: New file.
4156
4157         * modules/inttypes-tests: New file.
4158         * tests/test-inttypes.c: New file.
4159
4160         * modules/fcntl-tests: New file.
4161         * tests/test-fcntl.c: New file.
4162
4163         * modules/byteswap-tests: New file.
4164         * tests/test-byteswap.c: New file.
4165
4166         * modules/arpa_inet-tests: New file.
4167         * tests/test-arpa_inet.c: New file.
4168
4169 2007-02-17  Bruno Haible  <bruno@clisp.org>
4170
4171         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
4172         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
4173         if the corresponding module is not enabled. Emit link warnings if
4174         the function is used nevertheless.
4175         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
4176         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
4177         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
4178         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
4179         * modules/inttypes (Depends-on): Add link-warning.
4180         (Makefile.am): Copy the contents of build-aux/link-warning.h into
4181         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
4182         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
4183         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
4184         * modules/imaxdiv (configure.ac): Likewise.
4185         * modules/strtoimax (configure.ac): Likewise.
4186         * modules/strtoumax (configure.ac): Likewise.
4187
4188 2007-02-17  Bruno Haible  <bruno@clisp.org>
4189
4190         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
4191         gl_STRING_MODULE_INDICATOR_DEFAULTS.
4192         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
4193         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
4194
4195 2007-02-17  Bruno Haible  <bruno@clisp.org>
4196
4197         * modules/link-warning: New file.
4198         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
4199         * lib/string_.h (GL_LINK_WARNING): Remove definition.
4200         * modules/string (Depends-on): Add link-warning.
4201         (Makefile.am): Copy the contents of build-aux/link-warning.h into
4202         string.h.
4203         * MODULES.html.sh (Support for building libraries and executables): Add
4204         link-warning.
4205
4206 2007-02-17  Bruno Haible  <bruno@clisp.org>
4207
4208         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
4209         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
4210         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
4211         long lines.
4212
4213 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
4214             Bruno Haible  <bruno@clisp.org>
4215
4216         * modules/tmpfile: New file.
4217         * lib/tmpfile.c: New file.
4218         * m4/tmpfile.m4: New file.
4219         * MODULES.html.sh (func_all_modules): New section "Input/output".
4220
4221 2007-02-15  Bruno Haible  <bruno@clisp.org>
4222
4223         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
4224         (supports_delete_on_close): New function.
4225         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
4226
4227 2007-02-14  Bruno Haible  <bruno@clisp.org>
4228
4229         * modules/mbspcasecmp-tests: New file.
4230         * tests/test-mbspcasecmp.sh: New file.
4231         * tests/test-mbspcasecmp.c: New file.
4232
4233         New module mbspcasecmp.
4234         * modules/mbspcasecmp: New file.
4235         * lib/mbspcasecmp.c: New file.
4236         * lib/string_.h (strncasecmp): Change warning message.
4237         (mbspcasecmp): New declaration.
4238         * m4/mbspcasecmp.m4: New file.
4239         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4240         GNULIB_MBSPCASECMP.
4241         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
4242         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
4243
4244 2007-02-14  Bruno Haible  <bruno@clisp.org>
4245
4246         * modules/mbsncasecmp-tests: New file.
4247         * tests/test-mbsncasecmp.sh: New file.
4248         * tests/test-mbsncasecmp.c: New file.
4249
4250         New module mbsncasecmp.
4251         * modules/mbsncasecmp: New file.
4252         * lib/mbsncasecmp.c: New file.
4253         * lib/string_.h (mbsncasecmp): New declaration.
4254         * m4/mbsncasecmp.m4: New file.
4255         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4256         GNULIB_MBSNCASECMP.
4257         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
4258         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
4259
4260 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
4261
4262         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
4263         Verify that it doesn't overlap with our flags.
4264         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
4265         do not have the desired effect in multibyte locales; instead, use
4266         mbscasecmp.
4267         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
4268         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
4269         we don't require GNU fnmatch ourselves (if our users require it, they
4270         should do so explicitly).
4271
4272         Fix regex code so it doesn't rely on strcasecmp.
4273         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
4274         Otherwise, include gnulib's langinfo.h.
4275         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
4276         undesirable behavior in non-C locales.  Instead, rely on localecharset.
4277         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
4278         * modules/regex (FILES): Remove m4/codeset.m4.
4279         (Depends-on): Add localcharset.  Remove strcase.
4280
4281 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4282
4283         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
4284         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
4285
4286 2007-02-13  Bruno Haible  <bruno@clisp.org>
4287
4288         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
4289         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4290
4291 2007-02-12  Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4294         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
4295         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
4296         time warning rather than a link error.
4297
4298 2007-02-12  Bruno Haible  <bruno@clisp.org>
4299
4300         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
4301         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4302         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4303
4304 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4305
4306         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
4307         args, not 2.
4308
4309 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4310
4311         New module 'time', so that apps can include <time.h> as per
4312         POSIX and GNU instead of separate include files like time_r.h
4313         and timegm.h.  This implementation tries out a simpler approach
4314         for replacing decls in standard include files (as compared to
4315         the string module), somewhat as an experiment.
4316
4317         * config/srclist.txt: Comment out mktime.c for now.
4318         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
4319         since it doesn't apply any more.  Use generic wording instead.
4320         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
4321         'time'.
4322         * lib/time_.h, m4/time_h.m4, modules/time: New files.
4323         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
4324         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
4325         Don't include <sys/types.h>; no longer needed since we assume C89.
4326         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
4327         * lib/strftime.c: Likewise.
4328         * lib/time_r.c: Likewise.
4329         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
4330         * lib/nanosleep.c: Include <time.h> first, to check interface.
4331         * lib/strptime.c: Likewise.
4332         * lib/time_r.c: Likewise.
4333         * lib/timegm.c: Likewise.
4334         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
4335         needed.
4336         * lib/timegm.c: Don't include timegm.h; no longer needed.
4337         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
4338         time.h now handles any problems in that area.
4339         (struct timespec, nanosleep): Remove; time.h now arranges for these.
4340         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
4341         that time.h defines struct timespec.
4342         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
4343         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
4344         handles that.
4345         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
4346         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
4347         needed.  Set REPLACE_LOCALTIME.
4348         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
4349         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
4350         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
4351         nanosleep; time_h.m4 now does that.  Don't require
4352         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
4353         module handles this now.
4354         * modules/getdate (Depends-on): Remove timespec.  Add time.
4355         * modules/nanosleep (Depends-on): Likewise.
4356         * modules/stat-time (Depends-on): Likewise.
4357         * modules/nanosleep (Include): Include time.h, not timespec.h.
4358         * modules/strptime (Files): Remove lib/strptime.h.
4359         (Depends-on): Add extensions, time.
4360         (Include): Include time.h, not strptime.h.
4361         * modules/time_r (Files): Remove lib/time_r.h.
4362         (Depends-on): Add time.
4363         (Include): Include time.h, not time_r.h.
4364         * modules/timegm: Likewise.
4365         * modules/timespec (Description): Now does timespec-related decls
4366         of our own, instead of struct timespec itself.
4367         (Depends-on): Add time; remove extensions.
4368         (Maintainer): Add self.
4369         * modules/utimecmp (Depends-on): Add time; remove timespec.
4370         * modules/utimens (Depends-on): Likewise.
4371         * modules/xnanosleep (Depends-on): Likewise.
4372
4373 2007-02-11  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/c-strstr.c: Include allocsa.h.
4376         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4377         * lib/c-strcasestr.c: Include allocsa.h.
4378         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4379         * lib/strcasestr.c: Include allocsa.h.
4380         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4381         * lib/mbsstr.c: Include allocsa.h.
4382         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
4383         allocsa/freesa instead of malloc/free.
4384         * lib/mbscasestr.c: Include allocsa.h.
4385         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
4386         allocsa/freesa instead of malloc/free.
4387         * modules/c-strstr (Depends-on): Add allocsa.
4388         * modules/c-strcasestr (Depends-on): Likewise.
4389         * modules/strcasestr (Depends-on): Likewise.
4390         * modules/mbsstr (Depends-on): Likewise.
4391         * modules/mbscasestr (Depends-on): Likewise.
4392
4393 2007-02-11  Bruno Haible  <bruno@clisp.org>
4394
4395         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
4396
4397         * modules/mbsspn-tests: New file.
4398         * tests/test-mbsspn.sh: New file.
4399         * tests/test-mbsspn.c: New file.
4400
4401 2007-02-11  Bruno Haible  <bruno@clisp.org>
4402
4403         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
4404
4405         * modules/mbspbrk-tests: New file.
4406         * tests/test-mbspbrk.sh: New file.
4407         * tests/test-mbspbrk.c: New file.
4408
4409 2007-02-11  Bruno Haible  <bruno@clisp.org>
4410
4411         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
4412         unneeded cast.
4413
4414         * modules/mbscspn-tests: New file.
4415         * tests/test-mbscspn.sh: New file.
4416         * tests/test-mbscspn.c: New file.
4417
4418 2007-02-11  Bruno Haible  <bruno@clisp.org>
4419
4420         * modules/mbscasecmp-tests: New file.
4421         * tests/test-mbscasecmp.sh: New file.
4422         * tests/test-mbscasecmp.c: New file.
4423
4424 2007-02-11  Bruno Haible  <bruno@clisp.org>
4425
4426         Ensure O(n) worst-case complexity of mbscasestr.
4427         * lib/mbscasestr.c: Include stdbool.h.
4428         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
4429         functions.
4430         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
4431         the bookkeeping indicates that it's worth it.
4432         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
4433
4434         * modules/mbscasestr-tests: New file.
4435         * tests/test-mbscasestr1.c: New file.
4436         * tests/test-mbscasestr2.sh: New file.
4437         * tests/test-mbscasestr2.c: New file.
4438         * tests/test-mbscasestr3.sh: New file.
4439         * tests/test-mbscasestr3.c: New file.
4440         * tests/test-mbscasestr4.sh: New file.
4441         * tests/test-mbscasestr4.c: New file.
4442         * m4/locale-tr.m4: New file.
4443
4444 2007-02-11  Bruno Haible  <bruno@clisp.org>
4445
4446         Ensure O(n) worst-case complexity of mbsstr.
4447         * lib/mbsstr.c: Include stdbool.h.
4448         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
4449         functions.
4450         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
4451         bookkeeping indicates that it's worth it.
4452         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
4453
4454         * modules/mbsstr-tests: New file.
4455         * tests/test-mbsstr1.c: New file.
4456         * tests/test-mbsstr2.sh: New file.
4457         * tests/test-mbsstr2.c: New file.
4458         * tests/test-mbsstr3.sh: New file.
4459         * tests/test-mbsstr3.c: New file.
4460         * m4/locale-fr.m4: New file.
4461
4462 2007-02-11  Bruno Haible  <bruno@clisp.org>
4463
4464         * lib/mbsrchr.c (mbsrchr): Fix bug.
4465
4466         * modules/mbsrchr-tests: New file.
4467         * tests/test-mbsrchr.sh: New file.
4468         * tests/test-mbsrchr.c: New file.
4469
4470 2007-02-11  Bruno Haible  <bruno@clisp.org>
4471
4472         * lib/mbschr.c (mbschr): Fix bug.
4473
4474         * modules/mbschr-tests: New file.
4475         * tests/test-mbschr.sh: New file.
4476         * tests/test-mbschr.c: New file.
4477         * m4/locale-zh.m4: New file.
4478
4479 2007-02-11  Bruno Haible  <bruno@clisp.org>
4480
4481         Support for copying multibyte string iterators.
4482         * lib/mbiter.h: Include <string.h>.
4483         (mbiter_multi_copy): New function.
4484         (mbi_copy): New macro.
4485         * lib/mbuiter.h: Include <string.h>.
4486         (mbuiter_multi_copy): New function.
4487         (mbui_copy): New macro.
4488
4489 2007-02-11  Bruno Haible  <bruno@clisp.org>
4490
4491         New module mbslen.
4492         * modules/mbslen: New file.
4493         * lib/mbslen.c: New file.
4494         * lib/string_.h (mbslen): New declaration.
4495         * m4/mbslen.m4: New file.
4496         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4497         GNULIB_MBSLEN.
4498         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
4499         * MODULES.html.sh (Internationalization functions): Add mbslen.
4500
4501 2007-02-11  Bruno Haible  <bruno@clisp.org>
4502
4503         Ensure O(n) worst-case complexity of strcasestr substitute.
4504         * lib/strcasestr.c: Include stdbool.h.
4505         (knuth_morris_pratt): New function.
4506         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
4507         bookkeeping indicates that it's worth it.
4508         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
4509
4510         * modules/strcasestr-tests: New file.
4511         * tests/test-strcasestr.c: New file.
4512
4513 2007-02-11  Bruno Haible  <bruno@clisp.org>
4514
4515         Ensure O(n) worst-case complexity of c_strcasestr.
4516         * lib/c-strcasestr.c: Include stdbool.h, string.h.
4517         (knuth_morris_pratt): New function.
4518         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
4519         the bookkeeping indicates that it's worth it.
4520         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
4521
4522         * modules/c-strcasestr-tests: New file.
4523         * tests/test-c-strcasestr.c: New file.
4524
4525 2007-02-11  Bruno Haible  <bruno@clisp.org>
4526
4527         Ensure O(n) worst-case complexity of c_strstr.
4528         * lib/c-strstr.c: Include stdbool.h, string.h.
4529         (knuth_morris_pratt): New function.
4530         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
4531         bookkeeping indicates that it's worth it.
4532         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
4533
4534         * lib/c-strstr.c: Complete rewrite for maintainability.
4535
4536         * modules/c-strstr-tests: New file.
4537         * tests/test-c-strstr.c: New file.
4538
4539 2007-02-11  Bruno Haible  <bruno@clisp.org>
4540
4541         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
4542         5.2.1 and earlier, whereby \055 was treated just like the range
4543         delimiter '-'.
4544         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4545
4546 2007-02-08  Bruno Haible  <bruno@clisp.org>
4547
4548         * modules/regex (Depends-on): Add stdbool.
4549         Reported by Dalibor Topic <robilad@kaffe.org>.
4550
4551 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4552
4553         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
4554         Prefer returning from main to exiting from it.
4555         Remove unnecessary parens after sizeof.
4556
4557 2007-02-05  Bruno Haible  <bruno@clisp.org>
4558
4559         New module mbssep.
4560         * modules/mbssep: New file.
4561         * lib/mbssep.c: New file.
4562         * lib/string_.h (strsep): Add a conditional link warning.
4563         (mbssep): New declaration.
4564         * m4/mbssep.m4: New file.
4565         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4566         GNULIB_MBSSEP.
4567         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
4568         * MODULES.html.sh (Internationalization functions): Add mbssep.
4569
4570 2007-02-05  Bruno Haible  <bruno@clisp.org>
4571
4572         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
4573         Optimize search in case of 1 delimiter.
4574
4575 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4576
4577         * lib/acl.h: Include sys/types.h before sys/acl.h.
4578
4579 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4580
4581         Merge upstream fix for glibc bugzilla #3957:
4582
4583         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
4584
4585         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
4586         bit for RE_HAT_LISTS_NOT_NEWLINE.
4587         (build_charclass_op): Remove bogus comment.
4588
4589 2007-02-05  Simon Josefsson  <simon@josefsson.org>
4590
4591         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
4592
4593 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4594
4595         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
4596         * lib/memmem.c [!defined _LIBC]: Include config.h.
4597
4598 2007-02-04  Bruno Haible  <bruno@clisp.org>
4599
4600         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
4601         warning message.
4602
4603 2007-02-04  Bruno Haible  <bruno@clisp.org>
4604
4605         New module mbstok_r.
4606         * modules/mbstok_r: New file.
4607         * lib/mbstok_r.c: New file.
4608         * lib/string_.h (strtok_r): Change argument names to match the
4609         comments. Add a conditional link warning.
4610         (mbstok_r): New declaration.
4611         * m4/mbstok_r.m4: New file.
4612         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4613         GNULIB_MBSTOK_R.
4614         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
4615         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
4616
4617 2007-02-04  Bruno Haible  <bruno@clisp.org>
4618
4619         New module mbsspn.
4620         * modules/mbsspn: New file.
4621         * lib/mbsspn.c: New file.
4622         * lib/string_.h (strspn): Add a conditional link warning.
4623         (mbsspn): New declaration.
4624         * m4/mbsspn.m4: New file.
4625         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4626         GNULIB_MBSSPN.
4627         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
4628         * MODULES.html.sh (Internationalization functions): Add mbsspn.
4629
4630 2007-02-04  Bruno Haible  <bruno@clisp.org>
4631
4632         New module mbspbrk.
4633         * modules/mbspbrk: New file.
4634         * lib/mbspbrk.c: New file.
4635         * lib/string_.h (strpbrk): Add a conditional link warning.
4636         (mbspbrk): New declaration.
4637         * m4/mbspbrk.m4: New file.
4638         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4639         GNULIB_MBSPBRK.
4640         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
4641         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
4642
4643 2007-02-04  Bruno Haible  <bruno@clisp.org>
4644
4645         New module mbscspn.
4646         * modules/mbscspn: New file.
4647         * lib/mbscspn.c: New file.
4648         * lib/string_.h (strcspn): Add a conditional link warning.
4649         (mbscspn): New declaration.
4650         * m4/mbscspn.m4: New file.
4651         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4652         GNULIB_MBSCSPN.
4653         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
4654         * MODULES.html.sh (Internationalization functions): Add mbscspn.
4655
4656 2007-02-04  Bruno Haible  <bruno@clisp.org>
4657
4658         New module mbscasestr, reduced goal of strcasestr.
4659         * modules/mbscasestr: New file.
4660         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
4661         (mbscasestr): Renamed from strcasestr.
4662         * lib/strcasestr.c: Don't include mbuiter.h.
4663         (strcasestr): Remove support for multibyte locales.
4664         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
4665         Change the conditional link warning.
4666         (mbscasestr): New declaration.
4667         * m4/mbscasestr.m4: New file.
4668         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
4669         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
4670         REPLACE_STRCASESTR.
4671         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
4672         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4673         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
4674         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
4675         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
4676         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
4677         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
4678         (Depends-on): Remove mbuiter.
4679         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
4680
4681 2007-02-04  Bruno Haible  <bruno@clisp.org>
4682
4683         Simplify handling of strncasecmp.
4684         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
4685         the conditional link warning.
4686         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4687         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
4688         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
4689         * modules/strcase (configure.ac): Don't invoke
4690         gl_STRING_MODULE_INDICATOR.
4691         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
4692
4693 2007-02-04  Bruno Haible  <bruno@clisp.org>
4694
4695         New module mbscasecmp, reduced goal of strcasecmp.
4696         * modules/mbscasecmp: New file.
4697         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
4698         (mbscasecmp): Renamed from strcasecmp.
4699         * lib/strcasecmp.c: Don't include mbuiter.h.
4700         (strcasecmp): Remove support for multibyte locales.
4701         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
4702         Change the conditional link warning.
4703         (mbscasecmp): New declaration.
4704         * m4/mbscasecmp.m4: New file.
4705         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
4706         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
4707         REPLACE_STRCASECMP.
4708         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
4709         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4710         GNULIB_MBSCASECMP.
4711         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
4712         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
4713         * modules/strcase (Files): Remove m4/mbrtowc.m4.
4714         (Depends-on): Remove mbuiter.
4715         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
4716
4717 2007-02-04  Bruno Haible  <bruno@clisp.org>
4718
4719         New module mbsstr. Remove module strstr.
4720         * modules/mbsstr: New file.
4721         * modules/strstr: Remove file.
4722         * lib/mbsstr.c: Renamed from lib/strstr.c.
4723         (mbsstr): Renamed from strstr.
4724         * lib/string_.h (strstr): Remove declaration. Change the conditional
4725         link warning.
4726         (mbsstr): New declaration.
4727         * m4/mbsstr.m4: New file.
4728         * m4/strstr.m4: Remove file.
4729         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
4730         REPLACE_STRSTR.
4731         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
4732         Don't initialize GNULIB_STRSTR.
4733         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
4734         substitute GNULIB_STRSTR and REPLACE_STRSTR.
4735         * MODULES.html.sh (Internationalization functions): Add mbsstr.
4736         (Support for systems lacking ANSI C 89): Remove strstr.
4737
4738 2007-02-04  Bruno Haible  <bruno@clisp.org>
4739
4740         New module mbsrchr.
4741         * modules/mbsrchr: New file.
4742         * lib/mbsrchr.c: New file.
4743         * lib/string_.h (strrchr): Add a conditional link warning.
4744         (mbsrchr): New declaration.
4745         * m4/mbsrchr.m4: New file.
4746         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4747         GNULIB_MBSRCHR.
4748         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
4749         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
4750
4751 2007-02-04  Bruno Haible  <bruno@clisp.org>
4752
4753         New module mbschr.
4754         * modules/mbschr: New file.
4755         * lib/mbschr.c: New file.
4756         * lib/string_.h (strchr): Add a conditional link warning.
4757         (mbschr): New declaration.
4758         * m4/mbschr.m4: New file.
4759         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4760         GNULIB_MBSCHR.
4761         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
4762         * MODULES.html.sh (Internationalization functions): Add mbschr.
4763
4764 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4765
4766         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
4767
4768         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
4769
4770 2007-02-04  Bruno Haible  <bruno@clisp.org>
4771
4772         New module description section 'configure.ac-early'.
4773         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
4774         (func_get_autoconf_early_snippet): New function.
4775         (func_import, func_create_testdir): Use it. Remove special cases for
4776         modules 'extensions' and 'lock'.
4777         * modules/extensions (configure.ac-early): Require
4778         gl_USE_SYSTEM_EXTENSIONS.
4779         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
4780
4781 2007-02-04  Bruno Haible  <bruno@clisp.org>
4782
4783         Make use of gcj-4.3's -fsource and -ftarget option.
4784         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
4785         and if so try the options -fsource and -ftarget.
4786         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
4787         source_version, ftarget_option, target_version arguments.
4788         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
4789         (is_envjavac_oldgcj_14_14_usable): Renamed from
4790         is_envjavac_gcj_14_14_usable.
4791         (is_envjavac_oldgcj_14_13_usable): Renamed from
4792         is_envjavac_gcj_14_13_usable.
4793         (is_gcj_present): Update.
4794         (is_gcj_43, is_gcj43_usable): New functions.
4795         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
4796         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
4797         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
4798         try the options -fsource and -ftarget.
4799
4800 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4801
4802         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
4803         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
4804         larger value.
4805
4806 2007-02-03  Jim Meyering  <jim@meyering.net>
4807
4808         Give tools a better chance to allocate space for very large buffers.
4809         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
4810
4811         Make pwd and readlink work also when run with an unreadable parent dir
4812         on systems with openat support.
4813         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
4814         provided getcwd function, even when we have openat support.
4815         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
4816
4817 2007-02-02  Bruno Haible  <bruno@clisp.org>
4818
4819         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4820         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
4821         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
4822         portability problems if one of these functions is only used on specific
4823         platforms.
4824         Reported by Paul Eggert.
4825
4826 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4827
4828         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
4829         is causing more trouble than it's curing.
4830         * lib/regex_internal.h (__mempcpy): Remove.
4831         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
4832         (and make the code a tad smaller to boot).
4833         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
4834
4835 2007-02-02  Jim Meyering  <jim@meyering.net>
4836
4837         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
4838         section, not in the Makefile.am: one.
4839
4840 2007-02-02  Eric Blake  <ebb9@byu.net>
4841
4842         * lib/strchrnul.c: Always include config.h first.
4843
4844         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
4845         gnulib strstr is not necessary here.
4846
4847 2007-02-02  Simon Josefsson  <simon@josefsson.org>
4848
4849         * m4/socklen.m4: Fix typo.
4850
4851 2007-02-02  Eric Blake  <ebb9@byu.net>
4852
4853         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
4854         * modules/netinet_in (Makefile.am): Likewise.
4855
4856 2007-02-01  Bruno Haible  <bruno@clisp.org>
4857
4858         * lib/string_.h (GL_LINK_WARNING): New macro.
4859         (strcasecmp, strstr, strcasestr): If provided by the system,
4860         conditionally define as a macro that leads to a warning instead of to
4861         an error.
4862         (strncasecmp): Conditionally define as a macro that leads to a warning.
4863
4864 2007-02-01  Karl Berry  <karl@gnu.org>
4865
4866         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
4867
4868 2007-02-01  Bruno Haible  <bruno@clisp.org>
4869
4870         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
4871         renamings.
4872
4873 2007-02-01  Eric Blake  <ebb9@byu.net>
4874
4875         * modules/regex (Depends-on): Revert dependence on mempcpy.
4876         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
4877         module's definition of mempcpy.
4878         Reported by Paul Eggert.
4879
4880 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4881
4882         * lib/string_.h: If the gnulib module XYZ is not present, undefine
4883         the symbol XYZ before redefining it.  This fixes a problem with
4884         programs that don't use XYZ, when compiled on systems that define
4885         XYZ to something else.
4886
4887 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
4890         occurs when "mkdir -m foo" creates a setgid directory that is (1)
4891         writeable to group or other and (2) is intended to have a special
4892         mode bit that is set or cleared.  In such a case, the directory
4893         should be neither group- nor other-writeable until the special
4894         mode bits are right.
4895
4896 2007-01-31  Eric Blake  <ebb9@byu.net>
4897
4898         * modules/mountlist (Depends-on): Add strstr.
4899
4900         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
4901         bug.
4902         * modules/string (Makefile.am): Remove redundant replacement.
4903         * modules/regex (Depends-on): Add mempcpy.
4904
4905 2007-01-31  Bruno Haible  <bruno@clisp.org>
4906
4907         New module description field 'Link'.
4908         * gnulib-tool (func_usage): Document --extract-link-directive.
4909         (sed_extract_prog): Recognize 'Link' directive.
4910         (func_get_link_directive): New function.
4911         (func_import): Show summary of link directives.
4912         Handle --extract-link-directive option.
4913         * modules/acl (Link): New section.
4914         * modules/clock-time (Link): New section.
4915         * modules/euidaccess (Link): New section.
4916         * modules/gettext (Link): New section.
4917         * modules/iconv (Link): New section.
4918         * modules/lock (Link): New section.
4919         * modules/nanosleep (Link): New section.
4920         * modules/readline (Link): New section.
4921
4922 2007-01-27  Bruno Haible  <bruno@clisp.org>
4923
4924         Enforce the use of gnulib modules for unportable <string.h> functions.
4925         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
4926         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
4927         (gl_HEADER_STRING_H_BODY): Require it.
4928         * lib/string_.h: If the gnulib module XYZ is not present, redefine
4929         the symbol XYZ to one that gives a link error.
4930         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
4931         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
4932         * modules/mempcpy (configure.ac): Likewise.
4933         * modules/memrchr (configure.ac): Likewise.
4934         * modules/stpcpy (configure.ac): Likewise.
4935         * modules/stpncpy (configure.ac): Likewise.
4936         * modules/strcase (configure.ac): Likewise.
4937         * modules/strcasestr (configure.ac): Likewise.
4938         * modules/strchrnul (configure.ac): Likewise.
4939         * modules/strdup (configure.ac): Likewise.
4940         * modules/strndup (configure.ac): Likewise.
4941         * modules/strnlen (configure.ac): Likewise.
4942         * modules/strpbrk (configure.ac): Likewise.
4943         * modules/strsep (configure.ac): Likewise.
4944         * modules/strstr (configure.ac): Likewise.
4945         * modules/strtok_r (configure.ac): Likewise.
4946
4947 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
4948
4949         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
4950
4951 2007-01-30  Jim Meyering  <jim@meyering.net>
4952
4953         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
4954
4955 2007-01-29  Bruno Haible  <bruno@clisp.org>
4956
4957         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
4958         * lib/execute.c: Likewise.
4959         * lib/pipe.c: Likewise.
4960         * lib/printf-args.h: Likewise.
4961         * lib/printf-args.c: Likewise.
4962         * lib/printf-parse.c: Likewise.
4963         * lib/vasnprintf.c: Likewise.
4964
4965 2007-01-29  Eric Blake  <ebb9@byu.net>
4966
4967         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
4968         declaration.
4969
4970 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
4971
4972         * lib/strptime.h (strptime): Use 'restrict' for args where
4973         POSIX requires this.
4974         * lib/strptime.c (strptime): Likewise.
4975         Change license notice from LGPL to GPL, since gnulib-tool will
4976         change this as needed.
4977         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
4978         defined.
4979         Include "strptime.h" first, to check interface.
4980         Do not #undef _LIBC and _NL_CURRENT.
4981         Do not include <stdlib.h>; no longer needed.
4982         Include "time_r.h" and declare ptime_locale_status
4983         only if _LIBC is not defined.
4984         (__P): Remove unused macro.
4985         (match_string): Bring back glibc version, but use it only if _LIBC
4986         is defined.
4987         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
4988         Remove unnecessary assertion and abort() call.
4989         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
4990         * m4/strptime.m4: Fix serial number comment.
4991         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
4992         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
4993         (Depends-on): Add time_r.
4994
4995 2007-01-29  Bruno Haible  <bruno@clisp.org>
4996
4997         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
4998         strptime.
4999         * modules/strptime (Depends-on): Add stdbool.
5000         * lib/strptime.h: Include <time.h> always. Add comments.
5001
5002 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5003
5004         * modules/strptime: New file.
5005         * lib/strptime.h: New file.
5006         * lib/strptime.c: New file.
5007         * m4/strptime.m4: New file.
5008
5009 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5010
5011         * MODULES.html.sh: New module mpsort.
5012         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5013
5014         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5015         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5016         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5017         All uses changed.
5018         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5019         All uses changed.
5020         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5021         to _Restrict_.
5022         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5023         the parameter matches the prototype.
5024
5025 2007-01-28  Jim Meyering  <jim@meyering.net>
5026
5027         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5028         sys/time.h here, reverting that part of the previous patch:
5029         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5030
5031 2007-01-28  Bruno Haible  <bruno@clisp.org>
5032
5033         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5034         value of $(SYS_TIME_H).
5035         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5036         remove it conditionally, too. [added by Jim Meyering]
5037         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5038         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5039         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5040         GETTIMEOFDAY_REPLACEMENT to 1.
5041
5042 2007-01-28  Bruno Haible  <bruno@clisp.org>
5043
5044         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5045         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5046         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5047         Set UNISTD_H instead of UNISTD_H2.
5048         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5049
5050 2007-01-28  Bruno Haible  <bruno@clisp.org>
5051
5052         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
5053         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
5054
5055 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5056
5057         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
5058         (func_create_testdir): Ensure C locale for `grep' and `tr'
5059         character ranges.
5060         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
5061         ACLOCAL_AMFLAGS parsing state machine.
5062
5063 2007-01-27  Bruno Haible  <bruno@clisp.org>
5064
5065         * modules/unistr/base: Update.
5066
5067 2007-01-27  Bruno Haible  <bruno@clisp.org>
5068
5069         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
5070         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
5071         * modules/unistr/u32-mbtouc-unsafe: Renamed from
5072         modules/unistr/u32-mbtouc.
5073         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
5074         * lib/unistr.h: Update.
5075         * lib/linebreak.c: Update.
5076         * modules/unistr/u32-mbtouc: Renamed from
5077         modules/unistr/u32-mbtouc-safe.
5078         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
5079         * lib/unistr.h: Update.
5080         * lib/unistr/u32-to-u8.c: Update.
5081         * lib/unistr/u32-to-u16.c: Update.
5082
5083 2007-01-27  Bruno Haible  <bruno@clisp.org>
5084
5085         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
5086         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
5087         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
5088         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
5089         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
5090         * modules/unistr/u16-mbtouc-unsafe: Renamed from
5091         modules/unistr/u16-mbtouc.
5092         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
5093         * lib/unistr.h: Update.
5094         * lib/linebreak.c: Update.
5095         * modules/linebreak: Update.
5096         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
5097         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
5098         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
5099         * modules/unistr/u16-mbtouc: Renamed from
5100         modules/unistr/u16-mbtouc-safe.
5101         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
5102         * lib/unistr.h: Update.
5103         * lib/unistr/u16-to-u8.c: Update.
5104         * modules/unistr/u16-to-u8: Update.
5105         * lib/unistr/u16-to-u32.c: Update.
5106         * modules/unistr/u16-to-u32: Update.
5107
5108 2007-01-27  Bruno Haible  <bruno@clisp.org>
5109
5110         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
5111         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
5112         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
5113         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
5114         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
5115         * modules/unistr/u8-mbtouc-unsafe: Renamed from
5116         modules/unistr/u8-mbtouc.
5117         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
5118         * lib/unistr.h: Update.
5119         * lib/striconveh.c: Update.
5120         * modules/striconveh: Update.
5121         * lib/linebreak.c: Update.
5122         * modules/linebreak: Update.
5123         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
5124         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
5125         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
5126         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
5127         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
5128         * lib/unistr.h: Update.
5129         * lib/striconveh.c: Update.
5130         * modules/striconveh: Update.
5131         * lib/unistr/u8-to-u16.c: Update.
5132         * modules/unistr/u8-to-u16: Update.
5133         * lib/unistr/u8-to-u32.c: Update.
5134         * modules/unistr/u8-to-u32: Update.
5135
5136 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5137
5138         Sync from Libtool.
5139         * lib/argz.c: Do not include strings.h nor memory.h, include
5140         string.h unconditionally.  Patch by Simon Josefsson.
5141
5142 2007-01-27  Bruno Haible  <bruno@clisp.org>
5143
5144         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
5145         from gl_HEADER_STRING_H_BODY.
5146         (gl_HEADER_STRING_H_BODY): Require it.
5147         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
5148         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
5149         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
5150         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
5151         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5152         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
5153         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5154         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
5155         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
5156         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5157         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
5158         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
5159         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
5160         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5161         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5162
5163 2007-01-27  Bruno Haible  <bruno@clisp.org>
5164
5165         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
5166         check_PROGRAMS into noinst_PROGRAMS.
5167         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
5168         check_PROGRAMS in this case.
5169         (func_import): Set for_test to false.
5170         (func_create_testdir): Set for_test to true.
5171
5172 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5173             Bruno Haible  <bruno@clisp.org>
5174
5175         * modules/strcasestr (Files): Remove lib/strcasestr.h.
5176         (Depends-on): Add string.
5177         (Includes): Use <string.h> instead of strcasestr.h.
5178         * modules/string (Makefile.am): Also substitute the value of
5179         REPLACE_STRCASESTR.
5180         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
5181         assume strcasestr is declared in <string.h> not <strings.h>. Also
5182         set REPLACE_STRCASESTR.
5183         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
5184         REPLACE_STRCASESTR.
5185         * lib/strcasestr.h: Remove file.
5186         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
5187         * lib/string_.h (strcasestr): New declaration.
5188
5189 2007-01-27  Bruno Haible  <bruno@clisp.org>
5190
5191         * lib/string_.h: Use 'extern'.
5192
5193 2007-01-27  Jim Meyering  <jim@meyering.net>
5194
5195         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
5196         of set-but-not-used local, "q".
5197
5198         * lib/mempcpy.c: Include <config.h> before <string.h>.
5199         This fixes a compilation error on HP-UX, due to the system's
5200         "restrict"-using mempcpy prototype.
5201
5202 2007-01-26  Bruno Haible  <bruno@clisp.org>
5203
5204         Small optimization.
5205         * lib/javacomp.c: Include c-strstr.h.
5206          (is_envjavac_gcj): Use c_strstr instead of strstr.
5207         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
5208
5209 2007-01-26  Bruno Haible  <bruno@clisp.org>
5210
5211         * MODULES.html.sh (Unicode string functions): Add the new modules.
5212
5213         * modules/uniconv/u32-strconv-to-locale: New file.
5214         * lib/uniconv/u32-strconv-to-locale.c: New file.
5215
5216         * modules/uniconv/u16-strconv-to-locale: New file.
5217         * lib/uniconv/u16-strconv-to-locale.c: New file.
5218
5219         * modules/uniconv/u8-strconv-to-locale: New file.
5220         * lib/uniconv/u8-strconv-to-locale.c: New file.
5221
5222         * modules/uniconv/u32-strconv-from-locale: New file.
5223         * lib/uniconv/u32-strconv-from-locale.c: New file.
5224
5225         * modules/uniconv/u16-strconv-from-locale: New file.
5226         * lib/uniconv/u16-strconv-from-locale.c: New file.
5227
5228         * modules/uniconv/u8-strconv-from-locale: New file.
5229         * lib/uniconv/u8-strconv-from-locale.c: New file.
5230
5231         * modules/uniconv/u32-strconv-to-enc: New file.
5232         * lib/uniconv/u32-strconv-to-enc.c: New file.
5233         * modules/uniconv/u32-strconv-to-enc-tests: New file.
5234         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
5235
5236         * modules/uniconv/u16-strconv-to-enc: New file.
5237         * lib/uniconv/u16-strconv-to-enc.c: New file.
5238         * lib/uniconv/u-strconv-to-enc.h: New file.
5239         * modules/uniconv/u16-strconv-to-enc-tests: New file.
5240         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
5241
5242         * modules/uniconv/u8-strconv-to-enc: New file.
5243         * lib/uniconv/u8-strconv-to-enc.c: New file.
5244         * modules/uniconv/u8-strconv-to-enc-tests: New file.
5245         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
5246
5247         * modules/uniconv/u32-strconv-from-enc: New file.
5248         * lib/uniconv/u32-strconv-from-enc.c: New file.
5249         * modules/uniconv/u32-strconv-from-enc-tests: New file.
5250         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
5251
5252         * modules/uniconv/u16-strconv-from-enc: New file.
5253         * lib/uniconv/u16-strconv-from-enc.c: New file.
5254         * modules/uniconv/u16-strconv-from-enc-tests: New file.
5255         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
5256
5257         * modules/uniconv/u8-strconv-from-enc: New file.
5258         * lib/uniconv/u8-strconv-from-enc.c: New file.
5259         * lib/uniconv/u-strconv-from-enc.h: New file.
5260         * modules/uniconv/u8-strconv-from-enc-tests: New file.
5261         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
5262
5263         * modules/uniconv/u32-conv-from-enc: New file.
5264         * lib/uniconv/u32-conv-from-enc.c: New file.
5265         * modules/uniconv/u32-conv-from-enc-tests: New file.
5266         * tests/uniconv/test-u32-conv-from-enc.c: New file.
5267
5268         * modules/uniconv/u16-conv-from-enc: New file.
5269         * lib/uniconv/u16-conv-from-enc.c: New file.
5270         * lib/uniconv/u-conv-from-enc.h: New file.
5271         * modules/uniconv/u16-conv-from-enc-tests: New file.
5272         * tests/uniconv/test-u16-conv-from-enc.c: New file.
5273
5274         * modules/uniconv/u8-conv-from-enc: New file.
5275         * lib/uniconv/u8-conv-from-enc.c: New file.
5276         * modules/uniconv/u8-conv-from-enc-tests: New file.
5277         * tests/uniconv/test-u8-conv-from-enc.c: New file.
5278
5279         * modules/uniconv/base: New file.
5280         * lib/uniconv.h: New file.
5281
5282 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5283
5284         * doc/gnulib-tool.texi (Initial import): Update to match current
5285         behavior with strdup module.
5286         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
5287         * lib/memmem.h: Remove; all uses removed.  This is now done
5288         by <string.h>.
5289         * lib/mempcpy.h: Likewise.
5290         * lib/memrchr.h: Likewise.
5291         * lib/stpcpy.h: Likewise.
5292         * lib/stpncpy.h: Likewise.
5293         * lib/strcase.h: Likewise.
5294         * lib/strchrnul.h: Likewise.
5295         * lib/strdup.h: Likewise.
5296         * lib/strndup.h: Likewise.
5297         * lib/strnlen.h: Likewise.
5298         * lib/strpbrk.h: Likewise.
5299         * lib/strsep.h: Likewise.
5300         * lib/strstr.h: Likewise.
5301         * lib/strtok_r.h: Likewise.
5302         * lib/string_.h: New file.
5303         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
5304         Rely on <string.h> instead.
5305         * lib/canon-host.c: Likewise.
5306         * lib/chdir-long.c: Likewise.
5307         * lib/concatpath.c: Likewise.
5308         * lib/exclude.c: Likewise.
5309         * lib/fchdir.c: Likewise.
5310         * lib/getaddrinfo.c: Likewise.
5311         * lib/getcwd.c: Likewise.
5312         * lib/getsubopt.c: Likewise.
5313         * lib/glob.c: Likewise.
5314         * lib/hard-locale.c: Likewise.
5315         * lib/iconvme.c: Likewise.
5316         * lib/javacomp.c: Likewise.
5317         * lib/mempcpy.c: Likewise.
5318         * lib/memrchr.c: Likewise.
5319         * lib/regex_internal.h: Likewise.
5320         * lib/stpncpy.c: Likewise.
5321         * lib/strcasecmp.c: Likewise.
5322         * lib/strchrnul.c: Likewise.
5323         * lib/strdup.c: Likewise.
5324         * lib/striconv.c: Likewise.
5325         * lib/striconveh.c: Likewise.
5326         * lib/striconveha.c: Likewise.
5327         * lib/strncasecmp.c: Likewise.
5328         * lib/strndup.c: Likewise.
5329         * lib/strnlen.c: Likewise.
5330         * lib/strsep.c: Likewise.
5331         * lib/strstr.c: Likewise.
5332         * lib/strtok_r.c: Likewise.
5333         * lib/userspec.c: Likewise.
5334         * lib/w32spawn.h: Likewise.
5335         * lib/xstrndup.c: Likewise.
5336         * lib/mountlist.c (strstr): Remove decl.
5337         * m4/string_h.m4: New file.
5338         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
5339         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
5340         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
5341         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
5342         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
5343         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
5344         Set REPLACE_STRCASECMP if necessary.
5345         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
5346         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
5347         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
5348         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
5349         HAVE_DECL_STRDUP if necessary.
5350         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
5351         since gl_FUNC_STRNDUP does that now.
5352         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
5353         Check for decl here...
5354         (gl_PREREQ_STRNLEN): ... not here.
5355         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
5356         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
5357         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
5358         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
5359         necessary.
5360         * modules/string: New file.
5361         * modules/memmem (Files): Remove special-purpose include file.
5362         (Depends-on): Add string.
5363         (Include): Include <string.h>, not the removed file.
5364         * modules/mempcpy: Likewise.
5365         * modules/memrchr: Likewise.
5366         * modules/stpcpy: Likewise.
5367         * modules/stpncpy: Likewise.
5368         * modules/strcase: Likewise.
5369         * modules/strchrnul: Likewise.
5370         * modules/strdup: Likewise.
5371         * modules/strndup: Likewise.
5372         * modules/strnlen: Likewise.
5373         * modules/strpbrk: Likewise.
5374         * modules/strsep: Likewise.
5375         * modules/strstr: Likewise.
5376         * modules/strtok_r: Likewise.
5377         * tests/test-dirname.c: Don't include "strdup.h", since
5378         <string.h> now suffices.
5379         * tests/test-memmem.c: Don't include "memmem.h", since
5380         <string.h> now suffices.
5381
5382 2007-01-25  Bruno Haible  <bruno@clisp.org>
5383
5384         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
5385         *resultp is 0.
5386
5387         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
5388         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
5389         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
5390         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
5391
5392         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
5393         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
5394         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
5395         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
5396         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
5397         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
5398
5399 2007-01-24  Bruno Haible  <bruno@clisp.org>
5400
5401         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
5402         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
5403         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
5404         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
5405         gl_FUNC_FTS_CORE.
5406         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
5407         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
5408         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5409         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
5410         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
5411         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
5412         gl_FUNC_FCHOWNAT.
5413         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
5414         gl_FUNC_STRFTIME.
5415         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
5416         Reported by Ralf Wildenhues.
5417
5418 2007-01-24  Bruno Haible  <bruno@clisp.org>
5419
5420         Drop AC_REQUIRE calls that are redundant with the module dependencies.
5421         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
5422         gl_GETADDRINFO.
5423         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
5424         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
5425         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
5426
5427 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
5428
5429         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
5430         Don't use 'exit'; just return from 'main'.
5431         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
5432
5433         * lib/fnmatch_.h: Readjust white space and comments to match
5434         glibc, to avoid spurious diffs.
5435
5436 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5437
5438         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
5439         2004-12-01 change by Jakub Jelinek, since this code won't compile
5440         if !LIBC.  Problem reported by Bob Proulx.
5441
5442 2007-01-23  Bruno Haible  <bruno@clisp.org>
5443
5444         * lib/striconveh.c: Include c-strcaseeq.h.
5445         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
5446         * modules/striconveh (Depends-on): Add c-strcaseeq.
5447
5448 2007-01-23  Bruno Haible  <bruno@clisp.org>
5449
5450         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
5451
5452         * modules/c-strcaseeq: New file.
5453         * lib/c-strcaseeq.h: New file.
5454
5455         * modules/streq: New file.
5456         * lib/streq.h: New file.
5457
5458 2007-01-23  Bruno Haible  <bruno@clisp.org>
5459
5460         * modules/striconveha-tests: New file.
5461         * tests/test-striconveha.c: New file.
5462
5463         * lib/striconveha.h: Include <stdbool.h>.
5464         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
5465         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
5466         (mem_iconveha_notranslit): Renamed from mem_iconveha.
5467         (mem_iconveha): New function.
5468         (str_iconveha_notranslit): Renamed from str_iconveha.
5469         (str_iconveha): New function.
5470         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
5471         c-strcase.
5472
5473 2007-01-23  Bruno Haible  <bruno@clisp.org>
5474
5475         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
5476         encodings without forgiving before trying any encoding with handler.
5477         (str_iconveha): Try all encodings without forgiving before trying any
5478         encoding with handler.
5479
5480 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5481
5482         Import the following changes from libc.
5483
5484         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5485
5486         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
5487
5488         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
5489
5490         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
5491         normal_bracket label.
5492
5493         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
5494
5495         [BZ #361]
5496         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
5497         to normal_bracket after fetching the next character.
5498
5499 2007-01-22  Bruno Haible  <bruno@clisp.org>
5500
5501         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
5502         argument.
5503         * lib/striconveh.c (iconv_carefully_1): New function.
5504         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
5505         argument.
5506         (str_cd_iconveh): Update.
5507         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
5508         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
5509         * tests/test-striconveh.c (MAGIC): New macro.
5510         (new_offsets): New function.
5511         (main): Test call with and without offsets.
5512
5513 2007-01-22  Bruno Haible  <bruno@clisp.org>
5514
5515         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
5516         * modules/sys_select (Makefile.am): Likewise.
5517         * modules/sys_socket (Makefile.am): Likewise.
5518         * modules/sys_time (Makefile.am): Likewise.
5519
5520 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
5521
5522         * modules/gettimeofday (License): Change from GPL to LGPL, since
5523         gettimeofday is a library function.
5524
5525 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5526
5527         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
5528
5529 2007-01-21  Bruno Haible  <bruno@clisp.org>
5530
5531         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
5532
5533 2007-01-21  Bruno Haible  <bruno@clisp.org>
5534
5535         * modules/striconveha: New file.
5536         * lib/striconveha.h: New file.
5537         * lib/striconveha.c: New file.
5538         * MODULES.html.sh (Internationalization functions): Add striconveha.
5539         * lib/striconv.c (str_iconv): Optimize the case of an empty input
5540         string.
5541         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
5542
5543 2007-01-21  Bruno Haible  <bruno@clisp.org>
5544
5545         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
5546         * lib/striconveh.c (str_iconveh): Likewise.
5547
5548 2007-01-21  Bruno Haible  <bruno@clisp.org>
5549
5550         * lib/striconveh.h (mem_iconveh): New declaration.
5551         * lib/striconveh.c (mem_iconveh): New function.
5552         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
5553
5554 2007-01-21  Bruno Haible  <bruno@clisp.org>
5555
5556         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
5557
5558         * lib/striconveh.h (mem_cd_iconveh): Change specification.
5559         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
5560         original result buffer.
5561         (str_cd_iconveh): Update.
5562         * tests/test-striconveh.c (main): Update.
5563
5564         * lib/striconv.h (mem_cd_iconv): Change specification.
5565         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
5566         result buffer.
5567         (str_cd_iconv): Update.
5568         * tests/test-striconv.c (main): Update.
5569
5570 2007-01-21  Bruno Haible  <bruno@clisp.org>
5571
5572         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
5573
5574 2007-01-20  Jim Meyering  <jim@meyering.net>
5575
5576         * lib/userspec.c (parse_with_separator): If a user or group string
5577         starts with "+", skip the corresponding name-to-ID look-up, since
5578         such a look-up must fail: user and group names may not include "+".
5579
5580 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * lib/poll.c: Include sys/time.h and time.h unconditionally,
5583         since we now assume the sys_time module.
5584         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
5585         check for sys/time.h; no longer needed.
5586         * modules/poll (Depends-on): Depend on sys_time.
5587
5588 2007-01-18  Bruno Haible  <bruno@clisp.org>
5589
5590         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
5591         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
5592
5593         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
5594         gettimeofday.
5595
5596         * tests/test-gettimeofday.c: Include <time.h>.
5597         (dummy): Remove variable.
5598
5599         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
5600         gl_HEADER_SYS_TIME_H.
5601         (gl_HEADER_SYS_TIME_H): New macro.
5602
5603         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
5604         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5605         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
5606         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
5607         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5608         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
5609         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
5610         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5611         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
5612         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
5613         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5614
5615         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
5616         last change; it caused a compilation error when cross-compiling to
5617         Cygwin.
5618
5619 2007-01-18  Jim Meyering  <jim@meyering.net>
5620
5621         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
5622         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
5623         than the race-prone "test -d sys || mkdir sys".
5624         (configure.ac): Use AC_PROG_MKDIR_P.
5625         * modules/sys_select: Likewise.
5626         * modules/sys_socket: Likewise.
5627         * modules/sys_time: Likewise.
5628
5629 2007-01-18  Eric Blake  <ebb9@byu.net>
5630
5631         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
5632         replace gettimeofday.
5633         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
5634         name, to avoid infinite recursion.
5635
5636 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
5637
5638         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
5639         module sys_time.
5640         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
5641         assume timespec.h defines struct timeval.
5642         * lib/settime.c: Likewise.
5643         * lib/utimens.c: Likewise.
5644         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
5645         since we now assume the gettimeofday module.
5646         * lib/tempname.c (__gen_tempname): Likewise.
5647         * lib/gettimeofday.h: Remove.
5648         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
5649         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
5650         Include <time.h>, for 'time()'.
5651         (localtime_buffer_addr): Also use this workaround if
5652         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
5653         to simplify the uses.  All uses changed.
5654         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
5655         that #undef is inside {}, and 'const' follows type name consistently.
5656         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
5657         (gettimeofday): Do not use the maximum possible value for
5658         tv->tv_usec, since that might break usages other than ls.c.
5659         Instead, we'll leave ls.c alone.  This undoes today's patch
5660         by Bruno.  Add a compile-time warning for 1s-clock resolution;
5661         we've never observed the problem but might as well keep the
5662         canary.
5663         * lib/nanosleep.c: Include timespec.h first, for interface check.
5664         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
5665         now assume the sys_time module.
5666         * lib/tempname.c: Likewise.
5667         * lib/timespec.h: Likewise.
5668         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
5669         needed.
5670         * lib/strftime.c: Likewise.
5671         * lib/timespec.h: Likewise.
5672         * lib/posixtm.c: Include posixtm.h first, for interface check.
5673         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
5674         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
5675         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
5676         * lib/sys_time_.h: New file.
5677         * lib/timespec.h (struct timespec): Use long int, not long.
5678         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5679         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
5680         Remove obsolescent call to AC_HEADER_TIME.
5681         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5682         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5683         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
5684         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
5685         Likewise.
5686         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
5687         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
5688         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
5689         into the sys_time module.  Check for gettimeofday just once.
5690         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
5691         for gettimeofday signature to just check the signature.  Merely
5692         compile it, since linking doesn't test signature.  Improve test for
5693         whether gettimeofday.o is actually needed.
5694         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
5695         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
5696         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
5697         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5698         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
5699         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
5700         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
5701         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
5702         than worrying about sys/time.h.
5703         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5704         Don't bother worrying about TIME_WITH_SYS_TIME.
5705         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
5706         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
5707         * m4/sys_time_h.m4: New file.
5708         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
5709         Don't include sys/time.h.  Return from main rather than exiting.
5710         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
5711         all uses changed.
5712         * modules/gethrxtime (Depends-on): Add sys_time.
5713         * modules/gettime (Depends-on): Likewise.
5714         * modules/gettimeofday (Depends-on): Likewise.
5715         * modules/nanosleep (Depends-on): Likewise.
5716         * modules/settime (Depends-on): Likewise.
5717         * modules/tempname (Depends-on): Likewise.
5718         * modules/utimens (Depends-on): Likewise.
5719         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
5720         (Include:) Change back to <sys/time.h>.
5721         (Maintainer:) Add self.
5722         * modules/sys_time: New file.
5723         * modules/tempname (Depends-on): Add gettimeofday.
5724         * tests/test-gettimeofday.c: Include <sys/time.h>
5725         rather than gettimeofday.h.
5726
5727 2007-01-17  Bruno Haible  <bruno@clisp.org>
5728
5729         * gnulib-tool (func_get_license): Revert last patch. Instead, let
5730         the license default to GPL.
5731         (func_create_testdir): Don't complain if a module is LGPL and its
5732         tests module depends on GPLed modules.
5733
5734 2007-01-17  Bruno Haible  <bruno@clisp.org>
5735
5736         * lib/gettimeofday.c (gettimeofday): Add code for the case
5737         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
5738         maximum possible value for tv->tv_usec, rather than the minimum one.
5739
5740 2005-10-08  Martin Lambers  <marlam@marlam.de>
5741 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5742 2007-01-16  Bruno Haible  <bruno@clisp.org>
5743
5744         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
5745         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
5746         gl_FUNC_GETTIMEOFDAY.
5747         (Include): Add gettimeofday.h.
5748         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
5749         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
5750         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
5751         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
5752         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
5753         * lib/gettimeofday.h: New file.
5754         * lib/gettimeofday.c: Include <sys/timeb.h>.
5755         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
5756         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5757         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
5758         fall back on time().
5759
5760         * tests/test-gettimeofday.c: New file.
5761         * modules/gettimeofday-tests: New file.
5762
5763 2007-01-16  Eric Blake  <ebb9@byu.net>
5764
5765         * modules/fnmatch (Depends-on): Depend on wchar.
5766         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
5767         * m4/fnmatch.m4: Likewise.
5768         * modules/mbchar (Makefile.am): Assume <wchar.h>.
5769         * m4/mbchar.m4: Likewise.
5770         * modules/mbswidth (Depends-on): Depend on wchar.
5771         * lib/mbswidth.c: Assume <wchar.h>.
5772         * m4/mbswidth.m4: Likewise.
5773         * modules/quotearg (Depends-on): Depend on wchar.
5774         * lib/quotearg.c: Assume <wchar.h>.
5775         * m4/quotearg.m4: Likewise.
5776         * modules/regex (Depends-on): Depend on wchar.
5777         * lib/regex_internal.h: Assume <wchar.h>.
5778         * m4/regex.m4: Likewise.
5779         * modules/stdint (Depends-on): Depend on wchar.
5780         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
5781         * m4/stdint.m4: Likewise.
5782         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
5783         * modules/strftime (Depends-on): Depend on wchar.
5784         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
5785         * modules/strtol (Depends-on): Depend on wchar.
5786         * lib/strtol.c: Assume <wchar.h>.
5787         * modules/wcwidth (Depends-on): Depend on wchar.
5788         * lib/wcwidth.h: Assume <wchar.h>.
5789         * m4/wcwidth.m4: Likewise.
5790
5791 2007-01-16  Bruno Haible  <bruno@clisp.org>
5792
5793         * modules/csharpexec-script: New, created from...
5794         * modules/csharpexec: ... this.
5795
5796 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5797
5798         * modules/javaexec-script: New, created from...
5799         * modules/javaexec: ... this.
5800
5801 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5802
5803         * modules/poll (Dependencies): Add sys_select.
5804
5805 2007-01-15  Jim Meyering  <jim@meyering.net>
5806
5807         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
5808         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
5809         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
5810         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
5811
5812 2007-01-15  Bruno Haible  <bruno@clisp.org>
5813
5814         * modules/striconveh: New file.
5815         * lib/striconveh.h: New file.
5816         * lib/striconveh.c: New file.
5817         * MODULES.html.sh (Internationalization functions): Add striconveh.
5818
5819         * modules/striconveh-tests: New file.
5820         * tests/test-striconveh.c: New file.
5821
5822 2007-01-15  Bruno Haible  <bruno@clisp.org>
5823
5824         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
5825         not from GNU libiconv or GNU libc.
5826
5827 2007-01-15  Bruno Haible  <bruno@clisp.org>
5828
5829         * doc/gnulib-intro.texi (Copyright): Explain the different license
5830         terms for module descriptions, autoconf macros, tests, documentation.
5831
5832 2007-01-14  Bruno Haible  <bruno@clisp.org>
5833
5834         * modules/striconv-tests: New file.
5835         * tests/test-striconv.c: New file.
5836
5837 2007-01-14  Bruno Haible  <bruno@clisp.org>
5838
5839         * modules/iconv-tests: New file.
5840         * tests/test-iconv.c: New file.
5841
5842 2007-01-14  Bruno Haible  <bruno@clisp.org>
5843
5844         * gnulib-tool (func_get_license): For test modules, use the license of
5845         the main module.
5846
5847 2007-01-14  Bruno Haible  <bruno@clisp.org>
5848
5849         * modules/iconv (Include): Clarify that <iconv.h> can only be included
5850         if iconv is found to exist.
5851
5852 2007-01-14  Bruno Haible  <bruno@clisp.org>
5853
5854         * modules/c-ctype-tests: New file.
5855         * tests/test-c-ctype.c: New file.
5856
5857 2007-01-14  Bruno Haible  <bruno@clisp.org>
5858
5859         * modules/binary-io-tests: New file.
5860         * tests/test-binary-io.sh: New file.
5861         * tests/test-binary-io.c: New file.
5862
5863 2007-01-14  Bruno Haible  <bruno@clisp.org>
5864
5865         * modules/array-oset-tests: New file.
5866         * tests/test-array_oset.c: New file.
5867
5868 2007-01-14  Bruno Haible  <bruno@clisp.org>
5869
5870         * modules/array-list-tests: New file.
5871         * tests/test-array_list.c: New file.
5872
5873 2007-01-14  Bruno Haible  <bruno@clisp.org>
5874
5875         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
5876         and make.
5877         Reported by Simon Josefsson in
5878         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
5879
5880 2007-01-14  Bruno Haible  <bruno@clisp.org>
5881
5882         * modules/allocsa-tests: New file.
5883         * tests/test-allocsa.c: New file.
5884
5885 2007-01-14  Bruno Haible  <bruno@clisp.org>
5886
5887         * modules/fchdir (Depends-on): Add absolute-header.
5888         * modules/unistd (Depends-on): Likewise.
5889
5890 2006-12-30  Bruno Haible  <bruno@clisp.org>
5891
5892         * modules/fchdir: New file.
5893         * modules/unistd (Files): Add lib/unistd_.h.
5894         (Makefile.am): Generate unistd.h from unistd_.h.
5895         * lib/fchdir.c: New file.
5896         * lib/dirent_.h: New file.
5897         * lib/unistd_.h: New file.
5898         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
5899         * m4/fchdir.m4: New file.
5900         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
5901         (gl_HEADER_UNISTD): Invoke it.
5902         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
5903         function.
5904         * lib/backupfile.c (opendir, closedir): Undefine.
5905         * lib/chown.c (open, close): Undefine.
5906         * lib/clean-temp.c (open, close): Undefine.
5907         * lib/copy-file.c (open, close): Undefine.
5908         * lib/execute.c (open, close): Undefine.
5909         * lib/fsusage.c (open, close): Undefine.
5910         * lib/gc-gnulib.c (open, close): Undefine.
5911         * lib/getcwd.c (opendir, closedir): Undefine.
5912         * lib/glob.c (opendir, closedir): Undefine.
5913         * lib/javacomp.c (open, close): Undefine.
5914         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
5915         * lib/openat-proc.c (open, close): Undefine.
5916         * lib/pagealign_alloc.c (open, close): Undefine.
5917         * lib/pipe.c (open, close): Undefine.
5918         * lib/progreloc.c (open, close): Undefine.
5919         * lib/savedir.c (opendir, closedir): Undefine.
5920         * lib/utime.c (open, close): Undefine.
5921         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
5922
5923 2007-01-10  Bruno Haible  <bruno@clisp.org>
5924
5925         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
5926
5927 2007-01-12  Eric Blake  <ebb9@byu.net>
5928
5929         Provide a robust <wchar.h>.  Further simplifications are now
5930         possible in other modules, but not included here.
5931         * modules/wchar: New module.
5932         * m4/wchar.m4: New file.
5933         * lib/wchar_.h: Likewise.
5934         * modules/mbchar (Depends-on): Depend on wchar, as the first use
5935         of the new module.
5936         * MODULES.html.sh (Extended multibyte and wide character utilities):
5937         New section.
5938
5939 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5940
5941         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
5942         to a reasonable default for memory allocation.
5943         (xreadlink): Don't allocate a huge buffer, to work around a buggy
5944         file system that reports garbage st_size values for symlinks.
5945         Problem reported by Liyang Hu.
5946
5947 2007-01-11  Simon Josefsson  <simon@josefsson.org>
5948
5949         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
5950         Emacs .#* auto-save files).
5951
5952 2007-01-11  Bruno Haible  <bruno@clisp.org>
5953
5954         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
5955         directory.
5956
5957 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5958
5959         Use @...@ consistently in lib/wctype_.h.
5960         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
5961         on it being set to 1 or 0.
5962         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
5963         go back to AC_SUBSTing it.
5964         * modules/wctype (Makefile.am): Undo previous change.
5965
5966 2007-01-10  Eric Blake  <ebb9@byu.net>
5967
5968         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
5969         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
5970         * modules/wctype (Makefile.am): Likewise.
5971         Reported by Chris McGuire.
5972
5973 2007-01-10  Jim Meyering  <jim@meyering.net>
5974
5975         fts.c: a small readability/maintainability improvement
5976         * lib/fts.c (fts_read): Make this code slightly more readable and
5977         maintainable by hoisting the "sp->fts_cur = p" assignments to
5978         immediately follow the statements that set P.  Derived from
5979         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
5980
5981 2007-01-10  Eric Blake  <ebb9@byu.net>
5982
5983         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
5984         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
5985         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5986         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
5987         Reported by Chris McGuire.
5988
5989 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5990
5991         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
5992         in sed script.
5993
5994 2007-01-09  Bruno Haible  <bruno@clisp.org>
5995
5996         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
5997         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
5998         variables.
5999         (func_module): Use them.
6000
6001 2007-01-09  Bruno Haible  <bruno@clisp.org>
6002
6003         * modules/unistr/base: New file.
6004         * lib/unistr.h: New file.
6005
6006         * modules/unistr/u8-to-u16: New file.
6007         * lib/unistr/u8-to-u16.c: New file.
6008
6009         * modules/unistr/u8-to-u32: New file.
6010         * lib/unistr/u8-to-u32.c: New file.
6011
6012         * modules/unistr/u16-to-u8: New file.
6013         * lib/unistr/u16-to-u8.c: New file.
6014
6015         * modules/unistr/u16-to-u32: New file.
6016         * lib/unistr/u16-to-u32.c: New file.
6017
6018         * modules/unistr/u32-to-u8: New file.
6019         * lib/unistr/u32-to-u8.c: New file.
6020
6021         * modules/unistr/u32-to-u16: New file.
6022         * lib/unistr/u32-to-u16.c: New file.
6023
6024         * modules/unistr/u8-check: New file.
6025         * modules/unistr/u16-check: New file.
6026         * modules/unistr/u32-check: New file.
6027         * lib/unistr/u8-check.c: New file.
6028         * lib/unistr/u16-check.c: New file.
6029         * lib/unistr/u32-check.c: New file.
6030
6031         * modules/unistr/u8-chr: New file.
6032         * modules/unistr/u16-chr: New file.
6033         * modules/unistr/u32-chr: New file.
6034         * lib/unistr/u8-chr.c: New file.
6035         * lib/unistr/u16-chr.c: New file.
6036         * lib/unistr/u32-chr.c: New file.
6037
6038         * modules/unistr/u8-cmp: New file.
6039         * modules/unistr/u16-cmp: New file.
6040         * modules/unistr/u32-cmp: New file.
6041         * lib/unistr/u8-cmp.c: New file.
6042         * lib/unistr/u16-cmp.c: New file.
6043         * lib/unistr/u32-cmp.c: New file.
6044
6045         * modules/unistr/u8-cpy: New file.
6046         * modules/unistr/u16-cpy: New file.
6047         * modules/unistr/u32-cpy: New file.
6048         * lib/unistr/u8-cpy.c: New file.
6049         * lib/unistr/u16-cpy.c: New file.
6050         * lib/unistr/u32-cpy.c: New file.
6051         * lib/unistr/u-cpy.h: New file.
6052
6053         * modules/unistr/u8-cpy-alloc: New file.
6054         * modules/unistr/u16-cpy-alloc: New file.
6055         * modules/unistr/u32-cpy-alloc: New file.
6056         * lib/unistr/u8-cpy-alloc.c: New file.
6057         * lib/unistr/u16-cpy-alloc.c: New file.
6058         * lib/unistr/u32-cpy-alloc.c: New file.
6059         * lib/unistr/u-cpy-alloc.h: New file.
6060
6061         * modules/unistr/u8-endswith: New file.
6062         * modules/unistr/u16-endswith: New file.
6063         * modules/unistr/u32-endswith: New file.
6064         * lib/unistr/u8-endswith.c: New file.
6065         * lib/unistr/u16-endswith.c: New file.
6066         * lib/unistr/u32-endswith.c: New file.
6067         * lib/unistr/u-endswith.h: New file.
6068
6069         * modules/unistr/u8-mblen: New file.
6070         * modules/unistr/u16-mblen: New file.
6071         * modules/unistr/u32-mblen: New file.
6072         * lib/unistr/u8-mblen.c: New file.
6073         * lib/unistr/u16-mblen.c: New file.
6074         * lib/unistr/u32-mblen.c: New file.
6075
6076         * modules/unistr/u8-mbtouc: New file.
6077         * modules/unistr/u16-mbtouc: New file.
6078         * modules/unistr/u32-mbtouc: New file.
6079         * lib/unistr/u8-mbtouc.c: New file.
6080         * lib/unistr/u16-mbtouc.c: New file.
6081         * lib/unistr/u32-mbtouc.c: New file.
6082
6083         * modules/unistr/u8-mbtouc-safe: New file.
6084         * modules/unistr/u16-mbtouc-safe: New file.
6085         * modules/unistr/u32-mbtouc-safe: New file.
6086         * lib/unistr/u8-mbtouc-safe.c: New file.
6087         * lib/unistr/u16-mbtouc-safe.c: New file.
6088         * lib/unistr/u32-mbtouc-safe.c: New file.
6089
6090         * modules/unistr/u8-move: New file.
6091         * modules/unistr/u16-move: New file.
6092         * modules/unistr/u32-move: New file.
6093         * lib/unistr/u8-move.c: New file.
6094         * lib/unistr/u16-move.c: New file.
6095         * lib/unistr/u32-move.c: New file.
6096         * lib/unistr/u-move.h: New file.
6097
6098         * modules/unistr/u8-next: New file.
6099         * modules/unistr/u16-next: New file.
6100         * modules/unistr/u32-next: New file.
6101         * lib/unistr/u8-next.c: New file.
6102         * lib/unistr/u16-next.c: New file.
6103         * lib/unistr/u32-next.c: New file.
6104
6105         * modules/unistr/u8-prev: New file.
6106         * modules/unistr/u16-prev: New file.
6107         * modules/unistr/u32-prev: New file.
6108         * lib/unistr/u8-prev.c: New file.
6109         * lib/unistr/u16-prev.c: New file.
6110         * lib/unistr/u32-prev.c: New file.
6111
6112         * modules/unistr/u8-set: New file.
6113         * modules/unistr/u16-set: New file.
6114         * modules/unistr/u32-set: New file.
6115         * lib/unistr/u8-set.c: New file.
6116         * lib/unistr/u16-set.c: New file.
6117         * lib/unistr/u32-set.c: New file.
6118         * lib/unistr/u-set.h: New file.
6119
6120         * modules/unistr/u8-startswith: New file.
6121         * modules/unistr/u16-startswith: New file.
6122         * modules/unistr/u32-startswith: New file.
6123         * lib/unistr/u8-startswith.c: New file.
6124         * lib/unistr/u16-startswith.c: New file.
6125         * lib/unistr/u32-startswith.c: New file.
6126         * lib/unistr/u-startswith.h: New file.
6127
6128         * modules/unistr/u8-stpcpy: New file.
6129         * modules/unistr/u16-stpcpy: New file.
6130         * modules/unistr/u32-stpcpy: New file.
6131         * lib/unistr/u8-stpcpy.c: New file.
6132         * lib/unistr/u16-stpcpy.c: New file.
6133         * lib/unistr/u32-stpcpy.c: New file.
6134         * lib/unistr/u-stpcpy.h: New file.
6135
6136         * modules/unistr/u8-stpncpy: New file.
6137         * modules/unistr/u16-stpncpy: New file.
6138         * modules/unistr/u32-stpncpy: New file.
6139         * lib/unistr/u8-stpncpy.c: New file.
6140         * lib/unistr/u16-stpncpy.c: New file.
6141         * lib/unistr/u32-stpncpy.c: New file.
6142         * lib/unistr/u-stpncpy.h: New file.
6143
6144         * modules/unistr/u8-strcat: New file.
6145         * modules/unistr/u16-strcat: New file.
6146         * modules/unistr/u32-strcat: New file.
6147         * lib/unistr/u8-strcat.c: New file.
6148         * lib/unistr/u16-strcat.c: New file.
6149         * lib/unistr/u32-strcat.c: New file.
6150         * lib/unistr/u-strcat.h: New file.
6151
6152         * modules/unistr/u8-strchr: New file.
6153         * modules/unistr/u16-strchr: New file.
6154         * modules/unistr/u32-strchr: New file.
6155         * lib/unistr/u8-strchr.c: New file.
6156         * lib/unistr/u16-strchr.c: New file.
6157         * lib/unistr/u32-strchr.c: New file.
6158
6159         * modules/unistr/u8-strcmp: New file.
6160         * modules/unistr/u16-strcmp: New file.
6161         * modules/unistr/u32-strcmp: New file.
6162         * lib/unistr/u8-strcmp.c: New file.
6163         * lib/unistr/u16-strcmp.c: New file.
6164         * lib/unistr/u32-strcmp.c: New file.
6165
6166         * modules/unistr/u8-strcpy: New file.
6167         * modules/unistr/u16-strcpy: New file.
6168         * modules/unistr/u32-strcpy: New file.
6169         * lib/unistr/u8-strcpy.c: New file.
6170         * lib/unistr/u16-strcpy.c: New file.
6171         * lib/unistr/u32-strcpy.c: New file.
6172         * lib/unistr/u-strcpy.h: New file.
6173
6174         * modules/unistr/u8-strcspn: New file.
6175         * modules/unistr/u16-strcspn: New file.
6176         * modules/unistr/u32-strcspn: New file.
6177         * lib/unistr/u8-strcspn.c: New file.
6178         * lib/unistr/u16-strcspn.c: New file.
6179         * lib/unistr/u32-strcspn.c: New file.
6180         * lib/unistr/u-strcspn.h: New file.
6181
6182         * modules/unistr/u8-strdup: New file.
6183         * modules/unistr/u16-strdup: New file.
6184         * modules/unistr/u32-strdup: New file.
6185         * lib/unistr/u8-strdup.c: New file.
6186         * lib/unistr/u16-strdup.c: New file.
6187         * lib/unistr/u32-strdup.c: New file.
6188         * lib/unistr/u-strdup.h: New file.
6189
6190         * modules/unistr/u8-strlen: New file.
6191         * modules/unistr/u16-strlen: New file.
6192         * modules/unistr/u32-strlen: New file.
6193         * lib/unistr/u8-strlen.c: New file.
6194         * lib/unistr/u16-strlen.c: New file.
6195         * lib/unistr/u32-strlen.c: New file.
6196         * lib/unistr/u-strlen.h: New file.
6197
6198         * modules/unistr/u8-strmblen: New file.
6199         * modules/unistr/u16-strmblen: New file.
6200         * modules/unistr/u32-strmblen: New file.
6201         * lib/unistr/u8-strmblen.c: New file.
6202         * lib/unistr/u16-strmblen.c: New file.
6203         * lib/unistr/u32-strmblen.c: New file.
6204
6205         * modules/unistr/u8-strmbtouc: New file.
6206         * modules/unistr/u16-strmbtouc: New file.
6207         * modules/unistr/u32-strmbtouc: New file.
6208         * lib/unistr/u8-strmbtouc.c: New file.
6209         * lib/unistr/u16-strmbtouc.c: New file.
6210         * lib/unistr/u32-strmbtouc.c: New file.
6211
6212         * modules/unistr/u8-strncat: New file.
6213         * modules/unistr/u16-strncat: New file.
6214         * modules/unistr/u32-strncat: New file.
6215         * lib/unistr/u8-strncat.c: New file.
6216         * lib/unistr/u16-strncat.c: New file.
6217         * lib/unistr/u32-strncat.c: New file.
6218         * lib/unistr/u-strncat.h: New file.
6219
6220         * modules/unistr/u8-strncmp: New file.
6221         * modules/unistr/u16-strncmp: New file.
6222         * modules/unistr/u32-strncmp: New file.
6223         * lib/unistr/u8-strncmp.c: New file.
6224         * lib/unistr/u16-strncmp.c: New file.
6225         * lib/unistr/u32-strncmp.c: New file.
6226
6227         * modules/unistr/u8-strncpy: New file.
6228         * modules/unistr/u16-strncpy: New file.
6229         * modules/unistr/u32-strncpy: New file.
6230         * lib/unistr/u8-strncpy.c: New file.
6231         * lib/unistr/u16-strncpy.c: New file.
6232         * lib/unistr/u32-strncpy.c: New file.
6233         * lib/unistr/u-strncpy.h: New file.
6234
6235         * modules/unistr/u8-strnlen: New file.
6236         * modules/unistr/u16-strnlen: New file.
6237         * modules/unistr/u32-strnlen: New file.
6238         * lib/unistr/u8-strnlen.c: New file.
6239         * lib/unistr/u16-strnlen.c: New file.
6240         * lib/unistr/u32-strnlen.c: New file.
6241         * lib/unistr/u-strnlen.h: New file.
6242
6243         * modules/unistr/u8-strpbrk: New file.
6244         * modules/unistr/u16-strpbrk: New file.
6245         * modules/unistr/u32-strpbrk: New file.
6246         * lib/unistr/u8-strpbrk.c: New file.
6247         * lib/unistr/u16-strpbrk.c: New file.
6248         * lib/unistr/u32-strpbrk.c: New file.
6249         * lib/unistr/u-strpbrk.h: New file.
6250
6251         * modules/unistr/u8-strrchr: New file.
6252         * modules/unistr/u16-strrchr: New file.
6253         * modules/unistr/u32-strrchr: New file.
6254         * lib/unistr/u8-strrchr.c: New file.
6255         * lib/unistr/u16-strrchr.c: New file.
6256         * lib/unistr/u32-strrchr.c: New file.
6257
6258         * modules/unistr/u8-strspn: New file.
6259         * modules/unistr/u16-strspn: New file.
6260         * modules/unistr/u32-strspn: New file.
6261         * lib/unistr/u8-strspn.c: New file.
6262         * lib/unistr/u16-strspn.c: New file.
6263         * lib/unistr/u32-strspn.c: New file.
6264         * lib/unistr/u-strspn.h: New file.
6265
6266         * modules/unistr/u8-strstr: New file.
6267         * modules/unistr/u16-strstr: New file.
6268         * modules/unistr/u32-strstr: New file.
6269         * lib/unistr/u8-strstr.c: New file.
6270         * lib/unistr/u16-strstr.c: New file.
6271         * lib/unistr/u32-strstr.c: New file.
6272         * lib/unistr/u-strstr.h: New file.
6273
6274         * modules/unistr/u8-strtok: New file.
6275         * modules/unistr/u16-strtok: New file.
6276         * modules/unistr/u32-strtok: New file.
6277         * lib/unistr/u8-strtok.c: New file.
6278         * lib/unistr/u16-strtok.c: New file.
6279         * lib/unistr/u32-strtok.c: New file.
6280         * lib/unistr/u-strtok.h: New file.
6281
6282         * modules/unistr/u8-uctomb: New file.
6283         * modules/unistr/u16-uctomb: New file.
6284         * modules/unistr/u32-uctomb: New file.
6285         * lib/unistr/u8-uctomb.c: New file.
6286         * lib/unistr/u16-uctomb.c: New file.
6287         * lib/unistr/u32-uctomb.c: New file.
6288
6289         * MODULES.html.sh (Unicode string functions): Add the new modules.
6290
6291 2007-01-08  Bruno Haible  <bruno@clisp.org>
6292
6293         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
6294         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
6295         subdirectories.
6296
6297 2007-01-08  Karl Berry  <karl@gnu.org>
6298
6299         * doc/error.texi: mention that main() fns must set program_name
6300         when progname is used.
6301
6302 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
6303
6304         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
6305         WCTYPE_H is empty, for the benefit of builds from non-distclean
6306         directories.  Problem reported by Eric Blake in
6307         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
6308
6309 2007-01-08  Bruno Haible  <bruno@clisp.org>
6310
6311         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
6312         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
6313         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
6314         PROVIDE_CANONICALIZE_FILENAME_MODE.
6315         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
6316
6317 2007-01-08  Bruno Haible  <bruno@clisp.org>
6318
6319         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
6320         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
6321         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
6322         * lib/fts.c: Likewise.
6323         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
6324
6325 2006-12-25  Bruno Haible  <bruno@clisp.org>
6326
6327         * modules/utf8-ucs4-safe: New file.
6328         * lib/utf8-ucs4-safe.h: New file.
6329         * lib/unistr/utf8-ucs4-safe.c: New file.
6330
6331         * modules/utf16-ucs4-safe: New file.
6332         * lib/utf16-ucs4-safe.h: New file.
6333         * lib/unistr/utf16-ucs4-safe.c: New file.
6334
6335         * MODULES.html.sh (Unicode string functions): Add the new modules.
6336
6337 2007-01-08  Bruno Haible  <bruno@clisp.org>
6338
6339         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
6340         (Depends-on): Add unitypes.
6341         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
6342         (u8_mbtouc_aux): Move out to separate file.
6343         (u8_mbtouc): Use ucs4_t, uint8_t types.
6344         * lib/unistr/utf8-ucs4.c: New file.
6345
6346         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
6347         (Depends-on): Add unitypes.
6348         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
6349         (u16_mbtouc_aux): Move out to separate file.
6350         (u16_mbtouc): Use ucs4_t, uint16_t types.
6351         * lib/unistr/utf16-ucs4.c: New file.
6352
6353         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
6354         (Depends-on): Add unitypes.
6355         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
6356         (u8_uctomb_aux): Move out to separate file.
6357         (u8_uctomb): Use ucs4_t, uint8_t types.
6358         * lib/unistr/ucs4-utf8.c: New file.
6359
6360         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
6361         (Depends-on): Add unitypes.
6362         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
6363         (u16_uctomb_aux): Move out to separate file.
6364         (u16_uctomb): Use ucs4_t, uint16_t types.
6365         * lib/unistr/ucs4-utf16.c: New file.
6366
6367 2006-12-25  Bruno Haible  <bruno@clisp.org>
6368
6369         * modules/unitypes: New file.
6370         * lib/unitypes.h: New file.
6371         * MODULES.html.sh (func_all_modules): New section "Unicode string
6372         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
6373         this section. Add unitypes.
6374
6375 2007-01-08  Bruno Haible  <bruno@clisp.org>
6376
6377         Avoid variable names that conflict with those from libtool.
6378         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
6379         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
6380         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
6381         library_names_spec to acl_library_names_spec, hardcode_* to
6382         acl_hardcode_*.
6383         Reported by Ralf Wildenhues.
6384
6385 2007-01-08  Bruno Haible  <bruno@clisp.org>
6386
6387         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
6388         definition.
6389         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
6390         definition.
6391         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
6392         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
6393         definition.
6394         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
6395         definition.
6396         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
6397         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
6398         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
6399         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
6400         definition.
6401         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
6402         definition.
6403         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
6404         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
6405         GC_USE_<algorithm>.
6406         * lib/gc-libgcrypt.c: Likewise.
6407         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
6408         * modules/gc-arctwo (configure.ac): Likewise.
6409         * modules/gc-des (configure.ac): Likewise.
6410         * modules/gc-hmac-md5 (configure.ac): Likewise.
6411         * modules/gc-hmac-sha1 (configure.ac): Likewise.
6412         * modules/gc-md2 (configure.ac): Likewise.
6413         * modules/gc-md4 (configure.ac): Likewise.
6414         * modules/gc-md5 (configure.ac): Likewise.
6415         * modules/gc-random (configure.ac): Likewise.
6416         * modules/gc-rijndael (configure.ac): Likewise.
6417         * modules/gc-sha1 (configure.ac): Likewise.
6418
6419 2007-01-08  Bruno Haible  <bruno@clisp.org>
6420
6421         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
6422         macro definition.
6423         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
6424         definition.
6425         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
6426         definition.
6427         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
6428         * modules/fcntl-safer (configure.ac): Likewise.
6429         * modules/fopen-safer (configure.ac): Likewise.
6430         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
6431         GNULIB_FWRITEERROR macro definition.
6432
6433 2007-01-08  Bruno Haible  <bruno@clisp.org>
6434
6435         * m4/gnulib-common.m4: New file.
6436         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
6437         (func_get_filelist): Add m4/gnulib-common.m4.
6438
6439 2007-01-08  Bruno Haible  <bruno@clisp.org>
6440
6441         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
6442         command.
6443
6444 2007-01-08  Jim Meyering  <jim@meyering.net>
6445
6446         Use a more robust test for a "can't happen" condition.
6447         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
6448         narrowed the st_size value.  Presuming the "can't happen" condition
6449         is true, that narrowing could conceivably convert an invalid st_size
6450         value into a valid one.  Instead, use a change based on Matthew
6451         Woehlke's original patch.
6452
6453         Slight readability improvement: use an assert-like macro
6454         in place of literal "abort ()" uses.
6455         * lib/fts.c (fts_assert): Define.
6456         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
6457         Use this macro instead of a bare 'abort'.
6458
6459 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         Don't worry about using IRIX 5.3's wctype.h broken definitions;
6462         simply work around them.
6463         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
6464         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
6465         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
6466         declaring.
6467         Don't bother to define as macros, since the standard doesn't require it.
6468         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
6469         longer worry about IRIX 5.3.
6470         (HAVE_WCTYPE_CTMP_BUG): Remove.
6471
6472 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6473
6474         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
6475         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
6476         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6477         Problems reported by Georg Schwarz for IRIX 5.3.
6478
6479         * gnulib-tool (autoconf_minversion): Take the maximum version number
6480         found, not the minimum.  Problem reported by James Youngman.
6481
6482 2007-01-03  Karl Berry  <karl@gnu.org>
6483
6484         * doc/error.texi: new file, explaining interaction with progname.
6485         * doc/gnulib.texi: include it.  Update copyright.
6486
6487 2007-01-03  Simon Josefsson  <simon@josefsson.org>
6488
6489         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
6490         AC_CANONICAL_HOST, to improve autobuild outputs.
6491
6492 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
6493             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6494
6495         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
6496         sockets, server sockets, and other file descriptors.  Count errors
6497         to compute the return value.  Reorder the code a bit to be easier
6498         to follow.  Don't set event bits that were not requested (except
6499         POLLERR and POLLHUP).
6500
6501 2007-01-01  Bruno Haible  <bruno@clisp.org>
6502
6503         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
6504
6505 2007-01-03  Jim Meyering  <jim@meyering.net>
6506
6507         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
6508
6509 2007-01-02  Bruno Haible  <bruno@clisp.org>
6510
6511         * modules/settime (Include): Require timespec.h.
6512         * modules/nanosleep (Include): Likewise.
6513
6514 2007-01-01  Bruno Haible  <bruno@clisp.org>
6515
6516         * gnulib-tool (func_emit_copyright_notice): Bump year.
6517         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
6518
6519 2007-01-01  Bruno Haible  <bruno@clisp.org>
6520
6521         Improve support for OpenBSD.
6522         * build-aux/config.rpath (libname_spec): Export.
6523         (library_names_spec): New variable. Export.
6524         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
6525         library_names_spec from the config.rpath output. Locate shared library
6526         through the name pattern in library_names_spec.
6527
6528 2007-01-01  Eric Blake  <ebb9@byu.net>
6529
6530         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
6531
6532 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
6533
6534         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
6535         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
6536         assume the C locale, and avoid an "eval" that could cause trouble.
6537         Problem with SORT reported by Bob Proulx.
6538
6539         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
6540         Define.  Trivial patch from Henning Nielsen Lund, originally
6541         sent to bug-grep@gnu.org today.
6542
6543 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6544
6545         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
6546         struct stat.  Problem reported by Henning Nielsen Lund.
6547         * lib/acl.c: Include acl.h first, to check interface.  Don't
6548         bother to include sys/types.h and sys/stat.h again.
6549
6550 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
6551
6552         Import the following change from libc; problem reported by
6553         Sven Verdoolaege.
6554
6555         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
6556
6557         [BZ #1373]
6558         * lib/argp.h: Remove __NTH for __argp_usage inline function.
6559
6560 2006-12-28  Jim Meyering  <jim@meyering.net>
6561
6562         * build-aux/announce-gen: Do not assume that the package
6563         builds any of tar.gz, tar.bz2, and .xdelta files.
6564         Suggestion from Simon Josefsson.
6565
6566 2006-12-28  Simon Josefsson  <simon@josefsson.org>
6567
6568         * modules/announce-gen: New file.
6569
6570 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
6571
6572         * lib/mbchar.h: Just include <wctype.h>; the wctype module
6573         handles its gotchas now.
6574         * lib/mbswidth.c: Likewise.
6575         * lib/wcwidth.h: Likewise.
6576         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
6577         and iswcntrl; the wctype module does this stuff now.
6578         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6579         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6580         * modules/mbchar (Depends-on): Add wctype.
6581         * modules/mbswidth (Depends-on): Likewise.
6582         * modules/wcwidth (Depends-on): Likewise.
6583
6584 2006-12-27  Eric Blake  <ebb9@byu.net>
6585
6586         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
6587         module uses more than what <wctype.h> is required to provide.
6588
6589 2006-12-26  Eric Blake  <ebb9@byu.net>
6590
6591         * gnulib-tool (sed_extract_prog): Avoid space-tab.
6592
6593 2006-12-26  Eric Blake  <ebb9@byu.net>
6594
6595         * modules/absolute-header: New module.
6596         * modules/fcntl (Depends-on): Depend on it.
6597         * modules/inttypes (Depends-on): Likewise.
6598         * modules/stdint (Depends-on): Likewise.
6599         * modules/sys_stat (Depends-on): Likewise.
6600         * modules/wctype (Depends-on): Likewise.
6601         * MODULES.html.sh (Support for building libraries and
6602         executables): Document it.
6603
6604 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
6605
6606         * gnulib-tool (SED): Remove, undoing previous change.
6607         The problem was that it broke coreutils on Solaris, because
6608         "sed --posix" leaked into a makefile.
6609         (sed): New alias, if 'alias' and GNU sed.
6610
6611 2006-12-24  Jim Meyering  <jim@meyering.net>
6612
6613         Work around an fchownat bug in glibc-2.4:
6614         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
6615         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
6616         in spite of the -P option.
6617         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
6618         New macros.
6619         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
6620         * modules/openat (Files): Add lib/fchownat.c.
6621         * lib/openat.c (fchownat): Don't define here.  Move to...
6622         * lib/fchownat.c: ...this new file.
6623
6624 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
6625
6626         Fix bug reported by Bruno Haible in
6627         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
6628         where quotearg.c didn't compile on Mac OS X 10.2 because it
6629         lacks <wchar.h> and wint_t.
6630         * lib/wctype_.h (__wctype_wint_t): New type.
6631         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
6632         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
6633         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
6634         Arg is now of type __wctype_wint_t, not wint_t.
6635         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
6636         substitute HAVE_WINT_T.
6637         * modules/wctype (Files): Add m4/wint_t.m4.
6638         (wctype.h): Substitute HAVE_WINT_T.
6639
6640 2006-12-23  Bruno Haible  <bruno@clisp.org>
6641
6642         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
6643
6644 2006-12-23  Bruno Haible  <bruno@clisp.org>
6645
6646         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
6647         S_ISLNK.
6648         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
6649         mingw.
6650
6651 2006-12-22  Bruno Haible  <bruno@clisp.org>
6652
6653         * lib/copy-file.c: Include acl.h.
6654         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
6655         Close the file descriptors only after being done with copy_acl.
6656         * modules/copy-file (Depends-on): Add acl.
6657
6658 2006-12-22  Bruno Haible  <bruno@clisp.org>
6659
6660         * gnulib-tool (SED): New variable.
6661         Use $SED instead of sed everywhere.
6662
6663 2006-12-22  Bruno Haible  <bruno@clisp.org>
6664
6665         * modules/no-c++: New file.
6666         * m4/no-c++.m4: New file.
6667         * MODULES.html.sh (Support for building libraries and executables):
6668         Add no-c++.
6669
6670 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
6671
6672         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6673         Include <limits.h>, and use its INT_MAX to rewrite the
6674         j loop so that it does not overflow 'int'.  Problem reported by
6675         Ralf Wildenhues in
6676         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
6677         Play it safe by shifting left by 1 rather than multiplying by 2,
6678         as GCC is less likely to optimize this away when the value
6679         is signed (when it assumes overflow leads to undefined behavior).
6680         Also, don't assume time_t uses two's complement.
6681
6682 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
6683
6684         * MODULES.html.sh: New module wctype.
6685         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
6686         * lib/fnmatch.c: Don't bother to include <wchar.h> before
6687         <wctype.h>, since the new wctype module should fix this.
6688         * lib/quotearg.c: Include <wctype.h> unconditionally, since
6689         the wctype module should arrange for it.
6690         * lib/regex_internal.h: Likewise.
6691         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
6692         since the wctype module should handle this now.
6693         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
6694         * modules/fnmatch (Depends-on): Add wctype.
6695         * modules/quotearg (Depends-on): Likewise.
6696         * modules/regex (Depends-on): Likewise.
6697
6698 2006-12-19  Bruno Haible  <bruno@clisp.org>
6699
6700         * lib/strdup.h [C++]: Wrap definitions in extern "C".
6701         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
6702
6703 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6704
6705         * modules/savewd (Depends-on): Fix dependency on fcntl.
6706
6707 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6708
6709         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
6710         conforms to C99, rather than relying on the user's environment
6711         setting of STDINT_H.
6712
6713 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6714         and Eric Blake  <ebb9@byu.net>
6715
6716         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
6717         This is more consistent with the other defines here.
6718         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
6719         Port to z/OS.  Problem reported by Paul Gilmartin.
6720         Change local vars to use gl_ prefix rather than ac_.
6721         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
6722         with other defines.
6723         * modules/double-slash-root: New module.
6724         * modules/dirname (Files): Remove m4/double-slash-root.m4.
6725         (Depends-on): Add double-slash-root.
6726         * MODULES.html.sh (File system functions): Mention new module.
6727
6728 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
6729
6730         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
6731         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
6732         This is for the benefit of gzip, which doesn't do i18n.
6733
6734 2006-12-12  Jim Meyering  <jim@meyering.net>
6735
6736         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
6737         Reported by Andreas Schwab <schwab@suse.de>.
6738
6739 2006-12-12  Bruno Haible  <bruno@clisp.org>
6740
6741         Merge these changes.
6742         2006-09-05  Bruno Haible  <bruno@clisp.org>
6743         * lib/iconvme.c (iconv_string): No need to save and restore errno when
6744         iconv_alloc succeeded.
6745         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
6746         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
6747         test for " && dest " at the end - dest is always != NULL there. Call
6748         iconv with 4xNULL arguments initially, to reset the state. Call iconv
6749         with 2xNULL arguments, also to flush the state storage. Handle the
6750         IRIX iconv behaviour. Realloc the final result, to throw away unused
6751         memory.
6752
6753 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
6754
6755         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
6756         and fchmodat unconditionally, since glibc 2.4 has them.
6757         Problem reported by Arkadiusz Miskiewicz.
6758
6759 2006-12-10  Bruno Haible  <bruno@clisp.org>
6760
6761         * gnulib-tool (func_import): Show the include files only for those
6762         modules that are copied and specified.
6763         Reported by Karl Berry.
6764
6765 2006-12-08  Jim Meyering  <jim@meyering.net>
6766
6767         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
6768         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
6769
6770         * build-aux/announce-gen: Add two new options, both optional:
6771         --bootstrap-tools=TOOL_LIST
6772               a comma-separated list of tools, e.g.,
6773               autoconf,automake,bison,gnulib
6774         --gnulib-snapshot-date=DATE
6775               if gnulib is in the bootstrap tool list,
6776               then report this as the snapshot date.
6777               If not specified, use the current date/time.
6778               If you specify a date here, be sure it's UTC.
6779
6780 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6781
6782         * tests/test-argp-2.sh: Fix test to match actual output.
6783         (func_compare): Fix sed script to be portable.
6784
6785 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
6786
6787         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
6788         workaround for this case.  It is not autoconfigured now; offhand
6789         it's hard to see how to autoconfigure it.
6790
6791 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6792
6793         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
6794         a directory that is about to be chowned.  Such a directory's
6795         initial file permissions should permit the owner only and this
6796         should not be changed until after the chown, since the group and
6797         other bits would be incorrect if they granted permission before
6798         the chown.
6799
6800         Fix porting problem for iswctype reported by Georg Schwarz in:
6801         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
6802         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
6803         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
6804         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
6805         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6806
6807 2006-12-03  Jim Meyering  <jim@meyering.net>
6808
6809         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
6810         p->fts_statp may not yet be defined.
6811         (fts_read): Instead, set it in the caller, once p->fts_statp is
6812         sure to be defined, and corresponds to a top-level directory.
6813         This bug made du -x fail.  Here's the coreutils test case:
6814         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
6815         Reported by Mike Frysinger.
6816
6817 2006-12-01  Jim Meyering  <jim@meyering.net>
6818
6819         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
6820         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
6821         Reported by Simon Josefsson.
6822
6823 2006-11-30  Jim Meyering  <jim@meyering.net>
6824
6825         * m4/warning.m4: Use the all-permissive copyright notice
6826         recommended by RMS (rather than LGPL).
6827         * m4/vararrays.m4: Likewise.
6828         * m4/flexmember.m4: Likewise.
6829
6830 2006-11-29  Bruno Haible  <bruno@clisp.org>
6831
6832         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6833         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
6834         using +=.
6835         Reported by Simon Josefsson <simon@josefsson.org>.
6836
6837 2006-11-28  James Youngman <jay@gnu.org>
6838
6839         * README: Advise users that they might find the bug-gnulib@gnu.org
6840         and autotools-announce@gnu.org mailing lists useful.
6841
6842 2006-11-28  Bruno Haible  <bruno@clisp.org>
6843
6844         * m4/ptrdiff_max.m4: Remove file.
6845
6846 2006-11-21  Bruno Haible  <bruno@clisp.org>
6847
6848         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
6849         _AC_COMPUTE_INT.
6850         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6851         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
6852         _AC_COMPUTE_INT.
6853         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6854         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
6855         _AC_COMPUTE_INT.
6856         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6857
6858 2006-11-28  Jim Meyering  <jim@meyering.net>
6859
6860         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
6861         warning from "gcc -Wshadow" about shadowing the builtin.
6862
6863 2006-11-27  Bruno Haible  <bruno@clisp.org>
6864
6865         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
6866         _AC_COMPUTE_INT.
6867         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6868
6869 2006-11-27  Bruno Haible  <bruno@clisp.org>
6870             Paul Eggert  <eggert@cs.ucla.edu>
6871
6872         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
6873
6874 2006-11-26  Bruno Haible  <bruno@clisp.org>
6875
6876         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6877         noinst_LTLIBRARIES.
6878
6879 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
6880             Bruno Haible  <bruno@clisp.org>
6881
6882         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
6883         if compiling with "gcc -ansi".
6884
6885 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
6886
6887         Fix some incompatibilities with gcc -ansi -pedantic.
6888         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
6889         if compiling pedantically with GCC, unless it's C99 or later.
6890         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
6891         it mishandles gcc -ansi -pedantic as well.
6892         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
6893         if gcc -pedantic.
6894         * lib/regexec.c (check_node_accept_bytes): Don't use auto
6895         initializers for struct if -pedantic, unless it's C99 or later.
6896
6897 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
6898
6899         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
6900         Don't close an fd more than once. Identical atimes indicate
6901         success, not failure.
6902
6903 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
6904
6905         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
6906
6907 2006-11-23  Jim Meyering  <jim@meyering.net>
6908
6909         * build-aux/announce-gen: New file.  From coreutils.
6910
6911 2006-11-22  Jim Meyering  <jim@meyering.net>
6912
6913         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
6914         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
6915         (fts_read): Use a temporary to narrow the overused st_size member
6916         before using it in a switch statement.  Reported by Matthew Woehlke.
6917
6918         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
6919         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
6920
6921 2006-11-20  Bruno Haible  <bruno@clisp.org>
6922
6923         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
6924         changequote instead of pairs of brackets.
6925         Reported by Andreas Schwab <schwab@suse.de>.
6926
6927 2006-11-21  Jim Meyering  <jim@meyering.net>
6928
6929         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
6930         so as to remain compatible with older compilers.
6931         Patch from Michael Deutschmann.
6932
6933 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6934
6935         * MODULES.html.sh (File system functions): Add openat.
6936
6937         * lib/openat.h (rpl_fstatat): New macro, if
6938         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
6939         (fstatat): Define to rpl_fstatat under the same conditions,
6940         unless COMPILING_FSTATAT.
6941         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
6942         seems to have the bug.
6943         * lib/fstatat.c: New file.
6944         * modules/openat (Files): Add it.
6945
6946 2006-11-20  Bruno Haible  <bruno@clisp.org>
6947
6948         * Makefile: New file.
6949
6950 2006-11-20  Jim Meyering  <jim@meyering.net>
6951
6952         The beginnings of syntax-related checks for gnulib.
6953         * lib/Makefile: New file.
6954         * lib/t-idcache: New script.  Ensure that the two halves of
6955         idcache.c stay in sync.
6956
6957         * lib/idcache.c: Adjust comments in user- and group- portions to
6958         be more accurate, and to be consistent with one another.
6959
6960 2006-11-20  Jim Meyering  <jim@meyering.net>
6961
6962         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
6963         continue using the flexible array member (thus, this module performs
6964         half as many malloc calls), with the addition that...
6965         (getgroup, getuser): Consistently record a non-match via an empty
6966         "name" string, and map an empty string match to a NULL return value.
6967         * modules/idcache (Depends-on): Re-add flexmember.
6968
6969         * lib/idcache.c (getuser): Remove all uses of the register keyword.
6970         (getuidbyname, getgroup, getgidbyname): Likewise.
6971
6972         Use cleaner syntax: NULL rather than 0.
6973         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
6974
6975 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
6976
6977         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
6978         It mishandled the case where the group was missing.
6979         Problem reported by Greg Schafer.
6980         * modules/idcache: Likewise.
6981
6982 2006-11-18  Jim Meyering  <jim@meyering.net>
6983
6984         * check-module (%exempt_header): Add exception for some
6985         conditionally-included headers.
6986
6987         * modules/i-ring (Depends-on): Add verify.
6988         (License): Change to LGPL.
6989
6990 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
6993         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
6994         and inttostr.h.  Use snprintf rather than uinttostr, so that
6995         LGPLed code doesn't depend on GPLed.
6996
6997 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
6998
6999         * modules/inline (License): Change from GPL to LGPL.
7000
7001 2006-11-17  Jim Meyering  <jim@meyering.net>
7002
7003         * modules/d-type (License): Switch to LGPL.
7004
7005 2006-11-15  Bruno Haible  <bruno@clisp.org>
7006
7007         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7008
7009 2006-11-15  Eric Blake  <ebb9@byu.net>
7010
7011         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7012         the module dependency.
7013
7014 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7015             Bruno Haible  <bruno@clisp.org>
7016
7017         * gnulib-tool (func_create_testdir): Add license consistency check.
7018
7019 2006-11-15  Eric Blake  <ebb9@byu.net>
7020
7021         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7022         random "(cached)" in configure output.
7023
7024 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7025
7026         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7027         test for conforming inttypes.h is both announced and cached.
7028
7029         * MODULES.html.sh (seen_modules, seen_files): New variables.
7030         (func_module): Rewrite to use a few less gnulib-tool and sed
7031         invocations.  Avoid a couple of quadratic algorithms for ...
7032         (missed_modules, missed_files): ... these, with ...
7033         (func_append, func_tmpdir): ... these new functions, from
7034         gnulib-tool.  Analogously, install traps for cleanup.
7035
7036         * tests/test-gc.c (main): Remove unused variables.
7037         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7038
7039 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7040
7041         * modules/inttostr (License): Change to LGPL.
7042
7043 2006-11-14  Eric Blake  <ebb9@byu.net>
7044
7045         * modules/tempname (License): Change to LGPL.
7046
7047 2006-11-14  Eric Blake  <ebb9@byu.net>
7048
7049         * doc/functions.texi (Function Portability): *printf functions on
7050         Cygwin now understand all POSIX size specifiers.
7051
7052 2006-11-14  Bruno Haible  <bruno@clisp.org>
7053
7054         * modules/c-ctype (License): Change to LGPL.
7055
7056 2006-11-12  Bruno Haible  <bruno@clisp.org>
7057
7058         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7059         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
7060         for GNOME libraries, for which the include files are installed in
7061         subdirectories of $prefix/include.
7062
7063 2006-11-12  Bruno Haible  <bruno@clisp.org>
7064
7065         * m4/lib-link.m4: Require at least autoconf-2.54.
7066         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
7067         name to underscores for the --with option.
7068
7069 2006-11-13  Bruno Haible  <bruno@clisp.org>
7070
7071         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
7072         the tests directory.
7073         Reported by Ralf Wildenhues.
7074
7075 2006-11-13  Bruno Haible  <bruno@clisp.org>
7076
7077         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
7078         (func_emit_initmacro_end): Undo the override here.
7079         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
7080         Works around the famous automake error in coreutils.
7081
7082 2006-11-13  Eric Blake  <ebb9@byu.net>
7083
7084         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
7085         element, not its node.
7086
7087 2006-11-12  Bruno Haible  <bruno@clisp.org>
7088
7089         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
7090         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
7091
7092 2006-11-12  Bruno Haible  <bruno@clisp.org>
7093
7094         * gnulib-tool: New option --local-symlink.
7095         (func_usage): Document it.
7096         (lsymbolic): New variable.
7097         (func_import, func_create_testdir): If --symlink was not specified,
7098         test whether --local-symlink was specified and the file comes from
7099         the local_gnulib_dir.
7100
7101 2006-11-12  Bruno Haible  <bruno@clisp.org>
7102
7103         * gnulib-tool (func_ln): New function.
7104         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
7105
7106 2006-11-12  Bruno Haible  <bruno@clisp.org>
7107
7108         Finish support for source files in subdirectories.
7109         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
7110         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
7111         AUTOMAKE_OPTIONS.
7112         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
7113
7114 2006-11-12  Bruno Haible  <bruno@clisp.org>
7115
7116         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7117         EXTRA_lib_SOURCES augmentation.
7118         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
7119
7120 2006-11-12  Jim Meyering  <jim@meyering.net>
7121
7122         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
7123         file descriptors.  This also averts a failure on systems with
7124         native openat support when a traversed directory lacks "x" access.
7125         * lib/fts_.h: Include "i-ring.h"
7126         (struct FTS) [fts_fd_ring]: New member.
7127         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
7128         (FCHDIR): Add parentheses.
7129         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
7130         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
7131         When descending, rather than simply closing the previous
7132         fts_cwd_fd value, push that file descriptor onto the ring.
7133         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
7134         (fts_open): Initialize the new fd_ring member.
7135         (fts_close): Clear the ring.
7136         (fts_safe_changedir): When possible, use our new fd_ring to skip
7137         the diropen and fstat and dev/ino comparison that would normally
7138         accompany a virtual `chdir ("..")'.
7139
7140         * modules/fts (Depends-on): Add i-ring.
7141         * modules/i-ring: New module.
7142         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
7143         * m4/i-ring.m4: New file.
7144
7145 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7146
7147         * gnulib-tool (func_create_testdir): Fix replacement of
7148         `build-aux' in configure.ac.  Run autotools in gltests
7149         subdirectory.
7150         (func_create_testdir, func_create_megatestdir, test): There is
7151         no need for '--force' in most autotool invocations in a new
7152         tree.  Actually fail the whole test if any of the tools, or the
7153         configure or make stages fail.
7154
7155         Sync from Automake.
7156         * build-aux/gnupload: Revert last change.  Add pointer to upload
7157         instructions of the GNU Maintenance Instructions.
7158         Suggestion by Karl Berry.
7159
7160 2006-11-10  Jim Meyering  <jim@meyering.net>
7161
7162         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
7163
7164 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7165
7166         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
7167         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
7168         (bind_textdomain_codeset) [! ENABLE_NLS]:
7169         Evaluate all the arguments.  That way, callers get compatible behavior
7170         if the arguments have side effects.  Also, it avoids some GCC
7171         diagnostics in some cases; Joel E. Denny reported problems when Bison
7172         was configured with --enable-gcc-warnigs.
7173
7174 2006-11-10  Jim Meyering  <jim@meyering.net>
7175
7176         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
7177         relevant options in CFLAGS (like -O, -fno-inline) are taken into
7178         account.
7179
7180 2006-11-10  Jim Meyering  <jim@meyering.net>
7181
7182         * modules/inline: New file/module.
7183         * modules/xalloc (Files): Remove m4/inline.m4.
7184         (Depends-on): Add inline, instead.
7185         * modules/oset: Likewise.
7186         * modules/list: Likewise.
7187
7188 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7189
7190         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
7191         Problem reported by Matthew Woehlke.
7192
7193 2006-11-09  Bruno Haible  <bruno@clisp.org>
7194
7195         * lib/tempname.c (gen_tempname): Remove variant that invokes
7196         __gen_tempname.
7197         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
7198         __gen_tempname.
7199
7200 2006-11-08  Bruno Haible  <bruno@clisp.org>
7201
7202         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
7203         to 'yes' instead of 'cross-compiling'.
7204
7205 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
7206
7207         * lib/quotearg.h (quotearg_free): New decl.
7208         * lib/quotearg.c (quotearg_free): New function.
7209         (slot0, nslots, slotvec0, slotvec):
7210         Now file-scope so that quotearg_free can get at them.
7211
7212 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7213
7214         Sync from Automake.
7215         * build-aux/gnupload: Add missing 'gnu' to example URL.
7216         Report by Karl Berry.
7217
7218 2006-11-08  Bruno Haible  <bruno@clisp.org>
7219
7220         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
7221         Suggested by Paul Eggert.
7222
7223 2006-11-08  Jim Meyering  <jim@meyering.net>
7224
7225         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
7226         It's already included if !_LIBC.
7227         (fts_safe_changedir): Add a comment.
7228
7229 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
7230
7231         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
7232         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
7233         Matthew Woehlke.
7234
7235         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
7236         definitions up, to avoid colliding with change below.
7237         (static_inline) [HAVE_INLINE]: New macro.
7238         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
7239         Provide extern decls when !HAVE_INLINE.  Do not define unless
7240         static_inline is defined, either by us or by xmalloc.c.  Use
7241         static_inline rather than static inline.
7242         (XCALLOC): Optimize sizeof(T) = 1 case.
7243         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
7244
7245 2006-11-07  Bruno Haible  <bruno@clisp.org>
7246
7247         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
7248         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
7249         AC_C_INLINE.
7250         * modules/xalloc (Files): Add m4/inline.m4.
7251
7252 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7253
7254         * README: Fix typo.
7255         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
7256         (Miscellanous Notes): ...from this.
7257
7258 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
7259
7260         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
7261         Mention that offsetof should be used instead of sizeof.
7262         From Bruno Haible.
7263
7264 2006-11-07  Bruno Haible  <bruno@clisp.org>
7265
7266         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
7267
7268 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
7271         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
7272         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
7273         (gl_tree_add_before, gl_tree_add_after):
7274         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
7275         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
7276         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7277         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
7278         (gl_linked_add_after, gl_linked_add_at): Likewise.
7279         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
7280         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
7281         (gl_tree_add_before, gl_tree_add_after): Likewise.
7282         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
7283         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
7284         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7285
7286 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7287
7288         * lib/gl_oset.h: Use C comment style, not C++ comment style.
7289
7290 2006-11-06  Bruno Haible  <bruno@clisp.org>
7291
7292         * m4/inline.m4: New file.
7293         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
7294         * modules/list (Files): Add m4/inline.m4.
7295         * modules/oset (Files): Likewise.
7296
7297 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * lib/idcache.c: Include <stddef.h>, for offsetof.
7300         (struct userid.name): Change from char * to a flexible array member.
7301         All uses changed.
7302         * modules/idcache (Depends-on): Add flexmember.
7303
7304         * MODULES.html.sh (Core language properties): New module flexmember.
7305         * modules/flexmember, m4/flexmember.m4: New files.
7306
7307         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
7308         inline functions that are identical with the old xnmalloc_inline,
7309         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
7310         that we can avoid some unnecessary integer multiplications and
7311         divisions in the common case where the element size is known at
7312         compile time.
7313         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
7314         needed.
7315         (xnboundedmalloc): Remove.
7316         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
7317         arguments, for consistency with rest of this header.
7318         (xcharalloc): Rewrite using XNMALLOC.
7319         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
7320         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
7321         versions have been moved to lib/xalloc.h and renamed to be the
7322         non-*_inline versions.
7323         (xmalloc, xrealloc): Implement without reference to the xnmalloc
7324         and xnrealloc functions, since those functions are now inline and
7325         now call us.
7326         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
7327         renaming described above.
7328         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
7329         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
7330         captures the dependency in AC_C_INLINE.
7331
7332         New module canonicalize-lgpl, proposed by Charles Wilson in
7333         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
7334         with a few small changes afterwards.
7335         * MODULES.html.sh (File system functions): New module
7336         canonicalize-lgpl.
7337         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
7338         and canonicalize_file_name.
7339         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
7340         * modules/canonicalize-lgpl: New files.
7341
7342 2006-11-05  Bruno Haible  <bruno@clisp.org>
7343
7344         * gnulib-tool (func_import, func_create_testdir): Create directories
7345         also for files in subdirectories of lib/.
7346
7347 2006-11-05  Bruno Haible  <bruno@clisp.org>
7348
7349         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
7350         ANSI C compliant.
7351
7352 2006-11-03  Bruno Haible  <bruno@clisp.org>
7353
7354         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
7355         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
7356         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
7357         (xnboundedmalloc): New inline function.
7358         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
7359         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
7360         xmalloc.
7361         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
7362         xmalloc.
7363         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
7364         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
7365         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
7366         xmalloc.
7367         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
7368         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
7369         xmalloc.
7370         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
7371         gl_tree_add_after): Use XMALLOC instead of xmalloc.
7372         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
7373         xmalloc.
7374         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
7375         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
7376         gl_tree_add_after): Use XMALLOC instead of xmalloc.
7377         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
7378         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
7379         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
7380         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
7381
7382 2006-11-03  Bruno Haible  <bruno@clisp.org>
7383
7384         * lib/c-ctype.h [C++]: Define functions without name mangling.
7385         * lib/fwriteerror.h [C++]: Likewise.
7386         * lib/gcd.h [C++]: Likewise.
7387         * lib/linebreak.h [C++]: Likewise.
7388
7389 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
7390
7391         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
7392         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
7393         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
7394         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7395         Check for functions and headers just once.
7396         Check for declaration of canonicalize_file_name.
7397         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
7398
7399 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7400
7401         * gnulib-tool (func_import): Fix typo in actioncmd.
7402
7403 2006-11-02  Bruno Haible  <bruno@clisp.org>
7404
7405         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
7406         newline sequence in the Makefile.am snippet as a space, like "make"
7407         does.
7408         Reported by Roger Persson <perrog@gmail.com>.
7409
7410 2006-11-01  Bruno Haible  <bruno@clisp.org>
7411
7412         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
7413         already declared in <string.h>.
7414         * lib/strcase.h (strncasecmp): Don't declare it if yes.
7415
7416 2006-11-01  Bruno Haible  <bruno@clisp.org>
7417
7418         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
7419         * lib/strcase.h: Include <string.h>.
7420         (strcasecmp): Define to rpl_strcasecmp here.
7421
7422 2006-11-01  Bruno Haible  <bruno@clisp.org>
7423
7424         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
7425
7426 2006-11-01  Eric Blake  <ebb9@byu.net>
7427
7428         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
7429
7430         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
7431
7432 2006-10-29  Bruno Haible  <bruno@clisp.org>
7433
7434         Make it compile in C++ mode.
7435         * lib/full-write.c (full_rw): Add a cast.
7436
7437 2006-11-01  Bruno Haible  <bruno@clisp.org>
7438
7439         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
7440         be POSIX compliant.
7441         Reported by Roger Persson <perrog@gmail.com>.
7442
7443 2006-11-01  Eric Blake  <ebb9@byu.net>
7444
7445         * lib/getopt_.h: Fix comments.
7446
7447 2006-10-31  Eric Blake  <ebb9@byu.net>
7448
7449         * modules/tmpdir (Depends-on): Add sys_stat.
7450         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
7451         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
7452         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
7453         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
7454         tempname.
7455
7456 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         Avoid some C++ diagnostics reported by Bruno Haible.
7459         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
7460         xmalloc.
7461         (quotearg_alloc): Use xcharalloc rather than xmalloc.
7462         (struct slotvec): Move to top level.
7463         (quotearg_n_options): Rewrite to avoid xmalloc.
7464         * lib/xalloc.h (xcharalloc): New function.
7465         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
7466         [defined __cplusplus]: Add function template that provides result
7467         type propagation.  This part of the change is from Bruno Haible.
7468
7469 2006-10-29  Bruno Haible  <bruno@clisp.org>
7470
7471         Make it compile in C++ mode.
7472         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
7473         * lib/strnlen1.c (strnlen1): Cast memchr result.
7474         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
7475         * lib/clean-temp.c (string_equals, string_hash): Add casts.
7476         (create_temp_dir): Rename local variable 'template'.
7477         (compile_csharp_using_sscli): Add cast.
7478         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
7479         * lib/findprog.c (find_in_path): Likewise.
7480         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
7481         * lib/wait-process.c (register_slave_subprocess): Likewise.
7482
7483 2006-10-22  Bruno Haible  <bruno@clisp.org>
7484
7485         * modules/tsearch: New file.
7486         * lib/tsearch.h: New file.
7487         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
7488         * m4/tsearch.m4: New file.
7489         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
7490
7491 2006-10-29  Eric Blake  <ebb9@byu.net>
7492
7493         * lib/arcfour.c: Assume config.h.
7494         * lib/arctwo.c: Likewise.
7495         * lib/base64.c: Likewise.
7496         * lib/check-version.c: Likewise.
7497         * lib/crc.c: Likewise.
7498         * lib/des.c: Likewise.
7499         * lib/gc-gnulib.c: Likewise.
7500         * lib/gc-libgcrypt.c: Likewise.
7501         * lib/gc-pbkdf2-sha1.c: Likewise.
7502         * lib/getaddrinfo.c: Likewise.
7503         * lib/getdelim.c: Likewise.
7504         * lib/getline.c: Likewise.
7505         * lib/hmac-md5.c: Likewise.
7506         * lib/hmac-sha1.c: Likewise.
7507         * lib/iconvme.c: Likewise.
7508         * lib/md2.c: Likewise.
7509         * lib/md4.c: Likewise.
7510         * lib/memxor.c: Likewise.
7511         * lib/read-file.c: Likewise.
7512         * lib/readline.c: Likewise.
7513         * lib/rijndael-alg-fst.c: Likewise.
7514         * lib/rijndael-api-fst.c: Likewise.
7515         * lib/xgetdomainname.c: Likewise.
7516
7517 2006-10-28  Eric Blake  <ebb9@byu.net>
7518
7519         * lib/xstrndup.c: Assume config.h.
7520
7521 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
7522
7523         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
7524         stat-macros.h is now for our own macros, whereas stat_h is for
7525         macros in the <sys/stat.h> name space.
7526         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
7527         (STAT_MACROS_H): Remove.
7528         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
7529         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
7530         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
7531         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
7532         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
7533         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
7534         Move these macros to ...
7535         * lib/stat_.h: here.  Don't include stat-macros.h.
7536         * lib/canonicalize.c: Don't include stat-macros.h.
7537         * lib/chown.c: Likewise.
7538         * lib/euidaccess.c: Likewise.
7539         * lib/file-type.c: Likewise.
7540         * lib/filemode.c: Likewise.
7541         * lib/glob.c: Likewise.
7542         * lib/isapipe.c: Likewise.
7543         * lib/lchown.c: Likewise.
7544         * lib/lstat.c: Likewise.
7545         * lib/mkdir-p.c: Likewise.
7546         * lib/rmdir.c: Likewise.
7547         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
7548         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
7549         unless mkdir isn't declared, to speed up 'configure'.
7550         Always create sys/stat.h, since it's unlikely any real sys/stat.h
7551         would define all the S_* symbols.
7552         * modules/canonicalize (Depends-on):
7553         Depend on sys_stat, not stat-macros.
7554         * modules/chown: Likewise.
7555         * modules/euidaccess: Likewise.
7556         * modules/filemode: Likewise.
7557         * modules/file-type: Likewise.
7558         * modules/glob: Likewise.
7559         * modules/isapipe: Likewise.
7560         * modules/lchown: Likewise.
7561         * modules/lstat: Likewise.
7562         * modules/mkancesdirs: Likewise.
7563         * modules/rmdir: Likewise.
7564         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
7565         * modules/modechange: Likewise.
7566         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
7567         (configure.ac): Remove gl_STAT_MACROS.
7568         * modules/sys_stat (Depends-on): Remove stat-macros.
7569
7570 2006-10-27  Bruno Haible  <bruno@clisp.org>
7571
7572         * m4/signed.m4: Remove file.
7573         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
7574         invocation.
7575         * modules/vasnprintf (Files): Remove m4/signed.m4.
7576
7577 2006-10-27  Bruno Haible  <bruno@clisp.org>
7578
7579         Update to GNU gettext 0.16.
7580         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
7581         m4/inttypes-h.m4, m4/signed.m4.
7582         * m4/gettext.m4: Update to GNU gettext 0.16.
7583         * m4/intl.m4: New file, from GNU gettext.
7584         * m4/intldir.m4: New file, from GNU gettext.
7585         * config/srclist.txt: Update
7586
7587 2006-10-27  Eric Blake  <ebb9@byu.net>
7588
7589         * MODULES.html.sh: Document tempname.
7590         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
7591         dependencies.
7592         (Files): Move lib/tempname.c...
7593         * modules/tempname: ...to this new module.
7594         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
7595         (gl_PREREQ_TEMPNAME): Move...
7596         * m4/tempname.m4: ...to this new file.
7597         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
7598         * modules/sys_stat (Depends-on): Add stat-macros.
7599         * lib/stat_.h (includes): Pick up stat macros.
7600         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
7601         if stat macros are broken.
7602         * lib/tempname.c (includes): No need to include "stat-macros.h".
7603         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
7604         (direxists, __path_search) [!_LIBC]: Don't compile these in
7605         gnulib; the tmpdir module covers that.
7606         * lib/tempname.h: New file.
7607
7608 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
7609
7610         * COPYING: Explain how gnulib-tool converts licence headers.
7611         Almost all wording by Eric Blake.
7612
7613 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
7614
7615         * lib/mbchar.h (is_basic_table): Make read-only.
7616         * lib/mbchar.c (is_basic_table): Likewise.
7617         Reported by John Darrington.
7618
7619 2006-10-25  Bruno Haible  <bruno@clisp.org>
7620
7621         * lib/progname.h (set_program_name): Undefine before defining.
7622
7623 2006-10-25  Bruno Haible  <bruno@clisp.org>
7624
7625         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
7626         false for non-gcc C++ compilers.
7627         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7628
7629 2006-10-24  Bruno Haible  <bruno@clisp.org>
7630
7631         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
7632         iconv implementations like Irix iconv.
7633
7634 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7635
7636         * modules/vararrays: New file.
7637         * m4/vararrays.m4: New file, taken from diffutils.
7638         * MODULES.html.sh: New module vararrays.
7639
7640 2006-10-24  Karl Berry  <karl@gnu.org>
7641
7642         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
7643         Don't call GNU Unix.
7644
7645 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7646
7647         * users.txt: Add Libtool.
7648
7649         Sync from Libtool:
7650
7651         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7652
7653         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
7654         to gnulib's policy of including config.h unconditionally.
7655
7656 2006-10-24  Bruno Haible  <bruno@clisp.org>
7657
7658         * modules/wcwidth (Files): Add m4/wint_t.m4.
7659         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
7660         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
7661
7662 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7663
7664         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
7665         to pacify GCC with some -W flags enabled.  Problem reported by
7666         Bruno Haible.
7667
7668 2006-10-24  Jim Meyering  <jim@meyering.net>
7669
7670         * MODULES.html.sh: Remove uinttostr.  It's not a module.
7671         Reported by Karl Berry.
7672
7673 2006-10-23  Bruno Haible  <bruno@clisp.org>
7674
7675         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
7676
7677 2006-10-24  Bruno Haible  <bruno@clisp.org>
7678
7679         * lib/gl_list.h: Use C comment style, not C++ comment style.
7680
7681 2006-10-23  Eric Blake  <ebb9@byu.net>
7682
7683         * lib/getaddrinfo.c (includes): Add missing include.
7684
7685 2006-10-23  Bruno Haible  <bruno@clisp.org>
7686             Paul Eggert  <eggert@cs.ucla.edu>
7687
7688         Ability to rename obstack_free.
7689         * lib/obstack.h (__obstack_free): New macro. Declare instead of
7690         obstack_free.
7691         (obstack_free): Invoke the __obstack_free macro.
7692         * lib/obstack.c (obstack_free): Use __obstack_free macro.
7693
7694 2006-10-23  Bruno Haible  <bruno@clisp.org>
7695             Paul Eggert  <eggert@cs.ucla.edu>
7696
7697         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
7698         __argc, __argv from the declaration. (They are defined as macros on
7699         mingw.)
7700
7701 2006-10-22  Bruno Haible  <bruno@clisp.org>
7702
7703         * doc/gnulib-intro.texi: New file.
7704         * doc/gnulib.texi: Include it.
7705
7706 2006-10-21  Bruno Haible  <bruno@clisp.org>
7707
7708         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
7709         "Introduction", "Miscellanous Notes", "Particular Modules".
7710
7711 2006-10-21  Bruno Haible  <bruno@clisp.org>
7712
7713         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7714         Change mostlyclean-local rule to avoid sh syntax error from bash
7715         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
7716
7717 2006-10-23  Jim Meyering  <jim@meyering.net>
7718
7719         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
7720         in place of snprintf.
7721
7722         * modules/inttostr (Files): Add lib/uinttostr.c.
7723         * lib/uinttostr.c (inttostr): New file/function.
7724         * lib/inttostr.h (uinttostr): Declare.
7725         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
7726         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7727         Add uinttostr.
7728         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
7729
7730 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
7731
7732         * lib/canonicalize.c (ELOOP): Define if not already defined.
7733         Problem reported by Bruno Haible in
7734         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
7735
7736 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
7739         Problem reported by Perry Smith and Ville Laurikari.
7740
7741         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
7742         uses.
7743
7744 2006-10-19  Bruno Haible  <bruno@clisp.org>
7745
7746         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
7747         for mingw.
7748
7749 2006-10-19  Bruno Haible  <bruno@clisp.org>
7750
7751         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
7752         Needed for mingw.
7753
7754 2006-10-19  Bruno Haible  <bruno@clisp.org>
7755
7756         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
7757
7758 2006-10-19  Bruno Haible  <bruno@clisp.org>
7759
7760         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
7761         it.
7762
7763 2006-10-19  Bruno Haible  <bruno@clisp.org>
7764
7765         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
7766         invocation.
7767
7768 2006-10-19  Bruno Haible  <bruno@clisp.org>
7769
7770         * gnulib-tool (func_create_testdir): Don't include ftruncate and
7771         mountlist by default.
7772
7773 2006-10-16  Bruno Haible  <bruno@clisp.org>
7774
7775         * lib/c-strstr.c: Include c-strstr.h.
7776
7777 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7778
7779         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
7780         in a slash.
7781
7782 2006-10-18  Bruno Haible  <bruno@clisp.org>
7783
7784         * lib/lock.h [C++]: Wrap definitions in extern "C".
7785
7786 2006-10-18  Bruno Haible  <bruno@clisp.org>
7787
7788         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
7789         gl_LIBOBJS list.
7790
7791 2006-10-18  Bruno Haible  <bruno@clisp.org>
7792
7793         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
7794
7795 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
7796
7797         * lib/xstrtol.h: Include gettext.h.
7798         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
7799         Problem reported by Eric Blake.
7800         * modules/xstrtol (Depends-on): Add gettext-h.
7801
7802 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
7803
7804         * lib/strftime.c (advance): New macro.
7805         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
7806         incomplete type, so you can't add 0 to it.  Problem and patch
7807         reported by Eelco Dolstra for dietlibc.
7808
7809 2006-10-18  Jim Meyering  <jim@meyering.net>
7810
7811         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
7812         type for a local, and rename it: s/up/user_proc/.
7813
7814 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7815
7816         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
7817         READ_UTMP_USER_PROCESS.
7818         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
7819
7820 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
7821
7822         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
7823         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
7824
7825 2006-10-17  Eric Blake  <ebb9@byu.net>
7826
7827         * lib/sigprocmask.c (sigprocmask): Fix typo.
7828
7829         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
7830
7831         * modules/clean-temp (Makefile.am): Don't add to make output...
7832         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
7833         config.h.
7834
7835 2006-10-17  Bruno Haible  <bruno@clisp.org>
7836
7837         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
7838         differently if DEFAULT_TEXT_DOMAIN is set.
7839
7840 2006-10-16  Bruno Haible  <bruno@clisp.org>
7841
7842         * lib/clean-temp.c: Include fwriteerror.h.
7843
7844 2006-10-16  Bruno Haible  <bruno@clisp.org>
7845
7846         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
7847
7848 2006-10-16  Bruno Haible  <bruno@clisp.org>
7849
7850         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
7851         * lib/sigprocmask.h: Include <sys/types.h>.
7852         (sigset_t): Use the system's definition if present.
7853
7854 2006-10-17  Eric Blake  <ebb9@byu.net>
7855
7856         * lib/xvasprintf.c (includes): Assume config.h.
7857         * lib/xasprintf.c (includes): Likewise.
7858
7859 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7860
7861         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
7862         at least as wide as intmax_t.
7863
7864 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
7865
7866         (Imported from Automake.)
7867         * build-aux/gnupload: Update to version 1.1 of directive file.
7868
7869 2006-10-16  Eric Blake  <ebb9@byu.net>
7870
7871         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
7872         match Automake 1.10a.
7873
7874 2006-10-14  Bruno Haible  <bruno@clisp.org>
7875
7876         * modules/sigprocmask: New file.
7877         * lib/sigprocmask.h: New file.
7878         * lib/sigprocmask.c: New file.
7879         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
7880         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
7881         request sigprocmask.o.
7882         (gl_PREREQ_SIGPROCMASK): New macro.
7883         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
7884         (Depends-on): Add sigprocmask.
7885         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
7886         gt_SIGNALBLOCKING. Test for 'raise' only once.
7887         * lib/fatal-signal.c: Include sigprocmask.h.
7888         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
7889         unblock_fatal_signals): Define always.
7890         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7891         sigprocmask.
7892
7893 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7894
7895         Sync from Automake.
7896         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
7897         which incorrectly sets the mode of an existing destination
7898         directory.  In some cases the unpatched install-sh could do the
7899         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
7900         system.  We hope this is rare in practice, but it's clearly worth
7901         fixing.  Problem reported by Alex Unleashed in
7902         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
7903         Also, don't bother to check for -m bugs unless we're using -m;
7904         suggested by Stepan Kasal.
7905
7906 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7907
7908         Sync from Automake.
7909         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
7910         `-c' flag, so they appear at the same position as in %FASTDEP%
7911         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
7912         which ignores unknown options only after the first non-option.
7913         Bug report against M4 by Nelson H. F. Beebe.
7914
7915 2006-10-13  Jim Meyering  <jim@meyering.net>
7916
7917         Fix a bug in yesterday's change.
7918         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
7919         p->fts_statp->st_dev would be used uninitialized.
7920         Ensures that we always call fts_stat on the very first entry.
7921         Miklos Szeredi reported that find -xdev stopped working.
7922
7923 2006-10-12  Bruno Haible  <bruno@clisp.org>
7924
7925         * gnulib-tool (func_get_automake_snippet): Append an automatically
7926         computed EXTRA_DIST augmentation.
7927         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
7928         * modules/alloca-opt (Makefile.am): Likewise.
7929         * modules/allocsa (Makefile.am): Likewise.
7930         * modules/arcfour (Makefile.am): Likewise.
7931         * modules/arctwo (Makefile.am): Likewise.
7932         * modules/argmatch (Makefile.am): Likewise.
7933         * modules/argz (Makefile.am): Likewise.
7934         * modules/atexit (Makefile.am): Likewise.
7935         * modules/backupfile (Makefile.am): Likewise.
7936         * modules/byteswap (Makefile.am): Likewise.
7937         * modules/c-strtod (Makefile.am): Likewise.
7938         * modules/c-strtold (Makefile.am): Likewise.
7939         * modules/calloc (Makefile.am): Likewise.
7940         * modules/canon-host (Makefile.am): Likewise.
7941         * modules/canonicalize (Makefile.am): Likewise.
7942         * modules/chdir-long (Makefile.am): Likewise.
7943         * modules/chdir-safer (Makefile.am): Likewise.
7944         * modules/check-version (Makefile.am): Likewise.
7945         * modules/chown (Makefile.am): Likewise.
7946         * modules/cloexec (Makefile.am): Likewise.
7947         * modules/close-stream (Makefile.am): Likewise.
7948         * modules/closeout (Makefile.am): Likewise.
7949         * modules/crc (Makefile.am): Likewise.
7950         * modules/csharpexec (Makefile.am): Likewise.
7951         * modules/cycle-check (Makefile.am): Likewise.
7952         * modules/des (Makefile.am): Likewise.
7953         * modules/dev-ino (Makefile.am): Likewise.
7954         * modules/dirfd (Makefile.am): Likewise.
7955         * modules/dirname (Makefile.am): Likewise.
7956         * modules/dup2 (Makefile.am): Likewise.
7957         * modules/eealloc (Makefile.am): Likewise.
7958         * modules/error (Makefile.am): Likewise.
7959         * modules/euidaccess (Makefile.am): Likewise.
7960         * modules/exclude (Makefile.am): Likewise.
7961         * modules/exitfail (Makefile.am): Likewise.
7962         * modules/fcntl-safer (Makefile.am): Likewise.
7963         * modules/fcntl (Makefile.am): Likewise.
7964         * modules/file-type (Makefile.am): Likewise.
7965         * modules/fileblocks (Makefile.am): Likewise.
7966         * modules/filemode (Makefile.am): Likewise.
7967         * modules/filenamecat (Makefile.am): Likewise.
7968         * modules/fnmatch (Makefile.am): Likewise.
7969         * modules/fopen-safer (Makefile.am): Likewise.
7970         * modules/fpending (Makefile.am): Likewise.
7971         * modules/fprintftime (Makefile.am): Likewise.
7972         * modules/free (Makefile.am): Likewise.
7973         * modules/fsusage (Makefile.am): Likewise.
7974         * modules/ftruncate (Makefile.am): Likewise.
7975         * modules/fts (Makefile.am): Likewise.
7976         * modules/gc-arcfour (Makefile.am): Likewise.
7977         * modules/gc-des (Makefile.am): Likewise.
7978         * modules/gc-hmac-md5 (Makefile.am): Likewise.
7979         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
7980         * modules/gc-md4 (Makefile.am): Likewise.
7981         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
7982         * modules/gc-sha1 (Makefile.am): Likewise.
7983         * modules/gc (Makefile.am): Likewise.
7984         * modules/getaddrinfo (Makefile.am): Likewise.
7985         * modules/getcwd (Makefile.am): Likewise.
7986         * modules/getdelim (Makefile.am): Likewise.
7987         * modules/getdomainname (Makefile.am): Likewise.
7988         * modules/getgroups (Makefile.am): Likewise.
7989         * modules/gethostname (Makefile.am): Likewise.
7990         * modules/gethrxtime (Makefile.am): Likewise.
7991         * modules/getline (Makefile.am): Likewise.
7992         * modules/getloadavg (Makefile.am): Likewise.
7993         * modules/getlogin_r (Makefile.am): Likewise.
7994         * modules/getndelim2 (Makefile.am): Likewise.
7995         * modules/getopt (Makefile.am): Likewise.
7996         * modules/getpagesize (Makefile.am): Likewise.
7997         * modules/getpass-gnu (Makefile.am): Likewise.
7998         * modules/getpass (Makefile.am): Likewise.
7999         * modules/getsubopt (Makefile.am): Likewise.
8000         * modules/gettime (Makefile.am): Likewise.
8001         * modules/gettimeofday (Makefile.am): Likewise.
8002         * modules/getugroups (Makefile.am): Likewise.
8003         * modules/getusershell (Makefile.am): Likewise.
8004         * modules/glob (Makefile.am): Likewise.
8005         * modules/group-member (Makefile.am): Likewise.
8006         * modules/hard-locale (Makefile.am): Likewise.
8007         * modules/hash (Makefile.am): Likewise.
8008         * modules/hmac-md5 (Makefile.am): Likewise.
8009         * modules/hmac-sha1 (Makefile.am): Likewise.
8010         * modules/human (Makefile.am): Likewise.
8011         * modules/idcache (Makefile.am): Likewise.
8012         * modules/imaxabs (Makefile.am): Likewise.
8013         * modules/imaxdiv (Makefile.am): Likewise.
8014         * modules/inet_ntop (Makefile.am): Likewise.
8015         * modules/inet_pton (Makefile.am): Likewise.
8016         * modules/intprops (Makefile.am): Likewise.
8017         * modules/inttostr (Makefile.am): Likewise.
8018         * modules/inttypes (Makefile.am): Likewise.
8019         * modules/isapipe (Makefile.am): Likewise.
8020         * modules/javaversion (Makefile.am): Likewise.
8021         * modules/lchmod (Makefile.am): Likewise.
8022         * modules/lchown (Makefile.am): Likewise.
8023         * modules/localcharset (Makefile.am): Likewise.
8024         * modules/long-options (Makefile.am): Likewise.
8025         * modules/lstat (Makefile.am): Likewise.
8026         * modules/malloc (Makefile.am): Likewise.
8027         * modules/mathl (Makefile.am): Likewise.
8028         * modules/mbchar (Makefile.am): Likewise.
8029         * modules/md2 (Makefile.am): Likewise.
8030         * modules/md4 (Makefile.am): Likewise.
8031         * modules/md5 (Makefile.am): Likewise.
8032         * modules/memcasecmp (Makefile.am): Likewise.
8033         * modules/memchr (Makefile.am): Likewise.
8034         * modules/memcmp (Makefile.am): Likewise.
8035         * modules/memcoll (Makefile.am): Likewise.
8036         * modules/memcpy (Makefile.am): Likewise.
8037         * modules/memmem (Makefile.am): Likewise.
8038         * modules/memmove (Makefile.am): Likewise.
8039         * modules/mempcpy (Makefile.am): Likewise.
8040         * modules/memrchr (Makefile.am): Likewise.
8041         * modules/memset (Makefile.am): Likewise.
8042         * modules/memxor (Makefile.am): Likewise.
8043         * modules/mkancesdirs (Makefile.am): Likewise.
8044         * modules/mkdir-p (Makefile.am): Likewise.
8045         * modules/mkdir (Makefile.am): Likewise.
8046         * modules/mkdtemp (Makefile.am): Likewise.
8047         * modules/mkstemp (Makefile.am): Likewise.
8048         * modules/mktime (Makefile.am): Likewise.
8049         * modules/modechange (Makefile.am): Likewise.
8050         * modules/mountlist (Makefile.am): Likewise.
8051         * modules/nanosleep (Makefile.am): Likewise.
8052         * modules/obstack (Makefile.am): Likewise.
8053         * modules/openat (Makefile.am): Likewise.
8054         * modules/pagealign_alloc (Makefile.am): Likewise.
8055         * modules/pathmax (Makefile.am): Likewise.
8056         * modules/physmem (Makefile.am): Likewise.
8057         * modules/poll (Makefile.am): Likewise.
8058         * modules/posixtm (Makefile.am): Likewise.
8059         * modules/posixver (Makefile.am): Likewise.
8060         * modules/putenv (Makefile.am): Likewise.
8061         * modules/quote (Makefile.am): Likewise.
8062         * modules/quotearg (Makefile.am): Likewise.
8063         * modules/raise (Makefile.am): Likewise.
8064         * modules/read-file (Makefile.am): Likewise.
8065         * modules/readline (Makefile.am): Likewise.
8066         * modules/readlink (Makefile.am): Likewise.
8067         * modules/readtokens (Makefile.am): Likewise.
8068         * modules/readutmp (Makefile.am): Likewise.
8069         * modules/realloc (Makefile.am): Likewise.
8070         * modules/regex (Makefile.am): Likewise.
8071         * modules/rename-dest-slash (Makefile.am): Likewise.
8072         * modules/rename (Makefile.am): Likewise.
8073         * modules/rijndael (Makefile.am): Likewise.
8074         * modules/rmdir (Makefile.am): Likewise.
8075         * modules/rpmatch (Makefile.am): Likewise.
8076         * modules/safe-read (Makefile.am): Likewise.
8077         * modules/safe-write (Makefile.am): Likewise.
8078         * modules/same-inode (Makefile.am): Likewise.
8079         * modules/same (Makefile.am): Likewise.
8080         * modules/save-cwd (Makefile.am): Likewise.
8081         * modules/savedir (Makefile.am): Likewise.
8082         * modules/setenv (Makefile.am): Likewise.
8083         * modules/settime (Makefile.am): Likewise.
8084         * modules/sha1 (Makefile.am): Likewise.
8085         * modules/sig2str (Makefile.am): Likewise.
8086         * modules/snprintf (Makefile.am): Likewise.
8087         * modules/stat-macros (Makefile.am): Likewise.
8088         * modules/stat-time (Makefile.am): Likewise.
8089         * modules/stdbool (Makefile.am): Likewise.
8090         * modules/stdint (Makefile.am): Likewise.
8091         * modules/stdlib-safer (Makefile.am): Likewise.
8092         * modules/stpcpy (Makefile.am): Likewise.
8093         * modules/stpncpy (Makefile.am): Likewise.
8094         * modules/strcase (Makefile.am): Likewise.
8095         * modules/strcasestr (Makefile.am): Likewise.
8096         * modules/strchrnul (Makefile.am): Likewise.
8097         * modules/strcspn (Makefile.am): Likewise.
8098         * modules/strdup (Makefile.am): Likewise.
8099         * modules/strerror (Makefile.am): Likewise.
8100         * modules/strftime (Makefile.am): Likewise.
8101         * modules/strndup (Makefile.am): Likewise.
8102         * modules/strnlen (Makefile.am): Likewise.
8103         * modules/strpbrk (Makefile.am): Likewise.
8104         * modules/strsep (Makefile.am): Likewise.
8105         * modules/strstr (Makefile.am): Likewise.
8106         * modules/strtod (Makefile.am): Likewise.
8107         * modules/strtoimax (Makefile.am): Likewise.
8108         * modules/strtok_r (Makefile.am): Likewise.
8109         * modules/strtol (Makefile.am): Likewise.
8110         * modules/strtoll (Makefile.am): Likewise.
8111         * modules/strtoul (Makefile.am): Likewise.
8112         * modules/strtoull (Makefile.am): Likewise.
8113         * modules/strtoumax (Makefile.am): Likewise.
8114         * modules/strverscmp (Makefile.am): Likewise.
8115         * modules/sys_socket (Makefile.am): Likewise.
8116         * modules/sys_stat (Makefile.am): Likewise.
8117         * modules/sysexits (Makefile.am): Likewise.
8118         * modules/time_r (Makefile.am): Likewise.
8119         * modules/timegm (Makefile.am): Likewise.
8120         * modules/timespec (Makefile.am): Likewise.
8121         * modules/tmpfile-safer (Makefile.am): Likewise.
8122         * modules/trim (Makefile.am): Likewise.
8123         * modules/unistd-safer (Makefile.am): Likewise.
8124         * modules/unlinkdir (Makefile.am): Likewise.
8125         * modules/unlocked-io (Makefile.am): Likewise.
8126         * modules/userspec (Makefile.am): Likewise.
8127         * modules/utime (Makefile.am): Likewise.
8128         * modules/utimecmp (Makefile.am): Likewise.
8129         * modules/utimens (Makefile.am): Likewise.
8130         * modules/vasnprintf (Makefile.am): Likewise.
8131         * modules/vasprintf (Makefile.am): Likewise.
8132         * modules/vsnprintf (Makefile.am): Likewise.
8133         * modules/xalloc (Makefile.am): Likewise.
8134         * modules/xgetcwd (Makefile.am): Likewise.
8135         * modules/xnanosleep (Makefile.am): Likewise.
8136         * modules/xreadlink (Makefile.am): Likewise.
8137         * modules/xstrtod (Makefile.am): Likewise.
8138         * modules/xstrtol (Makefile.am): Likewise.
8139         * modules/xstrtold (Makefile.am): Likewise.
8140         * modules/yesno (Makefile.am): Likewise.
8141         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
8142
8143 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         * modules/error (Makefile.am): Distribute files through
8146         EXTRA_DIST, not lib_SOURCES.
8147
8148 2006-10-12  Eric Blake  <ebb9@byu.net>
8149
8150         * modules/error (Makefile.am): Distribute files in /lib.
8151         * modules/obstack (Makefile.am): Likewise.
8152
8153 2006-10-12  Bruno Haible  <bruno@clisp.org>
8154
8155         * modules/acl (Makefile.am): Distribute all files in lib/ through
8156         EXTRA_DIST.
8157         * modules/arcfour (Makefile.am): Likewise.
8158         * modules/arctwo (Makefile.am): Likewise.
8159         * modules/argmatch (Makefile.am): Likewise.
8160         * modules/argz (Makefile.am): Likewise.
8161         * modules/atexit (Makefile.am): Likewise.
8162         * modules/backupfile (Makefile.am): Likewise.
8163         * modules/c-strtod (Makefile.am): Likewise.
8164         * modules/c-strtold (Makefile.am): Likewise.
8165         * modules/calloc (Makefile.am): Likewise.
8166         * modules/canon-host (Makefile.am): Likewise.
8167         * modules/canonicalize (Makefile.am): Likewise.
8168         * modules/chdir-long (Makefile.am): Likewise.
8169         * modules/chdir-safer (Makefile.am): Likewise.
8170         * modules/check-version (Makefile.am): Likewise.
8171         * modules/chown (Makefile.am): Likewise.
8172         * modules/cloexec (Makefile.am): Likewise.
8173         * modules/close-stream (Makefile.am): Likewise.
8174         * modules/closeout (Makefile.am): Likewise.
8175         * modules/crc (Makefile.am): Likewise.
8176         * modules/cycle-check (Makefile.am): Likewise.
8177         * modules/des (Makefile.am): Likewise.
8178         * modules/dirfd (Makefile.am): Likewise.
8179         * modules/dirname (Makefile.am): Likewise.
8180         * modules/dup2 (Makefile.am): Likewise.
8181         * modules/euidaccess (Makefile.am): Likewise.
8182         * modules/exclude (Makefile.am): Likewise.
8183         * modules/exitfail (Makefile.am): Likewise.
8184         * modules/fcntl-safer (Makefile.am): Likewise.
8185         * modules/file-type (Makefile.am): Likewise.
8186         * modules/fileblocks (Makefile.am): Likewise.
8187         * modules/filemode (Makefile.am): Likewise.
8188         * modules/filenamecat (Makefile.am): Likewise.
8189         * modules/fnmatch (Makefile.am): Likewise.
8190         * modules/fopen-safer (Makefile.am): Likewise.
8191         * modules/fpending (Makefile.am): Likewise.
8192         * modules/fprintftime (Makefile.am): Likewise.
8193         * modules/free (Makefile.am): Likewise.
8194         * modules/fsusage (Makefile.am): Likewise.
8195         * modules/ftruncate (Makefile.am): Likewise.
8196         * modules/fts (Makefile.am): Likewise.
8197         * modules/gc (Makefile.am): Likewise.
8198         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8199         * modules/getaddrinfo (Makefile.am): Likewise.
8200         * modules/getcwd (Makefile.am): Likewise.
8201         * modules/getdelim (Makefile.am): Likewise.
8202         * modules/getdomainname (Makefile.am): Likewise.
8203         * modules/getgroups (Makefile.am): Likewise.
8204         * modules/gethostname (Makefile.am): Likewise.
8205         * modules/gethrxtime (Makefile.am): Likewise.
8206         * modules/getline (Makefile.am): Likewise.
8207         * modules/getloadavg (Makefile.am): Likewise.
8208         * modules/getlogin_r (Makefile.am): Likewise.
8209         * modules/getopt (Makefile.am): Likewise.
8210         * modules/getpass (Makefile.am): Likewise.
8211         * modules/getpass-gnu (Makefile.am): Likewise.
8212         * modules/getsubopt (Makefile.am): Likewise.
8213         * modules/gettime (Makefile.am): Likewise.
8214         * modules/gettimeofday (Makefile.am): Likewise.
8215         * modules/getugroups (Makefile.am): Likewise.
8216         * modules/getusershell (Makefile.am): Likewise.
8217         * modules/glob (Makefile.am): Likewise.
8218         * modules/group-member (Makefile.am): Likewise.
8219         * modules/hard-locale (Makefile.am): Likewise.
8220         * modules/hash (Makefile.am): Likewise.
8221         * modules/hmac-md5 (Makefile.am): Likewise.
8222         * modules/hmac-sha1 (Makefile.am): Likewise.
8223         * modules/human (Makefile.am): Likewise.
8224         * modules/idcache (Makefile.am): Likewise.
8225         * modules/imaxabs (Makefile.am): Likewise.
8226         * modules/imaxdiv (Makefile.am): Likewise.
8227         * modules/inet_ntop (Makefile.am): Likewise.
8228         * modules/inet_pton (Makefile.am): Likewise.
8229         * modules/inttostr (Makefile.am): Likewise.
8230         * modules/isapipe (Makefile.am): Likewise.
8231         * modules/lchown (Makefile.am): Likewise.
8232         * modules/long-options (Makefile.am): Likewise.
8233         * modules/lstat (Makefile.am): Likewise.
8234         * modules/malloc (Makefile.am): Likewise.
8235         * modules/mathl (Makefile.am): Likewise.
8236         * modules/mbchar (Makefile.am): Likewise.
8237         * modules/md2 (Makefile.am): Likewise.
8238         * modules/md4 (Makefile.am): Likewise.
8239         * modules/md5 (Makefile.am): Likewise.
8240         * modules/memcasecmp (Makefile.am): Likewise.
8241         * modules/memchr (Makefile.am): Likewise.
8242         * modules/memcmp (Makefile.am): Likewise.
8243         * modules/memcoll (Makefile.am): Likewise.
8244         * modules/memcpy (Makefile.am): Likewise.
8245         * modules/memmem (Makefile.am): Likewise.
8246         * modules/memmove (Makefile.am): Likewise.
8247         * modules/mempcpy (Makefile.am): Likewise.
8248         * modules/memrchr (Makefile.am): Likewise.
8249         * modules/memset (Makefile.am): Likewise.
8250         * modules/memxor (Makefile.am): Likewise.
8251         * modules/mkancesdirs (Makefile.am): Likewise.
8252         * modules/mkdir (Makefile.am): Likewise.
8253         * modules/mkdir-p (Makefile.am): Likewise.
8254         * modules/mkdtemp (Makefile.am): Likewise.
8255         * modules/mkstemp (Makefile.am): Likewise.
8256         * modules/mktime (Makefile.am): Likewise.
8257         * modules/modechange (Makefile.am): Likewise.
8258         * modules/mountlist (Makefile.am): Likewise.
8259         * modules/nanosleep (Makefile.am): Likewise.
8260         * modules/openat (Makefile.am): Likewise.
8261         * modules/pagealign_alloc (Makefile.am): Likewise.
8262         * modules/physmem (Makefile.am): Likewise.
8263         * modules/poll (Makefile.am): Likewise.
8264         * modules/posixtm (Makefile.am): Likewise.
8265         * modules/posixver (Makefile.am): Likewise.
8266         * modules/putenv (Makefile.am): Likewise.
8267         * modules/quote (Makefile.am): Likewise.
8268         * modules/quotearg (Makefile.am): Likewise.
8269         * modules/raise (Makefile.am): Likewise.
8270         * modules/read-file (Makefile.am): Likewise.
8271         * modules/readline (Makefile.am): Likewise.
8272         * modules/readlink (Makefile.am): Likewise.
8273         * modules/readtokens (Makefile.am): Likewise.
8274         * modules/readutmp (Makefile.am): Likewise.
8275         * modules/realloc (Makefile.am): Likewise.
8276         * modules/regex (Makefile.am): Likewise.
8277         * modules/rename (Makefile.am): Likewise.
8278         * modules/rename-dest-slash (Makefile.am): Likewise.
8279         * modules/rijndael (Makefile.am): Likewise.
8280         * modules/rmdir (Makefile.am): Likewise.
8281         * modules/rpmatch (Makefile.am): Likewise.
8282         * modules/safe-read (Makefile.am): Likewise.
8283         * modules/safe-write (Makefile.am): Likewise.
8284         * modules/same (Makefile.am): Likewise.
8285         * modules/save-cwd (Makefile.am): Likewise.
8286         * modules/savedir (Makefile.am): Likewise.
8287         * modules/setenv (Makefile.am): Likewise.
8288         * modules/settime (Makefile.am): Likewise.
8289         * modules/sha1 (Makefile.am): Likewise.
8290         * modules/sig2str (Makefile.am): Likewise.
8291         * modules/snprintf (Makefile.am): Likewise.
8292         * modules/stdlib-safer (Makefile.am): Likewise.
8293         * modules/stpcpy (Makefile.am): Likewise.
8294         * modules/stpncpy (Makefile.am): Likewise.
8295         * modules/strcase (Makefile.am): Likewise.
8296         * modules/strcasestr (Makefile.am): Likewise.
8297         * modules/strchrnul (Makefile.am): Likewise.
8298         * modules/strcspn (Makefile.am): Likewise.
8299         * modules/strdup (Makefile.am): Likewise.
8300         * modules/strerror (Makefile.am): Likewise.
8301         * modules/strftime (Makefile.am): Likewise.
8302         * modules/strndup (Makefile.am): Likewise.
8303         * modules/strnlen (Makefile.am): Likewise.
8304         * modules/strpbrk (Makefile.am): Likewise.
8305         * modules/strsep (Makefile.am): Likewise.
8306         * modules/strstr (Makefile.am): Likewise.
8307         * modules/strtod (Makefile.am): Likewise.
8308         * modules/strtoimax (Makefile.am): Likewise.
8309         * modules/strtok_r (Makefile.am): Likewise.
8310         * modules/strtol (Makefile.am): Likewise.
8311         * modules/strtoll (Makefile.am): Likewise.
8312         * modules/strtoul (Makefile.am): Likewise.
8313         * modules/strtoull (Makefile.am): Likewise.
8314         * modules/strtoumax (Makefile.am): Likewise.
8315         * modules/strverscmp (Makefile.am): Likewise.
8316         * modules/time_r (Makefile.am): Likewise.
8317         * modules/timegm (Makefile.am): Likewise.
8318         * modules/tmpfile-safer (Makefile.am): Likewise.
8319         * modules/unistd-safer (Makefile.am): Likewise.
8320         * modules/unlinkdir (Makefile.am): Likewise.
8321         * modules/userspec (Makefile.am): Likewise.
8322         * modules/utime (Makefile.am): Likewise.
8323         * modules/utimecmp (Makefile.am): Likewise.
8324         * modules/utimens (Makefile.am): Likewise.
8325         * modules/vasnprintf (Makefile.am): Likewise.
8326         * modules/vasprintf (Makefile.am): Likewise.
8327         * modules/vsnprintf (Makefile.am): Likewise.
8328         * modules/xalloc (Makefile.am): Likewise.
8329         * modules/xgetcwd (Makefile.am): Likewise.
8330         * modules/xnanosleep (Makefile.am): Likewise.
8331         * modules/xreadlink (Makefile.am): Likewise.
8332         * modules/xstrtod (Makefile.am): Likewise.
8333         * modules/xstrtol (Makefile.am): Likewise.
8334         * modules/xstrtold (Makefile.am): Likewise.
8335         * modules/yesno (Makefile.am): Likewise.
8336
8337 2006-10-12  Jim Meyering  <jim@meyering.net>
8338
8339         * m4/getloadavg.m4: Revert the change below.
8340
8341         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
8342         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
8343         fail with a symlink, which is what coreutils' ./bootstrap now
8344         creates by default.
8345
8346 2006-10-12  Bruno Haible  <bruno@clisp.org>
8347
8348         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
8349         mingw.
8350         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
8351         MSVC and mingw explicitly.
8352
8353 2006-10-11  Simon Josefsson  <jas@extundo.com>
8354             Bruno Haible  <bruno@clisp.org>
8355
8356         Add support for multiple gnulib-tool invocations in the scope of a
8357         single configure.ac file.
8358         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
8359         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
8360         with the same contents as the _LIBADD variable.
8361         (func_emit_initmacro_start, func_emit_initmacro_end,
8362         func_emit_initmacro_done): New functions.
8363         (func_import, func_create_testdir): Invoke them. Allow the identifiers
8364         gl_LIBOBJS and gl_LTLIBOBJS.
8365
8366 2006-10-11  Bruno Haible  <bruno@clisp.org>
8367
8368         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
8369         (func_create_testdir): Don't create po/Makefile.am, don't invoke
8370         autoreconf. Instead, invoke autopoint explicitly but move back the
8371         *.m4 files from gnulib.
8372
8373 2006-10-11  Bruno Haible  <bruno@clisp.org>
8374
8375         * gnulib-tool (func_usage): Make module names after --create-testdir
8376         optional.
8377         (func_create_testdir): If no module was specified, use nearly all
8378         modules.
8379
8380 2006-10-12  Jim Meyering  <jim@meyering.net>
8381
8382         Big performance improvement for fts-based tools that use FTS_NOSTAT.
8383         Avoid spurious inode-mismatch problems on non-POSIX file systems.
8384         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
8385         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
8386         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
8387         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
8388         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
8389         (fts_set_stat_required): New function.
8390         (fts_open): Defer the calls to fts_stat, if possible or requested.
8391         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
8392         into fts_stat itself.
8393         (fts_read): Perform any required (deferred) fts_stat call.
8394         (fts_build): Likewise, for the directory we're about to open and read.
8395         In the readdir loop, carefully decide whether each entry will require
8396         an eventual call to fts_stat, using dirent.d_type info if available.
8397         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
8398         a command line argument into this function.  Update all callers.
8399         Map a return value of FTS_DOT to FTS_D for a command line argument.
8400         * modules/fts (Depends-on): Add d-type.  Alphabetize.
8401         Thanks to Miklos Szeredi for his tenacity and for the initial
8402         bug report about "find" failing on a FUSE-based file system.
8403
8404         * lib/fts.c (fts_open): Use consistent indentation.
8405
8406 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8407
8408         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
8409         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
8410         reported by Jim Meyering.  All uses of cache variables renamed
8411         to match Autoconf's.
8412         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
8413         the other one.
8414
8415         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
8416         Fix misspelling in diagnostic.
8417
8418 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
8421         defined.  Problem reported by Matthew Woehlke.
8422
8423         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
8424         Add support for Tandem NonStop R series.
8425         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
8426         Use new macro.
8427
8428         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
8429         (has_trailing_slash): Omit size arg; all callers changed.
8430         Omit 'inline', since it doesn't help performance and we'd
8431         need to configure it.
8432         Don't count //, ///, etc. as having a trailing slash.
8433         As a side effect, this removes a C99ism reported by Matthew Woehlke.
8434         (rpl_rename_dest_slash): On failure, use rename's errno rather
8435         than (in some cases) an incorrect or junk errno.
8436         Simplify code by removing need to compute length; this does
8437         cause it to make two passes instead of one over the file name,
8438         but it's worth it.
8439
8440         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
8441         change, since Autoconf's version may no longer be appropriate now
8442         that we are using CVS Autoconf's version.  Add support for Tandem.
8443
8444 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8445             Bruno Haible  <bruno@clisp.org>
8446
8447         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
8448         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
8449         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
8450         gl_AC_TYPE_LONG_LONG.
8451
8452         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
8453         instead of HAVE_LONG_LONG.
8454         * lib/printf-args.c (printf_fetchargs): Likewise.
8455         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
8456         * lib/vasnprintf.c (VASNPRINTF): Likewise.
8457         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
8458         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
8459         gl_AC_TYPE_LONG_LONG.
8460
8461 2006-10-11  Bruno Haible  <bruno@clisp.org>
8462
8463         * m4/longlong.m4: Add comments.
8464         * m4/ulonglong.m4: Likewise.
8465
8466 2006-10-10  Bruno Haible  <bruno@clisp.org>
8467
8468         Make it possible to #define stpcpy, strdup to aliases.
8469         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
8470         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
8471
8472 2006-10-10  Bruno Haible  <bruno@clisp.org>
8473
8474         Make it possible to #define gcd to an alias.
8475         * lib/gcd.c: Include config.h.
8476
8477 2006-10-10  Bruno Haible  <bruno@clisp.org>
8478
8479         Make it possible to #define c_isascii to an alias.
8480         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
8481         defined. Undefine the macros before defining them, to avoid gcc
8482         warnings.
8483         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
8484         define NO_C_CTYPE_MACROS early.
8485
8486 2006-10-10  Bruno Haible  <bruno@clisp.org>
8487
8488         Make it possible to #define set_program_name to an alias.
8489         * lib/progname.c: Don't undefine set_program_name; instead, undefine
8490         ENABLE_RELOCATABLE early.
8491
8492 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8493
8494         Port to Tandem NSK OSS, which has 64-bit signed int but at most
8495         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
8496         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
8497         More generally, don't assume that 64-bit signed int is available
8498         if unsigned int is, and vice versa.
8499         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
8500         unsigned symbols, not on their signed counterparts.
8501         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
8502         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
8503         (UINT64_C, UINTMAX_C):
8504         Likewise.
8505         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
8506         unsigned counterparts.
8507         (Have_long_long, Unsigned): New macros.
8508         (Int): Renamed from INT.
8509         (strtoimax): Use the new macros.
8510         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
8511         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
8512         * modules/inttypes (inttypes.h): Substitute
8513         HAVE_UNSIGNED_LONG_LONG_INT.
8514         * modules/stdint (stdint.h): Likewise.
8515         (Files): Add m4/ulonglong.m4.
8516
8517 2006-10-10  Bruno Haible  <bruno@clisp.org>
8518
8519         Fix a gcc -Wshadow warning.
8520         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
8521         to 'bucket'.
8522         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
8523         gl_linked_indexof_from_to): Likewise.
8524         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
8525         Likewise.
8526         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
8527         Likewise.
8528         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
8529         Reported by Eric Blake.
8530
8531 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
8532
8533         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
8534         for NetBSD.  Problem reported by Bruno Haible.
8535
8536 2006-10-09  Jim Meyering  <jim@meyering.net>
8537
8538         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
8539         Patch from Bruno Haible.
8540
8541 2006-10-09  Jim Meyering  <jim@meyering.net>
8542
8543         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
8544         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
8545         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
8546
8547 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8548
8549         Don't include <config.h> twice; this doesn't work in some cases,
8550         e.g., when config.h has "#define intmax_t long long int" and
8551         we include <config.h>, <inttypes.h>, <config.h> in that order.
8552         Problem reported by Matthew Woehlke in:
8553         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
8554         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
8555         * lib/fts-cycle.c: Don't include config.h.
8556         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
8557         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
8558         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
8559         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
8560         inttypes.h.
8561         * lib/xstrtoumax.c: Likewise.
8562         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
8563         __strtol and the like, so that this module is more like its siblings.
8564         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
8565         Remove; no longer needed now that we assume gnulib inttypes.h.
8566
8567 2006-10-08  Bruno Haible  <bruno@clisp.org>
8568
8569         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
8570         option.
8571
8572 2006-10-07  Jim Meyering  <jim@meyering.net>
8573
8574         * modules/inttypes (inttypes.h): Revert what seems to have been
8575         an inadvertent part of today's change: use "|", not "/" in the
8576         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
8577
8578 2006-10-07  Bruno Haible  <bruno@clisp.org>
8579
8580         * modules/sublist: New file.
8581
8582 2006-10-07  Bruno Haible  <bruno@clisp.org>
8583
8584         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
8585         * modules/argz (argz.h): Likewise.
8586         * modules/arpa_inet (arpa/inet.h): Likewise.
8587         * modules/byteswap (byteswap.h): Likewise.
8588         * modules/configmake (configmake.h): Likewise.
8589         * modules/fcntl (fcntl.h): Likewise.
8590         * modules/fnmatch (fnmatch.h): Likewise.
8591         * modules/getopt (getopt.h): Likewise.
8592         * modules/glob (glob.h): Likewise.
8593         * modules/inttypes (inttypes.h): Likewise.
8594         * modules/netinet_in (netinet/in.h): Likewise.
8595         * modules/poll (poll.h): Likewise.
8596         * modules/stdbool (stdbool.h): Likewise.
8597         * modules/stdint (stdint.h): Likewise.
8598         * modules/sys_select (sys/select.h): Likewise.
8599         * modules/sys_socket (sys/socket.h): Likewise.
8600         * modules/sys_stat (sys/stat.h): Likewise.
8601         * modules/sysexits (sysexits.h): Likewise.
8602         * modules/unistd (unistd.h): Likewise.
8603         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8604         Add a "DO NOT EDIT" comment to the generated file.
8605         (func_import): Likewise for gnulib-comp.m4.
8606
8607 2006-10-07  Bruno Haible  <bruno@clisp.org>
8608
8609         * lib/gl_sublist.h: New file.
8610         * lib/gl_sublist.c: New file.
8611
8612 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8613
8614         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
8615         name (relative to the original working directory) and the file
8616         name component (relative to the temporary working directory).  All
8617         callers changed.
8618         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
8619         * lib/mkdir-p.c (make_dir_parents): Likewise.
8620         * lib/mkdir-p.h (make_dir_parents): Likewise.
8621
8622 2006-10-06  Eric Blake  <ebb9@byu.net>
8623
8624         Define several macros for use by the clean-temp module.
8625         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
8626         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
8627         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
8628
8629         * lib/clean-temp.h (close_stream_temp): New declaration.
8630         * lib/clean-temp.c (includes): Pull in headers according to what
8631         other modules are in use.
8632         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
8633
8634 2006-10-06  Bruno Haible  <bruno@clisp.org>
8635
8636         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
8637         instead of fopen, fwriteerror.
8638
8639 2006-10-06  Bruno Haible  <bruno@clisp.org>
8640
8641         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
8642         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
8643         int.
8644         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
8645         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
8646         Return an error indicator.
8647         Suggested by Eric Blake.
8648
8649 2006-10-06  Bruno Haible  <bruno@clisp.org>
8650
8651         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
8652         Reported by Eric Blake.
8653
8654 2006-10-06  Bruno Haible  <bruno@clisp.org>
8655
8656         * modules/closeout (Description): Mention stderr too.
8657
8658 2006-10-06  Bruno Haible  <bruno@clisp.org>
8659         and Paul Eggert  <eggert@cs.ucla.edu>
8660
8661         * lib/closeout.c (close_stdout): Also close stderr.
8662         * lib/closeout.h: Update comment.
8663
8664 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8665
8666         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
8667         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
8668         * lib/dirchownmod.c: Include lchown.h.
8669         * lib/lchown.c: Don't include files that lchown.h now includes.
8670         Don't declare chown, since lchown.h now does that.
8671         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
8672         (lchown): Define to rpl_chown if lchown is declared but
8673         does not exist.  Declare using a prototype if lchown is not
8674         declared.  Add a copyright notice.
8675         * lib/mkstemp.h: Include <unistd.h>.
8676         * lib/openat.c: Include lchown.h.
8677
8678         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
8679         we now test for that separately.
8680         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
8681         rather than O_NOFOLLOW, when testing whether it's possible to
8682         avoid a race condition reliably.
8683         * lib/savewd.c (savewd_chdir): Likewise.
8684
8685         Remove macros that are no longer needed now that stdint.h is
8686         reliable.
8687         * lib/fsusage.c (UINTMAX_MAX): Remove.
8688         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
8689         * lib/utimecmp.c (SIZE_MAX): Remove.
8690
8691         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
8692
8693         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
8694         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
8695         O_NOATIME works.
8696
8697 2006-10-05  Bruno Haible  <bruno@clisp.org>
8698
8699         * lib/gl_list.h (gl_sortedlist_search_from_to,
8700         gl_sortedlist_indexof_from_to): New declarations.
8701         (gl_list_implementation): New fields sortedlist_search_from_to,
8702         sortedlist_indexof_from_to.
8703         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
8704         inline functions.
8705         * lib/gl_list.c (gl_sortedlist_search_from_to,
8706         gl_sortedlist_indexof_from_to): New functions.
8707         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
8708         function.
8709         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
8710         (gl_array_sortedlist_search_from_to): New function.
8711         (gl_array_list_implementation): Update.
8712         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
8713         function.
8714         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
8715         (gl_carray_sortedlist_search_from_to): New function.
8716         (gl_carray_list_implementation): Update.
8717         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
8718         gl_linked_sortedlist_indexof_from_to): New functions.
8719         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8720         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8721         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
8722         gl_tree_sortedlist_indexof_from_to): New functions.
8723         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8724         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8725         Update.
8726         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8727         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
8728         Update.
8729
8730 2006-10-05  Bruno Haible  <bruno@clisp.org>
8731
8732         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
8733         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
8734         (struct gl_list_implementation): Add fields search_from_to,
8735         indexof_from_to. Remove fields search, indexof.
8736         (gl_list_search): Use the search_from_to method.
8737         (gl_list_search_from, gl_list_search_from_to): New functions.
8738         (gl_list_indexof): Use the indexof_from_to method.
8739         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
8740         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
8741         (gl_list_search_from, gl_list_search_from_to): New functions.
8742         (gl_list_indexof): Use the indexof_from_to method.
8743         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
8744         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
8745         gl_array_indexof. Add start_index, end_index arguments.
8746         (gl_array_search_from_to): Renamed from gl_array_search. Add
8747         start_index, end_index arguments.
8748         (gl_array_remove, gl_array_list_implementation): Update.
8749         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
8750         gl_carray_indexof. Add start_index, end_index arguments.
8751         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
8752         start_index, end_index arguments.
8753         (gl_carray_remove, gl_carray_list_implementation): Update.
8754         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
8755         gl_linked_search. Add start_index, end_index arguments.
8756         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
8757         start_index, end_index arguments.
8758         (gl_linked_remove): Update.
8759         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8760         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8761         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
8762         field to 'size_t'.
8763         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
8764         gl_tree_search. Add start_index, end_index arguments.
8765         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
8766         start_index, end_index arguments.
8767         (gl_tree_remove): Update.
8768         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8769         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8770         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
8771         function.
8772         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
8773         gl_tree_search. Add start_index, end_index arguments.
8774         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
8775         start_index, end_index arguments.
8776         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8777         Update.
8778         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8779
8780 2006-10-05  Bruno Haible  <bruno@clisp.org>
8781
8782         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
8783
8784         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
8785         fwriteerror_temp): New declarations.
8786         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
8787         (descriptors): New variable.
8788         (cleanup): First, close the descriptors.
8789         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
8790         fclose_temp, fwriteerror_temp): New functions.
8791
8792 2006-10-04  Jim Meyering  <jim@meyering.net>
8793
8794         * lib/fts.c (fts_open): Tiny comment change.
8795
8796 2006-10-04  Bruno Haible  <bruno@clisp.org>
8797
8798         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
8799         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
8800         gl_LOCK_BODY.
8801         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
8802         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
8803         gl_LOCK_EARLY_BODY.
8804         (gl_LOCK): Require gl_LOCK_BODY.
8805
8806 2006-10-04  Bruno Haible  <bruno@clisp.org>
8807
8808         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
8809         (gl_oset_search_atleast): New declaration.
8810         (struct gl_oset_implementation): Add field 'search_atleast'.
8811         (gl_oset_search_atleast): New inline function.
8812         * lib/gl_oset.c (gl_oset_search_atleast): New function.
8813         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
8814         (gl_array_oset_implementation): Update.
8815         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
8816         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
8817         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
8818
8819 2006-10-04  Bruno Haible  <bruno@clisp.org>
8820
8821         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
8822
8823 2006-10-03  Bruno Haible  <bruno@clisp.org>
8824
8825         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
8826         from gl_avltreehash_list_implementation.
8827
8828 2006-10-03  Bruno Haible  <bruno@clisp.org>
8829
8830         * lib/gl_oset.c (gl_oset_add): Fix return type.
8831
8832 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
8833
8834         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
8835
8836 2006-10-02  Eric Blake  <ebb9@byu.net>
8837
8838         * modules/strnlen (Depends-on): Add extensions.
8839
8840 2006-10-02  Eric Blake  <ebb9@byu.net>
8841
8842         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
8843         definition in 2.60+.
8844
8845 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8846
8847         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
8848         checks.
8849
8850 2006-10-02  Bruno Haible  <bruno@clisp.org>
8851
8852         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
8853         to the AUTOMAKE_OPTIONS.
8854         Reported by Jim Meyering.
8855
8856 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8857
8858         Work around bug in Solaris 10 /proc file system:
8859         /proc/self/fd/NNN/.. isn't the parent directory of
8860         the directory whose file descriptor is NNN.  This needs to
8861         be worked around at run time, not compile time, since a
8862         program might be built on Solaris 8, where things work, and
8863         run on Solaris 10.
8864         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
8865         to use the following interface instead:
8866         (OPENAT_BUFFER_SIZE): New macro.
8867         (openat_proc_name): New function.
8868         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
8869         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
8870         Likewise.
8871         * lib/openat-proc.c: New file.
8872         * modules/openat (Files): Add lib/openat-proc.c.
8873         (Depends-on): Add same-inode, stdbool.
8874         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
8875
8876 2006-09-29  Bruno Haible  <bruno@clisp.org>
8877
8878         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
8879         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
8880         argument. Set stdout_closed before testing for ferror, not after.
8881         (fwriteerror, fwriteerror_no_ebadf): New functions.
8882
8883 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8884
8885         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
8886
8887 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
8888
8889         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
8890         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
8891
8892 2006-09-28  Jim Meyering  <jim@meyering.net>
8893
8894         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
8895         Include <unistd.h>.
8896
8897 2006-09-28  Bruno Haible  <bruno@clisp.org>
8898
8899         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
8900         * modules/linkedhash-list (Depends-on): Likewise.
8901         * modules/rbtreehash-list (Depends-on): Likewise.
8902
8903 2006-09-28  Bruno Haible  <bruno@clisp.org>
8904
8905         * lib/strndup.h: Simplify the redefinition of strndup.
8906         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
8907         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
8908
8909 2006-09-28  Bruno Haible  <bruno@clisp.org>
8910
8911         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
8912         * lib/gl_linkedhash_list.c: Likewise.
8913         * lib/gl_rbtreehash_list.c: Likewise.
8914
8915 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8916
8917         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
8918         getaddrinfo.
8919
8920         * lib/__fpending.h: Don't include <stdio_ext.h> unless
8921         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
8922         it causes <stdio_ext.h> to cause a compile-time error.
8923         Problem reported by Nelson H. F. Beebe.
8924         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
8925         of HAVE_DECL___PENDING.
8926
8927         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
8928         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
8929         declaration.
8930
8931 2006-09-27  Jim Meyering  <jim@meyering.net>
8932
8933         This file could end up with a definition for a function
8934         named __strndup, rather than rpl_strndup on a system with
8935         incomplete weak_alias support.
8936         * lib/strndup.c (strndup): Rename from __strndup.
8937         Remove #defines that used to map __strndup to strndup.
8938         Don't use K&R prototypes.
8939         Remove LIBC-related code, since this file is not sync'd with glibc.
8940         * lib/strndup.h: Revamp, accordingly.
8941         * m4/strndup.m4: Modernize.
8942
8943 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8944
8945         * modules/savewd (Depends-on): Add 'raise'.
8946         * lib/savewd.c: Include <signal.h>, for 'raise'.
8947
8948 2006-09-26  Jim Meyering  <jim@meyering.net>
8949
8950         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
8951         when we detect Darwin 8.7.0's acl_get_file bug.
8952         Rearrange to perform the new (below) run-test while $LIBS
8953         contains any acl-related library.  Set USE_ACL at the end.
8954         (gl_ACL_GET_FILE): New function.
8955
8956 2006-09-26  Eric Blake  <ebb9@byu.net>
8957
8958         * lib/verror.c: Include <config.h> unconditionally.
8959
8960 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
8961
8962         * modules/clock-time (Maintainer): Add self.
8963         * modules/getlogin_r (Depends-on): Add extensions.
8964
8965 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8966
8967         * modules/clock-time: New module.
8968         * modules/nanosleep (Depends-on): Add clock-time.
8969         * modules/gethrxtime (Depends-on): Likewise.
8970         * modules/gettime (Depends-on): Likewise.
8971         * modules/settime (Depends-on): Likewise.
8972
8973         * modules/fts-lgpl: Depend on openat.
8974         * modules/mkancesdirs: Depend on savewd.
8975         * modules/mkdir-p: Likewise.
8976
8977 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8978
8979         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
8980
8981         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
8982         `gl_have_arbitrary_file_name_length_limit' to
8983         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
8984         actually works between configure runs.
8985
8986 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8987             Bruno Haible  <bruno@clisp.org>
8988
8989         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
8990
8991 2006-09-25  Jim Meyering  <jim@meyering.net>
8992
8993         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
8994         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
8995
8996 2006-09-25  Eric Blake  <ebb9@byu.net>
8997
8998         * gnulib-tool (func_import, func_create_testdir): Fix typos in
8999         exec's in 2006-09-18 patch when shuffling fds.
9000
9001 2006-09-25  Bruno Haible  <bruno@clisp.org>
9002
9003         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9004         Reported by Jim Meyering.
9005
9006 2006-09-24  Jim Meyering  <jim@meyering.net>
9007
9008         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9009         compare a pointer against a literal "0".  That caused failures with
9010         at least HP-UX's hpcc.
9011
9012 2006-09-22  Simon Josefsson  <jas@extundo.com>
9013
9014         * modules/gc-sha1:
9015         * modules/gc-md4:
9016         * modules/gc-hmac-sha1:
9017         * modules/gc-hmac-md5:
9018         * modules/gc-des:
9019         * modules/gc-arcfour: Distribute more files.
9020
9021 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9022
9023         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9024         (gl_linked_iterator_from_to): Initialize struct completely.
9025         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9026         (gl_tree_iterator_from_to): Likewise
9027         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9028         * lib/gl_array_list.c [lint] (gl_array_iterator)
9029         (gl_array_iterator_from_to): Likewise.
9030         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9031         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9032         (gl_carray_iterator_from_to): Likewise.
9033
9034         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9035         * lib/md4.c (md4_process_block): Remove unused variable.
9036         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9037         parentheses for clarity.
9038
9039 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9040
9041         * modules/bison-i18n (Depends-on): Add gettext.
9042
9043 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9044
9045         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9046         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9047         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9048         also add missing comma that caused broken test.
9049         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9050         stdlib.h, for `abort'.
9051         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9052         variables.
9053         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
9054         include unistd.h if present, for `rmdir'.
9055         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
9056         variables.
9057         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
9058         in the process include standard headers for prototypes.
9059         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
9060         gets declared on GNU/Linux.
9061         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
9062         unistd.h, for `rmdir'.
9063         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
9064
9065         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
9066         always true.
9067         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
9068
9069         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
9070
9071 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9072
9073         * gnulib-tool (func_version): Create output all at once.  This
9074         may help avoid triggering unnecessary SIGPIPEs, and at any
9075         rate it doesn't hurt.
9076
9077 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9078             Bruno Haible  <bruno@clisp.org>
9079
9080         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
9081         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9082         * m4/signed.m4 (bh_C_SIGNED): Likewise.
9083
9084         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
9085         (gl_FUNC_VASPRINTF): Invoke it.
9086
9087 2006-09-22  Bruno Haible  <bruno@clisp.org>
9088
9089         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
9090         getloadavg.c as first argument.
9091
9092 2006-09-22  Bruno Haible  <bruno@clisp.org>
9093
9094         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
9095         at the beginning of the gl_INIT macro.
9096         * modules/getloadavg (configure.ac): Pass $gl_source_base to
9097         gl_GETLOADAVG.
9098
9099 2006-09-22  Bruno Haible  <bruno@clisp.org>
9100
9101         * gnulib-tool (func_create_megatestdir): Don't include the config-h
9102         module.
9103         Suggested by Ralf Wildenhues.
9104
9105 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
9106
9107         Import this patch from libc:
9108
9109         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9110
9111         * lib/regex_internal.c (re_string_reconstruct): Handle
9112         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9113         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9114         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9115         re_string_context_at.
9116
9117         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
9118         now requires it.
9119         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
9120         gl_REGEX now does it for us.
9121         (gl_REGEX): Add test taken from
9122         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
9123
9124         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
9125         Check that large offsets work.  Modernize Autoconf usages.
9126         Prefer "yes" to mean a good thing rather than a bad.
9127         Don't put "#define mkstemp" in config.h, as this might interfere
9128         with standard system headers that "#define mkstemp mkstemp64".
9129
9130         * modules/mkstemp (Depends-on): Add extensions, so that
9131         mkstemp is visible on some platforms.
9132         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
9133         (Include): Change to "mkstemp.h" from <stdlib.h>.
9134         (Files): Add mkstemp.h.
9135
9136         * lib/mkstemp.h: New file, since some standard headers
9137         #define mkstemp.
9138         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
9139         Include "mkstemp.h".
9140         Make the _LIBC code resemble glibc original more,
9141         e.g., use K&R style.
9142         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
9143         (mkstemp): Remove, since mkstemp.h does this for us.
9144         * lib/stdlib--.h: Include mkstemp.h.
9145
9146         Import this patch from libc:
9147
9148         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
9149
9150         * lib/tempname.c (__gen_tempname): Change attempts_min
9151         into a macro.  Use preprocessor to decide how to initialize
9152         attempts [Coverity CID 67].
9153
9154 2006-09-20  Bruno Haible  <bruno@clisp.org>
9155
9156         * lib/mkdtemp.c: Import from libc.
9157         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
9158                 * sysdeps/posix/tempname.c (__gen_tempname): Change
9159                 attempts_min into a macro.  Use preprocessor to decide how to
9160                 initialize attempts [Coverity CID 67].
9161         2001-11-27  Paul Eggert  <eggert@twinsun.com>
9162                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
9163                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
9164
9165 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9166
9167         * gnulib-tool (func_exit): New function, to allow to pass the
9168         exit status portably through the trap.  Use everywhere.
9169         (--help, --version): Signal a write error.
9170         (trap): catch SIGPIPE, for write errors.
9171         Exit at the end of the trap, with the correct exit status.
9172
9173 2006-09-19  Karl Berry  <karl@gnu.org>
9174
9175         * doc/gnulib.texi: note about the license texinfo files.
9176
9177 2006-09-19  Eric Blake  <ebb9@byu.net>
9178
9179         * gnulib-tool: Avoid space-tab.
9180
9181 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9182
9183         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
9184         that prevented coreutils 6.1 from building.  Problem reported
9185         by Petter Reinholdtsen.
9186
9187 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9188
9189         * gnulib-tool (avoidlist): Fix typo that broke options like
9190         --avoid=lock that are used by coreutils bootstrap.
9191
9192 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
9193
9194         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
9195         more systematically.
9196
9197 2006-09-18  Jim Meyering  <jim@meyering.net>
9198
9199         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
9200
9201 2006-09-18  Bruno Haible  <bruno@clisp.org>
9202
9203         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
9204
9205 2006-09-18  Bruno Haible  <bruno@clisp.org>
9206
9207         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
9208         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
9209         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
9210         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
9211         * m4/gettext.m4: Require autoconf >= 2.52.
9212         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
9213         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
9214         of gl_cv_header_inttypes_h.
9215
9216 2006-09-18  Bruno Haible  <bruno@clisp.org>
9217
9218         * lib/javaversion.c: Include configmake.h.
9219
9220 2006-09-18  Bruno Haible  <bruno@clisp.org>
9221
9222         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
9223         avoid that the while loops be executed in a subshell.
9224
9225 2006-09-18  Bruno Haible  <bruno@clisp.org>
9226
9227         * MODULES.html.sh (func_module): Break long lines.
9228         Suggested by Bruce Korb <bkorb@gnu.org>.
9229
9230 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9231
9232         Speed up by a factor of 1.12.
9233         * gnulib-tool (nl): New variable.
9234         (func_import): Rewrite include directive extraction to only read each
9235         directive once.
9236
9237 2006-09-17  Bruno Haible  <bruno@clisp.org>
9238
9239         * modules/javaversion (Makefile.am): Remove DEFS setting.
9240         (Depends-on): Add configmake, for PKGDATADIR definition.
9241
9242 2006-09-17  Bruno Haible  <bruno@clisp.org>
9243
9244         * gnulib-tool (func_create_testdir): Rewrite all files at once.
9245
9246 2006-09-17  Bruno Haible  <bruno@clisp.org>
9247
9248         * gnulib-tool (func_append): New function, stolen from libtool.m4.
9249         (func_modules_transitive_closure, func_modules_add_dummy,
9250         func_modules_to_filelist, func_import, func_create_testdir,
9251         func_create_megatestdir, ...): Use it wherever possible.
9252         Suggested by Ralf Wildenhues.
9253
9254 2006-09-16  Karl Berry  <karl@gnu.org>
9255
9256         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
9257         to avoid sectioning errors.
9258         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
9259         [ifinfo]: blank line after @center-ed titles.
9260         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
9261         Spell FSF address consistently with others.
9262         (These changes approved by rms.)
9263
9264 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9265
9266         Speed up by a factor of 1.61.
9267         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
9268         already checked module names again.
9269
9270 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9271
9272         Speed up by a factor of 1.13.
9273         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
9274         for new_files, and the input to func_add_or_update.
9275
9276 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9277
9278         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
9279         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
9280
9281 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9282
9283         * modules/mkancesdirs (Depends-on): Add fcntl.
9284         * modules/savewd: New file.
9285         * MODULES.html.sh (File system functions): Add savewd.
9286
9287         * modules/configmake (Makefile.am): Add support for the
9288         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
9289
9290 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9291
9292         * m4/savewd.m4: New file.
9293
9294 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9295
9296         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
9297         (dirchownmod): New arg FD.  All callers changed.
9298         Use FD rather than opening the directory ourself, as opening is
9299         now the caller's responsibility.
9300         * lib/dirchownmod.h: Likewise.
9301         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
9302         hosts that require <sys/types.h> before <sys/stat.h>.  Include
9303         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
9304         (test_dir): Remove.
9305         (mkancesdirs): Return length of prefix of FILE that has already
9306         been made, or -2 if there is a child doing the work.  Redo
9307         algorithm so that it is O(N) rather than O(N**2).  Optimize away
9308         ".", and treat ".." specially since it might stray back into
9309         already-created areas.  Use a subprocess if necessary.  New arg
9310         WD; all users changed.  MAKE_DIR function should now return 1
9311         if it creates a directory that is not readable.  Return -2 if
9312         a child process is spun off.
9313         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
9314         Adjust signature to match code.
9315         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
9316         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
9317         all users changed.
9318         * lib/savewd.c, lib/savewd.h: New files.
9319
9320 2006-09-15  Jim Meyering  <jim@meyering.net>
9321
9322         * modules/rename-dest-slash: New module.
9323         * MODULES.html.sh (posix_compat): Add it here.
9324
9325         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
9326
9327 2006-09-15  Jim Meyering  <jim@meyering.net>
9328
9329         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
9330         file.
9331
9332         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
9333
9334 2006-09-15  Jim Meyering  <jim@meyering.net>
9335
9336         * lib/rename-dest-slash.c (has_trailing_slash): Use
9337         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
9338         (rpl_rename_dest_slash): Perform the cheaper trailing slash
9339         test before testing whether SRC is a directory.
9340         Suggestions from Bruno Haible.
9341
9342         Avoid a warning about an unused variable.
9343         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
9344         into the #ifdef block where it's used.
9345
9346         * lib/rename-dest-slash.c: New file.
9347
9348 2006-09-14  Bruno Haible  <bruno@clisp.org>
9349
9350         * lib/allocsa.c: Include <config.h> unconditionally.
9351         * lib/asnprintf.c: Likewise.
9352         * lib/asprintf.c: Likewise.
9353         * lib/c-strcasecmp.c: Likewise.
9354         * lib/c-strcasestr.c: Likewise.
9355         * lib/c-strncasecmp.c: Likewise.
9356         * lib/c-strstr.c: Likewise.
9357         * lib/classpath.c: Likewise.
9358         * lib/clean-temp.c: Likewise.
9359         * lib/concatpath.c: Likewise.
9360         * lib/copy-file.c: Likewise.
9361         * lib/csharpcomp.c: Likewise.
9362         * lib/csharpexec.c: Likewise.
9363         * lib/execute.c: Likewise.
9364         * lib/fatal-signal.c: Likewise.
9365         * lib/findprog.c: Likewise.
9366         * lib/fwriteerror.c: Likewise.
9367         * lib/gl_array_list.c: Likewise.
9368         * lib/gl_array_oset.c: Likewise.
9369         * lib/gl_avltree_list.c: Likewise.
9370         * lib/gl_avltree_oset.c: Likewise.
9371         * lib/gl_avltreehash_list.c: Likewise.
9372         * lib/gl_carray_list.c: Likewise.
9373         * lib/gl_linked_list.c: Likewise.
9374         * lib/gl_linkedhash_list.c: Likewise.
9375         * lib/gl_list.c: Likewise.
9376         * lib/gl_oset.c: Likewise.
9377         * lib/gl_rbtree_list.c: Likewise.
9378         * lib/gl_rbtree_oset.c: Likewise.
9379         * lib/gl_rbtreehash_list.c: Likewise.
9380         * lib/imaxabs.c: Likewise.
9381         * lib/imaxdiv.c: Likewise.
9382         * lib/javacomp.c: Likewise.
9383         * lib/javaexec.c: Likewise.
9384         * lib/javaversion.c: Likewise.
9385         * lib/linebreak.c: Likewise.
9386         * lib/localcharset.c: Likewise.
9387         * lib/lock.c: Likewise.
9388         * lib/mbchar.c: Likewise.
9389         * lib/mbswidth.c: Likewise.
9390         * lib/mkdtemp.c: Likewise.
9391         * lib/pipe.c: Likewise.
9392         * lib/printf-args.c: Likewise.
9393         * lib/printf-parse.c: Likewise.
9394         * lib/progname.c: Likewise.
9395         * lib/progreloc.c: Likewise.
9396         * lib/readlink.c: Likewise.
9397         * lib/sh-quote.c: Likewise.
9398         * lib/stpcpy.c: Likewise.
9399         * lib/stpncpy.c: Likewise.
9400         * lib/strcasecmp.c: Likewise.
9401         * lib/strcasestr.c: Likewise.
9402         * lib/strcspn.c: Likewise.
9403         * lib/striconv.c: Likewise.
9404         * lib/strncasecmp.c: Likewise.
9405         * lib/strnlen1.c: Likewise.
9406         * lib/strstr.c: Likewise.
9407         * lib/strtok_r.c: Likewise.
9408         * lib/tls.c: Likewise.
9409         * lib/tmpdir.c: Likewise.
9410         * lib/unicodeio.c: Likewise.
9411         * lib/unsetenv.c: Likewise.
9412         * lib/vasnprintf.c: Likewise.
9413         * lib/vasprintf.c: Likewise.
9414         * lib/wait-process.c: Likewise.
9415         * lib/xallocsa.c: Likewise.
9416         * lib/xsetenv.c: Likewise.
9417         * lib/xstriconv.c: Likewise.
9418
9419 2006-09-13  Simon Josefsson  <jas@extundo.com>
9420
9421         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
9422         that internally, suggested by Ralf Wildenhues
9423         <Ralf.Wildenhues@gmx.de>.
9424
9425 2006-09-13  Simon Josefsson  <jas@extundo.com>
9426
9427         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
9428         @LIBOBJS@.
9429         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9430
9431 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9432
9433         * lib/_fpending.c: Include <config.h> unconditionally, since we no
9434         longer worry about uses that don't define HAVE_CONFIG_H.
9435         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
9436         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
9437         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
9438         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
9439         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
9440         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
9441         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
9442         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
9443         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
9444         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
9445         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
9446         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
9447         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
9448         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
9449         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
9450         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
9451         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
9452         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
9453         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
9454         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
9455         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
9456         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
9457         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
9458         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
9459         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
9460         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
9461         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
9462         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
9463         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
9464         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
9465         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
9466         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
9467         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
9468         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
9469         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
9470         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
9471         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
9472         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
9473         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
9474         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
9475         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
9476         Likewise.
9477
9478 2006-09-13  Eric Blake  <ebb9@byu.net>
9479
9480         * lib/getopt.c: Fix typo in last commit.
9481
9482 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9483
9484         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
9485         dgettext.
9486
9487 2006-09-12  Jim Meyering  <jim@meyering.net>
9488
9489         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
9490         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
9491         Reported by Nelson H. F. Beebe.
9492
9493 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9494
9495         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
9496         program_invocation_name and program_invocation_short_name are
9497         initialized.
9498         * lib/argp-namefrob.h: Move declarations of program_invocation_name
9499         and program_invocation_short_name to argp.h, so they are visible
9500         to user programs.
9501         * lib/argp.h: Likewise
9502
9503 2006-09-10  Bruno Haible  <bruno@clisp.org>
9504
9505         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9506         m4/inttypes_h.m4, m4/uintmax_t.m4.
9507
9508 2006-09-10  Bruno Haible  <bruno@clisp.org>
9509
9510         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
9511         gl_AC_TYPE_UINTMAX_T.
9512
9513 2006-09-10  Bruno Haible  <bruno@clisp.org>
9514
9515         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
9516
9517 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9518
9519         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
9520         convention.  Text proposed by Bruno Haible.
9521         (struct argp_option): Document the use of N_() wrappers.
9522
9523         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
9524         '\v', and translate the two parts separately, instead of feeding
9525         the whole string to gettext.  This allows to exclude
9526         '\v' from the strings visible to the translator by writing doc
9527         strings as N_("..") "\v" N_("..").
9528
9529 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * config/srclist.txt: Undo latest change; the bug was fixed.
9532
9533 2006-09-09  Bruno Haible  <bruno@clisp.org>
9534
9535         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
9536         assignments if building a library without libtool.
9537         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
9538         in func_emit_lib_Makefile_am.
9539         (func_import): When building a static library libfoo.a, arrange to
9540         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
9541         (func_create_testdir): Likewise.
9542         * modules/gc (configure.ac, Makefile.am): If building statically,
9543         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
9544         * modules/iconvme (configure.ac, Makefile.am): Likewise.
9545         * modules/striconv (configure.ac, Makefile.am): Likewise.
9546         Based on a suggestion by Ralf Wildenhues.
9547
9548 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9549
9550         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
9551         Check for unistd.h too, since Autoconf doesn't assume POSIX.
9552         Also:
9553
9554         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9555         Add year_2050_test to catch glibc bug 2821
9556         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9557
9558         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9559         Prefer #ifdef to #if.
9560
9561         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
9562         Return from 'main' instead of calling 'exit'.
9563
9564 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9565
9566         * lib/mktime.c (guess_time_tm): Fix bug where mktime
9567         returned the maximum time_t value rather than (time_t) -1.
9568         Problem originally reported by William Bardwell
9569         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9570
9571         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
9572         Moved to here ...
9573         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
9574         ... from here.
9575
9576 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
9579         2821 is fixed.
9580
9581 2006-09-08  Jim Meyering  <jim@meyering.net>
9582
9583         Don't make generated files read-only.  That would bother too many
9584         people.  However, do retain the ability to work when targets are
9585         read-only: remove the destination and temporary files before writing
9586         them (when generated via sed or echo), or by using the -f option for
9587         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
9588         * modules/alloca-opt, modules/argz, modules/arpa_inet:
9589         * modules/byteswap, modules/configmake, modules/fcntl:
9590         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
9591         * modules/localcharset, modules/netinet_in, modules/poll:
9592         * modules/stdbool, modules/stdint, modules/sys_select:
9593         * modules/sys_socket, modules/sys_stat, modules/sysexits:
9594
9595 2006-09-08  Jim Meyering  <jim@meyering.net>
9596
9597         Avoid new build failure on FreeBSD 6.0.
9598         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
9599         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
9600         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
9601
9602 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9603
9604         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
9605
9606 2006-09-07  Jim Meyering  <jim@meyering.net>
9607
9608         Fix global typo in last change: use chmod u-w, not chmod u-x.
9609         Spotted by Paul Eggert and Bruce Korb.
9610         * modules/alloca-opt, modules/argz, modules/arpa_inet:
9611         * modules/byteswap, modules/configmake, modules/fcntl:
9612         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
9613         * modules/localcharset, modules/netinet_in, modules/poll:
9614         * modules/stdbool, modules/stdint, modules/sys_select:
9615         * modules/sys_socket, modules/sys_stat, modules/sysexits:
9616
9617 2006-09-06  Jim Meyering  <jim@meyering.net>
9618
9619         Make generated files be read-only.
9620         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
9621         Ensure that each generated file is now read-only.
9622         * modules/argz: Likewise.
9623         * modules/arpa_inet: Likewise.
9624         * modules/byteswap: Likewise.
9625         * modules/configmake: Likewise.
9626         * modules/fcntl: Likewise.
9627         * modules/fnmatch: Likewise.
9628         * modules/getopt: Likewise.
9629         * modules/glob: Likewise.
9630         * modules/inttypes: Likewise.
9631         * modules/netinet_in: Likewise.
9632         * modules/poll: Likewise.
9633         * modules/stdbool: Likewise.
9634         * modules/stdint: Likewise.
9635         * modules/sys_select: Likewise.
9636         * modules/sys_socket: Likewise.
9637         * modules/sys_stat: Likewise.
9638         * modules/sysexits: Likewise.
9639         * modules/localcharset: Same as above, but continue using temporary
9640         file named "t-$@" (why different?) rather than the "$@-t" used
9641         everywhere else.
9642
9643         * modules/sysexits (Makefile.am): Replace literal occurrences
9644         of "sysexit.h" more readable, and more consistent, "$@".
9645
9646 2006-09-06  Bruno Haible  <bruno@clisp.org>
9647
9648         * modules/striconv: New file.
9649         * modules/xstriconv: New file.
9650         * MODULES.html.sh (Internationalization functions): Add striconv,
9651         xstriconv.
9652
9653 2006-09-06  Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
9656         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
9657         not using libtool correctly.
9658
9659 2006-09-06  Bruno Haible  <bruno@clisp.org>
9660
9661         * lib/striconv.h: New file.
9662         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
9663         iconvstring.c.
9664         * lib/xstriconv.h: New file.
9665         * lib/xstriconv.c: New file.
9666
9667 2006-09-06  Bruno Haible  <bruno@clisp.org>
9668
9669         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9670         lib_..._LDFLAGS.
9671
9672 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9673
9674         * lib/argz_.h: Sync from Libtool.
9675
9676         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
9677                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9678
9679         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
9680
9681 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
9682
9683         * modules/trim: New file.
9684
9685 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
9686
9687         * lib/trim.h: New file.
9688         * lib/trim.c: New file.
9689
9690 2006-09-05  Bruno Haible  <bruno@clisp.org>
9691
9692         * MODULES.html.sh (String handling): Add trim.
9693
9694 2006-09-04  Karl Berry  <karl@gnu.org>
9695
9696         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
9697         until next release.
9698
9699 2006-09-03  Bruno Haible  <bruno@clisp.org>
9700
9701         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
9702         correctly.
9703
9704 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9705
9706         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
9707         not gl_GETLOADAVG.  Omit unneeded semicolons.
9708         Problems reported by Ralf Wildenhues in
9709         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
9710         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
9711         at the end, which is the usual gnulib style.
9712
9713         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
9714         of doing all the work ourselves.
9715         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
9716         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
9717
9718 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9719
9720         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
9721         Problem reported by Ralf Wildenhues in
9722         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
9723
9724         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
9725         HAVE_STRUCT_STATFS_F_FSTYPENAME.
9726
9727 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9728
9729         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
9730         yesterday's patch by changing test -n to test -z.
9731
9732 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9733
9734         * modules/getloadavg (Files): Add m4/getloadavg.m4.
9735         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
9736         the former is now obsolescent.
9737
9738         * modules/chdir-long (Depends-on): Add fcntl.
9739
9740 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
9743         obsolescent, and programs should use gnulib instead.
9744         * m4/getloadavg.m4: New file, with contents taken from Autoconf
9745         but with prefixes changed.
9746
9747 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9748
9749         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
9750         or stdbool.h, because they might not exist while configuring.
9751
9752         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
9753         Don't include unistd.h or limits.h; not needed, since chdir-long.h
9754         does that for us.
9755         (O_DIRECTORY): Remove.
9756
9757 2006-08-31  Eric Blake  <ebb9@byu.net>
9758
9759         * gnulib-tool: Don't let emacs change spaces to TAB.
9760
9761 2006-08-31  Bruno Haible  <bruno@clisp.org>
9762
9763         * gnulib-tool: When calling func_import more than once, do it in a
9764         subshell.
9765         Reported by Eric Blake <ebb9@byu.net>.
9766
9767 2006-08-31  Bruno Haible  <bruno@clisp.org>
9768
9769         * gnulib-tool (nl): Remove variable.
9770         (sed_transform_lib_file): Use more robust test for config-h module.
9771         (func_import): Fix typo in 2006-08-25 patch.
9772
9773 2006-08-31  Bruno Haible  <bruno@clisp.org>
9774
9775         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
9776         specified, augment Makefile.am variables instead of assigning them.
9777
9778 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9779
9780         Work around a bug in both the Linux and SunOS 64-bit kernels:
9781         nanosleep mishandles sleeps for longer than 2**31 seconds.
9782         Problem reported by Frank v Waveren in
9783         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
9784         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
9785         Check for nanosleep bug.
9786         (LIB_NANOSLEEP): Append clock_gettime library if needed.
9787
9788 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9789
9790         Work around a bug in both the Linux and SunOS 64-bit kernels:
9791         nanosleep mishandles sleeps for longer than 2**31 seconds.
9792         Problem reported by Frank v Waveren in
9793         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
9794         * lib/nanosleep.c (BILLION): New constant.
9795         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
9796         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
9797         implementation.
9798
9799 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         * modules/nanosleep (Depends-on): Add gettime.
9802
9803 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9804         and Simon Josefsson  <jas@extundo.com>
9805         and Oskar Liljeblad  <oskar@osk.mine.nu>
9806
9807         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
9808         * gnulib-tool (func_import): New license type 'unmodifiable license
9809         text'.
9810         * modules/fdl: Use it.  Longer description.
9811         * module/gpl, module/lgpl: New files.
9812
9813 2006-08-30  Jim Meyering  <jim@meyering.net>
9814
9815         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
9816         shadowing the parameter.
9817
9818 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9819
9820         Sync from Libtool:
9821
9822         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9823
9824         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
9825         sharing with gnulib.  Report by Eric Blake.
9826
9827 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9828
9829         * modules/isapipe: New file.
9830         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
9831
9832 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9833
9834         * modules/configmake (Makefile.am): Add a comment, and omit
9835         the CONFIGMAKE_ prefix from generated macro names.  Suggested
9836         by Bruno Haible.
9837
9838 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9839
9840         * m4/isapipe.m4: New file.
9841
9842 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9843
9844         * lib/isapipe.c, lib/isapipe.h: New files.
9845
9846 2006-08-29  Jim Meyering  <jim@meyering.net>
9847
9848         * modules/configmake (Makefile.am): Make configmake.h depend on
9849         Makefile.  Otherwise, a stale configmake.h could hang around.
9850
9851 2006-08-29  Eric Blake  <ebb9@byu.net>
9852
9853         * lib/error.c (error_at_line, print_errno_message): Match libc, after
9854         resolution of upstream bug 3044.
9855
9856 2006-08-29  Bruno Haible  <bruno@clisp.org>
9857
9858         * modules/localcharset (Depends-on): Add configmake.
9859         (Makefile.am): Remove setting of LIBDIR through DEFS.
9860
9861 2006-08-29  Bruno Haible  <bruno@clisp.org>
9862
9863         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
9864         defined.
9865
9866 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9867
9868         * modules/fcntl: New file.
9869         * modules/chdir-safer (Depends-on): Add fcntl.
9870         * modules/fts: Likewise.
9871         * modules/mkdir-p: Likewise.
9872
9873         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
9874         This undoes the most recent change, since we're now addressing the
9875         problem in a different way.
9876
9877         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
9878         into output, since the output might be called Makefile.am even
9879         if $makefile_name is something different.
9880         (func_import): Use $makefile_am rather than
9881         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
9882         empty.
9883
9884         * modules/inttypes (Files): Add m4/inttypes-h.m4.
9885
9886 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9887
9888         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
9889         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
9890         recent change to stdint.m4, since we're now addressing the problem in a
9891         different way.
9892
9893 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9894
9895         * m4/fcntl_h.m4: New file.
9896
9897 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9898
9899         * lib/fcntl_.h: New file.
9900         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
9901         the fcntl module.
9902         * lib/dirchownmod.c: Likewise.
9903         * lib/fts.c: Likewise.
9904
9905         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
9906         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
9907         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
9908         just before including <inttypes.h>, to avoid circular inclusion.
9909
9910 2006-08-28  Jim Meyering  <jim@meyering.net>
9911
9912         * doc/visibility.texi: Actually read and correct the grammar of the
9913         sentence affected by yesterday's change.
9914
9915 2006-08-28  Eric Blake  <ebb9@byu.net>
9916
9917         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
9918         needs wrapper.
9919
9920 2006-08-28  Eric Blake  <ebb9@byu.net>
9921
9922         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
9923
9924 2006-08-28  Eric Blake  <ebb9@byu.net>
9925
9926         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
9927
9928 2006-08-28  Bruno Haible  <bruno@clisp.org>
9929
9930         * modules/c-strstr: New file, from GNU gettext.
9931         * MODULES.html.sh (String handling): Add c-strstr.
9932
9933 2006-08-28  Bruno Haible  <bruno@clisp.org>
9934
9935         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
9936         macros.
9937         Reported by Eric Blake.
9938
9939 2006-08-28  Bruno Haible  <bruno@clisp.org>
9940
9941         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
9942         (VASNPRINTF): Return a string of length > INT_MAX without failing.
9943         * lib/vasprintf.c: Include errno.h, limits.h.
9944         (EOVERFLOW): New fallback definition.
9945         (vasprintf): Test here whether the string length is > INT_MAX.
9946         * lib/vsnprintf.c: Include errno.h, limits.h.
9947         (EOVERFLOW): New fallback definition.
9948         (vsnprintf): Fix bug when generated string was too long for the buffer.
9949         Test here whether the string length is > INT_MAX.
9950
9951 2006-08-28  Bruno Haible  <bruno@clisp.org>
9952
9953         * lib/inttypes_.h (SCNX*): Remove definitions.
9954         Reported by Eric Blake.
9955
9956 2006-08-28  Bruno Haible  <bruno@clisp.org>
9957
9958         * lib/c-strstr.h: New file, from GNU gettext.
9959         * lib/c-strstr.c: New file, from GNU gettext.
9960
9961 2006-08-28  Bruno Haible  <bruno@clisp.org>
9962
9963         * gnulib-tool: Reorder some statements.
9964
9965 2006-08-28  Bruno Haible  <bruno@clisp.org>
9966
9967         * gnulib-tool: New option --makefile-name.
9968         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
9969         $makefile_name.
9970         (func_import): Write $makefile_name to the cache file, and read it from
9971         there unless explicitly specified. Use $makefile_name as file name
9972         instead of Makefile.am. Adjust the recommendations accordingly.
9973
9974 2006-08-28  Bruno Haible  <bruno@clisp.org>
9975
9976         * gnulib-tool (func_verify_module): Check against misapplying patch.
9977
9978 2006-08-28  Bruno Haible  <bruno@clisp.org>
9979
9980         * gnulib-tool (func_relativize, func_relconcat): New functions.
9981         Give an error if --local-dir is given with --update.
9982         Remove trailing slashes from $local_gnulib_dir.
9983         (func_import): Store the relativized $local_gnulib_dir in
9984         gnulib-cache.m4, and read it from there if not specified explicitly.
9985
9986 2006-08-28  Bruno Haible  <bruno@clisp.org>
9987
9988         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
9989         is the current directory. Respect also $local_gnulib_dir.
9990
9991 2006-08-28  Bruno Haible  <bruno@clisp.org>
9992             Simon Josefsson  <jas@extundo.com>
9993
9994         BeOS portability.
9995         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
9996
9997 2006-08-27  Jim Meyering  <jim@meyering.net>
9998
9999         * doc/visibility.texi: Remove duplicate word: "pointer".
10000
10001 2006-08-26  Bruno Haible  <bruno@clisp.org>
10002
10003         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10004         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10005         (Makefile.am): Create inttypes.h from inttypes_.h.
10006         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10007
10008         * modules/imaxabs: New file.
10009
10010         * modules/imaxdiv: New file.
10011
10012 2006-08-26  Bruno Haible  <bruno@clisp.org>
10013
10014         * m4/inttypes.m4: New file.
10015         * m4/_inttypes_h.m4: Remove file.
10016         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10017         PRI_MACROS_BROKEN.
10018         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10019
10020         * m4/imaxabs.m4: New file.
10021
10022         * m4/imaxdiv.m4: New file.
10023
10024 2006-08-26  Bruno Haible  <bruno@clisp.org>
10025
10026         * lib/inttypes_.h: New file.
10027         * lib/inttypes.h: Remove file.
10028         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10029
10030         * lib/imaxabs.c: New file.
10031
10032         * lib/imaxdiv.c: New file.
10033
10034 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10035
10036         New config-h module, so that "make" output needn't be cluttered
10037         by -DHAVE_CONFIG_H.
10038         * MODULES.html.sh (Support for building libraries and executables):
10039         Add config-h.
10040         * modules/config-h: New file.
10041         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10042         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10043         the config-h module is used.
10044
10045         New configmake module, so that "make" output needn't be cluttered
10046         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10047         * MODULES.html.sh (Support for building libraries and executables):
10048         Add configmake.
10049         * modules/configmake: New file.
10050
10051 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10052
10053         * m4/config-h.m4: New file.
10054
10055 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10056
10057         * config/srclist.txt: Add elisp-comp.
10058
10059 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10060
10061         * MODULES.html.sh (Support for building libraries and executables):
10062         Add elisp-comp.
10063         * build-aux/elisp-comp: New file.
10064         * modules/elisp-comp: New file.
10065
10066 2006-08-24  Bruno Haible  <bruno@clisp.org>
10067
10068         * gnulib-tool (func_create_testdir): Use non-default values of
10069         sourcebase and m4base.
10070
10071 2006-08-24  Bruno Haible  <bruno@clisp.org>
10072
10073         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
10074         HTML structure.
10075
10076 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10077
10078         * modules/openat (Depends-on): Add lchown.
10079
10080 2006-08-23  Bruno Haible  <bruno@clisp.org>
10081
10082         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
10083         of gl_LOCK_EARLY instead of gl_LOCK.
10084
10085 2006-08-23  Bruno Haible  <bruno@clisp.org>
10086
10087         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
10088         on OSF/1 to no.
10089         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
10090
10091 2006-08-23  Bruno Haible  <bruno@clisp.org>
10092
10093         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
10094         as unusable.
10095
10096         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
10097         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
10098         (gl_LOCK): New macro.
10099
10100 2006-08-22  Simon Josefsson  <jas@extundo.com>
10101
10102         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
10103         to md5 module.
10104
10105 2006-08-22  Simon Josefsson  <jas@extundo.com>
10106
10107         * MODULES.html.sh: Add "Support for maintaining and release
10108         projects".
10109
10110         * build-aux/gnupload: New file, from coreutils.
10111
10112 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10113
10114         Avoid the need for AC_LIBSOURCES in m4 macros.
10115         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
10116         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
10117         * modules/check-version (EXTRA_DIST): Add check-version.h.
10118         * modules/crc (EXTRA_DIST): Add crc.h.
10119         * modules/des (EXTRA_DIST): Add des.h.
10120         * modules/gc (EXTRA_DIST): Add gc.h.
10121         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
10122         * modules/getline (EXTRA_DIST): Add getline.h.
10123         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
10124         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
10125         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
10126         * modules/md2 (EXTRA_DIST): Add md2.h.
10127         * modules/md4 (EXTRA_DIST): Add md4.h.
10128         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
10129         * modules/read-file (EXTRA_DIST): Add read-file.h.
10130         * modules/readline (EXTRA_DIST): Add readline.h.
10131         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
10132         rijndael-api-fst.h.
10133
10134 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * m4/rijndael.m4 (gl_ARCFOUR):
10137         * m4/arctwo.m4 (gl_ARCTWO):
10138         * m4/check-version.m4 (gl_CHECK_VERSION):
10139         * m4/crc.m4 (gl_CRC):
10140         * m4/des.m4 (gl_DES):
10141         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
10142         * m4/gc.m4 (gl_GC):
10143         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
10144         * m4/getline.m4 (gl_FUNC_GETLINE):
10145         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
10146         * m4/hmac-md5.m4 (gl_HMAC_MD5):
10147         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
10148         * m4/md2.m4 (gl_MD2):
10149         * m4/md4.m4 (gl_MD4):
10150         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
10151         * m4/read-file.m4 (gl_FUNC_READ_FILE):
10152         * m4/readline.m4 (gl_FUNC_READLINE):
10153         * m4/rijndael.m4 (gl_RIJNDAEL):
10154         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
10155         to get the necessary .h files and whatnot.
10156
10157 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10158
10159         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
10160         gnulib rather than the other way around.
10161         * config/srclistvars.sh (COREUTILS): Remove.
10162
10163 2006-08-22  Jim Meyering  <jim@meyering.net>
10164
10165         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
10166
10167         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
10168
10169 2006-08-22  Eric Blake  <ebb9@byu.net>
10170
10171         * modules/regexprops-generic: New file.
10172         * MODULES.html.sh (Support for building documentation): List it.
10173
10174 2006-08-22  Eric Blake  <ebb9@byu.net>
10175
10176         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
10177         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
10178         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
10179         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
10180
10181 2006-08-22  Bruno Haible  <bruno@clisp.org>
10182
10183         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
10184         and lib_LTLIBRARIES like the other lib_* variables.
10185
10186 2006-08-22  Bruno Haible  <bruno@clisp.org>
10187
10188         * build-aux/x-to-1.in: New file, from GNU gettext.
10189
10190 2006-08-22  Bruno Haible  <bruno@clisp.org>
10191
10192         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
10193         <utmpx.h> exists.
10194
10195 2006-08-22  Bruno Haible  <bruno@clisp.org>
10196
10197         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
10198         <utmpx.h> exists.
10199
10200 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10201
10202         BeOS portability.
10203         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
10204         exist.
10205         Problem reported by Bruno Haible.
10206
10207 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10208
10209         Avoid the need for AC_LIBSOURCES in m4 macros.
10210         * modules/acl (EXTRA_DIST): Add acl.h.
10211         * modules/argmatch (Files): Add m4/argmatch.m4.
10212         (configure.ac): Add gl_ARGMATCH.
10213         (EXTRA_DIST): Renamed from lib_SOURCES, for
10214         consistency with the other modules.  Remove argmatch.c.
10215         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
10216         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
10217         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
10218         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
10219         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
10220         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
10221         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
10222         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
10223         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
10224         * modules/closeout (EXTRA_DIST): Add closeout.h.
10225         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
10226         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
10227         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
10228         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
10229         dirname.h; remove basename.c and stripslash.c.
10230         * modules/exclude (EXTRA_DIST): Add exclude.h.
10231         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
10232         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
10233         * modules/file-type (EXTRA_DIST): Add file-type.h.
10234         * modules/filemode (EXTRA_DIST): Add filemode.h.
10235         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
10236         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
10237         * modules/fpending (EXTRA_DIST): Add __fpending.h.
10238         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
10239         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
10240         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
10241         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
10242         * modules/getdate (EXTRA_DIST): Add getdate.c.
10243         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
10244         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
10245         * modules/getpass (EXTRA_DIST): Add getpass.h.
10246         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
10247         * modules/group-member (EXTRA_DIST): Add group-member.h.
10248         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
10249         * modules/hash (EXTRA_DIST): Add hash.h.
10250         * modules/human (EXTRA_DIST): Add human.h.
10251         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
10252         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
10253         * modules/lchown (EXTRA_DIST): Add lchown.h.
10254         * modules/long-options (EXTRA_DIST): Add long-options.h.
10255         * modules/lstat (EXTRA_DIST): Add lstat.h.
10256         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
10257         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
10258         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
10259         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
10260         * modules/memxor (EXTRA_DIST): Add memxor.h.
10261         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
10262         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
10263         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
10264         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
10265         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
10266         * modules/physmem (EXTRA_DIST): Add physmem.h.
10267         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
10268         * modules/posixver (EXTRA_DIST): Add posixver.h.
10269         * modules/quote (EXTRA_DIST): Add quote.h.
10270         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
10271         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
10272         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
10273         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
10274         regex_internal.h regexec.c.
10275         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
10276         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
10277         * modules/same (EXTRA_DIST): Add same.h.
10278         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
10279         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
10280         * modules/savedir (EXTRA_DIST): Add savedir.h.
10281         * modules/sha1 (EXTRA_DIST): Add sha1.h.
10282         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
10283         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
10284         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
10285         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
10286         * modules/strdup (EXTRA_DIST): Add strdup.h.
10287         * modules/strftime (EXTRA_DIST): Add strftime.h.
10288         * modules/strndup (EXTRA_DIST): Add strndup.h.
10289         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
10290         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
10291         * modules/time_r (EXTRA_DIST): Add time_r.h.
10292         * modules/timespec (EXTRA_DIST): Add timespec.h.
10293         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
10294         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
10295         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
10296         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
10297         * modules/userspec (EXTRA_DIST): Add userspec.h.
10298         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
10299         * modules/utimens (EXTRA_DIST): Add utimens.h.
10300         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
10301         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
10302         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
10303         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
10304         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
10305         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
10306         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
10307         * modules/yesno (EXTRA_DIST): Add yesno.h.
10308
10309 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10310
10311         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
10312
10313         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
10314         * m4/dev-ino.m4, same-inode.m4: Remove.
10315
10316         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
10317         * m4/acl.m4 (AC_FUNC_ACL):
10318         * m4/backupfile.m4 (gl_BACKUPFILE):
10319         * m4/c-strtod.m4 (gl_C99_STRTOLD):
10320         * m4/canon-host.m4 (gl_CANON_HOST):
10321         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
10322         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
10323         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
10324         * m4/cloexec.m4 (gl_CLOEXEC):
10325         * m4/close-stream.m4 (gl_CLOSE_STREAM):
10326         * m4/closeout.m4 (gl_CLOSEOUT):
10327         * m4/dirfd.m4 (gl_FUNC_DIRFD):
10328         * m4/dirname.m4 (gl_DIRNAME):
10329         * m4/exclude.m4 (gl_EXCLUDE):
10330         * m4/exitfail.m4 (gl_EXITFAIL):
10331         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
10332         * m4/file-type.m4 (gl_FILE_TYPE):
10333         * m4/filemode.m4 (gl_FILEMODE):
10334         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
10335         * m4/fpending.m4 (gl_FUNC_FPENDING):
10336         * m4/fprintftime.m4 (gl_FPRINTFTIME):
10337         * m4/fts.m4 (gl_FUNC_FTS):
10338         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
10339         * m4/getdate.m4 (gl_GETDATE):
10340         * m4/gethrxtime.m4 (gl_GETHRXTIME):
10341         * m4/getpagesize.m4 (gl_GETPAGESIZE):
10342         * m4/getpass.m4 (gl_FUNC_GETPASS):
10343         * m4/gettime.m4 (gl_GETTIME):
10344         * m4/getugroups.m4 (gl_GETUGROUPS):
10345         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
10346         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
10347         * m4/hard-locale.m4 (gl_HARD_LOCALE):
10348         * m4/hash.m4 (gl_HASH):
10349         * m4/idcache.m4 (gl_IDCACHE):
10350         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
10351         * m4/lchown.m4 (gl_FUNC_LCHOWN):
10352         * m4/long-options.m4 (gl_LONG_OPTIONS):
10353         * m4/lstat.m4 (gl_FUNC_LSTAT):
10354         * m4/md5.m4 (gl_MD5):
10355         * m4/memcasecmp.m4 (gl_MEMCASECMP):
10356         * m4/memcoll.m4 (gl_MEMCOLL):
10357         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
10358         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
10359         * m4/memxor.m4 (gl_MEMXOR):
10360         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
10361         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
10362         * m4/modechange.m4 (gl_MODECHANGE):
10363         * m4/mountlist.m4 (gl_MOUNTLIST):
10364         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10365         * m4/openat.m4 (gl_FUNC_OPENAT):
10366         * m4/pathmax.m4 (gl_PATHMAX):
10367         * m4/physmem.m4 (gl_PHYSMEM):
10368         * m4/posixtm.m4 (gl_POSIXTM):
10369         * m4/posixver.m4 (gl_POSIXVER):
10370         * m4/quote.m4 (gl_QUOTE):
10371         * m4/quotearg.m4 (gl_QUOTEARG):
10372         * m4/readtokens.m4 (gl_READTOKENS):
10373         * m4/readutmp.m4 (gl_READUTMP):
10374         * m4/regex.m4 (gl_REGEX):
10375         * m4/safe-read.m4 (gl_SAFE_READ):
10376         * m4/safe-write.m4 (gl_SAFE_WRITE):
10377         * m4/same.m4 (gl_SAME):
10378         * m4/save-cwd.m4 (gl_SAVE_CWD):
10379         * m4/savedir.m4 (gl_SAVEDIR):
10380         * m4/settime.m4 (gl_SETTIME):
10381         * m4/sha1.m4 (gl_SHA1):
10382         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
10383         * m4/stat-macros.m4 (gl_STAT_MACROS):
10384         * m4/stat-time.m4 (gl_STAT_TIME):
10385         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
10386         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
10387         * m4/strdup.m4 (gl_FUNC_STRDUP):
10388         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
10389         * m4/strndup.m4 (gl_FUNC_STRNDUP):
10390         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
10391         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
10392         * m4/time_r.m4 (gl_TIME_R):
10393         * m4/timespec.m4 (gl_TIMESPEC):
10394         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
10395         * m4/unlinkdir.m4 (gl_UNLINKDIR):
10396         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
10397         * m4/userspec.m4 (gl_USERSPEC):
10398         * m4/utimecmp.m4 (gl_UTIMECMP):
10399         * m4/utimens.m4 (gl_UTIMENS):
10400         * m4/xalloc.m4 (gl_XALLOC):
10401         * m4/xgetcwd.m4 (gl_XGETCWD):
10402         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
10403         * m4/xreadlink.m4 (gl_XREADLINK):
10404         * m4/xstrtod.m4 (gl_XSTRTOD):
10405         * m4/yesno.m4 (gl_YESNO):
10406         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
10407         to get the necessary .h files and whatnot.
10408
10409 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
10410             Bruno Haible  <bruno@clisp.org>
10411
10412         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
10413         /bin/sh understanding of '!' conditional negation.
10414
10415 2006-08-21  Jim Meyering  <jim@meyering.net>
10416
10417         * modules/openat (Depends-on): Really alphabetize.
10418
10419         * modules/acl (Depends-on): Add error and quote.
10420
10421         * check-module (find_included_lib_files): Add at-func.c to the
10422         ok-to-include-more-than-once white list.
10423
10424         * modules/openat (Depends-on): Add lstat.  Alphabetize.
10425
10426 2006-08-21  Bruno Haible  <bruno@clisp.org>
10427
10428         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10429         Emit a pkgdata_DATA variable only if some snippets add contents to it.
10430         Reported by Martin Lambers <marlam@marlam.de>.
10431
10432 2006-08-21  Bruno Haible  <bruno@clisp.org>
10433
10434         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
10435         specify an installation location, don't emit a noinst_LIBRARIES or
10436         noinst_LTLIBRARIES assignment.
10437
10438 2006-08-21  Bruno Haible  <bruno@clisp.org>
10439
10440         BeOS portability.
10441         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
10442         BeOS has mbrtowc() but no <wctype.h>.
10443
10444 2006-08-21  Bruno Haible  <bruno@clisp.org>
10445
10446         BeOS portability.
10447         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
10448         exist.
10449
10450 2006-08-21  Bruno Haible  <bruno@clisp.org>
10451
10452         BeOS portability.
10453         * lib/mbchar.h: Include <wctype.h> only if it exists.
10454
10455 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10456
10457         Remove files that are no longer needed by their respective modules.
10458         * m4/obstack.m4: Remove.
10459         * m4/strerror_r.m4: Remove.
10460         * m4/uint32_t.m4: Remove.
10461         * m4/uintptr_t.m4: Remove.
10462         * m4/ullong_max.m4: Remove.
10463         * m4/xstrtoimax.m4: Remove.
10464         * m4/xstrtoumax.m4: Remove.
10465
10466         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
10467         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
10468         dependencies now capture this.
10469
10470         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
10471         Do not use AC_LIBSOURCES, since gnulib modules now do this.
10472         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
10473         * m4/human.m4 (gl_HUMAN): Likewise.
10474         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
10475         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
10476
10477         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
10478
10479         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
10480         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
10481         stdint.
10482         * m4/human.m4 (gl_HUMAN): Likewise.
10483         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
10484         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
10485         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
10486         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
10487         * m4/xstrtol (gl_XSTRTOL): Likewise.
10488
10489         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
10490         AC_TYPE_LONG_LONG_INT.
10491         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
10492         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
10493         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
10494         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
10495
10496         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
10497         on stdbool.
10498
10499         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
10500         (gl_PREREQ_XSTRTOUL): Remove.
10501
10502         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
10503
10504         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
10505         mode.
10506
10507 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10508
10509         Add and change modules to make it easier for coreutils to use
10510         gnulib-tool.
10511         * modules/backupfile (Files): Remove m4/d-ino.m4.
10512         (Depends-on): Add d-ino.
10513         * modules/cycle-check (Depends-on): Add stdint.
10514         (lib_SOURCES): Add cycle-check.h.
10515         * modules/d-ino: New module.
10516         * modules/d-type: New module.
10517         * modules/error (Files): Remove m4/strerror_r.m4.
10518         * modules/filemode (Files): Add m4/st_dm_mode.m4.
10519         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10520         m4/inttypes_h.m4, m4/uintmax_t.m4.
10521         (Depends-on): Add stdint.
10522         (lib_SOURCES): Add fsusage.h.
10523         * modules/getcwd (Files): Remove d-ino.m4.
10524         (Depends-on): Add d-ino.
10525         * modules/getndelim2 (Depends-on): Add stdint.
10526         * modules/glob (Files): Remove m4/d-type.m4.
10527         (Depends-on): Add d-type.
10528         * modules/host-os: New module.
10529         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
10530         m4/inttypes_h.m4, m4/uintmax_t.m4.
10531         * Depends-on: Add stdint.
10532         (lib_SOURCES): Add human.h.
10533         * modules/inttostr (Files): Remove m4/intmax_t.m4,
10534         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
10535         m4/uintmax_t.m4, m4/ulonglong.m4.
10536         (Depends-on): Add stdint.
10537         (EXTRA_DIST): Add inttostr.h.
10538         * modules/lchmod: New module.
10539         * modules/link-follow: New module.
10540         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
10541         (Depends-on): Add lchmod.
10542         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
10543         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
10544         (Depends-on): Add stdint.
10545         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
10546         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
10547         (Depends-on): Add stdint.
10548         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
10549         * modules/perl: New module.
10550         * modules/regex (Depends-on): Add stdint.
10551         * modules/rmdir-errno: New module.
10552         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
10553         m4/intmax_t.m4.
10554         (Depends-on): Add stdint.
10555         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
10556         m4/uintmax_t.m4.
10557         (Depends-on): Add stdint.
10558         * modules/unlink-busy: New module.
10559         * modules/utimecmp (Depends-on): Add stdint.
10560         * modules/uptime: New module.
10561         * modules/winsz-ioctl: New module.
10562         * modules/winsz-termios: New module.
10563         * modules/xnanosleep (Depends-on): Add nanosleep.
10564         * modules/ullong_max: Remove.
10565         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
10566         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
10567         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
10568         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
10569         (Depends-on): Add inttypes.
10570         (lib_SOURCES): Add xstrtol.h.
10571         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
10572         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
10573         * MODULES.html.sh: Move 'assert' into the assert section.
10574         Move 'dummy' into the linking section.
10575         Remove ullong_max.
10576         Add section for compatibility checks for POSIX:2001 functions,
10577         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
10578         winsz-ioctl, and winsz-termios into it.
10579         Add lchmod.
10580         Add top-level Misc section and put host-os, perl, and uptime
10581         into it.
10582
10583 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10584
10585         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
10586         now assume the stdint module.  Do not include inttypes.h.
10587         * lib/fsusage.h: Likewise.
10588         * lib/getndelim2.c: Likewise.
10589         * lib/human.h: Likewise.
10590         * lib/inttostr.h: Likewise.
10591         * lib/obstack.c: Likewise.
10592         * lib/regex_internal.h: Likewise.
10593         * lib/tempname.c: Likewise.
10594         * lib/utimecmp.c: Likewise.
10595         * lib/xstrtol.h: Likewise.
10596
10597         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
10598
10599         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
10600         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
10601         * lib/xtime.h: Likewise.
10602
10603 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * modules/openat (Files): Add lib/fchmodat.c.
10606         Fixes problem reported by Jay Youngman.
10607
10608 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10609
10610         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
10611         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
10612
10613 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
10614             Bruno Haible  <bruno@clisp.org>
10615
10616         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
10617         and is a script that invokes bison. Tighten the code. Add comments.
10618
10619 2006-08-18  Jim Meyering  <jim@meyering.net>
10620
10621         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
10622         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
10623         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
10624         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
10625
10626 2006-08-18  Bruno Haible  <bruno@clisp.org>
10627
10628         * modules/bison-i18n: New file.
10629         * MODULES.html.sh (Internationalization functions): Add it.
10630
10631 2006-08-18  Bruno Haible  <bruno@clisp.org>
10632
10633         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
10634         sys/statvfs.h. When getmntinfo was found, check its declaration and
10635         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
10636
10637 2006-08-18  Bruno Haible  <bruno@clisp.org>
10638
10639         * m4/bison-i18n.m4: New file, from bison.
10640
10641 2006-08-18  Bruno Haible  <bruno@clisp.org>
10642
10643         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
10644         (ME_DUMMY): Treat "kernfs" as a dummy.
10645         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
10646
10647 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         Update from coreutils.
10650
10651         2006-08-15  Jim Meyering  <jim@meyering.net>
10652
10653         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
10654
10655         2006-01-17  Jim Meyering  <jim@meyering.net>
10656
10657         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
10658
10659         2006-01-11  Jim Meyering  <jim@meyering.net>
10660
10661         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
10662         Check for the lchmod function.
10663
10664 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10665
10666         Update from coreutils.
10667
10668         * lib/__fpending.h: Add copyright notice.
10669         * lib/fprintftime.h: Likewise.
10670         * lib/savedir.c: Use (C) in copyright notice.
10671         * lib/savedir.h: Likewise.
10672
10673         2006-08-15  Jim Meyering  <jim@meyering.net>
10674
10675         * lib/at-func.c: New file, with the logic of all emulated at-functions.
10676         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
10677         in support of the EXPECTED_ERRNO macro.
10678         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
10679         definitions.  Instead, define the appropriate symbols and include
10680         "at-func.c".
10681         * lib/mkdirat.c (mkdirat): Likewise.
10682         * lib/fchmodat.c (fchmodat): Likewise.
10683         (ENOSYS): Remove definition.
10684         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
10685         it.  Don't include "unistd--.h" -- it wasn't ever used.
10686
10687         2006-01-17  Jim Meyering  <jim@meyering.net>
10688
10689         Rewrite fts.c not to change the current working directory,
10690         by using openat, fstatat, fdopendir, etc..
10691
10692         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
10693         (HAVE_OPENAT_SUPPORT): Define.
10694         [_LIBC] (fchdir): Don't undef or define; no longer used.
10695         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
10696         Now, this `function' always succeeds, and consumes its file descriptor
10697         parameter -- so callers must not close such FDs.  Update callers.
10698         (diropen_fd, opendirat, cwd_advance_fd): New functions.
10699         (diropen): Add parameter, SP.  Adjust all callers.
10700         Implement using diropen_fd, rather than open.
10701         (fts_open): Initialize new member, fts_cwd_fd.
10702         Remove fts_rft-setting code.
10703         (fts_close): Close fts_cwd_fd, if necessary.
10704         (__opendir2): Define in terms of opendir or opendirat,
10705         depending on whether the FST_NOCHDIR flag is set.
10706         (fts_build): Since fts_safe_changedir consumes its FD, and since
10707         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
10708         and close the dup'd file descriptor upon failure.
10709         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
10710         (fts_safe_changedir): Tweak semantics to reflect that this function
10711         now calls cwd_advance_fd and hence consumes its FD argument.
10712         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
10713         [struct FTS] (fts_rft): Remove now-unused member.
10714         [struct FTS] (fts_cycle.state): Improve comment.
10715
10716         * lib/openat.c (openat_needs_fchdir): New function.
10717         * lib/openat.h (openat_needs_fchdir): Declare it.
10718
10719 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10720
10721         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
10722         Problem and fix reported by Pádraig Brady in
10723         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
10724
10725 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10726
10727         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
10728
10729 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         * lib/memcoll.c (memcoll): Optimize for the common case where the
10732         arguments are bytewise equal.
10733
10734 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * doc/regexprops-generic.texi: Add a copyright notice.
10737
10738 2006-08-15  Bruno Haible  <bruno@clisp.org>
10739
10740         * modules/tmpdir (License): Change to LGPL.
10741
10742 2006-08-15  Bruno Haible  <bruno@clisp.org>
10743
10744         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
10745         module.
10746
10747 2006-08-14  Simon Josefsson  <jas@extundo.com>
10748
10749         * config/srclist.txt: Add gnupload.
10750
10751 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10752
10753         Change copyright notice from LGPL 2 to GPL 2, since that's the
10754         standard form used in the gnulib repository.
10755         * tests/test-lock.c: Likewise.
10756         * tests/test-stdint.c: Likewise.
10757         * tests/test-tls.c: Likewise.
10758
10759         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
10760         prelude-manager.  User shorter URLs for GNU projects, without '?'.
10761         Add copyright notice.
10762
10763         * check-module: Add copyright notice.  Output a copyright
10764         notice if "--version" is specified.
10765         * modules/COPYING: New file.
10766         * tests/test-getaddrinfo.c: Add copyright notice.
10767         * tests/test-verify.c: Likewise.
10768
10769 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10770
10771         Change copyright notice from LGPL 2 to GPL 2, since that's the
10772         standard form used in the gnulib repository.
10773         * lib/lock.c: LGPL -> GPL.
10774         * lib/lock.h: Likewise.
10775         * lib/strnlen1.c: Likewise.
10776         * lib/strnlen1.h: Likewise.
10777         * lib/tls.c: Likewise.
10778         * lib/tls.h: Likewise.
10779         * lib/tmpdir.c: Likewise.
10780
10781         * lib/TODO: Remove; this belongs only in coreutils.
10782
10783 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         Add copyright notices to long-enough files that lack them, since
10786         otherwise the files aren't clearly free.  Use the same notice that
10787         getdate.texi already uses.
10788         * doc/alloca-opt.texi: Add copyright notice.
10789         * doc/alloca.texi: Likewise.
10790         * doc/ctime.texi: Likewise.
10791         * doc/functions.texi: Likewise.
10792         * doc/gcd.texi: Likewise.
10793         * doc/gnulib-tool.texi: Likewise.
10794         * doc/inet_ntoa.texi: Likewise.
10795         * doc/visibility.texi: Likewise.
10796
10797         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
10798         * doc/quote.texi: Add copyright notice.
10799
10800         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
10801         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
10802         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
10803         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
10804         is now obsolete, and give a pointer to the Sun list.
10805         Add copyright notice.
10806
10807 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         * config/srclistvars.sh: Add copyright notice.
10810
10811 2006-08-14  Eric Blake  <ebb9@byu.net>
10812
10813         Import the following change from libc:
10814
10815         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10816
10817         Upstream bug 2997.
10818         * lib/misc/error.c: Add space between program name and message if file
10819         name is missing.
10820
10821 2006-08-12  Karl Berry  <karl@gnu.org>
10822
10823         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
10824         remove, these originate in gnulib now.
10825
10826 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10827
10828         * doc/Makefile (standards.info standards.html standards.dvi):
10829         Also depend on make-stds.texi.
10830
10831 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10832
10833         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
10834         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
10835
10836         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
10837         in wchar_t.  Problem reported by Eric Blake.
10838
10839         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
10840         LEN is smaller than SIZE.  Suggested by Bruno Haible.
10841         Also, help the compiler to keep LEN in a register.
10842
10843 2006-08-11  Eric Blake  <ebb9@byu.net>
10844
10845         * users.txt: Sort.  Add tar.
10846
10847 2006-08-11  Bruno Haible  <bruno@clisp.org>
10848
10849         * users.txt: New file.
10850
10851 2006-08-11  Bruno Haible  <bruno@clisp.org>
10852
10853         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
10854         before <wchar.h>. Needed for OSF/1 and BSD/OS.
10855
10856 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10857
10858         * modules/snprintf (Depends-on): Remove minmax.
10859         (Maintainer): Add self and Bruno.
10860
10861 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * lib/.cppi-disable: Add snprintf.h, socket_.h.
10864         * lib/snprintf.c: Include <errno.h> and <limits.h>.
10865         (EOVERFLOW): Define if the system does not.
10866         Do not include "minmax.h"; it wasn't used.
10867         (snprintf): Don't assume size_t promotes to an unsigned type.
10868         Fix bug when generated string was too long for the buffer: the
10869         buffer's contents are supposed to be the initial prefix of the
10870         output.  Don't assume vasnprintf returns EOVERFLOW if the size
10871         exceeds INT_MAX; do the check ourselves.
10872
10873         Import the following changes from libc:
10874
10875         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10876
10877         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
10878         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
10879         set wc to the byte which couldn't be converted.
10880         (re_string_reconstruct): Don't clear valid_raw_len before calling
10881         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10882         tip_context using re_string_context_at.
10883
10884         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
10885
10886         * lib/posix/regex.h: g++ still cannot handled [restrict].
10887
10888         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
10889
10890         * lib/posix/regex.h: Remove special handling for VMS.
10891
10892 2006-08-10  Jim Meyering  <jim@meyering.net>
10893
10894         * modules/same-inode: New module.
10895         * modules/dev-ino: New module.
10896         * modules/cycle-check: Depend on these modules, rather than simply
10897         including their .h files.
10898         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
10899         required via m4/cycle-check.m4.
10900         * modules/same: Depend on new same-inode module, rather than
10901         including same-inode.h.
10902         * modules/chdir-safer: New file.
10903
10904         * modules/chown (Depends-on): Add stat-macros.
10905
10906 2006-08-10  Jim Meyering  <jim@meyering.net>
10907
10908         * m4/cycle-check.m4: New file.
10909         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
10910         * m4/dev-ino.m4, m4/same-inode.m4: New files.
10911
10912 2006-08-10  Eric Blake  <ebb9@byu.net>
10913
10914         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
10915         in from original proposal.
10916
10917 2006-08-10  Eric Blake  <ebb9@byu.net>
10918         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10919
10920         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
10921         namespace.
10922
10923 2006-08-10  Bruno Haible  <bruno@clisp.org>
10924
10925         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
10926         as well.
10927
10928 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         Sync from coreutils.
10931
10932         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
10933
10934         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
10935         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
10936
10937 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10938
10939         * modules/restrict: Remove; no longer needed now that we assume
10940         Autoconf 2.59 or later.
10941         * MODULES.html.sh: Remove 'restrict'.
10942         * modules/argp (Depends-on): Remove 'restrict'.
10943         * modules/base64 (Depends-on): Likewise.
10944         * modules/gc (Depends-on): Likewise.
10945         * modules/getaddrinfo (Depends-on): Likewise.
10946         * modules/glob (Depends-on): Likewise.
10947         * modules/inet_ntop (Depends-on): Likewise.
10948         * modules/inet_pton (Depends-on): Likewise.
10949         * modules/memxor (Depends-on): Likewise.
10950         * modules/regex (Depends-on): Likewise.
10951         * modules/strtok_r (Depends-on): Likewise.
10952         * modules/time_r (Depends-on): Likewise.
10953
10954 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
10955
10956         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
10957         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
10958         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10959         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
10960         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
10961         * m4/memxor.m4 (gl_MEMXOR): Likewise.
10962         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
10963         gl_C_RESTRICT replaced by AC_C_RESTRICT.
10964
10965         Merge from coreutils.
10966         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
10967         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
10968         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
10969         * m4/time_r.m4 (gl_TIME_R): Likewise.
10970
10971 2006-08-09  Karl Berry  <karl@gnu.org>
10972
10973         * config/srclist.txt: no more gettext-tools, per Bruno.
10974
10975 2006-08-08  Eric Blake  <ebb9@byu.net>
10976
10977         * modules/verror: New module.
10978         * MODULES.html.sh: Document it.
10979
10980 2006-08-08  Eric Blake  <ebb9@byu.net>
10981
10982         * lib/verror.h, lib/verror.c: New files.
10983
10984 2006-08-08  Eric Blake  <ebb9@byu.net>
10985
10986         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
10987         verror_at_line output complies with GNU Coding Standards even when
10988         file is NULL.
10989
10990 2006-08-07  Bruno Haible  <bruno@clisp.org>
10991
10992         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
10993         versions of AIX.
10994         Reported by Ralf Wildenhues.
10995
10996 2006-08-07  Bruno Haible  <bruno@clisp.org>
10997
10998         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
10999         in an AC_DEFUN. Needed so that the autoconf snippets can use
11000         AC_REQUIRE.
11001
11002 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11003
11004         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11005         Initialize pkgdata_DATA.
11006         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11007         overriding it.
11008
11009 2006-08-06  Eric Blake  <ebb9@byu.net>
11010
11011         * lib/error.h: Fold in some upstream changes from glibc.
11012         * lib/error.c: Likewise.
11013
11014 2006-08-04  Bruno Haible  <bruno@clisp.org>
11015
11016         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11017         Make the mostlyclean-local rule depend on mostlyclean-generic.
11018         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11019
11020 2006-07-31  Bruno Haible  <bruno@clisp.org>
11021
11022         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11023         <stdlib.h>, <string.h>.
11024
11025 2006-07-30  Bruno Haible  <bruno@clisp.org>
11026
11027         * modules/readlink (License): Change to LGPL.
11028
11029 2006-07-30  Bruno Haible  <bruno@clisp.org>
11030
11031         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11032         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11033         set PKGDATADIR to point to it.
11034
11035 2006-07-30  Bruno Haible  <bruno@clisp.org>
11036
11037         * modules/csharpexec (configure.ac): Comment out macro invocation.
11038         * modules/javaexec (configure.ac): Likewise.
11039         * modules/javacomp-script (configure.ac): Likewise.
11040
11041         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11042
11043 2006-07-30  Bruno Haible  <bruno@clisp.org>
11044
11045         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11046         linked-list.
11047
11048 2006-07-30  Bruno Haible  <bruno@clisp.org>
11049
11050         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11051
11052 2006-07-30  Bruno Haible  <bruno@clisp.org>
11053
11054         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11055         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
11056         get removed.
11057
11058 2006-07-29  Bruno Haible  <bruno@clisp.org>
11059
11060         Make it possible for gnulib-tool to work with locally modified or
11061         augmented gnulib repositories.
11062         * gnulib-tool (func_usage): Document --local-dir option.
11063         (local_gnulib_dir): New variable.
11064         Handle --local-dir option.
11065         (func_lookup_file): New function.
11066         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
11067         (func_get_description, func_get_filelist, func_get_description,
11068         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
11069         func_get_automake_snippet, func_get_include_directive,
11070         func_get_license, func_get_maintainer): Use func_lookup_file.
11071         (func_import, func_create_testdir): Use func_lookup_file.
11072
11073 2006-07-29  Bruno Haible  <bruno@clisp.org>
11074
11075         * modules/setenv (Depends-on): Add unistd.
11076
11077 2006-07-29  Bruno Haible  <bruno@clisp.org>
11078
11079         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
11080
11081 2006-07-29  Bruno Haible  <bruno@clisp.org>
11082
11083         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
11084
11085 2006-07-29  Bruno Haible  <bruno@clisp.org>
11086
11087         * gnulib-tool (import, update): If there is no Makefile.am, look at
11088         aclocal.m4, instead of bailing out.
11089
11090 2006-07-29  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
11093         Categorize the options by when they are useful.
11094
11095 2006-07-29  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (func_usage): Document option --no-libtool.
11098         Handle option --no-libtool.
11099         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
11100         for changed semantics of $libtool variable.
11101         (func_import): Likewise. If libtool is not used, show this through
11102         an option --no-libtool.
11103         (func_create_testdir): Update.
11104
11105 2006-07-29  Bruno Haible  <bruno@clisp.org>
11106
11107         * gnulib-tool (func_import): Extend error message about missing
11108         --doc-base.
11109
11110 2006-07-29  Bruno Haible  <bruno@clisp.org>
11111
11112         * gnulib-tool (func_import): Don't create the $docbase directory if
11113         there is no file to store there.
11114
11115 2006-07-29  Bruno Haible  <bruno@clisp.org>
11116
11117         * gnulib-tool (autoconf_minversion): If a --dir option is given and
11118         relevant, look for configure.ac there, not in the current directory.
11119         Also use a simple search for AC_PREREQ, not "autoconf --trace".
11120
11121 2006-07-29  Bruno Haible  <bruno@clisp.org>
11122
11123         * gnulib-tool (SORT): New variable.
11124         (func_usage): Undocument --assume-autoconf option.
11125         Remove --assume-autoconf option handling.
11126         (autoconf_minversion): Determine from the contents of configure.ac.
11127         (func_import): Remove autoconf_minversion handling.
11128         Suggested by Eric Blake.
11129
11130 2006-07-29  Bruno Haible  <bruno@clisp.org>
11131
11132         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
11133
11134 2006-07-29  Bruno Haible  <bruno@clisp.org>
11135
11136         * config/srclist.txt (*setenv.[ch]): Remove rules.
11137
11138 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11139
11140         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
11141
11142 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11143
11144         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
11145         arpa/inet.h.
11146
11147 2006-07-28  Simon Josefsson  <jas@extundo.com>
11148
11149         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
11150         * modules/inet_pton (Depends-on): Likewise.
11151
11152 2006-07-28  Simon Josefsson  <jas@extundo.com>
11153
11154         * m4/netinet_in_h.m4: New file.
11155
11156 2006-07-28  Simon Josefsson  <jas@extundo.com>
11157
11158         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
11159         #include's.
11160
11161 2006-07-28  Simon Josefsson  <jas@extundo.com>
11162
11163         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
11164         #include's.
11165
11166 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
11167
11168         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
11169         setgid on directories only if they set these bits.
11170         * lib/modechange.h: Remove obsolete comment about masks.
11171
11172 2006-07-28  Eric Blake  <ebb9@byu.net>
11173
11174         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
11175         macro expansion.
11176
11177 2006-07-28  Bruno Haible  <bruno@clisp.org>
11178
11179         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
11180
11181 2006-07-28  Bruno Haible  <bruno@clisp.org>
11182
11183         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
11184
11185 2006-07-28  Bruno Haible  <bruno@clisp.org>
11186
11187         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
11188         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
11189         Define fallbacks.
11190         Avoids link error on FreeBSD 4.x.
11191         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11192
11193         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
11194         encoding.
11195         * lib/mbswidth.c (iswcntrl): Likewise.
11196
11197 2006-07-27  Bruno Haible  <bruno@clisp.org>
11198
11199         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
11200         test.
11201
11202 2006-07-27  Bruno Haible  <bruno@clisp.org>
11203
11204         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
11205         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
11206         defined.
11207
11208 2006-07-26  Eric Blake  <ebb9@byu.net>
11209
11210         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
11211
11212 2006-07-26  Eric Blake  <ebb9@byu.net>
11213
11214         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
11215         like mingw that lack mkstemp.
11216         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
11217         avoid compilation warning on mingw.
11218
11219 2006-07-26  Bruno Haible  <bruno@clisp.org>
11220
11221         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
11222         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
11223         INT_FAST*_MIN, INTPTR_MIN.
11224
11225 2006-07-25  Bruno Haible  <bruno@clisp.org>
11226
11227         * modules/version-etc (Depends-on): Add stdarg.
11228
11229 2006-07-25  Bruno Haible  <bruno@clisp.org>
11230
11231         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
11232         complex commands.
11233
11234 2006-07-25  Bruno Haible  <bruno@clisp.org>
11235
11236         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
11237         defined in <stdarg.h> or config.h.
11238
11239 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
11242         (gl_STDIO_SAFER): Remove.
11243
11244 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         * MODULES.html.sh (File stream based Input/Output):
11247         Add fopen-safer, tmpfile-safer; remove stdio-safer.
11248         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
11249         * modules/fopen-safer, modules/tmpfile-safer: New files.
11250         * modules/stdio-safer: Remove.
11251
11252 2006-07-24  Bruno Haible  <bruno@clisp.org>
11253
11254         * modules/tmpdir: New file.
11255         * MODULES.html.sh (File system functions): Add it.
11256
11257 2006-07-24  Bruno Haible  <bruno@clisp.org>
11258
11259         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
11260         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
11261
11262 2006-07-24  Bruno Haible  <bruno@clisp.org>
11263
11264         * modules/clean-temp: New file.
11265
11266 2006-07-24  Bruno Haible  <bruno@clisp.org>
11267
11268         * m4/tmpdir.m4: New file, from GNU gettext.
11269
11270 2006-07-24  Bruno Haible  <bruno@clisp.org>
11271
11272         * lib/tmpdir.h: New file, from GNU gettext.
11273         * lib/tmpdir.c: New file, from GNU gettext.
11274
11275 2006-07-24  Bruno Haible  <bruno@clisp.org>
11276
11277         * lib/clean-temp.h: New file, from GNU gettext.
11278         * lib/clean-temp.c: New file, from GNU gettext.
11279
11280 2006-07-23  Eric Blake  <ebb9@byu.net>
11281
11282         * modules/stdio-safer (Files): Add tmpfile-safer.c.
11283         (Depends-on): Add binary-io.
11284
11285 2006-07-23  Eric Blake  <ebb9@byu.net>
11286
11287         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
11288
11289 2006-07-23  Eric Blake  <ebb9@byu.net>
11290
11291         * lib/tmpfile-safer.c: New file.
11292         * lib/stdio-safer.h (fopen_safer): Add prototype.
11293         * lib/stdio--.h (tmpfile): Make safer.
11294
11295 2006-07-23  Bruno Haible  <bruno@clisp.org>
11296
11297         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
11298         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
11299         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
11300         gl_linked_remove_at): Use it.
11301
11302 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11303         and Simon Josefsson <jas@extundo.com>
11304
11305         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
11306
11307         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
11308
11309 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11310
11311         * modules/close-stream: New file.
11312         * modules/closeout (Description): Make it clear that it exits
11313         with a diagnostic on error.
11314         (Depends-on): Add close-stream.  Remove fpending, stdbool.
11315         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
11316
11317 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11318
11319         * m4/close-stream.m4: New file.
11320
11321 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11322
11323         * lib/close-stream.c, lib/close-stream.h: New files.
11324
11325 2006-07-22  Bruno Haible  <bruno@clisp.org>
11326
11327         Merge from GNU gettext 0.15.
11328
11329         2006-05-01  Bruno Haible  <bruno@clisp.org>
11330
11331                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
11332
11333         2006-07-22  Bruno Haible  <bruno@clisp.org>
11334
11335                 * modules/javaversion: New file.
11336                 * MODULES.html.sh (Java): Add javaversion.
11337
11338         2006-03-12  Bruno Haible  <bruno@clisp.org>
11339
11340                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
11341
11342         2005-12-04  Bruno Haible  <bruno@clisp.org>
11343
11344                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
11345                 (untested).
11346
11347         2006-06-21  Bruno Haible  <bruno@clisp.org>
11348
11349                 Avoid warnings from recent versions of mcs.
11350                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
11351                 -o, -L, -r any more. Use options documented since mcs-1.0
11352                 instead. Similarly for -g.
11353
11354         2005-12-04  Bruno Haible  <bruno@clisp.org>
11355
11356                 * build-aux/csharpcomp.sh.in: Suffix for resources is
11357                 .resources, not .resource.
11358
11359         2005-07-09  Bruno Haible  <bruno@clisp.org>
11360
11361                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
11362                 add a .dll suffix.
11363                 Reported by Mark Junker <mjscod@gmx.de>.
11364
11365         2006-07-22  Bruno Haible  <bruno@clisp.org>
11366
11367                 * modules/gettext: Upgrade to gettext-0.15.
11368                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
11369                 m4/visibility.m4.
11370                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
11371
11372 2006-07-22  Bruno Haible  <bruno@clisp.org>
11373
11374         Merge from GNU gettext 0.15.
11375
11376         2006-03-25  Bruno Haible  <bruno@clisp.org>
11377
11378                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
11379
11380         2006-07-21  Bruno Haible  <bruno@clisp.org>
11381
11382                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
11383                 "1.1".
11384
11385         2006-05-09  Bruno Haible  <bruno@clisp.org>
11386
11387                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
11388                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
11389                 for the conftestver execution.
11390
11391         2006-05-01  Bruno Haible  <bruno@clisp.org>
11392
11393                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
11394                 optional target-version argument. Verify that the compiler
11395                 groks source of the specified source-version, or add -source
11396                 option as necessary. Verify that the compiler produces
11397                 bytecode in the specified target-version, or add -target and
11398                 -source options as necessary. Make the result of the test
11399                 available as variable CONF_JAVAC. Also log error output in
11400                 config.log.
11401
11402         2006-03-11  Bruno Haible  <bruno@clisp.org>
11403
11404                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
11405
11406         2006-05-09  Bruno Haible  <bruno@clisp.org>
11407
11408                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
11409                 CLASSPATH_SEPARATOR to a semicolon.
11410
11411         2006-03-12  Bruno Haible  <bruno@clisp.org>
11412
11413                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
11414                 available as variable CONF_JAVA, for subsequent autoconf
11415                 tests. Also log error output in config.log.
11416
11417         2006-07-19  Bruno Haible  <bruno@clisp.org>
11418
11419                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
11420                 that getline works on glibc2 systems. Needed to avoid trouble
11421                 in relocatable.c.
11422                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
11423
11424         2005-12-04  Bruno Haible  <bruno@clisp.org>
11425
11426                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
11427                 launcher (untested).
11428
11429         2005-12-04  Bruno Haible  <bruno@clisp.org>
11430
11431                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
11432
11433         2006-07-22  Bruno Haible  <bruno@clisp.org>
11434
11435                 * gettext.m4: Update from GNU gettext-0.15.
11436                 * nls.m4: Likewise.
11437                 * po.m4: Likewise.
11438                 * inttypes-pri.m4: Likewise.
11439                 * inttypes-h.m4: Renamed from inttypes.m4.
11440                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
11441
11442 2006-07-22  Bruno Haible  <bruno@clisp.org>
11443
11444         Merge from GNU gettext 0.15.
11445
11446         2005-07-05  Bruno Haible  <bruno@clisp.org>
11447
11448                 * printf-args.c (printf_fetchargs): Work around broken
11449                 definition of wint_t on mingw.
11450
11451         2005-02-12  Bruno Haible  <bruno@clisp.org>
11452
11453                 * xallocsa.h: Add extern "C" for C++.
11454
11455         2006-05-17  Bruno Haible  <bruno@clisp.org>
11456
11457                 Cygwin portability.
11458                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
11459
11460         2006-04-30  Bruno Haible  <bruno@clisp.org>
11461
11462                 * progreloc.c: Include <mach-o/dyld.h> if available.
11463                 (find_executable): Use _NSGetExecutablePath when possible.
11464
11465         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11466
11467                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
11468                 function.
11469
11470         2005-12-29  Bruno Haible  <bruno@clisp.org>
11471
11472                 * progreloc.c (set_program_name_and_installdir): Fix
11473                 compilation error.
11474
11475         2005-12-04  Bruno Haible  <bruno@clisp.org>
11476
11477                 Cygwin portability.
11478                 * progreloc.c: Include <windows.h> also on Cygwin.
11479                 (find_executable): Add support for Cygwin.
11480                 (set_program_name_and_installdir): Handle also platforms with
11481                 nonempty EXEEXT.
11482
11483         2006-07-11  Bruno Haible  <bruno@clisp.org>
11484
11485                 * javacomp.c: Fix a comment.
11486                 Reported by Jim Meyering.
11487
11488         2006-04-30  Bruno Haible  <bruno@clisp.org>
11489
11490                 * javacomp.h (compile_java_class): Add source_version,
11491                 target_version arguments.
11492                 * javacomp.c: Rewritten to choose only a compiler that
11493                 respects the specified source_version and target_version.
11494
11495         2006-06-27  Bruno Haible  <bruno@clisp.org>
11496
11497                 Assume correct S_ISDIR macro.
11498                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
11499
11500         2006-07-22  Bruno Haible  <bruno@clisp.org>
11501
11502                 * javaversion.h: New file, from GNU gettext.
11503                 * javaversion.c: New file, from GNU gettext.
11504                 * javaversion.java: New file, from GNU gettext.
11505                 * javaversion.class: New file, from GNU gettext.
11506
11507         2006-05-17  Bruno Haible  <bruno@clisp.org>
11508
11509                 Cygwin portability.
11510                 * javaexec.c (execute_java_class): Test for jview program
11511                 also on Cygwin.
11512
11513         2006-04-09  Bruno Haible  <bruno@clisp.org>
11514
11515                 * fatal-signal.c: Don't include string.h.
11516                 (at_fatal_signal): Use a copying loop instead of memcpy.
11517
11518         2005-12-04  Bruno Haible  <bruno@clisp.org>
11519
11520                 * csharpexec.c: Add support for 'clix' launcher (untested).
11521                 (execute_csharp_using_sscli): New function.
11522                 (execute_csharp_program): Call it.
11523
11524         2006-06-21  Bruno Haible  <bruno@clisp.org>
11525
11526                 Avoid warnings from recent versions of mcs.
11527                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
11528                 -o, -L, -r any more. Use options documented since mcs-1.0
11529                 instead. Similarly for -g.
11530
11531         2005-07-09  Bruno Haible  <bruno@clisp.org>
11532
11533                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
11534                 add a .dll suffix.
11535                 Reported by Mark Junker <mjscod@gmx.de>.
11536
11537         2006-06-17  Bruno Haible  <bruno@clisp.org>
11538
11539                 * config.charset: Update for NetBSD 3.0.
11540
11541         2006-05-17  Bruno Haible  <bruno@clisp.org>
11542
11543                 Cygwin portability.
11544                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
11545
11546         2006-05-16  Bruno Haible  <bruno@clisp.org>
11547
11548                 * localcharset.c [CYGWIN]: Include <windows.h>.
11549                 (get_charset_aliases): For Cygwin, return the same CPxxx
11550                 aliases list as under WIN32.
11551                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
11552                 the environment variables. Fall back to GetACP().
11553
11554         2006-04-05  Bruno Haible  <bruno@clisp.org>
11555
11556                 * config.charset: Update Juan Manuel Guerrero's address.
11557
11558         2005-02-12  Bruno Haible  <bruno@clisp.org>
11559
11560                 * allocsa.h: Add extern "C" for C++.
11561
11562         2005-02-10  Bruno Haible  <bruno@clisp.org>
11563
11564                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
11565                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
11566
11567         2006-07-22  Bruno Haible  <bruno@clisp.org>
11568
11569                 * gettext.h: Update to GNU gettext-0.15.
11570
11571 2006-07-22  Bruno Haible  <bruno@clisp.org>
11572
11573         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
11574         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
11575         lib-prefix.m4, longdouble.m4, ssize_t.m4.
11576
11577 2006-07-21  Eric Blake  <ebb9@byu.net>
11578
11579         * modules/stdlib-safer: New file.
11580         * MODULES.html.sh (File stream based Input/Output): Add
11581         stdlib-safer.
11582
11583 2006-07-21  Eric Blake  <ebb9@byu.net>
11584
11585         * lib/stdlib-safer.h: New file from coreutils, required by
11586         stdlib--.h.
11587
11588 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
11589
11590         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
11591
11592 2006-07-20  Bruno Haible  <bruno@clisp.org>
11593
11594         * gnulib-tool: Recognize new option --assume-autoconf.
11595         (autoconf_minversion): New variable.
11596         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
11597
11598 2006-07-20  Bruno Haible  <bruno@clisp.org>
11599
11600         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
11601
11602 2006-07-19  Derek R. Price  <derek@ximbiot.com>
11603
11604         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
11605         Reindent and repaginate.
11606
11607 2006-07-19  Derek Price  <derek@ximbiot.com>
11608
11609         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
11610         Correct grammar.
11611
11612 2006-07-17  Bruno Haible  <bruno@clisp.org>
11613
11614         * modules/list: New file.
11615         * modules/array-list: New file.
11616         * modules/carray-list, modules/carray-list-tests: New files.
11617         * modules/linked-list, modules/linked-list-tests: New files.
11618         * modules/avltree-list, modules/avltree-list-tests: New files.
11619         * modules/rbtree-list, modules/rbtree-list-tests: New files.
11620         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
11621         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
11622         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
11623         * modules/oset: New file.
11624         * modules/array-oset: New file.
11625         * modules/avltree-oset, modules/avltree-oset-tests: New files.
11626         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
11627         * tests/test-carray_list.c: New file.
11628         * tests/test-linked_list.c: New file.
11629         * tests/test-avltree_list.c: New file.
11630         * tests/test-rbtree_list.c: New file.
11631         * tests/test-linkedhash_list.c: New file.
11632         * tests/test-avltreehash_list.c: New file.
11633         * tests/test-rbtreehash_list.c: New file.
11634         * tests/test-avltree_oset.c: New file.
11635         * tests/test-rbtree_oset.c: New file.
11636         * MODULES.html.sh (Container data structures): New section.
11637
11638 2006-07-17  Bruno Haible  <bruno@clisp.org>
11639
11640         * m4/gl_list.m4: New file.
11641
11642 2006-07-17  Bruno Haible  <bruno@clisp.org>
11643
11644         * lib/gl_list.h: New file.
11645         * lib/gl_list.c: New file.
11646         * lib/gl_array_list.h: New file.
11647         * lib/gl_array_list.c: New file.
11648         * lib/gl_carray_list.h: New file.
11649         * lib/gl_carray_list.c: New file.
11650         * lib/gl_linked_list.h: New file.
11651         * lib/gl_linked_list.c: New file.
11652         * lib/gl_anylinked_list1.h: New file.
11653         * lib/gl_anylinked_list2.h: New file.
11654         * lib/gl_avltree_list.h: New file.
11655         * lib/gl_avltree_list.c: New file.
11656         * lib/gl_anyavltree_list1.h: New file.
11657         * lib/gl_anyavltree_list2.h: New file.
11658         * lib/gl_rbtree_list.h: New file.
11659         * lib/gl_rbtree_list.c: New file.
11660         * lib/gl_anyrbtree_list1.h: New file.
11661         * lib/gl_anyrbtree_list2.h: New file.
11662         * lib/gl_anytree_list1.h: New file.
11663         * lib/gl_anytree_list2.h: New file.
11664         * lib/gl_linkedhash_list.h: New file.
11665         * lib/gl_linkedhash_list.c: New file.
11666         * lib/gl_anyhash_list1.h: New file.
11667         * lib/gl_anyhash_list2.h: New file.
11668         * lib/gl_avltreehash_list.h: New file.
11669         * lib/gl_avltreehash_list.c: New file.
11670         * lib/gl_rbtreehash_list.h: New file.
11671         * lib/gl_rbtreehash_list.c: New file.
11672         * lib/gl_anytreehash_list1.h: New file.
11673         * lib/gl_anytreehash_list2.h: New file.
11674
11675         * lib/gl_oset.h: New file.
11676         * lib/gl_oset.c: New file.
11677         * lib/gl_array_oset.h: New file.
11678         * lib/gl_array_oset.c: New file.
11679         * lib/gl_avltree_oset.h: New file.
11680         * lib/gl_avltree_oset.c: New file.
11681         * lib/gl_rbtree_oset.h: New file.
11682         * lib/gl_rbtree_oset.c: New file.
11683         * lib/gl_anytree_oset.h: New file.
11684
11685 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11686
11687         * m4/mkancesdirs.m4: New file.
11688         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
11689         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
11690         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
11691         it.
11692
11693 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
11696         * lib/mkancesdirs.h: New files.
11697         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
11698         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
11699         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
11700         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
11701         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
11702         callers changed.  Revamp internals significantly, by not
11703         attempting to create directories that are temporarily more
11704         permissive than the final results.  Do not attempt to use
11705         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
11706         This removes some race conditions, fixes some bugs, and simplifies
11707         things.  Use new dirchownmod function to do owner and mode changes.
11708         * lib/mkdir-p.h: Likewise.
11709         * lib/modechange.c (octal_to_mode): New function.
11710         (struct mode_change): New member mentioned.
11711         (make_node_op_equals): New arg mentioned.  All callers changed.
11712         (mode_compile): Keep track of which mode bits the user has explicitly
11713         mentioned.
11714         (mode_adjust): New arg DIR, so that we implement the X op correctly.
11715         New arg PMODE_BITS, to keep track of which mode bits the user
11716         mentioned; it treats S_ISUID and S_ISGID speciall.
11717         All callers changed.
11718         * lib/modechange.h: Likewise.
11719
11720 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11721
11722         * MODULES.html.sh: Add mkancestors.
11723         * modules/mkancesdirs: New module.
11724         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
11725         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
11726         The chdir-safer and afs files are now orphans; I'll remove them
11727         unless someone speaks up.
11728         Add lib/dirchownmod.c, lib/dirchownmod.h.
11729         (Depends-on): Remove alloca, chown, save-cwd, dirname.
11730         Add lchown, mkancesdirs.
11731         (Maintainer): Add self.
11732
11733 2006-07-15  Karl Berry  <karl@gnu.org>
11734
11735         * gnulib-tool: help message wording/arrangement.
11736
11737 2006-07-14  Simon Josefsson  <jas@extundo.com>
11738
11739         * doc/gnulib.texi (Libtool and Windows): New section.
11740
11741 2006-07-12  Simon Josefsson  <jas@extundo.com>
11742
11743         * modules/gendocs (License): Fix license, approved by Karl.
11744
11745 2006-07-12  Eric Blake  <ebb9@byu.net>
11746
11747         * MODULES.html.sh: Add gendocs.
11748
11749 2006-07-11  Eric Blake  <ebb9@byu.net>
11750
11751         * modules/fdl: New module, to install doc/fdl.texi.
11752         * MODULES.html.sh: Add new section for documentation modules.
11753         * gnulib-tool: Avoid space-tab.
11754         (--doc-base): New option, to manage files from doc.
11755
11756 2006-07-11  Eric Blake  <ebb9@byu.net>
11757
11758         * m4/absolute-header.m4: Fix comments to match recent change.
11759
11760 2006-07-11  Eric Blake  <ebb9@byu.net>
11761
11762         * gnulib-tool: List --doc-base before --tests-base.
11763
11764 2006-07-11  Derek R. Price  <derek@ximbiot.com>
11765
11766         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
11767
11768 2006-07-11  Bruno Haible  <bruno@clisp.org>
11769
11770         * README: Mention where to put documentation.
11771
11772 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11773
11774         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
11775
11776 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11777
11778         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
11779         to stdint.m4.
11780
11781 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11782
11783         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
11784         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
11785         "no/such/file/stdint.h" when there is no such file, so that
11786         the resulting C code can be parsed by dodgy compilers.
11787         Problems reported by Bob Proulx.
11788
11789 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11790
11791         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
11792         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11793         macros into the GNU _D_EXACT_NAMLEN.
11794         * lib/savedir.c:  Likewise.
11795         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
11796
11797 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11798         and Paul Eggert  <eggert@cs.ucla.edu>
11799
11800         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
11801         * m4/savedir.m4:
11802         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11803         macros into the GNU _D_EXACT_NAMLEN.
11804
11805 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11806
11807         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
11808         around the absolute name, to work around a problem with the HP-UX
11809         11.23 native C compiler, reported by Bob Proulx.
11810
11811 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11812
11813         * doc/maintain.texi, make-stds.texi: Sync from
11814         <http://savannah.gnu.org/projects/gnustandards>.
11815
11816 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11817
11818         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
11819
11820 2006-07-09  Jim Meyering  <jim@meyering.net>
11821
11822         * m4/glob.m4: Remove a doubled word in a comment.
11823
11824 2006-07-09  Jim Meyering  <jim@meyering.net>
11825
11826         * lib/argp-pv.c: Remove a doubled word in a comment.
11827         * lib/check-version.c (check_version): Likewise.
11828         * lib/javacomp.c (compile_java_class): Likewise.
11829
11830 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11831
11832         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
11833         for the benefit of people using Autoconf 2.60.  If you want to
11834         support older Autoconf versions you can copy m4/onceonly_2_57.m4
11835         (or m4/onceonly.m4, if pre-2.57) manually.
11836
11837 2006-07-08  Jim Meyering  <jim@meyering.net>
11838
11839         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
11840         comment.
11841         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
11842         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
11843         comment.
11844
11845 2006-07-08  Jim Meyering  <jim@meyering.net>
11846
11847         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
11848
11849 2006-07-07  Simon Josefsson  <jas@extundo.com>
11850
11851         * tests/test-crc.c: Change expected crc value, the test vector
11852         were probably computed using the old broken crc.c?
11853
11854 2006-07-06  Simon Josefsson  <jas@extundo.com>
11855
11856         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
11857         now the canonical place for the M4 file).
11858
11859         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
11860         from the sys_socket dependency now.
11861
11862         * modules/inet_pton (Files): Ditto.
11863
11864         * modules/inet_ntop (Files): Ditto.
11865
11866 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11867
11868         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
11869         not gl_PREREQ_GETUSERSHELL.
11870
11871 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11872
11873         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
11874         with only one argument, for Autoconf 2.60.
11875         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
11876         expand to nothing, so add a shell command to avoid syntax error.
11877         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11878
11879 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11880
11881         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
11882
11883 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11884
11885         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
11886         no longer needed.  Check for isblank decl.
11887         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
11888         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
11889         of existence.
11890
11891 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11892
11893         * lib/getloadavg.c: Use __VMS, not VMS.
11894         * lib/getopt.c: Likewise.
11895         * lib/getpagesize.h: Likewise.
11896         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
11897         and probably does not work.
11898
11899 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11900
11901         * lib/.cppi-disable: Add wcwidth.
11902         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
11903         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
11904         (ISGRAPH): Remove.  All uses changed to isgraph.
11905         (FOLD) [!defined _LIBC]: Remove special case.
11906         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
11907         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
11908         HAVE_ISBLANK.
11909         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
11910         case.
11911
11912 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11913
11914         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
11915         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
11916         brackets.  Other minor changes to suppress some compiler
11917         warnings.
11918
11919 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11920         and Paul Eggert  <eggert@cs.ucla.edu>
11921
11922         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
11923         of invoking obsolescent AC_HEADER_DIRENT macro.
11924         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
11925         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
11926         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11927         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
11928         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
11929         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11930         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
11931         * m4/readdir.m4: Remove; no longer needed.
11932
11933 2006-07-06  Derek R. Price  <derek@ximbiot.com>
11934         and Paul Eggert  <eggert@cs.ucla.edu>
11935
11936         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
11937         Don't worry about this obsolete case any more.
11938         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
11939         directories.
11940         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
11941         worry about this obsolete case any more.
11942         * lib/fts.c: Likewise.
11943         * lib/getcwd.c: Likewise.
11944         * lib/glob.h: Likewise.
11945         * lib/savedir.c: Likewise.
11946
11947 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11948
11949         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
11950         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
11951         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
11952         needed.
11953         All uses removed.
11954         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11955         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11956         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
11957         needed.
11958         * m4/getdate.m4 (gl_GETDATE): Likewise.
11959         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11960         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11961         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11962         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
11963         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
11964         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
11965         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
11966         needed.
11967
11968 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11969
11970         * lib/memcasecmp.c: Include <limits.h>.
11971         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
11972         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
11973         Don't assume isdigit succeeds only on '0' through '9'.
11974
11975 2006-07-05  Eric Blake  <ebb9@byu.net>
11976
11977         * modules/getaddrinfo (Depends-on): Add snprintf.
11978
11979 2006-07-05  Eric Blake  <ebb9@byu.net>
11980
11981         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
11982         to avoid 'header present but could not be compiled' on cygwin.
11983
11984 2006-07-05  Eric Blake  <ebb9@byu.net>
11985
11986         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
11987         missing from netdb.h.
11988         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
11989
11990 2006-07-05  Derek R. Price  <derek@ximbiot.com>
11991
11992         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
11993         no longer needed.
11994         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
11995         * m4/getdate.m4 (gl_GETDATE): Likewise.
11996         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
11997         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
11998         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
11999         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12000         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12001
12002 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12003
12004         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12005         All uses of is_space replaced by isspace.
12006         * lib/exit.h: Don't talk about STDC_HEADERS.
12007         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12008         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12009         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12010         replaced by isprint etc.
12011         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12012         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12013         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12014         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12015         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12016         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12017
12018 2006-07-05  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12021         the function exists, before testing against AIX.
12022         Reported by Martin Lambers <marlam@marlam.de>.
12023
12024 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12025
12026         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12027         From Mark D. Baushke.
12028
12029 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12030
12031         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12032         to the absolute name, not just one, to bypass Sun C 5.8's
12033         "warning: #include of /usr/include/... may be non-portable".
12034
12035 2006-07-04  Eric Blake  <ebb9@byu.net>
12036
12037         * modules/dirname-tests: New test module.
12038         * tests/test-dirname.c: New file, replacing dirname.c
12039         TEST_DIRNAME section that was recently deleted.
12040
12041 2006-07-04  Bruno Haible  <bruno@clisp.org>
12042
12043         Assume ANSI C header files and <ctype.h> functions.
12044         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12045         (mbsnwidth): Use isprint, iscntrl instead.
12046
12047 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         Merge from coreutils.
12050         * MODULES.html.sh: Add xstrtold.
12051         * modules/xstrtold: New file.
12052         * modules/cycle-check (Files): Add lib/same-inode.h.
12053         * modules/dirname (Files): Add m4/double-slash-root.m4.
12054         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
12055         * modules/mkdir-p (Files): Add lib/same-inode.h.
12056         * modules/same (Files): Add lib/same-inode.h.
12057
12058 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12059
12060         * m4/absolute-header.m4: Renamed from full-header-path.m4.
12061         This is to keep the terminology clean; POSIX talks about
12062         "absolute pathnames", not "full pathnames", but the GNU
12063         Coding Standards say to use "path" for something else;
12064         so use "absolute" to keep both sides happy.
12065         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
12066         Set gl_absolute_header, not gl_full_header_path.
12067         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
12068         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
12069         All uses changed.
12070
12071         Merge from coreutils.
12072
12073         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12074
12075         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
12076         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
12077         want to require the building of c-strtod.o.
12078         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
12079         needs -lm directly.
12080         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
12081
12082         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
12083
12084         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
12085         --as-needed option if available.  Problem reported by Albert Chin in
12086         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
12087         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
12088         cc merely issues a bunch of annoying warnings for --as-needed
12089         (this problem was reported by Bob Proulx).  Also, try linking with
12090         -lm to detect a bug in binutils 2.16 (this problem was reported
12091         by Ralf Wildenhues).
12092
12093         2006-06-18  Jim Meyering  <jim@meyering.net>
12094
12095         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
12096         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
12097         macro.
12098         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
12099         also check for glibc-2.4's abort-inducing bug.
12100
12101         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
12102         Low-probability clean-up should be to use rmdir to get rid of
12103         the just-created directory, not unlink.
12104
12105         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
12106         configure fail, and request a bug report to inform us about it.
12107         Add a comment that, barring reports to the contrary, in 2007 we'll
12108         assume ftruncate is universally available.
12109
12110         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
12113
12114         2006-03-12  Jim Meyering  <jim@meyering.net>
12115
12116         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
12117         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
12118         * m4/same.m4 (gl_SAME): Likewise.
12119         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
12120
12121         2006-03-11  Eric Blake  <ebb9@byu.net>
12122
12123         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
12124         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
12125         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
12126         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
12127
12128 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12129
12130         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
12131         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
12132         reported by Mark D. Baushke, one in
12133         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
12134
12135         Merge from coreutils.
12136
12137         * lib/.cppi-disable: Add stdint_.h.
12138         * lib/.cvsignore: Add stdint.h.
12139
12140         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12141
12142         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
12143         both double and long double versions.
12144         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
12145         * lib/xstrtold.c: New file.
12146         * lib/xstrtod.h (xstrtold): New decl.
12147
12148         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12149
12150         * lib/filemode.c (setst): Remove.
12151         (strmode): Rewrite to avoid setst.  This makes the code shorter,
12152         (arguably) clearer, and the generated code is a bit smaller on my
12153         Debian GNU/Linux stable x86 host.
12154
12155         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12156
12157         * lib/filemode.c: Include "filemode.h" first, to test the interface.
12158         Assume that filemode.h includes sys/types.h and sys/stat.h.
12159         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
12160         (ftypelet): Reorder to put common cases first, for efficiency.
12161         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
12162         to do 'M'.
12163         (strmode): Renamed from mode_string, and now stores 12 bytes instead
12164         of 10, for compatibility with FreeBSD.  All callers changed.
12165         (filemodestring): Now stores 12 bytes instead of 10, and sets file
12166         types that can't be deduced solely from st_mode.  First arg is now a
12167         const pointer.
12168         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
12169         (strmode): Renamed from mode_string.
12170         (filemodestring): New decl.
12171         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
12172         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
12173         needed.
12174         (S_ISPORT, S_ISWHT): New macros, if not already defined.
12175
12176         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12177
12178         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
12179         fsusage.h now does that.  Include fsusage.h first, to test interface.
12180         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
12181         at most one method (the old code could have generated decls that
12182         didn't conform to C89, not that this was ever exercised).
12183         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
12184
12185         2006-03-19  Jim Meyering  <jim@meyering.net>
12186
12187         Work even in a chroot where d_ino values for entries in "/"
12188         don't match the stat.st_ino values for the same names.
12189         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
12190         number, iterate through all entries again, using lstat instead.
12191         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
12192         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
12193
12194         * lib/getcwd.c (__getcwd): Clarify a comment.
12195         Use memcpy in place of a call to strcpy.
12196
12197         2006-03-12  Jim Meyering  <jim@meyering.net>
12198
12199         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
12200         matches that of the current directory (which we're about to chdir ".."
12201         out of), then save the dev-ino of the parent, instead.
12202
12203         * lib/same-inode.h (SAME_INODE): New file/macro.
12204         * lib/chdir-safer.c (SAME_INODE): Remove definition.
12205         Include "same-inode.h", instead.
12206         * lib/same.c: Likewise.
12207         * lib/cycle-check.h: Include "same-inode.h".
12208         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
12209         * lib/cycle-check.c (SAME_INODE): Remove definition.
12210         * lib/root-dev-ino.h: Include "same-inode.h".
12211
12212         2006-03-11  Eric Blake  <ebb9@byu.net>
12213
12214         * lib/same.c (same_name): s/base_name/last_component/
12215         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
12216         * lib/filenamecat.c (file_name_concat): Likewise.
12217
12218         2006-03-11  Eric Blake  <ebb9@byu.net>,
12219                     Paul Eggert  <eggert@cs.ucla.edu>
12220
12221         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
12222         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
12223         drive prefix.
12224         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
12225         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
12226         (last_component): New method.
12227         * lib/dirname.c (dir_len): Determine when drive letters need a
12228         subsequent slash.  Preserve // when it is special.
12229         (dir_name): Don't append dot when drive letter is absolute.
12230         [TEST_DIRNAME]: Move into a full-blown gnulib test.
12231         * lib/basename.c (base_name): New semantics - malloc the result.
12232         Preserve // when it is special.  Preserve relative files that look
12233         like drive letters.
12234         (base_len): Preserve // when it is special.
12235         (last_component): New method, similar to old base_name semantics.
12236         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
12237         base_name.  Strip redundant slashes from ///.
12238
12239 2006-07-03  Jim Meyering  <jim@meyering.net>
12240
12241         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
12242         macro is used before the first cycle_check call.
12243
12244 2006-07-03  Eric Blake  <ebb9@byu.net>
12245
12246         * modules/dirname (Depends-on): Add xstrndup.
12247
12248 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12249
12250         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
12251         test cases, so that config.log is a bit easier to follow.
12252
12253 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
12256         both are 64 bits, since this seems to be the tradition, and this
12257         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
12258         we ever run into a host that prefers long long to long in this
12259         case, we'll need another configure-time test.  Problem reported by
12260         Jim Meyering.
12261
12262 2006-07-02  Eric Blake  <ebb9@byu.net>
12263
12264         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
12265
12266 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12267
12268         * modules/inttypes (Depends-on): No longer depends on stdint.
12269         * modules/stdint (Description): Say more about assumptions.
12270         Say that the fast types might differ.  Say macros are used.
12271         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
12272         (Makefile.am): Revise list of substituted symbols to match
12273         new stdint.m4.
12274         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
12275         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
12276         * tests/test-stdint.c (verify_same_types)
12277         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
12278         the code conforms to C99/C89.
12279         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
12280         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
12281
12282 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12283
12284         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
12285         but fix a bug, by requiring at least 64 bits.
12286         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12287         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
12288         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
12289         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
12290
12291         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
12292         changes.  Make 2.59 a prerequisite.  Check and substitute for
12293         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
12294         inttypes.h.  Do not use special include files; just use the
12295         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
12296         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
12297         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
12298         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
12299         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
12300         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
12301         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
12302         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
12303         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
12304         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
12305         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
12306         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
12307         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
12308         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
12309         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
12310         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
12311         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
12312         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
12313         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
12314         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
12315         WINT_MAX.  Check for C99 conformance more strictly, by detecting
12316         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
12317         not check for things that C99 does not require, e.g., int8_t.  If
12318         a test isn't needed unless <stdint.h> isn't working, and is
12319         unlikely to be needed for any other reason, then don't do it
12320         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
12321         size_t, since we assume C89 freestanding at least.  Do not check
12322         for sig_atomic_t, wchar_t, or wint_t, since the code now does
12323         the right thing even if the types are not defined.  Instead use:
12324         (gl_STDINT_TYPE_PROPERTIES): New macro.
12325         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
12326         testing whether <sys/types.h> clashes, as Autoconf does this for
12327         us now.  All uses removed.
12328         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
12329         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
12330         (gl_CHECK_TYPE_SAME):
12331         Remove; no longer needed.
12332         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
12333         exists, since we'll return 0 anyway in that case.
12334         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
12335
12336 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12337
12338         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
12339         possible collision with system files.
12340         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
12341         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
12342         WCHAR_MIN and WCHAR_MAX in this case.
12343         (<stddef.h>): Do not include; no longer needed.
12344         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
12345         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
12346         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
12347         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
12348         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
12349         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
12350         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
12351         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
12352         !defined(__c99))]: Include in this case too, since it's harmless
12353         now.
12354         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
12355         dangerous to do so.
12356         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
12357         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
12358         (_STDINT_MIN, _STDINT_MAX): New macros.
12359         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
12360         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
12361         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
12362         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
12363         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
12364         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
12365         macros, not typedefs; this simplifies things quite a bit.
12366         Use long int for all types narrower than int64_t.
12367         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
12368         Define in terms of long long int or int64_t or long int,
12369         not int64_t or int32_t.  This saves some compile-time testing.
12370         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
12371         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
12372         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
12373         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
12374         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
12375         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
12376         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
12377         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
12378         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
12379         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
12380         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
12381         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
12382         undef any previous version and define our own version, for
12383         simplicity and consistency with the new macros for types.
12384         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
12385         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
12386         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
12387         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
12388         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
12389         @WINT_T_SUFFIX@ to keep things simple here.
12390         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
12391         Simplify by assuming typical 8/16/32/64 host, since we're
12392         already doing that elsewhere anyway.
12393         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
12394         and assume long long int is 64 bits if available.  This
12395         speeds up 'configure'.
12396
12397 2006-07-01  Eric Blake  <ebb9@byu.net>
12398
12399         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
12400         Reported by Andreas Buening.
12401
12402 2006-07-01  Eric Blake  <ebb9@byu.net>
12403
12404         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
12405
12406 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12407
12408         * lib/getaddrinfo.c: fixed typo
12409
12410 2006-06-29  Jim Meyering  <jim@meyering.net>
12411
12412         * modules/strftime (Maintainer): Add my name, since with the
12413         FPRINTFTIME changes strftime.c has forked from glibc.
12414
12415 2006-06-29  Eric Blake  <ebb9@byu.net>
12416
12417         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
12418
12419 2006-06-29  Eric Blake  <ebb9@byu.net>
12420
12421         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
12422
12423 2006-06-29  Eric Blake  <ebb9@byu.net>
12424
12425         * lib/stat_.h: New file.
12426
12427 2006-06-29  Eric Blake  <ebb9@byu.net>
12428
12429         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
12430         unused static function.
12431
12432 2006-06-29  Eric Blake  <ebb9@byu.net>
12433
12434         * doc/functions.texi (Function Portability): Document missing lstat
12435         on mingw.
12436
12437 2006-06-29  Eric Blake  <ebb9@byu.net>
12438
12439         * MODULES.html.sh: Add sys_stat.
12440         * modules/sys_stat: New module.
12441         * modules/mkstemp (Depends-on): Add sys_stat.
12442
12443 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12444
12445         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
12446
12447 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12448
12449         * m4/c-bs-a.m4: Removed.
12450
12451 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12452
12453         * lib/strftime.c: Assume strftime() exists.
12454
12455 2006-06-29  Derek Price  <derek@ximbiot.com>
12456
12457         * modules/c-bs-a: Removed - \a is C89.
12458         * MODULES.html.sh: Remove c-bs-a.
12459
12460 2006-06-29  Bruno Haible  <bruno@clisp.org>
12461
12462         * modules/wcwidth (License): Change to LGPL.
12463
12464 2006-06-28  Simon Josefsson  <jas@extundo.com>
12465
12466         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
12467         on _WIN32.
12468
12469         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
12470         getnameinfo.
12471
12472 2006-06-28  Simon Josefsson  <jas@extundo.com>
12473
12474         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
12475
12476 2006-06-28  Simon Josefsson  <jas@extundo.com>
12477
12478         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
12479         functions there.  It will succeed on Windows XP, but on Windows
12480         2000 and (presumably) earlier, it will fail, and use the internal
12481         re-implementation.
12482         (use_win32_p): New function.
12483         (getaddrinfo): Use strtoul on servname, to support numeric ports.
12484         Support AI_NUMERICSERV to disable getservbyname.
12485         (getnameinfo): New function, only supports
12486         NI_NUMERICHOST|NI_NUMERICSERV for now.
12487
12488         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
12489         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
12490         getnameinfo.
12491
12492 2006-06-28  Eric Blake  <ebb9@byu.net>
12493
12494         * modules/wcwidth: New file.
12495         * modules/mbchar (Depends-on): Add wcwidth.
12496         * modules/mbswidth (Depends-on): Add wcwidth.
12497         * MODULES.html.sh: Add wcwidth.
12498
12499 2006-06-28  Eric Blake  <ebb9@byu.net>
12500
12501         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
12502         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
12503
12504 2006-06-28  Eric Blake  <ebb9@byu.net>
12505
12506         * lib/xvasprintf.h: Fix comments.
12507
12508 2006-06-28  Eric Blake  <ebb9@byu.net>
12509
12510         * lib/mbchar.h (wcwidth): Include wcwidth.h.
12511         * lib/mbswidth.c (wcwidth): Move from here...
12512         * lib/wcwidth.h: ...to this new file.
12513
12514 2006-06-28  Derek R. Price  <derek@ximbiot.com>
12515
12516         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
12517
12518         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
12519         it's obsolete.
12520         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
12521
12522 2006-06-28  Derek R. Price  <derek@ximbiot.com>
12523
12524         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
12525         Autoconf 2.60 says this stuff was obsolete.
12526
12527 2006-06-28  Bruno Haible  <bruno@clisp.org>
12528
12529         * modules/wcwidth (Files): Add m4/wchar_t.m4.
12530
12531 2006-06-28  Bruno Haible  <bruno@clisp.org>
12532
12533         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
12534         gt_TYPE_WCHAR_T.
12535
12536 2006-06-28  Bruno Haible  <bruno@clisp.org>
12537
12538         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
12539         declaration for wcwidth.
12540         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
12541
12542 2006-06-28  Bruno Haible  <bruno@clisp.org>
12543
12544         * lib/mkdtemp.c [MINGW]: Include <io.h>.
12545         (mkdir): Define using _mkdir.
12546
12547 2006-06-28  Bruno Haible  <bruno@clisp.org>
12548
12549         * lib/getaddrinfo.h: Fix POSIX URL.
12550         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
12551         _WIN32.
12552         (use_win32_p): Make static.
12553         (getaddrinfo): Reject service name if it is empty or does not consist
12554         solely of decimal digits, or if its value is > 65535.
12555         (getnameinfo): Remove useless casts.
12556
12557 2006-06-27  Simon Josefsson  <jas@extundo.com>
12558
12559         * modules/sys_select: New file, suggested by Bruno Haible, Paul
12560         Eggert and Martin Lambers.
12561
12562 2006-06-27  Simon Josefsson  <jas@extundo.com>
12563
12564         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
12565         Eggert and Martin Lambers.
12566
12567 2006-06-27  Bruno Haible  <bruno@clisp.org>
12568
12569         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
12570         result to 0, not to empty.
12571         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
12572
12573 2006-06-27  Bruno Haible  <bruno@clisp.org>
12574
12575         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
12576
12577 2006-06-26  Simon Josefsson  <jas@extundo.com>
12578
12579         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
12580         present.
12581
12582 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
12585         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
12586         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
12587
12588 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
12589
12590         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
12591
12592 2006-06-26  Bruno Haible  <bruno@clisp.org>
12593
12594         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
12595
12596 2006-06-26  Bruno Haible  <bruno@clisp.org>
12597
12598         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
12599
12600 2006-06-26  Bruno Haible  <bruno@clisp.org>
12601
12602         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
12603         SGI C compiler in pre-C99 mode.
12604         Suggested by Mark D. Baushke and Larry Jones.
12605
12606 2006-06-26  Bruno Haible  <bruno@clisp.org>
12607
12608         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
12609         WCHAR_MAX.
12610         Reported by Mark D. Baushke and Larry Jones.
12611
12612 2006-06-26  Bruno Haible  <bruno@clisp.org>
12613
12614         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
12615         in pre-C99 mode.
12616         Suggested by Mark D. Baushke and Larry Jones.
12617
12618 2006-06-23  Simon Josefsson  <jas@extundo.com>
12619             Bruno Haible  <bruno@clisp.org>
12620
12621         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
12622         Emit mostlyclean-local rule.
12623         (func_emit_tests_Makefile_am): Likewise.
12624         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
12625
12626 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
12627
12628         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
12629
12630 2006-06-23  Bruno Haible  <bruno@clisp.org>
12631
12632         * tests/test-stdint.c: Update to match ISO C 99 Technical
12633         Corrigendum 1.
12634
12635 2006-06-23  Bruno Haible  <bruno@clisp.org>
12636
12637         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
12638
12639 2006-06-23  Bruno Haible  <bruno@clisp.org>
12640
12641         * lib/stdint_.h: Treat IRIX like OpenBSD.
12642
12643 2006-06-23  Bruno Haible  <bruno@clisp.org>
12644
12645         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
12646         ISO C 99 Technical Corrigendum 1.
12647
12648 2006-06-22  Simon Josefsson  <jas@extundo.com>
12649
12650         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
12651         MinGW.
12652
12653 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12654
12655         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
12656         needed.  Some compiler complained about some of them.  Problem reported
12657         by Larry Jones in
12658         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
12659
12660 2006-06-21  Simon Josefsson  <jas@extundo.com>
12661
12662         * tests/test-getaddrinfo.c: New file.
12663
12664         * modules/getaddrinfo-tests: New file.
12665
12666         * MODULES.html.sh: Add inet_pton.
12667
12668         * modules/inet_pton: New file.
12669
12670 2006-06-21  Simon Josefsson  <jas@extundo.com>
12671
12672         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
12673         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
12674         of using the (limited) gnulib implementation on Windows XP.
12675
12676         * m4/inet_pton.m4: New file.
12677
12678 2006-06-21  Simon Josefsson  <jas@extundo.com>
12679
12680         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
12681         variable.
12682
12683         * lib/socket_.h: Don't define WINVER.
12684
12685         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
12686         slightly modified to work in gnulib.
12687
12688 2006-06-21  Simon Josefsson  <jas@extundo.com>
12689
12690         * doc/gnulib.texi (Windows sockets): Add.
12691
12692 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
12693
12694         * lib/read-file.c (fread_file): Start with buffer allocation of
12695         0 bytes rather than 1 byte; this simplifies the code.
12696         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
12697         code to free buffer and save/restore errno.
12698         (internal_read_file): Remove unused local.
12699
12700 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12701
12702         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
12703         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
12704         Problem reported by Denis Excoffier in
12705         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
12706
12707 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12708
12709         * modules/sys_socket, modules/socklen: Include sys/types since
12710         FreeBSD 4.x's sys/socket.h needs it.
12711
12712 2006-06-19  Simon Josefsson  <jas@extundo.com>
12713
12714         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
12715
12716 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
12717
12718         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
12719
12720 2006-06-19  Bruno Haible  <bruno@clisp.org>
12721
12722         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
12723         and FULL_PATH_INTTYPES_H in angle brackets.
12724         Reported by Mark D. Baushke <mdb@gnu.org>.
12725
12726 2006-06-17  Eric Blake  <ebb9@byu.net>
12727
12728         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
12729         errno.
12730
12731 2006-06-17  Bruno Haible  <bruno@clisp.org>
12732
12733         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
12734         <sys/inttypes.h>.
12735
12736 2006-06-17  Bruno Haible  <bruno@clisp.org>
12737
12738         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
12739         whether errno is declared. Assume <errno.h> declares errno.
12740
12741 2006-06-17  Bruno Haible  <bruno@clisp.org>
12742
12743         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
12744
12745 2006-06-17  Bruno Haible  <bruno@clisp.org>
12746
12747         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
12748         problem on Solaris 2.5.1.
12749
12750 2006-06-16  Eric Blake  <ebb9@byu.net>
12751
12752         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
12753         * lib/unicodeio.c [!defined errno]: Likewise.
12754         * lib/strtol.c [!defined errno]: Likewise.
12755         * lib/strtod.c [!defined errno]: Likewise.
12756
12757 2006-06-15  Eric Blake  <ebb9@byu.net>
12758
12759         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
12760
12761 2006-06-15  Eric Blake  <ebb9@byu.net>
12762
12763         * config/srclist.txt (ssize_t.m4): Lose sync.
12764
12765 2006-06-15  Bruno Haible  <bruno@clisp.org>
12766
12767         * modules/stdint (Files): Include m4/full-header-path.m4,
12768         m4/size_max.m4, m4/wchar_t.m4.
12769         (Makefile.am): Many more substitutions.
12770         * modules/stdint-tests: New file.
12771         * tests/test-stdint.c: New file.
12772
12773 2006-06-15  Bruno Haible  <bruno@clisp.org>
12774
12775         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
12776         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
12777         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
12778         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
12779         gl_CHECK_TYPE_SAME): New macros.
12780
12781 2006-06-15  Bruno Haible  <bruno@clisp.org>
12782
12783         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
12784
12785 2006-06-15  Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/stdint_.h: Rewritten to be fully auto-configured.
12788         Fixes bug on HP-UX/IA64.
12789
12790 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
12791
12792         * lib/getdate.y (__attribute__): Don't define if already defined.
12793         Problem reported by Larry Jones.
12794         * lib/utimens.c (__attribute__): Likewise.
12795
12796 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
12799         reported by Andreas Schwab.
12800
12801 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12802             Bruno Haible  <bruno@clisp.org>
12803
12804         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
12805         check for the declaration of strnlen and a run test that exposes the
12806         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
12807         rpl_strndup.
12808
12809 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12810             Bruno Haible  <bruno@clisp.org>
12811
12812         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
12813
12814 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12815
12816         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
12817         compile test, for Tru64 4.0D.
12818
12819 2006-05-28  Karl Berry  <karl@gnu.org>
12820
12821         * config/srclist.txt (printf-args.c): lose sync.
12822
12823 2006-05-26  Martin Lambers  <marlam@marlam.de>
12824
12825         * lib/getpass.c: Updates the test for the native W32 API, and adds
12826         missing includes, thus fixing compilation warnings.
12827
12828 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12829
12830         * lib/exclude.c (exclude_fnmatch): New function.
12831         (excluded_file_name): Call exclude_fnmatch.
12832         * lib/exclude.h (excluded_file_name): New prototype
12833
12834 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
12835
12836         * lib/tempname.c (small_open, large_open): New macros.
12837         (__open, __open64) [!_LIBC]: Remove.
12838         (__gen_tempname): Use small_open and large_open instead of __open
12839         and __open64.  This fixes a portability bug on HP-UX 11.11i
12840         reported by Simon Wing-Tang in
12841         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
12842
12843 2006-05-24  Bruno Haible  <bruno@clisp.org>
12844
12845         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
12846         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
12847         Reported by Thorsten Maerz <torte@netztorte.de> via
12848         Aaron Stone <aaron@serendipity.cx>.
12849
12850 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
12853         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
12854         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
12855         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
12856         not really conditional on the cache.
12857         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
12858
12859 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
12862         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
12863         (my_usleep): Don't mishandle maximum value.
12864
12865 2006-05-19  Jim Meyering  <jim@meyering.net>
12866
12867         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
12868
12869 2006-05-17  Bruno Haible  <bruno@clisp.org>
12870
12871         Cygwin portability.
12872         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
12873
12874 2006-05-17  Bruno Haible  <bruno@clisp.org>
12875
12876         * lib/stdint_.h: Fix recognition of Cygwin.
12877
12878 2006-05-15  Bruno Haible  <bruno@clisp.org>
12879
12880         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
12881         on libtool patch by Ralf Wildenhues.
12882
12883 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12884
12885         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
12886         test for C99 conformance; (bool) 0.5 is an integer constant
12887         expression, but (bool) -0.5 is not.  Problem reported by Fedor
12888         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
12889
12890 2006-05-11  Simon Josefsson  <jas@extundo.com>
12891
12892         * m4/xvasprintf.m4: Fix obvious typo.
12893
12894 2006-05-11  Jim Meyering  <jim@meyering.net>
12895
12896         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
12897         James Lemley.
12898
12899 2006-05-10  Simon Josefsson  <jas@extundo.com>
12900
12901         * lib/md4.c: Typo fix, update copyright years.
12902         (K1, K2): Don't use L because it turn computations into 64-bit on
12903         64-bit platforms.
12904
12905 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
12906
12907         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
12908         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
12909         unwanted sign propagation, e.g., on hosts with 64-bit int.
12910         There still are some problems with reeelly weird theoretical hosts
12911         (e.g., 33-bit int) but it's not worth worrying about now.
12912         * lib/sha1.c (rol): Likewise.
12913         (K1, K2, K3, K4): Remove unnecessary L suffix.
12914
12915 2006-05-10  Bruno Haible  <bruno@clisp.org>
12916
12917         * lib/des.c: Cast to avoid warnings.
12918
12919 2006-05-09  Bruno Haible  <bruno@clisp.org>
12920
12921         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
12922         (Depends-on): Depend also on xsize, stdarg.
12923         (configure.ac): Add gl_XVASPRINTF.
12924
12925 2006-05-09  Bruno Haible  <bruno@clisp.org>
12926
12927         * m4/xvasprintf.m4: New file.
12928
12929 2006-05-09  Bruno Haible  <bruno@clisp.org>
12930
12931         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
12932         (EOVERFLOW): Define fallback value.
12933         (xstrcat): New function.
12934         (xvasprintf): Recognize the special case of a string concatenation.
12935
12936 2006-05-08  Eric Blake  <ebb9@byu.net>
12937
12938         * gnulib-tool (func_version): Base copyright year on CVS date.
12939         (func_emit_copyright_notice): New function.
12940         (func_emit_lib_Makefile_am): Use it.
12941         (func_emit_tests_Makefile_am): Likewise.
12942         (func_import): Likewise.
12943
12944 2006-05-08  Bruno Haible  <bruno@clisp.org>
12945
12946         * modules/stdarg: New file.
12947         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
12948
12949 2006-05-08  Bruno Haible  <bruno@clisp.org>
12950
12951         * m4/stdarg.m4: New file, from GNU gettext.
12952
12953 2006-05-08  Bruno Haible  <bruno@clisp.org>
12954
12955         * config/srclist.txt (build-aux/config.rpath): different from latest
12956         release.
12957
12958 2006-05-08  Bruno Haible  <bruno@clisp.org>
12959
12960         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
12961
12962 2006-05-05  Jim Meyering  <jim@meyering.net>
12963
12964         * m4/warning.m4: New file, derived from bison's file by the same name.
12965
12966 2006-05-03  Bruno Haible  <bruno@clisp.org>
12967
12968         * lib/stdint_.h: Shorter URL.
12969         * lib/inttypes.h: Likewise.
12970
12971 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
12974
12975 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12976
12977         * lib/verify.h: Document the internals better.  Most of this change
12978         was written by Bruno Haible.
12979
12980 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
12981
12982         * doc/verify.texi: New file, partly based on a proposal by
12983         Bruno Haible.
12984
12985 2006-05-02  Bruno Haible  <bruno@clisp.org>
12986
12987         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
12988         test from here...
12989         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
12990
12991 2006-04-29  Bruno Haible  <bruno@clisp.org>
12992
12993         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
12994         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
12995
12996 2006-04-29  Bruno Haible  <bruno@clisp.org>
12997
12998         * gnulib-tool: Make --update option actually work.
12999
13000 2006-04-29  Bruno Haible  <bruno@clisp.org>
13001
13002         * doc/gcd.texi: New file.
13003         * doc/gnulib.texi: Include it.
13004
13005 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * lib/getdate.y (get_date): When adding relative date, start with the
13008         initial time, not with the result of the first mktime call.
13009
13010 2006-04-25  Bruno Haible  <bruno@clisp.org>
13011
13012         * gnulib-tool (func_import): Output the include directives in three
13013         blocks, sorted separately.
13014         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13015
13016 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13017
13018         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13019         to define main with arguments, for C++.  Reported by Eric Blake.
13020         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13021         Prefer 'int main ()' to 'int main (void)', for C++.
13022         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13023         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13024         for 'main', for C99 and C++.
13025
13026 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13027
13028         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13029         Don't assume that exit status -1 is valid.
13030         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13031         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13032         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13033         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13034         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13035         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13036         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13037         functions can be used without declaring them, or that you can
13038         exit with status -1.
13039         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13040
13041 2006-04-24  Karl Berry  <karl@gnu.org>
13042
13043         * config/srclist.txt (longdouble.m4): sync lost.
13044
13045 2006-04-24  Eric Blake  <ebb9@byu.net>
13046
13047         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13048
13049 2006-04-24  Bruno Haible  <bruno@clisp.org>
13050
13051         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13052         poll() implementation in AIX.
13053         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13054
13055 2006-04-24  Bruno Haible  <bruno@clisp.org>
13056
13057         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
13058         assigned exactly once.
13059
13060 2006-04-23  Claudio Fontana  <claudio@gnu.org>
13061             Bruno Haible  <bruno@clisp.org>
13062
13063         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
13064         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
13065         for AM_CPPFLAGS.
13066
13067 2006-04-23  Bruno Haible  <bruno@clisp.org>
13068
13069         * modules/copy-file: Depend on unistd.
13070         * modules/execute: Likewise.
13071         * modules/fatal-signal: Likewise.
13072         * modules/findprog: Likewise.
13073         * modules/mkdtemp : Likewise.
13074         * modules/pipe: Likewise.
13075         * modules/wait-process: Likewise.
13076
13077 2006-04-23  Bruno Haible  <bruno@clisp.org>
13078
13079         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
13080         condition was already detected.
13081         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13082
13083 2006-04-23  Bruno Haible  <bruno@clisp.org>
13084
13085         * lib/copy-file.c: Include <unistd.h> unconditionally.
13086         * lib/execute.c: Likewise.
13087         * lib/fatal-signal.c: Likewise.
13088         * lib/findprog.c: Likewise.
13089         * lib/mkdtemp.c: Likewise.
13090         * lib/pipe.h: Likewise.
13091         * lib/pipe.c: Likewise.
13092         * lib/wait-process.h: Likewise.
13093
13094 2006-04-23  Bruno Haible  <bruno@clisp.org>
13095
13096         * gnulib-tool (func_usage): Fix --import description. Document
13097         --update.
13098         (func_import): Create temporary file in a temporary directory, if
13099         --dry-run is specified. Silence errors from 'grep' when there are no
13100         m4 files in $m4dir.
13101         (func_create_testdir): Silence errors from 'grep' when there are no
13102         m4 files in $m4dir.
13103         Reported by Karl Berry <karl@freefriends.org>.
13104
13105 2006-04-20  Bruno Haible  <bruno@clisp.org>
13106
13107         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
13108         one argument, so that the code will be portable to Autoconf 2.60.
13109         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
13110         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13111         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
13112
13113 2006-04-19  Derek Price  <derek@ximbiot.com>
13114             Eric Blake  <ebb9@byu.net>
13115
13116         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
13117         rather than "/full/path.h".  Update comment to match.  Shorten &
13118         generalize m4_translit call via AS_TR_CPP.
13119
13120 2006-04-19  Derek Price  <derek@ximbiot.com>
13121             Eric Blake  <ebb9@byu.net>
13122
13123         * lib/inttypes.h: Correct grammar in comment.
13124
13125 2006-04-18  Derek Price  <derek@ximbiot.com>
13126             Paul Eggert  <eggert@cs.ucla.edu>
13127
13128         * modules/inttypes: New file.
13129         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
13130
13131 2006-04-18  Derek Price  <derek@ximbiot.com>
13132             Paul Eggert  <eggert@cs.ucla.edu>
13133
13134         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
13135         New files.
13136
13137 2006-04-18  Derek Price  <derek@ximbiot.com>
13138             Paul Eggert  <eggert@cs.ucla.edu>
13139
13140         * lib/inttypes.h: New file.
13141         * lib/strtoimax.c: Assume <inttypes.h>.
13142
13143 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
13144
13145         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
13146         isn't mounted.  Problem reported by Kir Kolyshkin.
13147
13148 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13149
13150         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
13151         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
13152         Derek R. Price.
13153         * lib/regex.h (RE_DUP_MAX): Update comment to match current
13154         implementation.
13155
13156 2006-04-12  Eric Blake  <ebb9@byu.net>
13157
13158         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
13159         is now done automatically by the corresponding Autoconf macro.
13160
13161 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
13162
13163         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
13164         time_r.h.
13165
13166 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13167
13168         Merge regex changes from libc, removing some of our
13169         POSIX-conformance changes that were rejected and redoing them in a
13170         less-intrusive way.
13171
13172         * lib/regcomp.c (re_compile_internal, init_dfa):
13173         Length arg is now size_t, not Idx.  All uses changed.
13174         (peek_token): Forward decl now says internal_function.
13175         (__re_error_msgid, __re_error_msgid_idx):
13176         Now static rather than extern with attribute_hidden.
13177         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
13178         For some reason libc prefers K&R style defns for external functions.
13179         (regerror) [!defined _LIBC]: Likewise.
13180         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
13181         (seek_collating_symbol_entry, lookup_collation_sequence_value):
13182         (build_range_exp, build_collating_symbol):
13183         Use K&R-style defn.
13184         (re_compile_fastmap): Use '\0' to memset, not 0.
13185         (utf8_sb_map): Make the calculations more obvious.
13186         (init_dfa, parse_bracket_exp, build_charclass_op):
13187         Call calloc and cast result, as glibc does.
13188         (init_word_char, fetch_token, peek_token, peek_token_bracket):
13189         (build_range_exp, build_collating_symbol):
13190         Now internal functions.
13191
13192         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
13193
13194         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
13195         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
13196         Don't depend on VMS; depend on __VMS instead, for POSIX
13197         namespace cleanness.
13198         (regoff_t): Define to ssize_t, not long int.
13199
13200         Remove the REG_ macros named below.  Instead, make the old names
13201         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
13202         __USE_GNU_REGEX.
13203         (REG_BACKSLASH_ESCAPE_IN_LISTS):
13204         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
13205         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
13206         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
13207         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
13208         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
13209         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
13210         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
13211         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
13212         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
13213         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
13214         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
13215         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
13216         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
13217         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
13218         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
13219         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
13220         (REG_NREGS):
13221         Remove.  All uses replaced by the old RE_* names.
13222         (RE_BACKSLASH_ESCAPE_IN_LISTS):
13223         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
13224         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
13225         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
13226         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
13227         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
13228         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
13229         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
13230         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
13231         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
13232         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
13233         Don't bother having these macros be independent of each others'
13234         values, since they no longer exist in the POSIX name space.
13235
13236         Rename the following member names back to their old names,
13237         unless !__USE_GNU_REGEX.  All uses changed back.
13238         (buffer): Renamed from re_buffer.
13239         (allocated): Renamed from re_allocated.
13240         (used): Renamed from re_used.
13241         (syntax): Renamed from re_syntax.
13242         (fastmap): Renamed from re_fastmap.
13243         (translate): Renamed from re_translate.
13244         (can_be_null): Renamed from re_can_be_null.
13245         (regs_allocated): Renamed from re_regs_allocated.
13246         (fastmap_accurate): Renamed from re_fastmap_accurate.
13247         (no_sub): Renamed from re_no_sub.
13248         (not_bol): Renamed from re_not_bol.
13249         (not_eol): Renamed from re_not_eol.
13250         (newline_anchor): Renamed from re_newline_anchor.
13251         (num_regs): Renamed from rm_num_regs.
13252         (start): Renamed from rm_start.
13253         (end): Renamed from rm_end.
13254
13255         (free_state): Move up a bit.
13256
13257         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
13258         #define to be empty.
13259         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
13260         when that is what is intended.
13261         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
13262         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
13263         (MAX): New macro.
13264         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
13265         All uses changed back to re_malloc, etc.  It's now the caller's
13266         responsibility to check for overflow; all callers changed.
13267         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
13268         (re_x2nrealloc): Remove.
13269         (free_state): Remove decl.
13270
13271         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
13272         (re_set_registers, re_exec):
13273         Use K&R-style defn.
13274
13275         2006-01-31  Roland McGrath  <roland@redhat.com>
13276
13277         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
13278         Reported by Mike Frysinger <vapier@gentoo.org>.
13279
13280         2006-01-15  Andreas Jaeger  <aj@suse.de>
13281
13282         [BZ #1950]
13283         * lib/regex_internal.c (re_string_reconstruct): Adjust for
13284         build_wcs_upper_buffer change.
13285         (build_wcs_upper_buffer): Change return type.
13286
13287         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
13288
13289         * lib/regex_internal.h: Include <stdint.h> if available.
13290
13291         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
13292
13293         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
13294
13295         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
13296
13297         * lib/regcomp.c: Adjust for changed secondary hash function.
13298
13299         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
13300
13301         * lib/regex.h: Pretty printing.
13302         Clean up namespace a bit.
13303
13304         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
13305
13306         * lib/regexec.c (update_cur_sifted_state, check_arrival,
13307         check_arrival_add_next_nodes): Avoid using uninitialized variable.
13308
13309         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13310                     Ulrich Drepper  <drepper@redhat.com>
13311
13312         [BZ #1302]
13313         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
13314         changed.
13315         (bitset_word_t): Renamed from bitset_word.  All uses changed.
13316
13317         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
13318
13319         [BZ #281]
13320         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
13321         * lib/regcomp.c: Remove unnecessary uses of
13322         unsigned RE_TRANSLATE_TYPE.
13323         * lib/regex_internal.h: Likewise.
13324         * lib/regex_internal.c: Likewise.
13325         * lib/regexec.c: Likewise.
13326         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
13327
13328         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
13329
13330         * lib/regexec.c (find_recover_state): Remove unnecessary
13331         initialization.
13332         (transit_state_bkref): Make DFA a const pointer.
13333         (get_subexp): Likewise.
13334         (check_arrival): Likewise.
13335         (update_cur_sifted_state): Likewise.
13336         (re_search_internal): Likewise.
13337         (prune_impossible_nodes): Likewise.
13338         (acquire_init_state_context): Likewise.
13339         (proceed_next_node): Likewise.
13340         (set_regs): Likewise.
13341         (free_fail_stack_return): Likewise.
13342         (check_arrival_expand_ecl): Mark DFA parameter as const.
13343         (check_arrival_expand_ecl_sub): Likewise.
13344         (check_subexp_limits): Likewise.
13345         (sub_epsilon_src_nodes):  Likewise.
13346         (add_epsilon_src_nodes):  Likewise.
13347         (merge_state_array): Likewise.
13348         (update_regs): Likewise.
13349         (build_trtable): Likewise.
13350         (sift_states_backward): Mark MCTX parameter as const.
13351         (build_sifted_states): Likewise.
13352         (update_cur_sifted_state): Likewise.
13353         (sift_states_mkref): Likewise.
13354         (check_arrival_expand_ecl): Mark eclosure as const.
13355         (check_dst_limits_calc_pos_1): Likewise.
13356         * lib/regex_internal.h (re_match_context_t): Make dfa a const
13357         pointer.
13358
13359         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
13360
13361         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
13362         (transit_state_sb): Likewise.
13363         (transit_state_mb): Likewise.
13364         (sift_states_iter_mb): Likewise.
13365         (check_arrival_add_next_nodes): Likewise.
13366         (check_node_accept_bytes): Change first parameter to pointer-to-const.
13367         [_LIBC] (re_search_2_stub): Use mempcpy.
13368
13369         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
13370         mbrtowc for very simple UTF-8 case.
13371
13372         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
13373         a pointer-to-const.
13374         (re_acquire_state_context): Likewise.
13375         * lib/regex_internal.h: Adjust prototypes.
13376
13377         * lib/regex.c: Prevent using C++ compilers.
13378
13379         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
13380         (re_acquire_state_context): Likewise.
13381
13382 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13383
13384         * modules/regex (Depends-on): Add ssize_t.
13385
13386 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
13389         translation table.
13390
13391 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13392
13393         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
13394
13395 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
13396             Bruno Haible  <bruno@clisp.org>
13397
13398         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
13399         <sys/types.h> and <inttypes.h>.
13400
13401 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13402
13403         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
13404         `__error_t_defined', so argp.h will not typedef the former.
13405
13406 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
13407
13408         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
13409         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
13410         glibc names.  Even if glibc is changed to conform to POSIX, the
13411         traditional names will be available anyway, since regex depends on
13412         the extensions module.  Also, fix a longstanding typo in the
13413         implementation of Spencer ERE test #75 from grep 2.3.  Problems
13414         reported by Emanuele Giaquinta.  Also, change sense of cached
13415         variable, so that the message makes sense.
13416
13417 2006-03-24  Simon Josefsson  <jas@extundo.com>
13418
13419         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
13420         including some doc fixes.
13421         (base64_encode_alloc): Fix +1 bug on allocation failures.
13422
13423 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13424
13425         * lib/base64.c (base64_encode): Do not read past end of array with
13426         unsanitized input on systems with CHAR_BIT > 8.
13427
13428 2006-03-24  Eric Blake  <ebb9@byu.net>
13429
13430         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
13431
13432 2006-03-22  Karl Berry  <karl@gnu.org>
13433
13434         * config/srclist.txt (*setenv.[ch]): get from coreutils.
13435         * config/srclistvars.sh (COREUTILS): new var.
13436
13437 2006-03-17  Jim Meyering  <jim@meyering.net>
13438
13439         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
13440         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
13441
13442 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
13445         no longer needs it.  Instead, check that regoff_t is as least
13446         as wide as ptrdiff_t.
13447
13448         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
13449         so that our regex.h stays compatible with the installed regex.
13450         This is helpful for installers who configure --without-included-regex.
13451         Problem reported by Emanuele Giaquinta.
13452
13453 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
13456         Typedef to long int, not to off_, as POSIX will likely change
13457         in that direction.
13458
13459 2006-03-15  Eric Blake  <ebb9@byu.net>
13460
13461         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
13462
13463 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
13464
13465         * lib/argp-help.c (validate_uparams): Fix typo
13466         * lib/argp-parse.c (argp_default_options): Consistently begin help
13467         messages with a lowercase letter.
13468
13469 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
13470
13471         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
13472         overrun buffers and shouldn't be used (much as gets shouldn't be
13473         used).
13474         * lib/time_r.c (asctime_r, ctime_r): Likewise.
13475
13476 2006-03-08  Simon Josefsson  <jas@extundo.com>
13477
13478         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
13479         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13480
13481 2006-03-08  Simon Josefsson  <jas@extundo.com>
13482
13483         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
13484         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13485
13486 2006-03-08  Simon Josefsson  <jas@extundo.com>
13487
13488         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
13489         signal that configure disabled the device.
13490
13491 2006-03-08  Simon Josefsson  <jas@extundo.com>
13492
13493         * build-aux/maint.mk: Fix refresh-po, to handle no translated
13494         languages.
13495
13496 2006-03-07  Simon Josefsson  <jas@extundo.com>
13497
13498         * modules/getopt (Depends-on): Add unistd.
13499
13500         * modules/unistd: New file.
13501
13502 2006-03-07  Simon Josefsson  <jas@extundo.com>
13503
13504         * modules/gc-random: New file.
13505
13506 2006-03-07  Simon Josefsson  <jas@extundo.com>
13507
13508         * m4/unistd_h.m4: New file.
13509
13510 2006-03-07  Simon Josefsson  <jas@extundo.com>
13511
13512         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
13513         test to be side-effect free by storing the result in the cache
13514         variable gl_cv_lib_readline, and moving the assignment of
13515         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
13516         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13517
13518 2006-03-07  Simon Josefsson  <jas@extundo.com>
13519
13520         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
13521         error on missing devices (the functions will return an error).
13522
13523         * m4/gc.m4: Move random stuff to gc-random.m4
13524
13525 2006-03-07  Simon Josefsson  <jas@extundo.com>
13526
13527         * lib/unistd_.h: New file.
13528
13529 2006-03-07  Simon Josefsson  <jas@extundo.com>
13530
13531         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
13532
13533 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13534
13535         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
13536         Problem reported by Juan Manuel Guerrero.
13537
13538 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13539
13540         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
13541         the unistd module.
13542         * lib/getlogin_r.c: Likewise.
13543         * lib/getlogin_r.h: Likewise.
13544         * lib/glob.c: Likewise.
13545         * lib/pagealign_alloc.c: Likewise.
13546         * lib/unistd_.h: Remove; no longer needed.
13547
13548 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13549
13550         * MODULES.html.sh (Support for systems lacking POSIX:2001):
13551         Add unistd.
13552         * modules/c-stack (Depends-on): Add unistd.
13553         * modules/getlogin_r: Likewise.
13554         * modules/glob: Likewise.
13555         * modules/pagealign_alloc: Likewise.
13556         * modules/unistd (Files): Remove lib/unistd_.h.
13557         (EXTRA_DIST): Remove.
13558         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
13559         need unistd_.h.
13560         (MOSTLYCLEANFILES): Remove unistd.h-t.
13561
13562 2006-03-03  Simon Josefsson  <jas@extundo.com>
13563
13564         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
13565
13566 2006-03-03  Simon Josefsson  <jas@extundo.com>
13567
13568         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
13569         libidn and bison.
13570
13571 2006-03-03  Simon Josefsson  <jas@extundo.com>
13572
13573         * build-aux/maint.mk: Add indent target.
13574
13575 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
13576
13577         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
13578         our replacement poll.h in any case, to avoid a differing
13579         declaration from a system header.  Seen on AIX.
13580
13581 2006-03-01  Simon Josefsson  <jas@extundo.com>
13582
13583         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
13584         <kasal@ucw.cz>.
13585
13586 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13587
13588         * modules/gettime (Depends-on): Add extensions module.
13589         * modules/nanosleep (Depends-on): Likewise.
13590         * modules/settime (Depends-on): Likewise.
13591
13592 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
13595         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
13596         pedantically.
13597         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13598         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
13599
13600         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
13601         not "==".  Reported by Ralf Wildenhues.
13602
13603 2006-03-01  Karl Berry  <karl@gnu.org>
13604
13605         * doc/Copyright/request-*: new files, synced from gnuorg.
13606
13607 2006-03-01  Karl Berry  <karl@gnu.org>
13608
13609         * config/srclist.txt (Copyright/*): new entries.
13610
13611 2006-02-28  Simon Josefsson  <jas@extundo.com>
13612
13613         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
13614
13615 2006-02-27  Simon Josefsson  <jas@extundo.com>
13616
13617         * lib/base64.h: Indent #define's.  From Jim Meyering
13618         <jim@meyering.net>.
13619
13620 2006-02-27  Jim Meyering  <jim@meyering.net>
13621
13622         Revert the change of 2006-02-24, so these files can continue
13623         to be sync'd from gettext.
13624         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
13625         of `config.h'.
13626
13627 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         * modules/intprops: New file.
13630         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
13631         Add intprops.
13632         * modules/getloadavg (Files): Remove lib/intprops.h.
13633         (Depends-on): Add intprops.
13634         * modules/human: Likewise.
13635         * modules/inttostr: Likewise.
13636         * modules/openat: Likewise.
13637         * modules/sig2str: Likewise.
13638         * modules/userspec: Likewise.
13639         * modules/utimecmp: Likewise.
13640         * modules/xnanosleep: Likewise.
13641         * modules/xstrtol: Likewise.
13642
13643 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
13644
13645         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
13646         * modules/lock-tests (TESTS): Use $(EXEEXT).
13647         * modules/tls-tests: Likewise.
13648         * modules/argp-tests: Likewise.
13649         (check_PROGRAMS): New var, replacing...
13650         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
13651
13652 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13653
13654         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
13655         `config.h'.
13656
13657 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
13658
13659         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
13660
13661 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13662
13663         Sync from coreutils.
13664         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
13665         gl_CHDIR_SAFER.
13666
13667 2006-02-22  Jim Meyering  <jim@meyering.net>
13668
13669         Sync from coreutils.
13670         * m4/chdir-safer.m4: New file.
13671
13672 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
13673
13674         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
13675         AT_FDCWD exceeds INT_MAX.
13676         * lib/openat.h (AT_FDCWD): Likewise.
13677
13678 2006-02-17  Eric Blake  <address@hidden>
13679
13680         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
13681
13682 2006-02-16  Simon Josefsson  <jas@extundo.com>
13683
13684         * modules/getaddrinfo (Depends-on): Add sys_socket.
13685
13686 2006-02-15  Simon Josefsson  <jas@extundo.com>
13687
13688         * build-aux/maint.mk: Add dsyntax-check rule.
13689
13690 2006-02-15  Eric Blake  <ebb9@byu.net>
13691
13692         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
13693         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
13694         'present but cannot compile' warnings on cygwin.
13695         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
13696         use ws2tcpip.h if sys/socket.h works.
13697         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
13698         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
13699
13700 2006-02-14  Simon Josefsson  <jas@extundo.com>
13701
13702         * modules/maintainer-makefile (Files): Rename.
13703
13704         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
13705         and (the local) Makefile.cfg to maint-cfg.mk.
13706
13707         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
13708         to the latter.
13709
13710         * modules/maintainer-makefile: New module.
13711
13712         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
13713         severaly stripped to make it possible to build it up from scratch
13714         with reliable tests.
13715
13716         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
13717         fixes to permit overriding the default actions when configure and
13718         makefile are not available.
13719
13720 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13721
13722         Sync from coreutils.
13723         * modules/lstat (Depends-on): Don't depend on xalloc.
13724         (License): Change from GPL to LGPL, since this is now simply a
13725         replacement for a libc function.
13726
13727 2006-02-14  Jim Meyering  <jim@meyering.net>
13728
13729         Sync from coreutils.
13730
13731         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
13732         failure on deficient systems, and simplify gnulib lgpl dependencies.
13733         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
13734         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
13735
13736         * lib/xalloc-die.c: Remove unused definition of N_.
13737
13738 2006-02-14  Jim Meyering  <jim@meyering.net>
13739
13740         Sync from coreutils.
13741         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
13742         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
13743         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
13744         double-quote uses of that variable, to accommodate the rare case in
13745         which getmntent is available in none of the libraries checked.  This
13746         happens at least on FreeBSD 5.0.
13747
13748 2006-02-13  Simon Josefsson  <jas@extundo.com>
13749
13750         * gnulib-tool (Usage): Fix --import, from
13751         karl@freefriends.org (Karl Berry).
13752
13753 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
13754
13755         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
13756
13757 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
13758
13759         * lib/argp-namefrob.h: Restore changes accidentally lost during the
13760         "autoupdate" on 2005-12-12.
13761
13762 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13763
13764         * modules/closeout (Depends-on): Remove atexit.
13765
13766 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
13769         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
13770
13771 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13772
13773         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
13774         __EXTENSIONS__ if this causes compilation to fail.  Problem
13775         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
13776         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
13777
13778 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
13779
13780         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
13781         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
13782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
13783         All uses changed.
13784
13785 2006-01-26  Simon Josefsson  <jas@extundo.com>
13786
13787         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
13788         prototype is visible on mingw32.
13789
13790         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
13791         for mingw32.
13792
13793         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
13794         mingw32).
13795
13796 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13797
13798         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
13799         attempt to open for write; this always fails, at least on POSIX
13800         hosts.  This reinstates the 2006-01-09 change, which was
13801         inadvertently removed.
13802
13803 2006-01-26  Bruno Haible  <bruno@clisp.org>
13804
13805         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
13806         Reported by Paul Eggert.
13807
13808 2006-01-26  Bruno Haible  <bruno@clisp.org>
13809             Paul Eggert  <eggert@cs.ucla.edu>
13810
13811         * lib/stdbool_.h (_Bool)
13812         [(! (defined __cplusplus || defined __BEOS__)
13813           && !defined __GNUC__
13814           && !(defined __HP_cc || defined __xlc__
13815                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
13816                || defined __sgi))]:
13817         #define to signed char in these cases too; this simplifies
13818         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
13819         etc., separately) and makes it more conservative.
13820
13821 2006-01-25  Simon Josefsson  <jas@extundo.com>
13822
13823         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
13824         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
13825         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
13826
13827 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13828
13829         * lib/argp-namefrob.h: Bugfix. Remove stray #
13830
13831 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
13834         so that we test the test.
13835         Check for yet another HP-UX cc bug involving *bool |= bool.
13836
13837 2006-01-25  Karl Berry  <karl@gnu.org>
13838
13839         * config/srclist.txt (vasnprintf.c): sync lost.
13840
13841 2006-01-25  Jim Meyering  <jim@meyering.net>
13842
13843         Sync from the stable (b5) branch of coreutils:
13844
13845         * lib/fts.c (fts_children): Don't let close() clobber errno from
13846         failed fchdir().
13847
13848         * lib/fts.c (fts_stat): When following a symlink-to-directory,
13849         don't necessarily interpret stat-fails+lstat-succeeds as indicating
13850         a dangling symlink.  That can also happen at least for ELOOP.
13851         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
13852         FYI, this bug predates the inclusion of fts.c in coreutils.
13853
13854         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
13855         in their own block, so pre-c99 compilers don't object.
13856
13857         Avoid the double-free (first in fts_read, second in fts_close) that
13858         would occur when an `active' directory is made inaccessible (e.g.,
13859         via chmod a-x) during a traversal.
13860         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13861         before returning.  Reproduce this failure by
13862         mkdir -p a/b; cd a; chmod a-x . b
13863         Reported by Stavros Passas.
13864
13865 2006-01-25  Jim Meyering  <jim@meyering.net>
13866
13867         * lib/fileblocks.c: Remove more useless parentheses.
13868         * lib/readutmp.h: Likewise.
13869
13870 2006-01-25  Bruno Haible  <bruno@clisp.org>
13871
13872         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
13873         warnings.
13874         Reported by Paul Eggert.
13875
13876 2006-01-25  Bruno Haible  <bruno@clisp.org>
13877
13878         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
13879         rid of a trap command. For Solaris sh.
13880         Reported by Mark D. Baushke <mdb@gnu.org>.
13881
13882 2006-01-24  Simon Josefsson  <jas@extundo.com>
13883
13884         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
13885         Bruno.
13886
13887 2006-01-24  Karl Berry  <karl@gnu.org>
13888
13889         * config/srclist.txt (argp-namefrob.h): sync lost.
13890
13891 2006-01-24  Jim Meyering  <jim@meyering.net>
13892
13893         * modules/openat (Files): Add lib/intprops.h.
13894         From Mark D. Baushke.
13895
13896 2006-01-24  Jim Meyering  <jim@meyering.net>
13897
13898         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
13899         Reported by Mark D. Baushke.
13900
13901 2006-01-24  Jim Meyering  <jim@meyering.net>
13902
13903         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
13904
13905 2006-01-24  Bruno Haible  <bruno@clisp.org>
13906
13907         * modules/strnlen (Maintainer): Change from glibc to all.
13908
13909 2006-01-24  Bruno Haible  <bruno@clisp.org>
13910
13911         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
13912         Patch by Paul Eggert.
13913
13914 2006-01-24  Bruno Haible  <bruno@clisp.org>
13915
13916         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
13917         already has it.
13918         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
13919         2005-11-26.
13920
13921         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
13922         'signed char' to avoid problems with the built-in _Bool type.
13923         Reported by Paul Eggert on 2005-11-26.
13924
13925 2006-01-24  Bruno Haible  <bruno@clisp.org>
13926
13927         * gnulib-tool (func_import): Avoid constructing complicated sed
13928         expressions inside backquote.
13929         Report and solution by Mark D. Baushke <mdb@gnu.org>.
13930
13931 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
13932
13933         These changes imported from libc.
13934         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
13935         test and two separate function calls.
13936         * lib/strndup.c (__strndup): Add libc_hidden_def.
13937
13938 2006-01-23  Simon Josefsson  <jas@extundo.com>
13939
13940         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
13941         Remove the test_*_SOURCES variable: automake infers it by default.
13942         * modules/tls-tests: Likewise.
13943
13944 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13945
13946         Work around porting bugs reported by Dieter in
13947         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
13948         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
13949         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
13950         Include "getopt.h" first, to check interface.
13951         (getenv): Declare only if defined HAVE_DECL_GETENV &&
13952         !HAVE_DECL_GETENV.
13953         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
13954         (__strndup): Revert to K&R-style function dfns, the glibc style.
13955         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
13956         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
13957         Include strnlen.h first, to get prototype properly.
13958         (strnlen): Renamed from __strnlen.
13959         Remove weak alias.
13960
13961 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13962
13963         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
13964
13965 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13966
13967         * config/srclist.txt: Adjust to reflect glibc reorganization.
13968         This affects only comments.
13969
13970 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13971
13972          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
13973          Reported by Bruce Korb <bkorb@gnu.org>.
13974
13975 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
13978         to pacify gcc -Wswitch-default.
13979
13980 2006-01-22  Bruno Haible  <bruno@clisp.org>
13981
13982         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
13983         temporary buffer for sprintf, take into account the precision also
13984         for 'd', 'i', 'u', 'o', 'x', 'X'.
13985
13986 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13987
13988         * modules/argp-tests: New module
13989         * tests/test-argp.c: New file
13990         * tests/test-argp-2.sh: New file
13991
13992 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
13993
13994         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
13995         (__argp_base_name): Removed
13996         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
13997         typo.
13998         (__argp_base_name): Provide macro definition or extern declaration
13999         depending on the configuration
14000
14001 2006-01-20  Simon Josefsson  <jas@extundo.com>
14002
14003         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14004
14005 2006-01-20  Simon Josefsson  <jas@extundo.com>
14006
14007         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14008
14009 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14012         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14013         Suggested by Bruno Haible.
14014
14015 2006-01-20  Karl Berry  <karl@gnu.org>
14016
14017         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14018         until changes propagate, I guess.
14019
14020 2006-01-19  Simon Josefsson  <jas@extundo.com>
14021
14022         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14023
14024 2006-01-19  Simon Josefsson  <jas@extundo.com>
14025
14026         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14027
14028 2006-01-19  Simon Josefsson  <jas@extundo.com>
14029
14030         * gnulib-tool: Set check_PROGRAMS.
14031
14032         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14033         modules/des-tests, modules/gc-arcfour-tests,
14034         modules/gc-arctwo-tests, modules/gc-des-tests,
14035         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14036         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14037         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14038         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14039         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14040         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14041         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14042         test_*_SOURCES.
14043
14044 2006-01-18  Simon Josefsson  <jas@extundo.com>
14045
14046         * modules/socklen (Depends-on): Depend on sys_socket.
14047
14048 2006-01-18  Simon Josefsson  <jas@extundo.com>
14049
14050         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14051         modules/des-tests, modules/gc-arcfour-tests,
14052         modules/gc-arctwo-tests, modules/gc-des-tests,
14053         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14054         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14055         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14056         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14057         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14058         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
14059         $(EXEEXT) to automake TESTS variable, for mingw32.
14060
14061 2006-01-17  Simon Josefsson  <jas@extundo.com>
14062
14063         * modules/socklen (Include): Need sys/socket.h.
14064
14065 2006-01-17  Bruno Haible  <bruno@clisp.org>
14066
14067         * modules/ssize_t (Include): Add <sys/types.h>.
14068
14069 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
14070
14071         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
14072         it's not portable and it doesn't work with cross-compiles.
14073         Problem reported by Bruno Haible.  Fix missing-$ typo in
14074         'test "gl_cv_ignore_unused_libraries" ...' that prevented
14075         -zignore from being used with Sun's C compiler.
14076
14077 2006-01-12  Simon Josefsson  <jas@extundo.com>
14078
14079         * lib/base64.c: Fix warning, reported by Bruno Haible
14080         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
14081
14082 2006-01-12  Bruno Haible  <bruno@clisp.org>
14083
14084         * modules/ldd: New file.
14085         * build-aux/ldd.sh.in: New file.
14086         * MODULES.html.sh (Support for building libraries and executables): Add
14087         ldd.
14088
14089 2006-01-12  Bruno Haible  <bruno@clisp.org>
14090
14091         * m4/ldd.m4: New file.
14092
14093 2006-01-12  Bruno Haible  <bruno@clisp.org>
14094
14095         * gnulib-tool (func_import, func_create_testdir): Don't go into an
14096         endless loop while replacing $auxdir with build-aux.
14097
14098 2006-01-11  Simon Josefsson  <jas@extundo.com>
14099
14100         * lib/stdint_.h (SIZE_MAX): Add missing (.
14101
14102 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
14103
14104         Sync from coreutils.
14105         * lib/md5.c: Fix commentary typos.
14106         (alignof, UNALIGNED_P): No need for a GCC-specific version.
14107         * lib/md5.h (__attribute__): Remove; unused.
14108         * lib/sha1.c: Fix commentary to match md5 better.
14109         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
14110         so that we don't need to worry about alignment.  All uses changed.
14111         This merges the 2005-10-28 md5 change into sha1.
14112
14113 2006-01-11  Jim Meyering  <jim@meyering.net>
14114
14115         Sync from coreutils.
14116         * lib/md5.c (OP): Fix spacing.
14117
14118 2006-01-11  Bruno Haible  <bruno@clisp.org>
14119
14120         Ensure automatic ordering between gl_LOCK and gl_ARGP.
14121         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
14122         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
14123
14124 2006-01-11  Bruno Haible  <bruno@clisp.org>
14125
14126         Ensure automatic ordering between gl_LOCK and gl_ARGP.
14127         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
14128         the "early" section as well.
14129
14130 2006-01-11  Bruno Haible  <bruno@clisp.org>
14131
14132         Avoid "ar: no archive members specified" error on MacOS X.
14133         * gnulib-tool (func_modules_add_dummy): New function.
14134         (func_import, func_create_testdir): Invoke it.
14135
14136 2006-01-11  Bruno Haible  <bruno@clisp.org>
14137
14138         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
14139         with $auxdir in AC_CONFIG_FILES statements.
14140
14141 2006-01-11  Bruno Haible  <bruno@clisp.org>
14142
14143         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14144         Initialize also noinst_HEADERS to empty.
14145
14146 2006-01-11  Bruno Haible  <bruno@clisp.org>
14147
14148         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
14149         variables.
14150         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
14151         autoreconf.
14152
14153 2006-01-11  Bruno Haible  <bruno@clisp.org>
14154
14155         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
14156         overridable by the user.
14157         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14158
14159 2006-01-10  Simon Josefsson  <jas@extundo.com>
14160
14161         * modules/sys_socket: New file.
14162
14163 2006-01-10  Simon Josefsson  <jas@extundo.com>
14164
14165         * m4/sys_socket_h.m4: New file.
14166
14167 2006-01-10  Simon Josefsson  <jas@extundo.com>
14168
14169         * lib/socket_.h: New file.
14170
14171 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14172
14173         * modules/readutmp (Maintainer): Add myself.
14174
14175 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14176
14177         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
14178         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
14179         People who are still concerned with buggy memcmp implementations
14180         can invoke gl_FUNC_MEMCMP themselves.
14181
14182 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14183
14184         * lib/regex_internal.h (BITSET_WORD_BITS):
14185         Work around a bug in 64-bit PGC (before version 6.1-2), where the
14186         preprocessor mishandles large unsigned values as if they were signed.
14187         Problem reported by Claudio Fontana in
14188         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
14189
14190 2006-01-10  Jim Meyering  <jim@meyering.net>
14191
14192         Avoid the double-free (first in fts_read, second in fts_close) that
14193         would occur when an `active' directory is made inaccessible (e.g.,
14194         via chmod a-x) during a traversal.
14195         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14196         before returning.  Reproduce this failure by
14197         mkdir -p a/b; cd a; chmod a-x . b
14198         Reported by Stavros Passas.
14199
14200         Sync from coreutils.
14201         * lib/sha1.c: Tweak grammar in a comment.
14202
14203 2006-01-10  Jim Meyering  <jim@meyering.net>
14204
14205         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
14206         Patch by Joerg Sonnenberger.
14207
14208 2006-01-10  Bruno Haible  <bruno@clisp.org>
14209
14210         * modules/readutmp: Depend on module free.
14211         * modules/strtok_r: Depend on module restrict.
14212
14213 2006-01-10  Bruno Haible  <bruno@clisp.org>
14214
14215         * modules/gettext (configure.ac): Add an invocation of
14216         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
14217
14218 2006-01-10  Bruno Haible  <bruno@clisp.org>
14219
14220         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
14221         Reported by Werner Lemberg <wl@gnu.org>.
14222
14223 2006-01-10  Bruno Haible  <bruno@clisp.org>
14224
14225         * lib/localcharset.c: Update from GNU gettext.
14226
14227 2006-01-10  Bruno Haible  <bruno@clisp.org>
14228
14229         * lib/argp.h (__const): Remove macro. Use const instead.
14230         * lib/argp-fmtstream.h (__const): Likewise.
14231         * lib/glob_.h (__const): Remove macro.
14232         * lib/glob-libc.h: Use const instead of __const.
14233
14234 2006-01-10  Bruno Haible  <bruno@clisp.org>
14235
14236         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
14237         variable.
14238         Needed to avoid an automake error regarding the 'gettext' module.
14239
14240 2006-01-09  Simon Josefsson  <jas@extundo.com>
14241
14242         * modules/inet_ntop (Depends-on): Add restrict.
14243
14244 2006-01-09  Simon Josefsson  <jas@extundo.com>
14245
14246         * modules/gc-rijndael-tests (License): Put under LGPL.
14247
14248         * modules/gc-des-tests (License): Likewise.
14249
14250         * modules/gc-arcfour-tests (License): Likewise.
14251
14252         * modules/gc-arctwo-tests (License): Likewise.
14253
14254         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
14255
14256         * modules/gc-hmac-sha1-tests (Files): Likewise.
14257
14258         * modules/gc-hmac-md5-tests (License): Likewise.
14259
14260         * modules/gc-sha1-tests (License): Likewise.
14261
14262         * modules/gc-md5-tests (License): Likewise.
14263
14264         * modules/gc-md4-tests (License): Likewise.
14265
14266         * modules/gc-md2-tests (License): Likewise.
14267
14268         * modules/gc-tests (License): Likewise.
14269
14270         * modules/des-tests (License): Likewise.
14271
14272         * modules/md4-tests (License): Likewise.
14273
14274         * modules/md2-tests (License): Likewise.
14275
14276 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14277
14278         Sync from coreutils:
14279
14280         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
14281         * modules/lib-ignore: New file.
14282         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
14283         chdir-safer.m4, lchmod.m4.
14284         * modules/openat: Add mkdirat.c, openat-priv.h.
14285
14286 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14287
14288         Sync from coreutils.
14289         * m4/lib-ignore.m4: New file.
14290         * m4/lchmod.m4: New file.
14291
14292 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14293
14294         Sync from coreutils.
14295         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
14296         for write access: POSIX says that must fail.
14297         * lib/fts.c (diropen): Likewise.
14298         * lib/save-cwd.c (save_cwd): Likewise.
14299         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
14300         well, for minor improvements on hosts that lack O_DIRECTORY.
14301         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
14302         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
14303         Fall back on chown if open failed with EACCES.
14304
14305         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
14306         Report an error at compile-time if only a 1-second nominal clock
14307         resolution is found.
14308
14309         * lib/lchmod.h: New file.
14310         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
14311         (make_dir_parents): Use lchown rather than chown, and
14312         lchmod rather than chmod.
14313
14314         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
14315         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
14316         "proc" reported by n0dalus.
14317
14318         * lib/mountlist.c: Include <limits.h>.
14319         (dev_from_mount_options)
14320         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
14321         New function.  It no longer assumes "dev=" has the System V meaning
14322         on Linux (since it doesn't).  It also parses "dev=" more carefully.
14323         (read_file_system_list)
14324         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
14325         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
14326         dev= in that case.
14327
14328         * lib/posixtm.h (PDS_PRE_2000): New macro.
14329         * lib/posixtm.c (year): Arg is now syntax_bits rather than
14330         allow_century.  All usages changed.  Reject dates outside the range
14331         1969-1999 if PDS_PRE_2000 is used.
14332
14333 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14334
14335         Sync from coreutils.
14336         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
14337         (Time of day items): Mention the possibility of leap seconds.
14338         Problem reported by Dr. David Alan Gilbert.
14339
14340 2006-01-09  Jim Meyering  <jim@meyering.net>
14341
14342         Sync from coreutils.
14343
14344         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
14345
14346         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
14347
14348         * lib/modechange.c (mode_compile): Reject an invalid mode string
14349         that starts with an octal digit.  From Andreas Gruenbacher.
14350
14351         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
14352         and dup to open_safer and dup_safer, respectively.
14353         (openat_permissive): Fix typo in comment.
14354
14355         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
14356         "gettext.h"; either no longer needed or are guaranteed by openat.h.
14357         (_): Remove; no longer needed.
14358         (openat): Renamed from rpl_openat; no need for rpl_openat
14359         since openat.h renames openat for us.
14360         Replace most of the body with a call to openat_permissive,
14361         to avoid duplicate code.
14362         Port to (probably hypothetical) environments were mode_t is
14363         wider than int.
14364         (openat_permissive): Require mode arg, so that we can check
14365         types better.  Put it just after flags.  Change cwd failure
14366         indicator from pointer-to-bool to pointer-to-errno-value.
14367         All callers changed.
14368         Invoke openat_save_fail and/or openat_restore_fail if
14369         cwd_errno is null, so that openat can call us.
14370         (openat_permissive, fdopendir, fstatat, unlinkat):
14371         Simplify errno handling to avoid some duplicate code,
14372         as it's OK to set errno on success.
14373         * lib/openat.h: Revamp code so that function macros depend on
14374         __OPENAT_PREFIX only, not also on AT_FDCWD.
14375         (openat_ro): Remove.  Caller changed to use openat_permissive.
14376         (openat_permissive): Now a macro, if not a function.
14377         (openat_restore_fail, openat_save_fail): Now always functions,
14378         since mkdirat needs them even if __OPENAT_PREFIX is defined.
14379
14380         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
14381         and openat.c.
14382         * lib/mkdirat.c: Include openat-priv.h.
14383         Remove definitions of macros defined therein.
14384         * lib/openat.c: Likewise.
14385
14386         * lib/mkdirat.c (mkdirat): New file and function.
14387         * lib/openat.h (mkdirat): Declare.
14388
14389         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
14390
14391         * lib/openat.h (openat_permissive): Declare.
14392         (openat_ro): Define.
14393
14394         * lib/openat.c (EXPECTED_ERRNO): New macro.
14395         (openat_permissive): New function -- used in remove.c rewrite.
14396         (all functions): Set errno just before returning, only if there
14397         was an actual failure.
14398         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
14399
14400         Emulate openat-family functions using Linux's procfs, if possible.
14401         Idea and some code based on Ulrich Drepper's glibc changes.
14402
14403         * lib/openat.c: (BUILD_PROC_NAME): New macro.
14404         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
14405         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
14406         before falling back on save_cwd and restore_cwd.
14407         (fdopendir, fstatat, unlinkat): Likewise.
14408
14409         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
14410         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
14411
14412         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
14413         as second argument to va_arg.  Otherwise, some versions of gcc
14414         warn that `if this code is reached, the program will abort'.
14415
14416 2006-01-09  Jim Meyering  <jim@meyering.net>
14417
14418         Sync from coreutils.
14419         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
14420         Require openat-priv.h.
14421
14422 2006-01-09  Bruno Haible  <bruno@clisp.org>
14423
14424         * modules/strnlen (Include): Use strnlen.h.
14425
14426 2006-01-09  Bruno Haible  <bruno@clisp.org>
14427
14428         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
14429
14430 2006-01-09  Bruno Haible  <bruno@clisp.org>
14431
14432         * lib/sysexit_.h (EX_OK): New macro.
14433         Suggested by Martin Lambers <marlam@marlam.de>.
14434
14435 2006-01-09  Bruno Haible  <bruno@clisp.org>
14436
14437         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
14438         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
14439
14440 2006-01-09  Bruno Haible  <bruno@clisp.org>
14441
14442         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
14443         numbers.
14444
14445 2006-01-09  Bruno Haible  <bruno@clisp.org>
14446
14447         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
14448         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
14449         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
14450         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
14451
14452 2006-01-09  Bruno Haible  <bruno@clisp.org>
14453
14454         * build-aux/javacomp.sh.in: New file, moved from lib/.
14455         * modules/javacomp-script (Files): Update.
14456         (configure.ac): Add AC_CONFIG_FILES invocation.
14457         (EXTRA_DIST): Remove variable.
14458
14459         * build-aux/javaexec.sh.in: New file, moved from lib/.
14460         * modules/javaexec (Files): Update.
14461         (configure.ac): Add AC_CONFIG_FILES invocation.
14462         (EXTRA_DIST): Remove javaexec.sh.in.
14463
14464         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
14465         * modules/csharpcomp-script (Files): Update.
14466         (configure.ac): Add AC_CONFIG_FILES invocation.
14467         (EXTRA_DIST): Remove variable.
14468
14469         * build-aux/csharpexec.sh.in: New file, moved from lib/.
14470         * modules/csharpexec (Files): Update.
14471         (configure.ac): Add AC_CONFIG_FILES invocation.
14472         (EXTRA_DIST): Remove csharpexec.sh.in.
14473
14474 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
14475
14476         Sync from coreutils.
14477
14478         Add POSIX ACL support
14479         * lib/acl.h (copy_acl, set_acl): Add declarations.
14480         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
14481         systems other than Linux.
14482         (chmod_or_fchmod): New function: use fchmod when possible,
14483         and chmod otherwise.
14484         (file_has_acl): Add a POSIX ACL implementation, with a
14485         Linux-specific subcase.
14486         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
14487         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
14488         acls are unsupported.
14489         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
14490         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
14491         are unsupported.
14492
14493 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
14494
14495         Sync from coreutils.
14496         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
14497
14498 2006-01-07  Bruno Haible  <bruno@clisp.org>
14499
14500         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
14501         gl_EARLY.
14502
14503 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * lib/strftime.c (tzname): Don't declare if it is already #defined.
14506         Problem reported for Mingw by Mark Junker.
14507
14508 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14509
14510         * README: Gnulib normally doesn't generate a tarball.
14511
14512 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
14513
14514         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
14515         long int, not int, for nanosecond counts, so that people who are
14516         used to POSIX struct timespec won't be surprised.  Reported by Jim
14517         Meyering.
14518
14519 2005-12-28  Bruno Haible  <bruno@clisp.org>
14520
14521         * build-aux/config.rpath: Update from GNU gettext.
14522
14523 2005-12-16  Jim Meyering  <jim@meyering.net>
14524
14525         * modules/fprintftime: New module.
14526         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
14527
14528 2005-12-16  Jim Meyering  <jim@meyering.net>
14529
14530         * m4/fprintftime.m4: New file.
14531
14532 2005-12-16  Jim Meyering  <jim@meyering.net>
14533
14534         * lib/fprintftime.c, lib/fprintftime.h: New files.
14535
14536 2005-12-15  Simon Josefsson  <jas@extundo.com>
14537
14538         * modules/socklen (configure.ac): Fix M4 macro name, to align with
14539         new m4/socklen.m4.
14540
14541 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14542
14543         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
14544         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
14545
14546 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14547
14548         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
14549         * lib/argp-help.c (fill_in_uparams): Check if the constructed
14550         struct uparams is valid. Fall back to the default values if it is
14551         not.
14552
14553 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14554
14555         * modules/argp (Files): Add argp-pin.c
14556         (Depends-on): dirname
14557         (lib_SOURCES): Add argp-pin.c
14558
14559 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14560
14561         * m4/argp.m4:  Check if program_invocation_name and
14562         program_invocation_short_name are declared and define appropriate
14563         macros if they are not.
14564
14565 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14566
14567         * lib/argp-help.c (__argp_base_name): New function
14568         (__argp_short_program_name): Rewrite using __argp_base_name
14569         * lib/argp-namefrob.h: Define program_invocation_name and
14570         program_invocation_short_name if requested
14571         (__argp_base_name): Add prototype
14572         * lib/argp-parse.c (argp_def): Use gettext wrappers
14573         (argp_default_parser): Use __argp_base_name
14574         * lib/argp-pin.c: New file. Defines program_invocation_name and
14575         program_invocation_short_name on systems that lack them.
14576
14577 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14578
14579         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
14580         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
14581         porting problem reported by Georg Schwarz in
14582         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
14583
14584 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14585
14586         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
14587         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
14588         porting problem reported by Georg Schwarz in
14589         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
14590
14591 2005-12-05  Bruno Haible  <bruno@clisp.org>
14592
14593         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
14594         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
14595         Reported by Mark Junker <mjscod@gmx.de>.
14596
14597 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
14598
14599         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
14600         Use implementation from Albert Chin, with some
14601         comments/corrections by Stepan Kasal and myself.
14602
14603 2005-12-02  Bruno Haible  <bruno@clisp.org>
14604
14605         * gnulib-tool (func_import): Accept GPLed build tool modules when
14606         --lgpl is given.
14607         * modules/csharpcomp-script: New file.
14608         * modules/csharpcomp: Depend on it.
14609         * modules/javacomp-script: New file.
14610         * modules/javacomp: Depend on it.
14611         Suggested by Simon Josefsson.
14612
14613 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
14616         statement, to work around an HP-UX 10.20 compiler bug reported by
14617         Peter O'Gorman.
14618
14619 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14620
14621         * modules/savedir (Depends-on): Add openat.
14622
14623 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14624
14625         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
14626         (uintmax_t) [defined uintmax_t]: Do not declare.
14627         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
14628         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
14629         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
14630         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
14631         sake of portability to weird hosts that C allows (though we don't
14632         know of any practical examples).
14633
14634         * lib/savedir.h (fdsavedir): New decl.
14635         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
14636         contains most of the former guts of savedir.
14637         (savedir): Use savedirstream.
14638         Include "openat.h".
14639
14640 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14641
14642         * modules/obstack (Files): Add m4/ulonglong.m4.
14643         Problem reported by Davide Angelocola.
14644
14645 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
14646
14647         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
14648         coreutils no longer futzes with rounding modes.
14649
14650 2005-11-14  Jim Meyering  <jim@meyering.net>
14651
14652         * lib/mkstemp-safer.c: Include <config.h>, required for possible
14653         replacement of mkstemp.
14654
14655 2005-11-10  Simon Josefsson  <jas@extundo.com>
14656
14657         * lib/readline.c: Remove EOL.
14658
14659 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14660
14661         * modules/gethrxtime (Depends-on): Add gettime.
14662
14663 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14664
14665         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
14666         or gettimeofday; no longer needed.
14667
14668 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14669
14670         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
14671         time business.
14672         (gethrxtime) [! (HAVE_NANOUPTIME
14673         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
14674         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
14675         our own approximation.
14676
14677 2005-11-08  Eric Blake  <ebb9@byu.net>
14678
14679         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
14680
14681 2005-11-08  Eric Blake  <ebb9@byu.net>
14682
14683         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
14684
14685 2005-11-04  Bruno Haible  <bruno@clisp.org>
14686
14687         * gnulib-tool: Implement --update mode.
14688
14689 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14690
14691         Fix porting problem reported by Theodoros V. Kalamatianos.
14692         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
14693         Don't assume that futimes failing means we must fail.
14694
14695 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
14698         variables to suggest the intended function of the PATH_MAX check.
14699
14700 2005-10-30  Kean Johnston  <jkj@sco.com>
14701
14702         Trivial changes to support SCO systems.
14703         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
14704         as PATH_MAX.
14705         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
14706         where __ptr is null when no I/O is pending.
14707
14708 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14709
14710         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
14711         leave errno alone.  Problem reported by Dmitry V. Levin.
14712
14713 2005-10-28  Simon Josefsson  <jas@extundo.com>
14714
14715         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
14716         Test more.
14717
14718         * tests/test-gc-md2.c, tests/test-md2.c: New files.
14719
14720         * modules/md2, modules/md2-tests: New files.
14721
14722 2005-10-28  Simon Josefsson  <jas@extundo.com>
14723
14724         * m4/inet_ntop.m4: More tests.
14725
14726         * m4/gc-md2.m4, md2.m4: New file.
14727
14728 2005-10-28  Simon Josefsson  <jas@extundo.com>
14729
14730         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
14731         "restrict" keywords, as per POSIX.  Protect the function
14732         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
14733         Don't use K&R prototypes.  Check the sprintf return values.
14734         Re-define EAFNOSUPPORT if not present.  Indent.
14735
14736         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
14737         suggested by Bruno Haible <bruno@clisp.org>.
14738
14739         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
14740
14741         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
14742
14743         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
14744         libgcrypt).
14745
14746         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
14747
14748         * lib/md2.h, lib/md2.c: New files.
14749
14750 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
14751
14752         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
14753         errno alone.  Problem reported by Frederic Jolliton.
14754
14755 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         * modules/verify (License): Change from GPL to LGPL.  This is a
14758         tiny module and there are apparently near-equivalents that are
14759         under the BSD license.
14760
14761 2005-10-24  Simon Josefsson  <jas@extundo.com>
14762
14763         * modules/sha1: Relicense to LGPL.
14764
14765 2005-10-24  Simon Josefsson  <jas@extundo.com>
14766
14767         * lib/md4.h: Shrink buffer size, now that we changed the type.
14768
14769 2005-10-23  Simon Josefsson  <jas@extundo.com>
14770
14771         * gnulib-tool (func_import): Fix --tests-base.
14772
14773 2005-10-22  Simon Josefsson  <jas@extundo.com>
14774
14775         * modules/arcfour (Depends-on): Need stdint.
14776
14777 2005-10-22  Simon Josefsson  <jas@extundo.com>
14778
14779         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
14780         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
14781
14782 2005-10-22  Simon Josefsson  <jas@extundo.com>
14783
14784         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
14785         suggested by Bruno Haible <bruno@clisp.org>.
14786
14787 2005-10-22  Simon Josefsson  <jas@extundo.com>
14788
14789         * lib/crc.h: Include stddef.h, for size_t.
14790
14791 2005-10-22  Simon Josefsson  <jas@extundo.com>
14792
14793         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
14794         arcfour_context struct (simplify test vector testing in GNU
14795         Shishi).
14796
14797 2005-10-21  Simon Josefsson  <jas@extundo.com>
14798
14799         * modules/des, modules/des-tests: New files.
14800
14801         * modules/gc-des, modules/gc-des-tests: New files.
14802
14803         * tests/test-des.c, tests/test-gc-des.c: New file.
14804
14805 2005-10-21  Simon Josefsson  <jas@extundo.com>
14806
14807         * modules/arctwo, modules/arctwo-tests: New files.
14808
14809         * tests/test-arctwo.c: New file.
14810
14811         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
14812
14813         * tests/test-gc-arctwo.c: New file.
14814
14815 2005-10-21  Simon Josefsson  <jas@extundo.com>
14816
14817         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
14818         Bruno Haible <bruno@clisp.org>.
14819
14820         * m4/gc-des.m4: New file.
14821
14822 2005-10-21  Simon Josefsson  <jas@extundo.com>
14823
14824         * m4/arctwo.m4: New file.
14825
14826         * m4/gc-arctwo.m4: New file.
14827
14828 2005-10-21  Simon Josefsson  <jas@extundo.com>
14829
14830         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
14831         block.
14832
14833 2005-10-21  Simon Josefsson  <jas@extundo.com>
14834
14835         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
14836         <bruno@clisp.org>.
14837
14838         * lib/hmac-sha1.c (hmac_sha1): Likewise.
14839
14840         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
14841         Bruno Haible <bruno@clisp.org>.
14842
14843         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
14844         <bruno@clisp.org>.
14845
14846 2005-10-21  Simon Josefsson  <jas@extundo.com>
14847
14848         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
14849
14850 2005-10-21  Simon Josefsson  <jas@extundo.com>
14851
14852         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
14853
14854 2005-10-21  Simon Josefsson  <jas@extundo.com>
14855
14856         * lib/des.h, lib/des.c: New files.
14857
14858         * lib/gc-gnulib.c: Support DES.c
14859
14860 2005-10-21  Simon Josefsson  <jas@extundo.com>
14861
14862         * lib/arctwo.h, lib/arctwo.c: New files.
14863
14864         * lib/gc-gnulib.c: Support ARCTWO.
14865
14866 2005-10-21  Simon Josefsson  <jas@extundo.com>
14867
14868         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
14869         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14870
14871 2005-10-21  Simon Josefsson  <jas@extundo.com>
14872
14873         * gnulib-tool (func_import, func_create_testdir): Define automake
14874         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
14875         Makefile.am snippet),
14876         suggested by Bruno Haible <bruno@clisp.org>.
14877
14878         * modules/gc (Makefile.am): Use it.
14879
14880 2005-10-21  Bruno Haible  <bruno@clisp.org>
14881
14882         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
14883         patch.
14884
14885 2005-10-19  Simon Josefsson  <jas@extundo.com>
14886
14887         * tests/test-gc-rijndael.c: New file.
14888
14889         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
14890
14891 2005-10-19  Simon Josefsson  <jas@extundo.com>
14892
14893         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
14894         interface too.
14895
14896 2005-10-19  Simon Josefsson  <jas@extundo.com>
14897
14898         * tests/test-gc-arcfour.c: New file.
14899
14900         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
14901
14902 2005-10-19  Simon Josefsson  <jas@extundo.com>
14903
14904         * modules/gc-md4, modules/gc-md4-tests: New file.
14905
14906         * tests/test-gc-md4.c: New file.
14907
14908 2005-10-19  Simon Josefsson  <jas@extundo.com>
14909
14910         * m4/gc-md4.m4: New file.
14911
14912 2005-10-19  Simon Josefsson  <jas@extundo.com>
14913
14914         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
14915         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
14916         <kasal@ucw.cz>.
14917
14918 2005-10-19  Simon Josefsson  <jas@extundo.com>
14919
14920         * m4/gc-arcfour.m4: New file.
14921
14922         * m4/gc-rijndael.m4: New file.
14923
14924 2005-10-19  Simon Josefsson  <jas@extundo.com>
14925
14926         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
14927
14928 2005-10-19  Simon Josefsson  <jas@extundo.com>
14929
14930         * lib/gc-gnulib.c: Support ARCFOUR.
14931
14932 2005-10-19  Simon Josefsson  <jas@extundo.com>
14933
14934         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
14935         support.
14936
14937         * lib/gc.h: Add ECB enum type.
14938
14939         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
14940
14941 2005-10-18  Simon Josefsson  <jas@extundo.com>
14942
14943         * tests/test-md5.c: New file.
14944
14945         * modules/md5-tests: New file.
14946
14947 2005-10-18  Simon Josefsson  <jas@extundo.com>
14948
14949         * tests/test-md4.c: New file.
14950
14951         * modules/md4, modules/md4-tests: New files.
14952
14953 2005-10-18  Simon Josefsson  <jas@extundo.com>
14954
14955         * m4/md4.m4: New file.
14956
14957 2005-10-18  Simon Josefsson  <jas@extundo.com>
14958
14959         * lib/md4.h, lib/md4.c: New files, based on md5.?.
14960
14961 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
14962
14963         * gnulib-tool (func_create_testdir): Omit the second check whether
14964         BUILT_SOURCES in nonempty.
14965
14966 2005-10-17  Simon Josefsson  <jas@extundo.com>
14967
14968         * tests/test-rijndael.c: New file.
14969
14970 2005-10-17  Simon Josefsson  <jas@extundo.com>
14971
14972         * modules/sha1: Depend on stdint instead of md5.
14973
14974         * modules/md5: Depend on stdint, remove uint32_t.
14975
14976 2005-10-17  Simon Josefsson  <jas@extundo.com>
14977
14978         * modules/gc-sha1-tests: New file.
14979
14980         * tests/test-gc-sha1.c: New file.
14981
14982 2005-10-17  Simon Josefsson  <jas@extundo.com>
14983
14984         * m4/md5.m4: Remove call to uint32_t.m4.
14985
14986 2005-10-17  Simon Josefsson  <jas@extundo.com>
14987
14988         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
14989
14990         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
14991         md5.h.
14992
14993         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
14994
14995         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
14996
14997 2005-10-17  Simon Josefsson  <jas@extundo.com>
14998
14999         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15000
15001 2005-10-17  Simon Josefsson  <jas@extundo.com>
15002
15003         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15004
15005 2005-10-17  Simon Josefsson  <jas@extundo.com>
15006
15007         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15008
15009         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15010
15011 2005-10-17  Bruno Haible  <bruno@clisp.org>
15012
15013         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15014         that it can also be used in a test.
15015
15016 2005-10-16  Bruno Haible  <bruno@clisp.org>
15017
15018         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15019         TESTS_ENVIRONMENT, so that individual tests can augment it.
15020
15021         * gnulib-tool (func_create_testdir): Use an intermediate target for
15022         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15023         macros, like $(ALLOCA_H), which cannot be passed through the command
15024         line.
15025
15026 2005-10-15  Simon Josefsson  <jas@extundo.com>
15027
15028         * modules/rijndael-tests: New file.
15029
15030         * modules/rijndael: New file.
15031
15032 2005-10-15  Simon Josefsson  <jas@extundo.com>
15033
15034         * m4/rijndael.m4: New file.
15035
15036 2005-10-15  Simon Josefsson  <jas@extundo.com>
15037
15038         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15039
15040         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15041
15042 2005-10-14  Simon Josefsson  <jas@extundo.com>
15043
15044         * tests/test-arcfour.c: New file.
15045
15046         * modules/arcfour, modules/arcfour-tests: New files.
15047
15048 2005-10-14  Simon Josefsson  <jas@extundo.com>
15049
15050         * m4/arcfour.m4: New file.
15051
15052 2005-10-14  Simon Josefsson  <jas@extundo.com>
15053
15054         * lib/arcfour.h, lib/arcfour.c: New files.
15055
15056 2005-10-14  Roland McGrath  <roland@redhat.com>
15057
15058         Import from libc.  [BZ #1331]
15059         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
15060         macro argument.
15061         Reported by Matej Vela <vela@debian.org>.
15062
15063 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
15066         include <wchar.h>; no longer needed.
15067
15068 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15069
15070         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
15071
15072 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
15073         and  Ulrich Drepper  <drepper@redhat.com>
15074
15075         Import from libc.
15076         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
15077         instead of inline stream orientation test and two separate
15078         function calls.  Pay no attention to USE_IN_LIBIO.
15079
15080 2005-10-13  Simon Josefsson  <jas@extundo.com>
15081
15082         * modules/gc-hmac-md5-tests: New file.
15083
15084         * tests/test-gc-hmac-sha1.c: New file.
15085
15086         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
15087
15088         * modules/gc-hmac-md5-tests: New file.
15089
15090         * tests/test-gc-md5.c: New file.
15091
15092         * modules/gc-md5-tests: New file.
15093
15094 2005-10-13  Simon Josefsson  <jas@extundo.com>
15095
15096         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
15097         Move memory allocation outside of loop.
15098
15099 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
15102         intermediate directory is in a read-only file system.  Problem
15103         reported by Eric Blake.
15104
15105 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
15106
15107         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
15108
15109 2005-10-12  Simon Josefsson  <jas@extundo.com>
15110
15111         * tests/test-hmac-sha1.c: New file.
15112
15113         * modules/hmac-sha1-tests: New file.
15114
15115         * modules/hmac-sha1: New file.
15116
15117 2005-10-12  Simon Josefsson  <jas@extundo.com>
15118
15119         * modules/gc-sha1: New file.
15120
15121 2005-10-12  Simon Josefsson  <jas@extundo.com>
15122
15123         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
15124
15125         * tests/test-gc-pbkdf2-sha1.c: New file.
15126
15127 2005-10-12  Simon Josefsson  <jas@extundo.com>
15128
15129         * modules/gc-md5, modules/gc-hmac-md5: New files.
15130
15131         * modules/gc (Files): Remove md5, memxor and hmac files.
15132
15133 2005-10-12  Simon Josefsson  <jas@extundo.com>
15134
15135         * m4/gc-pbkdf2-sha1.m4: New file.
15136
15137         * m4/gc-hmac-sha1.m4: New file.
15138
15139         * m4/gc-sha1: New file.
15140
15141         * m4/hmac-sha1.m4: New file.
15142
15143 2005-10-12  Simon Josefsson  <jas@extundo.com>
15144
15145         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
15146
15147         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
15148
15149 2005-10-12  Simon Josefsson  <jas@extundo.com>
15150
15151         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
15152         suggested by Bruno Haible <bruno@clisp.org>.
15153
15154 2005-10-12  Simon Josefsson  <jas@extundo.com>
15155
15156         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
15157
15158 2005-10-12  Simon Josefsson  <jas@extundo.com>
15159
15160         * lib/gc-pbkdf2-sha1.c: New file.
15161
15162         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
15163
15164 2005-10-12  Simon Josefsson  <jas@extundo.com>
15165
15166         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
15167
15168         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
15169
15170 2005-10-12  Simon Josefsson  <jas@extundo.com>
15171
15172         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
15173         GC_USE_HMAC_MD5, respectively.
15174
15175         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
15176         (gc_md5): Fix typo.
15177
15178         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
15179
15180         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
15181
15182         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
15183
15184 2005-10-12  Bruno Haible  <bruno@clisp.org>
15185
15186         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
15187         Reported by Stepan Kasal <kasal@ucw.cz>.
15188
15189 2005-10-11  Simon Josefsson  <jas@extundo.com>
15190
15191         * tests/test-crc.c: New file.
15192
15193         * modules/crc, modules/crc-tests: New files.
15194
15195 2005-10-11  Simon Josefsson  <jas@extundo.com>
15196
15197         * m4/crc.m4: New file.
15198
15199 2005-10-11  Simon Josefsson  <jas@extundo.com>
15200
15201         * lib/gc.h: Add gc_hash and gc_hash_buffer.
15202
15203         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
15204
15205         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
15206
15207 2005-10-11  Simon Josefsson  <jas@extundo.com>
15208
15209         * lib/crc.h, lib/crc.c: New files.
15210
15211         * lib/gc.h (gc_hash_buffer): Add doc.
15212
15213 2005-10-11  Bruno Haible  <bruno@clisp.org>
15214
15215         * modules/c-strcasestr: New file.
15216         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
15217
15218 2005-10-11  Bruno Haible  <bruno@clisp.org>
15219
15220         * modules/c-strcase: New file.
15221         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
15222
15223 2005-10-11  Bruno Haible  <bruno@clisp.org>
15224
15225         * lib/strcasecmp.c: Include limits.h.
15226         (strcasecmp): Avoid integer overflow on exotic platforms.
15227         * lib/strncasecmp.c: Include limits.h.
15228         (strncasecmp): Avoid integer overflow on exotic platforms.
15229         Reported by Paul Eggert.
15230
15231 2005-10-11  Bruno Haible  <bruno@clisp.org>
15232
15233         * lib/c-strcasestr.h: New file, from GNU gettext.
15234         * lib/c-strcasestr.c: New file, from GNU gettext.
15235
15236 2005-10-11  Bruno Haible  <bruno@clisp.org>
15237
15238         * lib/c-strcase.h: New file, from GNU gettext.
15239         * lib/c-strcasecmp.c: New file, from GNU gettext.
15240         * lib/c-strncasecmp.c: New file, from GNU gettext.
15241
15242 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15243
15244         * modules/mempcpy (License): GPL -> LGPL.
15245         * modules/strchrnul (License): Likewise.
15246         * modules/sysexits (License): Likewise.
15247
15248 2005-10-08  Simon Josefsson  <jas@extundo.com>
15249
15250         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
15251
15252 2005-10-07  Simon Josefsson  <jas@extundo.com>
15253
15254         * m4/memxor.m4: Remove gl_C_RESTRICT call.
15255
15256 2005-10-06  Simon Josefsson  <jas@extundo.com>
15257
15258         * tests/test-hmac-md5.c: New file.
15259
15260         * modules/hmac-md5-tests: New file.
15261
15262         * modules/hmac-md5: New file.
15263
15264 2005-10-06  Simon Josefsson  <jas@extundo.com>
15265
15266         * m4/hmac-md5.m4: New file.
15267
15268         * m4/memxor.m4: Require gl_C_RESTRICT.
15269
15270 2005-10-06  Simon Josefsson  <jas@extundo.com>
15271
15272         * lib/memxor.c (memxor): Avoid casts and warnings.
15273
15274 2005-10-06  Simon Josefsson  <jas@extundo.com>
15275
15276         * lib/hmac-md5.c: New file.
15277
15278         * lib/hmac.h: New file.
15279
15280 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15281
15282         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
15283         promotes to int, not unsigned int, to catch the AIX 5.3
15284         compiler bug.
15285
15286 2005-10-05  Simon Josefsson  <jas@extundo.com>
15287
15288         * modules/memxor: New file.
15289
15290         * modules/iconv (Files): Move config.rpath to havelib, it is used
15291         there.
15292
15293         * modules/havelib (Files): Add config.rpath.
15294
15295 2005-10-05  Simon Josefsson  <jas@extundo.com>
15296
15297         * m4/memxor.m4: New file.
15298
15299 2005-10-05  Simon Josefsson  <jas@extundo.com>
15300
15301         * lib/memxor.c (memxor): Fix compiler error.
15302
15303         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
15304         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
15305
15306         * lib/memxor.h, lib/memxor.c: New files.
15307
15308         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
15309         we assume all systems have it, suggested by Jim Meyering
15310         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
15311         any systems lack sys/socket.h; mingw32 is known to lack it, but we
15312         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
15313         same reasons.
15314
15315 2005-10-05  Simon Josefsson  <jas@extundo.com>
15316
15317         * config/srclist.txt: Add glibc bug 1423 for md5.h.
15318
15319 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
15322         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
15323         needed, since the source code now assumes these .h files.
15324
15325 2005-10-05  Derek Price  <derek@ximbiot.com>
15326
15327         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
15328
15329 2005-10-05  Bruno Haible  <bruno@clisp.org>
15330
15331         * modules/stdint (License): Change to LGPL.
15332
15333 2005-10-04  Simon Josefsson  <jas@extundo.com>
15334
15335         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
15336         D. Baushke" <mdb@gnu.org>.
15337
15338 2005-10-04  Bruno Haible  <bruno@clisp.org>
15339
15340         * lib/verify.h (verify_true): Provide alternative definition for C++.
15341
15342 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
15343
15344         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
15345         (SSIZE_MAX): New macro, if not already defined.
15346         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
15347         than 2 GiB.
15348
15349 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15350
15351         Sync from coreutils.
15352         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
15353         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
15354         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
15355         ULLONG_MAX doesn't work with 2.7.2.1.
15356
15357 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
15360         From Ben Pfaff.
15361
15362         * modules/exclude (Depends-on): Depend on verify.
15363         * modules/strtoimax (Depends-on): Likewise.
15364         * modules/utimecmp (Depends-on): Likewise.
15365
15366 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15367
15368         * lib/exclude.c: Include verify.h.
15369         (verify): Remove.  All callers changed to use verify.h's version.
15370         * lib/strtoimax.c: Likewise.
15371         * lib/utimecmp.c: Likewis.e
15372
15373         Sync from coreutils.
15374         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
15375         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
15376         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
15377         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
15378         bother returning ENOSYS if settimeofday or stime fails; just let
15379         them return whatever errno they want to return.
15380         * lib/utimens.c: Include unistd.h, for dup2.
15381         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
15382         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
15383
15384 2005-10-02  Jim Meyering  <jim@meyering.net>
15385
15386         Sync from coreutils.
15387         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
15388         from glibc-2.2.5 that fails for read-only files.
15389
15390 2005-10-02  Jim Meyering  <jim@meyering.net>
15391
15392         Sync from coreutils.
15393         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
15394         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
15395         `#if HAVE_CONFIG_H'.
15396         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
15397         Remove AT_FDCWD test.
15398         Do not consume the fd unless successful.
15399         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
15400         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
15401         block, so that we don't even try to compile it if settimeofday is
15402         available.  This works around a compilation failure on OSF1 V5.1,
15403         due to stime requiring a `long int*' while tv_sec is `int'.
15404
15405 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
15406
15407         Sync from coreutils.
15408         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
15409         against `yes', rather than just testing for nonempty.
15410
15411 2005-10-01  Simon Josefsson  <jas@extundo.com>
15412
15413         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
15414         and Darwin.
15415
15416         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
15417         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
15418         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
15419         freeaddrinfo and gai_strerror are declared by the POSIX headers.
15420         Check if struct addrinfo is declared.
15421
15422 2005-10-01  Simon Josefsson  <jas@extundo.com>
15423
15424         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
15425         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
15426         AI_* and EAI_* definitions.  Protect function declarations.
15427
15428 2005-10-01  Jim Meyering  <jim@meyering.net>
15429
15430         Sync from coreutils.
15431
15432         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
15433         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
15434         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
15435         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
15436         in the inet and nsl libraries.  Required on Solaris 5.7.
15437
15438 2005-10-01  Jim Meyering  <jim@meyering.net>
15439
15440         Sync from coreutils.
15441         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
15442         in the inet and nsl libraries.  Required on Solaris 5.7.
15443
15444 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
15445
15446         * lib/getdelim.c (getdelim): Remove unused variables.
15447
15448 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
15451         so that the code works even with ancient cpp.  Portability problem
15452         with GCC 2.7.2.1 reported by Thomas M.Ott.
15453
15454 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * modules/regex (Depends-on): Add strcase.
15457
15458         * modules/gethostname (Licence): Change from GPL to LGPL, since
15459         gethostname.c is a trivial implementation of a standard library
15460         function.
15461         * modules/poll (License): Change from GPL to LGPL, since it's
15462         derived from LGPL code.
15463
15464 2005-09-27  Jim Meyering  <jim@meyering.net>
15465
15466         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
15467         HAVE_CONFIG_H.
15468
15469         * lib/intprops.h (signed_type_or_expr__): Define.
15470         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
15471         for unsigned types.
15472
15473 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
15474
15475         * lib/verify.h (verify_expr): Remove, replacing with:
15476         (verify_true): New macro that returns true instead of void.
15477         (verify_type__): Remove.
15478         (verify): Use verify_true rather than verify_type__.
15479
15480 2005-09-26  Bruno Haible  <bruno@clisp.org>
15481
15482         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
15483         is necessary.
15484         (lib_SOURCES): Remove mbchar.c.
15485         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
15486         (Files): Add m4/mbrtowc.m4.
15487         * modules/mbiter: Likewise.
15488         * modules/mbuiter: Likewise.
15489
15490 2005-09-26  Bruno Haible  <bruno@clisp.org>
15491
15492         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
15493         compile mbchar.c if they are not both present.
15494         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
15495         * m4/mbiter.m4 (gl_MBITER): Likewise.
15496         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
15497         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
15498         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
15499
15500 2005-09-25  Jim Meyering  <jim@meyering.net>
15501
15502         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
15503         also uses socklen_t.
15504
15505 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
15506
15507         * lib/utimens.c (ENOSYS): Define if not already defined.
15508         (futimens): Support having a null PATH if the file descriptor
15509         is nonnegative.
15510
15511         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
15512         Remove.
15513         (__attribute): Define to empty unless GCC 3.1 or later.
15514         This works around a core dump on OpenBSD 3.4, which has GCC
15515         2.95.3, which dumps core when given __attribute__(()).  It also
15516         simplifies other tests, since we really don't want to bother with
15517         worrying about which ancient version of GCC supported what.
15518         Original problem reported by Yoann Vandoorselaere, with part of
15519         the fix suggested by Derek Price.
15520
15521 2005-09-24  Jim Meyering  <jim@meyering.net>
15522
15523         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
15524         so we can once again use a positive bitfield width of 1 -- now we
15525         don't have to explain why we were using a bitfield width of 2.
15526
15527 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
15530         and similarly for the other external symbols.  Problem reported
15531         by James Gallager.
15532
15533         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
15534         bug reported by Jim Meyering.
15535
15536         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
15537         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
15538         not needed, since socklen is a prerequisite module.
15539
15540 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
15543         Problem reported by Eric Blake.
15544         (getaddrinfo): Initialize se so that it's not garbage.
15545         Redo internal storage allocation so that it doesn't make unportable
15546         assumptions about alignment.
15547         Fix a memory leak.
15548
15549         * lib/utimens.c (futimens): Use futimesat if available.
15550         Prefer it to futimes since it doesn't have the futimes bug.
15551
15552         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
15553         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
15554         Instead, declare a function that returns a pointer to an array,
15555         and use verify_type__ to declare the size of the array.
15556         Problem and germ of a solution reported by Bruno Haible.
15557         (verify_type__): Use 2, not 1, for bitfield size, to avoid
15558         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
15559
15560 2005-09-23  Jim Meyering  <jim@meyering.net>
15561
15562         Sync from coreutils.
15563         Correct build failure (socklen_t not defined) on at least
15564         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
15565         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
15566
15567 2005-09-23  Jim Meyering  <jim@meyering.net>
15568
15569         * modules/getaddrinfo (Depends-on): Add socklen.
15570
15571 2005-09-23  Bruno Haible  <bruno@clisp.org>
15572
15573         * tests/test-verify.c: New file.
15574
15575 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15576
15577         Sync from coreutils.
15578
15579         * modules/argmatch (Depends-on): Add verify.
15580         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
15581         unistd-safer.
15582         * modules/save-cwd (Depends-on): Likewise.
15583
15584         * modules/openat (Files): Add lib/openat-die.c.
15585         (Depends-on): Remove error, exitfail.
15586         Add dirname.
15587
15588         * modules/verify: New file.
15589         * MODULES.html.sh (Diagnostics <assert.h>): New section,
15590         with "verify" module.
15591
15592 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15593
15594         Sync from coreutils.
15595
15596         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
15597         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
15598         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
15599         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
15600         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
15601         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
15602         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
15603         Don't bother checking for string.h, stdlib.h, unistd.h.
15604         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
15605         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
15606         module's job.
15607         * m4/jm-macros.m4 (gl_MACROS): Likewise.
15608         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
15609
15610         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
15611         (gl_GETDATE): Use it.
15612
15613         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
15614
15615 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15616
15617         Sync from coreutils.
15618
15619         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
15620         stat-time.h.
15621         * lib/argmatch.h: Include verify.h
15622         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
15623         (ARGMATCH_ASSERT): Remove; unused.
15624         * lib/canonicalize.c: Assume STDC_HEADERS.
15625         * lib/exclude.c: Include "strcase.h".
15626         * lib/regex_internal.h [!defined _LIBC]: Likewise.
15627         * lib/getusershell.c: Include stdio--.h rather than stdio.h
15628         and stdio-safer.h.
15629         (getusershell): Call fopen, not fopen_safer.
15630         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
15631         Do not include unistd-safer.h.
15632         (save_cwd): Don't call fd_safer; no longer needed
15633         now that we include fcntl--.h.
15634
15635         * lib/getdate.y (relative_time): New type.
15636         (RELATIVE_TIME_0): New constant.
15637         (parser_control): Use relative_time instead of doing it ourselves.
15638         (%union): Add new relative_time rel member.
15639         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
15640         Now typeless.
15641         (relunit, relunit_snumber): Now of type rel.
15642         (zone, rel, relunit, get_date): Adjust to above changes.
15643
15644         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
15645         Do not include unistd-safer.h.
15646         (getloadavg): Don't call fd_safer; no longer needed
15647         now that we include fcntl--.h.
15648
15649         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
15650         (make_dir_parents): Treat ENOSYS like EEXIST.
15651
15652         Improve quality of diagnostics on restore_cwd failure.
15653         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
15654         (make_dir_parents): Last arg is now int * (for errno), not bool *.
15655         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
15656         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
15657         each time through the loop.  Do not diagnose restore_cwd failure;
15658         that is the caller's job (and perhaps the caller does not care).
15659
15660         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
15661         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
15662         If the file already exists but is not a directory, don't bother
15663         to try to make its parents.
15664         Close potential file descriptor leak if we can't chdir("/") (!).
15665         Don't always return true if chdir($PWD) fails; return true only
15666         if the requested action was done successfully (except for the
15667         chdir($PWD)).
15668         Don't log final directory unless we actually made it.
15669         Refactor to avoid duplicate code to fix up permissions.
15670         Don't attempt to fix up parent permissions if chdir($PWD) fails.
15671
15672         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
15673         to make it a bit faster and (I hope) clearer.
15674         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
15675         Fix bug in formats like %2N.
15676
15677         * lib/verify.h: New file.
15678
15679 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         Sync from coreutils.
15682         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
15683
15684 2005-09-22  Jim Meyering  <jim@meyering.net>
15685
15686         Sync from coreutils.
15687
15688         * m4/lstat.m4 (gl_FUNC_LSTAT):
15689         Use AC_LIBSOURCES to require lstat.c and lstat.h.
15690         Remove obsolete comment.
15691         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
15692         * m4/xstrtod.m4: Likewise.
15693
15694         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
15695
15696 2005-09-22  Jim Meyering  <jim@meyering.net>
15697
15698         Sync from coreutils.
15699
15700         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
15701
15702         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
15703         the .tm_year member, since otherwise gcc-4.0 would now warn about
15704         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
15705
15706         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
15707         order to avoid an unsuppressible warning from gcc on 64-bit systems.
15708
15709         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
15710         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
15711         when run in a time zone for which daylight savings time is in effect
15712         for the starting date.
15713
15714         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
15715         stop us from restricting permissions of just-created absolute-named
15716         directories.
15717         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
15718         to restore initial working directory.
15719         * lib/mkdir-p.c (make_dir_parents): New parameter:
15720         different_working_dir, to tell caller if/when we change the working
15721         directory and are unable to return to the initial one.
15722         * lib/mkdir-p.h (make_dir_parents): Update prototype.
15723         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
15724         `return false'.  This fixes a bug introduced on 2004-07-30.
15725
15726         * lib/openat.c (fdopendir): Be sure to close the supplied
15727         file descriptor before returning.  This makes our replacement
15728         implementation a little closer to Solaris's, where fdopendir
15729         ties the file descriptor to the returned DIR* pointer.
15730         * lib/openat.c (unlinkat): New function.
15731         * lib/openat.h (unlinkat): Add prototype.
15732         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
15733         (openat_restore_fail): Rename from openat_restore_die.
15734         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
15735
15736         Provide an alternative to exiting immediately upon save_cwd or
15737         restore_cwd failure.  Now, an application can arrange e.g.,
15738         to perform a longjump in that case.
15739         * lib/openat.c: Include dirname.h.
15740         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
15741         (rpl_openat, fdopendir, fstatat): Call openat_save_die
15742         and openat_restore_die rather than calling error directly.
15743         Don't include "error.h" or "exitfail.h"; they're no longer needed.
15744
15745         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
15746         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
15747         define.
15748
15749         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
15750         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
15751                             int utc, int nanoseconds);
15752         Background:
15753         date should not have to allocate a megabyte of virtual memory to
15754         handle a format argument like +%1048575T.  When implemented with
15755         strftime, it must allocate such a buffer, use strftime to fill it
15756         in, print it, then free it.
15757         With fprintftime, it simply prints everything and exits.
15758         With no need for memory allocation, that's one fewer way to fail.
15759         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
15760         optional field width, not before, so we accept %9:z, not %:9z.
15761         (my_strftime): Be sure to use L_('x') for literals.
15762
15763         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
15764         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
15765         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
15766         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
15767         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
15768         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
15769         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
15770         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
15771         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
15772         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
15773         * lib/xgethostname.c, lib/xreadlink.c:
15774         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
15775
15776         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
15777         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
15778         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
15779         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15780         and don't include <sys/file.h>).
15781
15782 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
15783
15784         Sync from coreutils.
15785
15786         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
15787         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
15788         [!LDAV_DONE]: Avoid unused variable warning.
15789
15790 2005-09-21  Bruno Haible  <bruno@clisp.org>
15791
15792         * lib/unicodeio.h (unicode_to_mb): New declaration.
15793
15794 2005-09-20  Derek Price  <derek@ximbiot.com>
15795
15796         * lib/getaddrinfo.c: Don't include <netdb.h> included from
15797         getaddrinfo.h.
15798
15799 2005-09-20  Bruno Haible  <bruno@clisp.org>
15800
15801         * gnulib-tool: Remove trailing slashes from the values specified for
15802         --source-base, --m4-base, --tests-base, --aux-dir.
15803         Suggested by Simon Josefsson <jas@extundo.com>.
15804
15805 2005-09-20  Bruno Haible  <bruno@clisp.org>
15806
15807         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
15808         func_modules_to_filelist, func_import, func_create_testdir): Make all
15809         sorting results locale-independent, so that gnulib-cache.m4 doesn't
15810         change when gnulib-tool is invoked in a different locale.
15811
15812 2005-09-19  Simon Josefsson  <jas@extundo.com>
15813
15814         * m4/socklen.m4: Fix typo.
15815
15816 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15817
15818         Use a consistent style for including <config.h>.
15819         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
15820         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
15821         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
15822         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
15823         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
15824         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
15825         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
15826         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
15827         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
15828         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
15829         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
15830         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
15831         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
15832         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
15833         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
15834         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
15835         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
15836         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
15837         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
15838         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
15839         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
15840         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
15841         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
15842         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
15843         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
15844         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
15845         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
15846         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
15847         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
15848         lib/xstrtoumax.c, lib/yesno.c:
15849         Standardize inclusion of config.h.
15850         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
15851         lib/inttostr.h:  Removed inclusion of config.h from header files.
15852         * lib/inttostr.c:  Adjusted in-tree users.
15853         * lib/timespec.h: Remove superfluous warning to include config.h.
15854         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
15855         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
15856         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
15857         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
15858         config.h with HAVE_CONFIG_H.
15859
15860 2005-09-19  Jim Meyering  <jim@meyering.net>
15861
15862         * modules/pathmax (License): Change to LGPL.
15863
15864 2005-09-19  Derek Price  <derek@ximbiot.com>
15865
15866         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
15867
15868 2005-09-19  Bruno Haible  <bruno@clisp.org>
15869
15870         * gnulib-tool (import): Provide default for --tests-base.
15871
15872 2005-09-19  Bruno Haible  <bruno@clisp.org>
15873
15874         * doc/quote.texi: New file, extracted from gnulib.texi.
15875         * doc/ctime.texi: New file, extracted from gnulib.texi.
15876         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
15877         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
15878         * doc/gnulib.texi: Include them.
15879
15880 2005-09-18  Bruno Haible  <bruno@clisp.org>
15881
15882         Portability fix.
15883         * gnulib-tool (func_readlink): New function.
15884         (func_ln_if_changed): Use it.
15885
15886 2005-09-18  Bruno Haible  <bruno@clisp.org>
15887
15888         * gnulib-tool: Support --with-tests also with --import.
15889         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
15890         (func_import): Use variables $testsbase and $inctests. Emit a
15891         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
15892         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
15893         SUBDIRS += $testsdir.
15894         (func_create_testdir): Update.
15895
15896 2005-09-18  Bruno Haible  <bruno@clisp.org>
15897
15898         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
15899         instead of $dry_run.
15900         (func_cp_if_changed, func_mv_if_changed): Remove functions.
15901         (func_ln_if_changed): Don't handle dry-run here.
15902         (func_import): In dry-run mode, detect more precisely which actions
15903         would be performed, and don't use "...ing" verbs.
15904
15905 2005-09-18  Bruno Haible  <bruno@clisp.org>
15906
15907         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
15908         (func_import): Use join on two temporary files instead of three nested
15909         loops, in order to determine which files are new or old.
15910
15911 2005-09-18  Bruno Haible  <bruno@clisp.org>
15912
15913         * gnulib-tool (func_import): Comment out code that spits out the
15914         new files with --dry-run.
15915
15916 2005-09-18  Bruno Haible  <bruno@clisp.org>
15917
15918         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
15919
15920 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * lib/stat-time.h: New file.
15923         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
15924         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
15925         in a different way.
15926         (timespec_cmp): New function.
15927         * lib/utimecmp.c: Include stat-time.h.
15928         (SYSCALL_RESOLUTION): Depend on whether various struct stat
15929         members exist, not on the obsolescent ST_MTIM_NSEC.
15930         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
15931
15932 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15933
15934         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
15935
15936 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
15937
15938         * MODULES.html.sh (File system functions): Add stat-time.
15939         * modules/stat-time: New file.
15940         * modules/timespec (Files): Remove m4/st_mtim.m4; this
15941         is now done in a different way, by the stat-time module.
15942         * modules/utimecmp (Depends-on): Add stat-time.
15943
15944 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15945
15946         * m4/st_mtim.m4: Remove.  Superseded by...
15947         * m4/stat-time.m4: New file.
15948         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
15949         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
15950
15951 2005-09-15  Derek Price  <derek@ximbiot.com>
15952
15953         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
15954
15955 2005-09-15  Derek Price  <derek@ximbiot.com>
15956
15957         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
15958         * lib/regex_internal.c: Ditto, using this...
15959         (__GNUC_PREREQ): ...new macro.
15960         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
15961         using...
15962         (__GNUC_PREREQ): ...this new macro.
15963
15964         * lib/strstr.h: Include string.h. Define strstr as a macro here.
15965
15966 2005-09-15  Derek Price  <derek@ximbiot.com>
15967             Paul Eggert  <eggert@cs.ucla.edu>
15968
15969         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
15970         changes, consolidating in...
15971         * lib/regex_internal.h: ...this file.
15972
15973 2005-09-13  Jim Meyering  <jim@meyering.net>
15974
15975         * lib/canon-host.c: Filter through gnu indent and reword comments
15976         slightly.
15977         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
15978
15979 2005-09-13  Derek Price  <derek@ximbiot.com>
15980
15981         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
15982         failure.
15983         Reported by Jim Meyering  <jim@meyering.net>.
15984
15985 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15986
15987         * lib/base64.c: Typo.
15988         (base64_encode): Put b64str in initialized data section.
15989
15990 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         Merge glibc and coreutils changes into gnulib, plus a few
15993         extra fixes.
15994         * lib/md5.c: Use #error rather than a string.
15995         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
15996         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
15997         (__attribute__): Define to empty for non recent-GCC.
15998         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
15999         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16000         Renamed from their non-__ counterparts, with new macros replacing
16001         them if not _LIBC.  Add __THROW attribute.
16002         (rol): Remove.
16003         (struct md5_ctx): Align buffer if using GCC.
16004         * lib/sha1.h (struct sha1_ctx): Likewise.
16005         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16006         The old name was backwards.
16007         (NOTSWAP): Remove; not used.
16008         (rol): New macro, moved here from md5.h.
16009         (sha1_process_block): Remove a FIXME that doesn't make sense.
16010
16011 2005-09-12  Derek Price  <derek@ximbiot.com>
16012
16013         Return usable errors from canon-host.
16014         * lib/canon-host.h: New file.
16015         * lib/canon-host.c (canon_host): Wrap...
16016         (canon_host_r): ...this new function, which now relies exclusively on
16017         getaddrinfo.
16018         (ch_strerror): New function.
16019         (last_cherror): New global.
16020         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16021         interface.
16022         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16023         void *.
16024         (freeaddrinfo): Free ai->ai_canonname when set.
16025
16026 2005-09-12  Derek Price  <derek@ximbiot.com>
16027
16028         Make canon-host require getaddrinfo.
16029         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16030         AC_LIBSOURCE canon-host.h.  Call...
16031         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16032         gl_GETADDRINFO.
16033         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16034
16035 2005-09-12  Derek Price  <derek@ximbiot.com>
16036
16037         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16038         LGPL.
16039         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16040
16041 2005-09-12  Derek Price  <derek@ximbiot.com>
16042
16043         * lib/gai_strerror.c: Include config.h when available.  Include
16044         getaddrinfo.h before other headers to test interface.
16045         Reported by Larry Jones <lawrence.jones@ugs.com>.
16046
16047 2005-09-12  Derek Price  <derek@ximbiot.com>
16048             Paul Eggert  <eggert@cs.ucla.edu>
16049
16050         * modules/glob (Files): Add glob-libc.h.
16051
16052 2005-09-12  Derek Price  <derek@ximbiot.com>
16053             Paul Eggert  <eggert@cs.ucla.edu>
16054
16055         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
16056         glob_.h, glob-libc.h.
16057         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
16058
16059 2005-09-12  Derek Price  <derek@ximbiot.com>
16060             Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
16063         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
16064         protecting things that should be done only in gnulib contexts.
16065         * lib/glob_.h: New file, containing only the glob things needed for
16066         gnulib.
16067         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
16068         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
16069         (glob, globfree, glob_pattern_p): Now defined simply in terms of
16070         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
16071         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
16072         and to respect the namespace rules better.
16073
16074 2005-09-08  Simon Josefsson  <jas@extundo.com>
16075
16076         * modules/socklen: New file.
16077
16078 2005-09-08  Simon Josefsson  <jas@extundo.com>
16079
16080         * m4/socklen.m4: New file.
16081
16082 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * modules/utimens (Files): Add m4/utimbuf.m4, since
16085         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
16086         Reported by Sergey Poznyakoff.
16087
16088 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16089
16090         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
16091         definitions, since that's the preferred style in glibc.
16092         Fix a minor spacing issue, and update copyright notice to match
16093         glibc's.
16094
16095 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16096
16097         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
16098
16099 2005-09-06  Simon Josefsson  <jas@extundo.com>
16100
16101         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
16102         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
16103
16104 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16105
16106         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
16107         warning.
16108
16109 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         * config/srclist.txt: Add glibc bug 1302.
16112
16113 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
16114
16115         Change bitset word type from unsigned int to unsigned long int,
16116         as this has better performance on typical 64-bit hosts.
16117         Port bitset code to hosts with unusual word sizes.
16118         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
16119         (build_collating_symbol):
16120         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
16121         argument is a bitset.  This is merely a style issue, but it makes
16122         it clearer that an entire array is expected.
16123         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
16124         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
16125         Port to the case where bitset_word is not the same as unsigned int.
16126         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
16127         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
16128         Likewise.
16129         * lib/regexec.c (check_dst_limits_calc_pos_1,
16130         check_subexp_matching_top):
16131         (build_trtable, group_nodes_into_DFAstates):
16132         Likewise.
16133         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
16134         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
16135         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
16136         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
16137         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
16138         * lib/regcomp.c (optimize_subexps, lower_subexp):
16139         Work even if bitset_word has holes in its bitwise representation.
16140         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
16141         * lib/regexec.c (check_dst_limits_calc_pos_1,
16142         check_subexp_matching_top):
16143         Likewise.
16144         * lib/regex_internal.c (re_string_reconstruct):
16145         Don't assume UCHAR_MAX == 255.
16146         * lib/regex_internal.h (bitset_set_all): Likewise.
16147         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
16148         All uses changed.
16149         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
16150         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
16151         All uses changed.
16152         (BITSET_WORD_MAX): New macro.
16153         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
16154         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
16155         (bitset_empty, bitset_copy):
16156         Prefer sizeof (bitset) to multiplying it out ourselves.
16157         (bitset_not_merge): Remove; unused.
16158         (bitset_contain): Return bool, not unsigned int with one bit on.
16159         All callers changed.
16160         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
16161         alignment than re_node_set; do this by defining a new internal
16162         type struct dests_alloc and using it to allocate memory.
16163
16164 2005-09-05  Bruno Haible  <bruno@clisp.org>
16165
16166         * gnulib-tool (func_import): Fix comparison in handling of symbolic
16167         links.
16168
16169 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
16170
16171         * modules/size_max (Makefile.am): Add size_max.h
16172
16173 2005-09-04  Derek Price  <derek@ximbiot.com>
16174
16175         * gnulib-tool (func_import): Fix reversed $symbolic logic.
16176
16177 2005-09-03  Simon Josefsson  <jas@extundo.com>
16178
16179         * gnulib-tool: Fix typo.
16180
16181 2005-09-03  Simon Josefsson  <jas@extundo.com>
16182
16183         * config/srclist.txt: Add glibc bug 1293.
16184
16185 2005-09-03  Derek Price  <derek@ximbiot.com>
16186
16187         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
16188         From Larry Jones <lawrence.jones@ugs.com>.
16189
16190 2005-09-02  Simon Josefsson  <jas@extundo.com>
16191
16192         * modules/socklen: New file.
16193
16194 2005-09-02  Simon Josefsson  <jas@extundo.com>
16195
16196         * modules/havelib: New module.
16197
16198         * modules/gettext, modules/iconv, modules/lock, modules/readline:
16199         Use havelib.
16200
16201 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
16202
16203         Check for arithmetic overflow when calculating sizes, to prevent
16204         some buffer-overflow issues.  These patches are conservative, in the
16205         sense that when I couldn't determine whether an overflow was possible,
16206         I inserted a run-time check.
16207         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
16208         macros.
16209         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
16210         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
16211         (re_xnrealloc, re_x2nrealloc): New inline functions.
16212         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
16213         parse_bracket_exp):
16214         (build_equiv_class, build_charclass): Check for arithmetic overflow
16215         in size expression calculations.
16216         * lib/regex_internal.c (re_string_realloc_buffers):
16217         (build_wcs_upper_buffer, re_node_set_add_intersect):
16218         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
16219         (re_dfa_add_node, register_state): Likewise.
16220         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
16221         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
16222         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
16223         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
16224
16225 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16228         m4/ulonglong.m4.  Problem reported by Martin Lambers.
16229
16230 2005-09-02  Bruno Haible  <bruno@clisp.org>
16231
16232         Support for lib vs. lib64 distinction on biarch platforms.
16233         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
16234         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
16235         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
16236
16237 2005-09-02  Bruno Haible  <bruno@clisp.org>
16238
16239         * gnulib-tool (import): In the other first-use case, provide defaults
16240         as well.
16241
16242 2005-09-02  Bruno Haible  <bruno@clisp.org>
16243
16244         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
16245         patches not yet found in the latest gettext release.
16246
16247 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16248
16249         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
16250         to avoid a collision with bits/local_lim.h in glibc.
16251         All uses changed.  Problem reported by Dmitry V. Levin in
16252         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
16253
16254         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
16255         bugs in int versus size_t comparisons.
16256         (re_string_context_at): Fix bug where the code assumed that
16257         Idx is signed.
16258
16259         Use bool where appropriate.
16260         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
16261         All callers changed.
16262         (calc_eclosure_iter): Likewise, for ROOT arg.
16263         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
16264         (build_charclass_op): Likewise, for NON_MATCH arg.
16265         * lib/regex_internal.c (re_string_allocate, re_string_construct):
16266         (re_string_construct_common): Likewise, for ICASE arg.
16267         * lib/regexec.c (re_search_2_stub, re_search_stub):
16268         Likewise, for RET_LEN arg.
16269         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
16270         (set_regs): Likewise, for FL_BACKTRACK arg.
16271         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
16272         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
16273         (calc_eclosure_iter, parse_bracket_exp):
16274         Use bool for internal variables that are booleans.
16275         * lib/regexec.c (re_search_internal, check_matching,
16276         proceed_next_node):
16277         (set_regs, build_sifted_states, sift_states_bkref):
16278         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
16279         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16280         (find_collation_sequence_value):
16281         Likewise.
16282         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
16283         (re_node_set_compare):
16284         Return bool, not int. All callers changed.
16285         * lib/regexec.c (check_halt_node_context, check_dst_limits):
16286         (build_trtable, check_node_accept): Likewise.
16287         * lib/regex_internal.h: Include stdbool.h.
16288
16289         Fix bugs uncovered when converting to bool.
16290         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
16291         failure instead of charging ahead blindly.
16292         * lib/regex_internal.c (register_state): Likewise.
16293         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
16294         for freeing internal storage.
16295         (group_nodes_into_DFA_states): Use unsigned int, not int, for
16296         bitset pieces used as boolean, to avoid undefined behavior
16297         on hosts that do int overflow checking.
16298
16299 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16300
16301         * config/srclist.txt: Add glibc bugs 1285-1287.
16302
16303 2005-09-01  Jim Meyering  <jim@meyering.net>
16304
16305         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
16306         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
16307         Require gl_STAT_MACROS, too.
16308
16309 2005-09-01  Bruno Haible  <bruno@clisp.org>
16310
16311         * gnulib-tool (import): In the first-use case, provide defaults.
16312
16313 2005-09-01  Bruno Haible  <bruno@clisp.org>
16314
16315         * gnulib-tool (func_import): Remove the .tmp files.
16316
16317 2005-09-01  Bruno Haible  <bruno@clisp.org>
16318
16319         * gnulib-tool (func_import): Fix handling of symbolic links.
16320
16321 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
16324         old glibc regex code mishandles strings longer than 2**31 bytes.
16325         This patch fixes this when the regex code is used in gnulib
16326         (i.e., outside glibc).
16327
16328         This patch should not affect the use of the regex code inside
16329         glibc.  No doubt this problem also needs to be handled for glibc
16330         as well, but the result will be an incompatible change to the
16331         glibc ABI, and the old ABI will have to be supported too.  That
16332         can be the the subject for another patch.
16333
16334         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
16335         governing whether the rest of this patch is active.  By default,
16336         the macro is disabled and the patch has no effect.
16337         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
16338         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
16339         (struct re_pattern_buffer, re_search, re_search_2, re_match):
16340         (re_match_2, re_set_registers): Use the new types.
16341         * lib/regex_internal.h (Idx, re_hashval_t): New types.
16342         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
16343         New macros.
16344         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
16345         (re_string_context_at, bin_tree_t, re_dfastate_t):
16346         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
16347         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
16348         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
16349         (re_string_char_size_at, re_string_wchar_at):
16350         (re_string_elem_size_at):
16351         Use the new types and macros to port to 64-bit hosts.
16352         Use unsigned types for internal values, so that the code
16353         mostly works even for arrays larger than SSIZE_MAX.
16354         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
16355         (search_duplicated_node, calc_eclosure_iter, fetch_number):
16356         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
16357         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
16358         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
16359         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
16360         (calc_inveclosure, parse_dup_op, build_range_exp):
16361         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
16362         (fetch_number, create_token_tree, mark_opt_subexp):
16363         Likewise.
16364         * lib/regex_internal.c (re_string_construct_common,
16365         create_ci_newstate):
16366         (create_cd_newstate, re_string_allocate, re_string_construct):
16367         (re_string_realloc_buffers, build_wcs_upper_buffer):
16368         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16369         (re_string_reconstruct, re_string_peek_byte_case):
16370         (re_string_fetch_byte_case, re_string_context_at):
16371         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16372         (re_node_set_init_copy, re_node_set_add_intersect):
16373         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16374         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16375         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16376         (re_acquire_state, re_acquire_state_context, register_state):
16377         Likewise.
16378         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
16379         search_cur_bkref_entry):
16380         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
16381         (re_search_internal, re_search_2_stub, re_search_stub)
16382         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
16383         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
16384         (update_cur_sifted_state, check_dst_limits):
16385         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
16386         (check_subexp_limits, sift_states_bkref, merge_state_array):
16387         (check_subexp_matching_top, get_subexp, get_subexp_sub):
16388         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
16389         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16390         (expand_bkref_cache, check_node_accept_bytes):
16391         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
16392         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
16393         (acquire_init_state_context, check_halt_node_context):
16394         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
16395         (sift_states_backward, clean_state_log_if_needed):
16396         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
16397         (find_recover_state, transit_state_sb, transit_state_mb):
16398         (transit_state_bkref, build_trtable, match_ctx_clean):
16399         Likewise.
16400         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
16401         to work around an assumption that REG_MISSING is negative.
16402
16403         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
16404         (seek_collating_symbol_entry) [defined _LIBC]:
16405         (lookup_collation_sequence_value) [defined _LIBC]:
16406         (build_range_exp, build_collating_symbol) [defined _LIBC]:
16407         Use prototypes rather than old-style function definitions.
16408         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
16409         (transit_state_sb) [0]:
16410         (find_collation_sequence_value) [defined _LIBC]: Likewise.
16411
16412         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
16413         rm_eo.
16414
16415         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
16416         (optimize_subexps, lower_subexp):
16417         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
16418         since the signed shift might overflow.  Use 1u<<31 instead.
16419         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
16420         Likewise.
16421         * lib/regexec.c (check_dst_limits_calc_pos_1,
16422         check_subexp_matching_top): Likewise.
16423
16424         * lib/regcomp.c (optimize_subexps, lower_subexp):
16425         Use CHAR_BIT rather than 8, for clarity.
16426         * lib/regexec.c (check_dst_limits_calc_pos_1):
16427         (check_subexp_matching_top): Likewise.
16428         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
16429         have to worry about portability issues when shifting it left.
16430         Remove no-longer-needed test for table_size > 0.
16431         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
16432         in a word, as the resulting behavior is undefined.
16433         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
16434         in one case, a <= should have been an <, and in another case the
16435         whole test was missing.
16436         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
16437         the standard name CHAR_BIT.
16438         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
16439         this is not true on one's complement and signed-magnitude hosts.
16440
16441         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
16442         next_last_offset.
16443         (struct re_dfa_t): Remove unused member states_alloc.
16444         * lib/regcomp.c (init_dfa): Don't initialize unused members.
16445
16446 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16447
16448         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
16449         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
16450         and large-file glibc and in 32-bit large-file Solaris.
16451
16452 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16453
16454         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
16455         lengths fit in regoff_t; this isn't true if regoff_t is the same
16456         width as size_t.
16457         * lib/regex.c (re_search_internal): 5th arg is LAST_START
16458         (= START + RANGE) instead of RANGE.  This avoids overflow
16459         problems when regoff_t is the same width as size_t.
16460         All callers changed.
16461         (re_search_2_stub): Check for overflow when adding the
16462         sizes of the two strings.
16463         (re_search_stub): Check for overflow when adding START
16464         to RANGE; if it occurs, substitute the extreme value.
16465
16466 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16467
16468         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
16469
16470 2005-08-31  Jim Meyering  <jim@meyering.net>
16471
16472         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
16473         a pointer-to-const.
16474         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
16475         (register_state): Likewise.
16476         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
16477         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
16478         (group_nodes_into_DFAstates): Likewise.
16479
16480 2005-08-31  Jim Meyering  <jim@meyering.net>
16481
16482         * check-module: Add a FIXME comment.
16483
16484 2005-08-31  Eric Blake  <ebb9@byu.net>
16485
16486         * modules/unistd-safer (Files): Add unistd--.h.
16487         * modules/stdio-safer (Files): Add stdio--.h.
16488
16489 2005-08-31  Derek Price  <derek@ximbiot.com>
16490
16491         * lib/getdelim.c (getdelim): Return EOF on EOF.
16492         Reported by Larry Jones <lawrence.jones@ugs.com>.
16493
16494 2005-08-31  Bruno Haible  <bruno@clisp.org>
16495
16496         Avoid unnecessary diffs in the generated lib/Makefile.am.
16497         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
16498         the generated files.
16499         (func_import): Don't set cmd.
16500
16501 2005-08-31  Bruno Haible  <bruno@clisp.org>
16502
16503         * lib/strstr.c: Include <stddef.h>, for NULL.
16504         * lib/strcasestr.c: Likewise.
16505         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16506
16507 2005-08-31  Bruno Haible  <bruno@clisp.org>
16508
16509         * gnulib-tool: New option --macro-prefix.
16510         (func_import): Use macro_prefix.
16511         (import): Handle option --macro-prefix.
16512
16513 2005-08-31  Bruno Haible  <bruno@clisp.org>
16514
16515         * gnulib-tool (import): Rename most ac_* variables to cached_*.
16516         Also use new variables cached_lgpl, cached_libtool.
16517
16518 2005-08-31  Bruno Haible  <bruno@clisp.org>
16519
16520         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
16521         always instantiating them.
16522
16523 2005-08-31  Bruno Haible  <bruno@clisp.org>
16524
16525         * gnulib-tool (func_import): Read the previous cached settings
16526         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
16527         earlier added by gnulib but are now dropped. Warn when a gnulib file
16528         overwrites a non-gnulib file.
16529
16530 2005-08-31  Bruno Haible  <bruno@clisp.org>
16531
16532         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
16533         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
16534         projects that don't keep autogenerated files in CVS. Put into
16535         actioncmd only the specified modules, not the transitive closure.
16536
16537 2005-08-31  Bruno Haible  <bruno@clisp.org>
16538
16539         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
16540         Create directories that shall be filled.
16541         (import): Don't look for gl_* macros in configure.ac. Recurse across
16542         all directories containing a gnulib-cache.m4 files, if meaningful.
16543
16544 2005-08-31  Bruno Haible  <bruno@clisp.org>
16545
16546         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
16547         (import): Set seen_libtool when we see gl_LIBTOOL.
16548
16549 2005-08-31  Bruno Haible  <bruno@clisp.org>
16550
16551         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
16552         declaration macro definitions from generated gnulib.m4.
16553
16554 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
16555
16556         * lib/iconvme.h: Add prototype for iconv_alloc.
16557
16558 2005-08-29  Simon Josefsson  <jas@extundo.com>
16559
16560         * lib/iconvme.c: Fix errno.
16561
16562 2005-08-29  Bruno Haible  <bruno@clisp.org>
16563
16564         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
16565         that it works when the directory contains spaces.
16566
16567 2005-08-29  Bruno Haible  <bruno@clisp.org>
16568
16569         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
16570
16571 2005-08-29  Bruno Haible  <bruno@clisp.org>
16572
16573         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
16574         Emit more advice.
16575
16576 2005-08-29  Bruno Haible  <bruno@clisp.org>
16577         and Stepan Kasal  <kasal@ucw.cz>
16578
16579         * check-module: If more parameters are given, check each of them
16580         separately; add more exceptions, as noted by Jim Meyering.
16581         (check_module): New procedure.
16582         (%exempt_header): Now contains all exceptions.
16583
16584 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
16585
16586         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
16587
16588 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16589
16590         * lib/iconvme.c: Split iconv_string into iconv_alloc.
16591
16592 2005-08-28  Bruno Haible  <bruno@clisp.org>
16593
16594         * m4/gnulib-tool.m4: New file.
16595
16596 2005-08-27  Jim Meyering  <jim@meyering.net>
16597
16598         * modules/unistd-safer (Files): Add pipe-safer.c.
16599         * modules/fcntl-safer (Files): Add creat-safer.c.
16600
16601 2005-08-27  Jim Meyering  <jim@meyering.net>
16602
16603         * m4/stdlib-safer.m4: New file.  From coreutils.
16604         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
16605         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
16606         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
16607         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
16608         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
16609
16610 2005-08-27  Jim Meyering  <jim@meyering.net>
16611
16612         * lib/fopen-safer.c: Merge minor changes from coreutils.
16613         * lib/dup-safer.c: Likewise.
16614         * lib/fd-safer.c: Likewise.
16615
16616         Merge from coreutils.
16617         * lib/stdio--.h: New file.
16618         * lib/stdlib--.h: New file.
16619         * lib/mkstemp-safer.c: New file.
16620
16621         GNU tar needs these.
16622         * lib/pipe-safer.c: New file.
16623         * lib/creat-safer.c: New file.
16624         * lib/fcntl--.h (creat): Define to creat_safer.
16625         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
16626         * lib/unistd--.h (pipe): Define to pipe_safer.
16627         * lib/unistd-safer.h: Declare pipe_safer.
16628
16629 2005-08-26  Simon Josefsson  <jas@extundo.com>
16630
16631         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
16632         Haible <bruno@clisp.org>.
16633
16634 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
16635
16636         * lib/regex_internal.h: Remove all references to
16637         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
16638         or better.
16639         (bitset_not, bitset_merge, bitset_not_merge):
16640         (bitset_mask, re_string_allocate, re_string_construct):
16641         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
16642         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
16643         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
16644         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
16645         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16646         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16647         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
16648         (re_acquire_state_context):
16649         Remove unnecessary forward decls.
16650         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
16651         Put __attribute at function definition,
16652         now that the function decl has been removed.
16653         * lib/regex_internal.c (re_string_peek_byte_case):
16654         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
16655         Likewise.
16656
16657 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
16658
16659         * m4/regex.m4: Add AC_PREREQ(2.50).
16660         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
16661
16662 2005-08-25  Simon Josefsson  <jas@extundo.com>
16663
16664         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
16665         __fsetlocking.
16666
16667 2005-08-25  Simon Josefsson  <jas@extundo.com>
16668
16669         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
16670         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
16671         GLIBC specific code.
16672
16673 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         Make regex safe for g++.  This fixes one real bug (an "err"
16676         that should have been "*err").  g++ problem reported by
16677         Sam Steingold.
16678         * lib/regex_internal.h (re_calloc): New macro, consistent with
16679         re_malloc etc.  All callers of calloc changed to use re_calloc.
16680         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
16681         not int.  All callers changed.
16682         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
16683         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
16684         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
16685         (find_recover_state): Change "err" to "*err"; this fixes what
16686         appears to be a real bug.
16687         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
16688         versus int.
16689
16690 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16691
16692         * modules/regex (Depends-on): Add malloc, since the code
16693         assumes that !malloc(0) means failure.
16694
16695 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
16698
16699         alloca modernization/simplification for regex.
16700         * lib/regex.c: Remove portability cruft for alloca.  This no longer
16701         needs to be at the start of the file, and can be moved into
16702         regex_internal.h and simplified.
16703         * lib/regex_internal.h: Include <alloca.h>.
16704         (__libc_use_alloca) [!defined _LIBC]: New macro.
16705         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
16706         now works outside glibc.
16707
16708 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16709
16710         * config/srclist.txt: Add glibc bugs 1241, 1245.
16711
16712 2005-08-25  Jim Meyering  <jim@meyering.net>
16713
16714         * lib/open-safer.c: Include <config.h>.
16715         Otherwise, we'd lose LARGEFILE support in any file using
16716         e.g. "fcntl--.h"
16717
16718 2005-08-25  Bruno Haible  <bruno@clisp.org>
16719
16720         * m4/minmax.m4: Require autoconf 2.52.
16721         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
16722         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
16723         alternatives of translit over the alphabet.
16724         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
16725
16726 2005-08-24  Simon Josefsson  <jas@extundo.com>
16727
16728         * tests/test-getpass.c: New file.
16729
16730 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16731
16732         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
16733         for GNU regex features.
16734
16735 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
16738         * lib/regex.h (regerror): Likewise.
16739
16740         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
16741         requires this.  (The code never needed it.)
16742
16743         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
16744         All uses of recently-renamed identifiers changed to use the new,
16745         POSIX-compliant names.  The code will build and run just fine
16746         without these changes, but it's better to eat our own dog food
16747         and use the standard-conforming names.
16748
16749         * lib/regex.h: Fix a multitude of POSIX name space violations.
16750         These changes have an effect only for programs that define
16751         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
16752         do not change anything for programs compiled in the normal way.
16753         Also, there is no effect on the ABI.
16754
16755         (_REGEX_SOURCE): New macro.
16756         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
16757         defined and _GNU_SOURCE is not; this fixes a name space violation.
16758
16759         Rename the following macros to obey POSIX requirements.
16760         The old names are still visible as macros if _REGEX_SOURCE is defined.
16761         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
16762         RE_BACKSLASH_ESCAPE_IN_LISTS.
16763         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
16764         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
16765         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
16766         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
16767         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
16768         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
16769         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
16770         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
16771         (REG_INTERVALS): renamed from RE_INTERVALS.
16772         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
16773         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
16774         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
16775         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
16776         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
16777         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
16778         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
16779         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
16780         RE_UNMATCHED_RIGHT_PAREN_ORD.
16781         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
16782         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
16783         (REG_DEBUG): renamed from RE_DEBUG.
16784         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
16785         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
16786         unusual, since we can't clash with the POSIX REG_ICASE.
16787         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
16788         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
16789         (REG_NO_SUB): renamed from RE_NO_SUB.
16790         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
16791         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
16792         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
16793         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
16794         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
16795         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
16796         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
16797         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
16798         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
16799         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
16800         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
16801         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
16802         RE_SYNTAX_POSIX_MINIMAL_BASIC.
16803         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
16804         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
16805         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
16806         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
16807         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
16808         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
16809         (REG_FIXED): Renamed from REGS_FIXED.
16810         (REG_NREGS): Renamed from RE_NREGS.
16811
16812         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
16813         of other REG_* macros, since POSIX says the user is allowed to
16814         #undef these macros selectively.
16815
16816         (reg_errcode_t): Update comment stating what other tables need
16817         to be consistent.
16818
16819         Rename the following enum values to obey POSIX requirements.
16820         The old names are still visible as macros.
16821         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
16822         is not defined, since GNU is supposed to be a superset of POSIX as
16823         much as possible, and since we want reg_errcode_t to be a signed
16824         type for implementation consistency.
16825         (_REG_NOERROR): Renamed from REG_NOERROR.
16826         (_REG_NOMATCH): Renamed from REG_NOMATCH.
16827         (_REG_BADPAT): Renamed from REG_BADPAT.
16828         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
16829         (_REG_ECTYPE): Renamed from REG_ECTYPE.
16830         (_REG_EESCAPE): Renamed from REG_EESCAPE.
16831         (_REG_ESUBREG): Renamed from REG_ESUBREG.
16832         (_REG_EBRACK): Renamed from REG_EBRACK.
16833         (_REG_EPAREN): Renamed from REG_EPAREN.
16834         (_REG_EBRACE): Renamed from REG_EBRACE.
16835         (_REG_BADBR): Renamed from REG_BADBR.
16836         (_REG_ERANGE): Renamed from REG_ERANGE.
16837         (_REG_ESPACE): Renamed from REG_ESPACE.
16838         (_REG_BADRPT): Renamed from REG_BADRPT.
16839         (_REG_EEND): Renamed from REG_EEND.
16840         (_REG_ESIZE): Renamed from REG_ESIZE.
16841         (_REG_ERPAREN): Renamed from REG_ERPAREN.
16842         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
16843         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
16844         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
16845         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
16846
16847         (_REG_RE_NAME, _REG_RM_NAME): New macros.
16848         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
16849         changed.  But support the old name if the new one is not defined
16850         and if _REGEX_SOURCE.
16851
16852         Change the following member names in struct re_pattern_buffer.
16853         The old names are still supported if !_REGEX_SOURCE.
16854         The new names are always supported, regardless of _REGEX_SOURCE.
16855         (re_buffer): Renamed from buffer.
16856         (re_allocated): Renamed from allocated.
16857         (re_used): Renamed from used.
16858         (re_syntax): Renamed from syntax.
16859         (re_fastmap): Renamed from fastmap.
16860         (re_translate): Renamed from translate.
16861         (re_can_be_null): Renamed from can_be_null.
16862         (re_regs_allocated): Renamed from regs_allocated.
16863         (re_fastmap_accurate): Renamed from fastmap_accurate.
16864         (re_no_sub): Renamed from no_sub.
16865         (re_not_bol): Renamed from not_bol.
16866         (re_not_eol): Renamed from not_eol.
16867         (re_newline_anchor): Renamed from newline_anchor.
16868
16869         Change the following member names in struct re_registers.
16870         The old names are still supported if !_REGEX_SOURCE.
16871         The new names are always supported, regardless of _REGEX_SOURCE.
16872         (rm_num_regs): Renamed from num_regs.
16873         (rm_start): Renamed from start.
16874         (rm_end): Renamed from end.
16875
16876         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
16877         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
16878         Prepend __ to parameter names.
16879
16880         Undo yesterday's changes.
16881
16882 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16883
16884         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
16885         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
16886         lib/regex.c.
16887
16888 2005-08-24  Jim Meyering  <jim@meyering.net>
16889
16890         Sync from coreutils.
16891         * m4/fcntl-safer.m4: New file.
16892
16893         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
16894         and object files for this module.
16895
16896 2005-08-24  Jim Meyering  <jim@meyering.net>
16897
16898         Sync from coreutils.
16899         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
16900
16901 2005-08-24  Jim Meyering  <jim@meyering.net>
16902
16903         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
16904         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
16905
16906 2005-08-24  Jim Meyering  <jim@meyering.net>
16907
16908         * modules/fcntl-safer: New module.
16909         * modules/fts (Depends-on): Add fcntl-safer.
16910         * MODULES.html.sh (File descriptor based Input/Output):
16911         Add fcntl-safer.
16912
16913 2005-08-24  Bruno Haible  <bruno@clisp.org>
16914
16915         Support for unit test modules.
16916         * modules/README: Mention tests modules.
16917         * modules/TEMPLATE-TESTS: New file.
16918         * gnulib-tool: New options --extract-tests-module, --with-tests and
16919         --tests-base (unused for the moment).
16920         (testsbase, inctests): New variables.
16921         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
16922         (func_verify_module): Exclude TEMPLATE-TESTS.
16923         (func_verify_nontests_module, func_verify_tests_module): New functions.
16924         (func_get_dependencies): Add implicit dependency for tests modules.
16925         (func_get_tests_module): New function.
16926         (func_modules_transitive_closure): When --with-tests was specified,
16927         include the unit tests as well, unless explicitly avoided.
16928         (func_emit_lib_Makefile_am): Ignore the tests modules here.
16929         (func_emit_tests_Makefile_am): New function.
16930         (func_create_testdir): When --with-tests was specified, emit a
16931         tests/ directory.
16932         * MODULES.html.sh (Future developments): Update.
16933
16934 2005-08-24  Bruno Haible  <bruno@clisp.org>
16935
16936         * modules/tls-tests: New file.
16937         * tests/test-tls.c: New file, from GNU gettext.
16938
16939 2005-08-24  Bruno Haible  <bruno@clisp.org>
16940
16941         * modules/lock-tests: New file.
16942         * tests/test-lock.c: New file, from GNU gettext.
16943
16944 2005-08-24  Bruno Haible  <bruno@clisp.org>
16945
16946         * lib/lock.h: Add multiple inclusion guard.
16947         * lib/tls.h: Add multiple inclusion guard.
16948
16949 2005-08-24  Bruno Haible  <bruno@clisp.org>
16950
16951         * gnulib-tool: Add support for the --aux-dir option to
16952         --create-testdir, --create-megatestdir, --test, --megatest.
16953         (func_create_testdir, func_create_megatestdir): Optionally emit a
16954         AC_CONFIG_AUX_DIR directive.
16955         (create-testdir, create-megatestdir, test, megatest): Provide a
16956         default value for $auxdir.
16957
16958 2005-08-24  Bruno Haible  <bruno@clisp.org>
16959
16960         * gnulib-tool (import): Use compound statement instead of subshell
16961         where possible.
16962
16963 2005-08-24  Bruno Haible  <bruno@clisp.org>
16964
16965         * gnulib-tool (import): Change --aux-dir default to "build-aux".
16966
16967 2005-08-24  Bruno Haible  <bruno@clisp.org>
16968
16969         * gnulib-tool (func_version): Update.
16970
16971 2005-08-24  Bruno Haible  <bruno@clisp.org>
16972
16973         * gnulib-tool (func_import, func_create_testdir,
16974         func_create_megatestdir): Quote all autoconf macro arguments.
16975
16976 2005-08-24  Bruno Haible  <bruno@clisp.org>
16977
16978         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
16979         option --force, because --force causes the aclocal.m4 of each
16980         subdirectory to be newer than the corresponding config.h.in.
16981
16982 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16983
16984         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
16985         All contents moved to gl_REGEX.
16986         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
16987         assume that it does.
16988
16989 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
16990
16991         * lib/regex.h (REG_NOSYS)
16992         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
16993         Define, since POSIX requires it as of 2001.
16994         (_REG_ENOSYS)
16995         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
16996         New private symbol, used to keep the enum signed in all cases.
16997         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
16998         Youngman in
16999         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17000
17001         * lib/regex_internal.c (re_string_skip_chars, register_state):
17002         (calc_state_hash):
17003         Remove forward decls; no longer needed now that we use prototypes.
17004         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17005         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17006         (clean_state_log_if_needed): Likewise.
17007
17008 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17009
17010         * config/srclist.txt: Add glibc bugs 1231-1233.
17011
17012 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17013
17014         Fix problems reported by Sam Steingold in
17015         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17016         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17017         assumed that reg_errcode_t is a signed type, which is not
17018         necessarily true if _XOPEN_SOURCE is not defined.
17019         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17020         since some compilers warn about it otherwise.
17021
17022 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17023
17024         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17025         (init_word_char, create_initial_state, duplicate_node_closure):
17026         (fetch_token, peek_token_bracket, build_range_exp):
17027         (build_collating_symbol): Remove forward decls; no longer needed
17028         now that we use prototypes.
17029
17030         * lib/regcomp.c:
17031         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17032         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17033         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17034         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17035         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17036         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17037         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17038         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17039         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17040         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17041         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17042         (build_charclass, build_charclass_op, fetch_number, create_tree):
17043         (create_token_tree, mark_opt_subexp, duplicate_tree):
17044         Use prototypes rather than old-style definitions.
17045
17046         * lib/regex_internal.c:
17047         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17048         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17049         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17050         (re_string_reconstruct, re_string_peek_byte_case):
17051         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17052         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17053         (re_node_set_init_copy, re_node_set_add_intersect):
17054         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17055         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17056         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17057         (re_acquire_state, re_acquire_state_context, register_state):
17058         (create_ci_newstate, create_cd_newstate, free_state):
17059         Likewise.
17060         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
17061         re_search_2):
17062         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
17063         (re_search_internal, prune_impossible_nodes):
17064         (acquire_init_state_context, check_matching, static):
17065         (check_halt_node_context, check_halt_state_context, proceed_next_node):
17066         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
17067         (update_regs, sift_states_backward, build_sifted_states):
17068         (clean_state_log_if_needed, merge_state_array):
17069         (update_cur_sifted_state, add_epsilon_src_nodes):
17070         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
17071         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
17072         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
17073         (find_recover_state, check_subexp_matching_top, transit_state_mb):
17074         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
17075         (check_arrival, check_arrival_add_next_nodes):
17076         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17077         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17078         (check_node_accept_bytes, check_node_accept, extend_buffers):
17079         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
17080         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
17081         (sift_ctx_init):
17082         Likewise.
17083
17084         * lib/regex_internal.h:
17085         (re_string_allocate, re_string_construct, re_string_reconstruct):
17086         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
17087         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
17088         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
17089         (re_string_context_at, re_string_peek_byte_case):
17090         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
17091         is defined, since we now use prototypes always.
17092
17093         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
17094         C89 or better.  All uses removed.
17095
17096 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17097
17098         * config/srclist.txt: Add glibc bugs 1220-1227.
17099
17100 2005-08-20  Jim Meyering  <jim@meyering.net>
17101
17102         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
17103         of unused local, dfa.
17104
17105 2005-08-20  Bruno Haible  <bruno@clisp.org>
17106
17107         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
17108
17109 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17110
17111         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
17112         (re_node_set_insert_last, re_dfa_add_node):
17113         Rename local variables to avoid GCC shadowing warnings.
17114
17115 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17116
17117         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
17118         [defined lint]: Suppress bogus uninitialized-variable warnings.
17119
17120         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
17121         and let the caller return REG_ESPACE if out of space.  This
17122         removes an uninitialied-variable warning with GCC 4.0.1, and also
17123         avoids taking the address of a local variable.  All callers
17124         changed.
17125
17126 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17127
17128         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
17129         $LIBCSRC/posix/regexec.c.
17130         Add glibc bug 1217 for regcomp.c.
17131
17132 2005-08-19  Jim Meyering  <jim@meyering.net>
17133
17134         * lib/regexec.c (proceed_next_node): Redo local variables to
17135         avoid GCC shadowing warnings.
17136
17137 2005-08-18  Bruno Haible  <bruno@clisp.org>
17138
17139         * lib/strstr.c (strstr): Fix return value in multibyte case.
17140         * lib/strcasestr.c (strcasestr): Likewise.
17141
17142 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
17145
17146 2005-08-17  Jim Meyering  <jim@meyering.net>
17147
17148         Make the %s format (seconds since the epoch) work for a negative
17149         number and when used with a zero-padded field width, e.g. %015s.
17150
17151         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
17152         label so that it precedes the code to set `digits'.  Otherwise,
17153         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
17154         print `00-22'.  Now, it prints `-0022', as it should.
17155
17156 2005-08-17  Bruno Haible  <bruno@clisp.org>
17157
17158         * modules/strstr (Files): Add m4/mbrtowc.m4.
17159         (Depends-on): Add mbuiter.
17160
17161 2005-08-17  Bruno Haible  <bruno@clisp.org>
17162
17163         * modules/strcasestr: New file.
17164         * MODULES.html.sh (String handling, based on ANSI C 89): Add
17165         strcasestr.
17166
17167 2005-08-17  Bruno Haible  <bruno@clisp.org>
17168
17169         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
17170
17171 2005-08-17  Bruno Haible  <bruno@clisp.org>
17172
17173         * modules/mbuiter: New file.
17174         * MODULES.html.sh (Extended multibyte and wide character utilities):
17175         Add mbuiter.
17176
17177 2005-08-17  Bruno Haible  <bruno@clisp.org>
17178
17179         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
17180         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
17181
17182 2005-08-17  Bruno Haible  <bruno@clisp.org>
17183
17184         * m4/strcasestr.m4: New file.
17185
17186 2005-08-17  Bruno Haible  <bruno@clisp.org>
17187
17188         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
17189         * lib/strstr.c: Completely rewritten, with multibyte locale support.
17190
17191 2005-08-17  Bruno Haible  <bruno@clisp.org>
17192
17193         * lib/strcasestr.h: New file.
17194         * lib/strcasestr.c: New file.
17195
17196 2005-08-17  Bruno Haible  <bruno@clisp.org>
17197
17198         * lib/strcasecmp.c: Use mbuiter.h.
17199
17200 2005-08-17  Bruno Haible  <bruno@clisp.org>
17201
17202         * lib/mbuiter.h: New file.
17203
17204 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
17205
17206         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
17207         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
17208         and gl_GETOPT are both invoked via different paths (as happens
17209         with GNU tar CVS because it uses both argp and getopt), the former
17210         wins.
17211
17212 2005-08-16  Bruno Haible  <bruno@clisp.org>
17213
17214         * modules/tls: New file.
17215         * MODULES.html.sh (Multithreading): Add tls.
17216
17217 2005-08-16  Bruno Haible  <bruno@clisp.org>
17218
17219         * modules/strnlen1: New file.
17220         * MODULES.html.sh (String handling): Add strnlen1.
17221
17222 2005-08-16  Bruno Haible  <bruno@clisp.org>
17223
17224         * modules/strcase (Files): Add m4/mbrtowc.m4.
17225         (Depends-on): Add strnlen1, mbchar.
17226
17227 2005-08-16  Bruno Haible  <bruno@clisp.org>
17228
17229         * modules/mbiter: New file.
17230         * MODULES.html.sh (Extended multibyte and wide character utilities):
17231         Add mbiter.
17232
17233 2005-08-16  Bruno Haible  <bruno@clisp.org>
17234
17235         * modules/mbfile: New file.
17236         * MODULES.html.sh (Extended multibyte and wide character utilities):
17237         Add mbfile.
17238
17239 2005-08-16  Bruno Haible  <bruno@clisp.org>
17240
17241         * modules/mbchar: New file.
17242         * MODULES.html.sh (Extended multibyte and wide character utilities):
17243         New section.
17244
17245 2005-08-16  Bruno Haible  <bruno@clisp.org>
17246
17247         * m4/tls.m4: New file, from GNU gettext.
17248
17249 2005-08-16  Bruno Haible  <bruno@clisp.org>
17250
17251         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
17252         always.
17253         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
17254
17255 2005-08-16  Bruno Haible  <bruno@clisp.org>
17256
17257         * m4/mbiter.m4: New file.
17258
17259 2005-08-16  Bruno Haible  <bruno@clisp.org>
17260
17261         * m4/mbfile.m4: New file.
17262
17263 2005-08-16  Bruno Haible  <bruno@clisp.org>
17264
17265         * m4/mbchar.m4: New file.
17266
17267 2005-08-16  Bruno Haible  <bruno@clisp.org>
17268
17269         * lib/tls.h: New file, from GNU gettext.
17270         * lib/tls.c: New file, from GNU gettext.
17271
17272 2005-08-16  Bruno Haible  <bruno@clisp.org>
17273
17274         * lib/strnlen1.h: New file.
17275         * lib/strnlen1.c: New file.
17276
17277 2005-08-16  Bruno Haible  <bruno@clisp.org>
17278
17279         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
17280         (mbi_init): Update.
17281         (mbi_avail, mbi_advance): Let the iteration end before the terminating
17282         NUL byte, not after it.
17283
17284 2005-08-16  Bruno Haible  <bruno@clisp.org>
17285
17286         * lib/strcase.h (strcasecmp): Add note in comments.
17287         * lib/strncasecmp.c: Use code from strcasecmp.c.
17288         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
17289         (strcasecmp): Work correctly in multibyte locales.
17290
17291 2005-08-16  Bruno Haible  <bruno@clisp.org>
17292
17293         * lib/mbiter.h: New file.
17294
17295 2005-08-16  Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/mbfile.h: New file.
17298
17299 2005-08-16  Bruno Haible  <bruno@clisp.org>
17300
17301         * lib/mbchar.h: New file.
17302         * lib/mbchar.c: New file.
17303
17304 2005-08-16  Bruno Haible  <bruno@clisp.org>
17305
17306         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
17307         the valid ones. Makes the comparison operations transitive:
17308         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
17309         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
17310
17311 2005-08-15  Simon Josefsson  <jas@extundo.com>
17312
17313         * modules/ssize_t (License): Change to 'unlimited'.
17314
17315         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
17316
17317 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17318
17319         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
17320         Add comments for each pending glibc patch.
17321
17322 2005-08-15  Bruno Haible  <bruno@clisp.org>
17323
17324         * lib/regex.h (__restrict_arr): Don't define to __restrict if
17325         __cplusplus is defined.
17326
17327 2005-08-14  Jim Meyering  <jim@meyering.net>
17328
17329         Sync from coreutils.
17330
17331         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
17332         Use the hash-table-based cycle-detection code not just when
17333         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
17334         Reported by James Youngman in
17335         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
17336         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
17337         FTS_TIGHT_CYCLE_CHECK.
17338         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
17339         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
17340         once again.
17341         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
17342         * lib/fts.c (fd_safer): Remove decl.
17343         Include fcntl--.h rather than unistd-safer.h
17344         (fts_safe_changedir): Don't call fd_safer; no longer needed
17345         now that we include fcntl--.h.
17346
17347 2005-08-12  Simon Josefsson  <jas@extundo.com>
17348
17349         * modules/getndelim2: Use ssize_t module.
17350         * modules/getnline: Likewise.
17351         * modules/safe-read: Likewise.
17352         * modules/xreadlink: Likewise.
17353
17354         * modules/ssize_t: New file.
17355
17356 2005-08-12  Simon Josefsson  <jas@extundo.com>
17357
17358         * m4/readline.m4: Look for termcap, curses or ncurses if required.
17359
17360 2005-08-12  Simon Josefsson  <jas@extundo.com>
17361
17362         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17363         ssize_t.
17364
17365 2005-08-12  Simon Josefsson  <jas@extundo.com>
17366
17367         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
17368         readline, getdelim and check_version.
17369         (Support for systems lacking ISO C 99: Sizes of integer types):
17370         Add size_max.
17371
17372 2005-08-12  Bruno Haible  <bruno@clisp.org>
17373
17374         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
17375
17376 2005-08-11  Simon Josefsson  <jas@extundo.com>
17377
17378         * modules/readline: New file.
17379
17380         * modules/strnlen (Files): Add strnlen.h.
17381
17382 2005-08-11  Simon Josefsson  <jas@extundo.com>
17383
17384         * m4/readline.m4: New file.
17385
17386 2005-08-11  Simon Josefsson  <jas@extundo.com>
17387
17388         * lib/readline.h, readline.c: New file.
17389
17390 2005-08-11  Simon Josefsson  <jas@extundo.com>
17391
17392         * doc/gnulib.texi (Initial import, Finishing touches): Mention
17393         gl_AVOID.
17394
17395 2005-08-11  Bruno Haible  <bruno@clisp.org>
17396
17397         * lib/strnlen.h (strnlen): Change parameter name to match comment.
17398
17399 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
17400
17401         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
17402
17403 2005-08-10  Simon Josefsson  <jas@extundo.com>
17404
17405         * tests/test-iconvme.c: New file.
17406
17407 2005-08-10  Simon Josefsson  <jas@extundo.com>
17408
17409         * m4/strnlen.m4: New file.
17410
17411         * m4/strndup.m4: Don't check for strnlen declaration, done in
17412         strnlen.m4.
17413
17414 2005-08-10  Simon Josefsson  <jas@extundo.com>
17415
17416         * lib/strndup.c: Use strnlen.h.
17417
17418         * lib/strnlen.h: New file.
17419
17420 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17421
17422         * README: Typos.
17423
17424 2005-08-02  Simon Josefsson  <jas@extundo.com>
17425
17426         * modules/readline: New file.
17427
17428 2005-08-02  Simon Josefsson  <jas@extundo.com>
17429
17430         * modules/getdelim: New file.
17431
17432         * modules/getline: Rewrite, don't use getndelim2.
17433
17434 2005-08-02  Simon Josefsson  <jas@extundo.com>
17435
17436         * m4/getline.m4: Separate out getdelim stuff into separate module.
17437
17438         * m4/getdelim.m4: New file.
17439
17440 2005-08-02  Simon Josefsson  <jas@extundo.com>
17441
17442         * lib/getline.h, getline.c: Rewrite.
17443
17444         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
17445
17446 2005-07-31  Bruno Haible  <bruno@clisp.org>
17447
17448         * lib/lock.h (gl_lock_initializer): New macro.
17449         (gl_lock_define_initialized): Use it.
17450         (gl_rwlock_initializer): New macro.
17451         (gl_rwlock_define_initialized): Use it.
17452         (gl_recursive_lock_initializer): New macro.
17453         (gl_recursive_lock_define_initialized): Use it.
17454
17455 2005-07-30  Karl Berry  <karl@gnu.org>
17456
17457         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
17458         Report from Ben Pfaff, regarding getopt.
17459
17460 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
17461
17462         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
17463         normal way.
17464         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
17465         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
17466         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
17467         (gl_GETOPT): Use the new macros.  Most of the implementation
17468         is moved to the new macros.  This is for programs like Emacs
17469         that don't want all the functionality of gl_GETOPT.
17470
17471 2005-07-26  Bruno Haible  <bruno@clisp.org>
17472
17473         * m4/lock.m4: Update from GNU gettext.
17474
17475 2005-07-26  Bruno Haible  <bruno@clisp.org>
17476
17477         * lib/lock.h: Update from GNU gettext.
17478         * lib/lock.c: Update from GNU gettext.
17479
17480 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
17481
17482         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
17483         obsolescent AC_TRY_RUN.  Include the default includes files, for
17484         'exit'.
17485
17486 2005-07-24  Bruno Haible  <bruno@clisp.org>
17487
17488         * modules/visibility: New file.
17489         * MODULES.html.sh (Misc): Add visibility.
17490
17491 2005-07-24  Bruno Haible  <bruno@clisp.org>
17492
17493         * m4/visibility.m4: New file.
17494
17495 2005-07-24  Bruno Haible  <bruno@clisp.org>
17496
17497         * doc/visibility.texi: New file.
17498
17499 2005-07-22  Bruno Haible  <bruno@clisp.org>
17500
17501         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
17502         $(ALLOCA_H), redundant through BUILT_SOURCES.
17503         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
17504         redundant through BUILT_SOURCES.
17505         * modules/byteswap (Makefile.am): Remove explicit dependency on
17506         $(BYTESWAP_H), redundant through BUILT_SOURCES.
17507         * modules/fnmatch (Makefile.am): Remove explicit dependency on
17508         $(FNMATCH_H), redundant through BUILT_SOURCES.
17509         * modules/getopt (Makefile.am): Remove explicit dependency on
17510         $(GETOPT_H), redundant through BUILT_SOURCES.
17511         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
17512         redundant through BUILT_SOURCES.
17513         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
17514         redundant through BUILT_SOURCES.
17515         * modules/stdbool (Makefile.am): Remove explicit dependency on
17516         $(STDBOOL_H), redundant through BUILT_SOURCES.
17517         * modules/stdint (Makefile.am): Remove explicit dependency on
17518         $(STDINT_H), redundant through BUILT_SOURCES.
17519         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
17520         Remove explicit dependency on $(SYSEXITS_H).
17521         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
17522
17523 2005-07-18  Simon Josefsson  <jas@extundo.com>
17524
17525         * lib/check-version.c (check_version): Accept identical versions too.
17526
17527 2005-07-18  Bruno Haible  <bruno@clisp.org>
17528
17529         * modules/lock: New file.
17530         * MODULES.html.sh (Multithreading): New section.
17531
17532 2005-07-18  Bruno Haible  <bruno@clisp.org>
17533
17534         * m4/lock.m4: New file, from GNU gettext.
17535
17536 2005-07-18  Bruno Haible  <bruno@clisp.org>
17537
17538         * lib/lock.h: New file, from GNU gettext.
17539         * lib/lock.c: New file, from GNU gettext.
17540
17541 2005-07-18  Bruno Haible  <bruno@clisp.org>
17542
17543         * lib/lock.h (gl_once_t): New type.
17544         (gl_once_define, gl_once): New macros.
17545         * lib/lock.c (fresh_once): New variable.
17546         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
17547         functions.
17548
17549 2005-07-16  Simon Josefsson  <jas@extundo.com>
17550
17551         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
17552         workaround, suggested by Bruno.
17553
17554 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
17555
17556         * modules/xalloc (Depends-on): Add xalloc-die.
17557         * modules/xvasprintf (Depends-on): Add xalloc-die.
17558
17559 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
17560
17561         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
17562         with a minor change.
17563
17564 2005-07-15  Bruno Haible  <bruno@clisp.org>
17565
17566         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
17567         When using lib/poll.c, define poll as rpl_poll.
17568
17569 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * modules/argp (Depends-on): Remove unlocked-io.
17572
17573 2005-07-14  Derek Price  <derek@ximbiot.com>
17574
17575         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
17576         for glob symlink bug.
17577
17578 2005-07-14  Bruno Haible  <bruno@clisp.org>
17579
17580         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
17581         Instead, test for *_unlocked function declarations directly.
17582
17583 2005-07-11  Simon Josefsson  <jas@extundo.com>
17584
17585         * modules/size_max: New file.
17586
17587         * modules/xsize: Depend on size_max module for size_max.m4.
17588
17589 2005-07-11  Simon Josefsson  <jas@extundo.com>
17590
17591         * lib/size_max.h: New file.
17592
17593 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
17594
17595         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
17596         copyright symbol and the year.
17597         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
17598         (version_etc_va): Use parameterized copyright notice.
17599         Reword to conform to the current GNU coding standards.
17600
17601 2005-07-11  Karl Berry  <karl@gnu.org>
17602
17603         * doc/gnulib.texi (Quoting): new node.
17604         (Initial import): more info, from Patrice.
17605
17606 2005-07-11  Bruno Haible  <bruno@clisp.org>
17607
17608         * gnulib-tool (func_usage): Document option --avoid.
17609         (Command line options): Handle --avoid.
17610         (func_acceptable): New function.
17611         (func_modules_transitive_closure): Use it.
17612
17613 2005-07-11  Bruno Haible  <bruno@clisp.org>
17614
17615         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
17616         Reported by Jim Meyering.
17617
17618 2005-07-10  Bruno Haible  <bruno@clisp.org>
17619
17620         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
17621         Needed when size_t is smaller than 'unsigned int'.
17622         Reported by Paul Eggert.
17623
17624 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17625
17626         * modules/argp (Depends-on): Add unlocked-io
17627
17628 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17629
17630         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
17631         block of defines.
17632
17633 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
17634
17635         * config/srclist.txt: Comment out regcomp.c, since we have a porting
17636         fix now.
17637
17638 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
17639         and Paul Eggert  <eggert@cs.ucla.edu>
17640
17641         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
17642         in wint_t, not wchar_t.  Remove now-unnecessary cast.
17643
17644 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         * modules/regex (Files): Add lib/regex_internal.c,
17647         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
17648         (Depends-on): Add extensions.
17649         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
17650
17651 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
17654         pathconf.
17655         * m4/same.m4 (gl_SAME): Likewise.
17656         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
17657
17658         * m4/regex.m4: Adjust to new libc regex implementation.
17659         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
17660         all the .c and .h parts of (the new) regex.
17661         Quote the m4 stuff better.
17662         Check for RE_ICASE bug of old gnulib.
17663         Check for REG_STARTEND of recent libc.
17664         Rename local variables from jm_* to gl_*.
17665         Quote operand of "test -f".
17666         Say "recent enough" version of libc, not "version 2".
17667         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
17668         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
17669         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
17670         Remove check for btowc, isascii.
17671         Require AM_LANGINFO_CODESET.
17672
17673 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17674
17675         * lib/regex.c, regex.h: Sync from libc.
17676         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
17677         * lib/regexec.c:
17678         New files, synced from libc, except that regex_internal.h
17679         currently has a small porting fix.
17680
17681 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
17684         regex_internal.c, regexec.c.
17685         Add regex_internal.h too, but as a comment, since the libc version
17686         is currently broken in gnulib mode.
17687
17688 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17689
17690         Support programs like Emacs that use gnulib but not gettext.
17691         * MODULES.html.sh (Internationalization functions): Add gettext-h.
17692         * modules/gettext-h: New file.
17693         * modules/gettext (Files): Remove lib/gettext.h.
17694         (Depends-on): Add gettext-h.
17695         (Makefile.am): Remove lib_SOURCES.
17696         * modules/argmatch, modules/c-stack, modules/closeout:
17697         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
17698         * modules/execute, modules/file-type, modules/getaddrinfo:
17699         * modules/getopt, modules/human, modules/javacomp:
17700         * modules/javaexec, modules/mkdir-p, modules/obstack:
17701         * modules/openat, modules/pagealign_alloc, modules/pipe:
17702         * modules/quotearg, modules/regex, modules/rpmatch:
17703         * modules/unicodeio, modules/userspec, modules/version-etc:
17704         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
17705         * modules/xsetenv:
17706         Depend on gettext-h, not gettext.
17707
17708 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17709
17710         * gnulib-tool (func_import): Add support for 'public domain' license.
17711         * modules/alloca, modules/atexit, modules/memmove:
17712         Now public domain, not GPL.
17713         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
17714         * modules/realloc, modules/strerror, modules/strtod:
17715         Now LGPL, not GPL.
17716
17717 2005-07-05  Bruno Haible  <bruno@clisp.org>
17718
17719         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
17720         autoconf CVS. Needed for mingw.
17721
17722 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17723
17724         Remove the dependency of the strftime module on the tzset module.
17725         * modules/strftime (Depends-on): Remove dependency on tzset.
17726
17727 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         Remove the dependency of the strftime module on the tzset module.
17730         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
17731         gl_FUNC_TZSET_CLOBBER.
17732
17733 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17734
17735         Remove the dependency of the strftime module on the tzset module.
17736         * lib/strftime.c (my_strftime)
17737         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
17738         Copy the input structure, to work around some of the bug with
17739         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
17740         Solaris releases, you should also use the tzset module, but we won't
17741         require it as a dependency any more since we don't want LGPLed code
17742         to depend on GPLed code.
17743
17744 2005-07-02  Jim Meyering  <jim@meyering.net>
17745
17746         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
17747         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
17748         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
17749         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
17750
17751 2005-07-02  Jim Meyering  <jim@meyering.net>
17752
17753         * lib/backupfile.c (backup_args): Change a `0' to NULL.
17754
17755 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17756
17757         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
17758         declares only 'struct timespec;' (!).
17759
17760 2005-07-01  Jim Meyering  <jim@meyering.net>
17761
17762         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
17763         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
17764         * lib/save-cwd.c, tempname.c:
17765         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17766         and don't include <sys/file.h>).
17767
17768 2005-06-29  Jim Meyering  <jim@meyering.net>
17769
17770         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
17771         type name.  Use the variable name instead.
17772         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
17773         Likewise.
17774
17775 2005-06-28  Simon Josefsson  <jas@extundo.com>
17776
17777         * modules/check-version (Files): Add check-version.m4.
17778
17779 2005-06-28  Simon Josefsson  <jas@extundo.com>
17780
17781         * m4/check-version.m4: New file, suggested by Jim Meyering
17782         <jim@meyering.net>.
17783
17784 2005-06-28  Simon Josefsson  <jas@extundo.com>
17785
17786         * lib/check-version.h, lib/check-version.c: New files.
17787
17788 2005-06-28  Simon Josefsson  <jas@extundo.com>
17789
17790         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
17791         collision with global variable.  Better indentation.  Don't
17792         increment buffer pointer beyond buffer end.  Based on comments
17793         from Paul Eggert <eggert@cs.ucla.edu>.
17794
17795         * lib/base64.h: Indent.
17796
17797 2005-06-28  Simon Josefsson  <jas@extundo.com>
17798
17799         * doc/gnulib.texi (Library version handling): New section.
17800
17801 2005-06-28  Jim Meyering  <jim@meyering.net>
17802
17803         * check-module (find_included_lib_files): Hard-code another
17804         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
17805         but modules/fts-lgpl (correctly) does not list those files.
17806
17807         * modules/canonicalize (Files): Add lib/pathmax.h.
17808
17809 2005-06-25  Simon Josefsson  <jas@extundo.com>
17810
17811         * modules/check-version: New file.
17812
17813 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
17814
17815         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
17816         initializer of struct addrinfo, as an indication that we don't
17817         care how many members the structure has.
17818
17819 2005-06-24  Derek Price  <derek@ximbiot.com>
17820         and Bruno Haible  <bruno@clisp.org>
17821
17822         Remove stat module & update lstat.
17823         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
17824         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17825         * m4/stat.m4: Remove this file.
17826
17827 2005-06-24  Derek Price  <derek@ximbiot.com>
17828         and Bruno Haible  <bruno@clisp.org>
17829
17830         Remove stat module & update lstat.
17831         * lib/stat.c: Remove this file...
17832         (slash_aware_lstat): ...moving this content and its support...
17833         * lib/lstat.c (rpl_lstat): ...into here.
17834         * lib/lstat.h: New file.
17835
17836 2005-06-24  Derek Price  <derek@ximbiot.com>
17837         and Bruno Haible  <bruno@clisp.org>
17838
17839         Remove stat module & update lstat.
17840         * config/srclist.txt (libc sources): Remove stat.
17841
17842 2005-06-24  Derek Price  <derek@ximbiot.com>
17843         and Bruno Haible  <bruno@clisp.org>
17844
17845         Remove stat module & update lstat.
17846         * MODULES.html.sh (stat): Remove.
17847         * MODULES.html: Regenerated.
17848         * modules/lstat (Description): Correct function name.
17849         (Files): Add "lstat.h".
17850         (Depends-on): Remove stat, add xalloc, stat-macros.
17851         * modules/stat: Remove this file.
17852         (Include): Add "lstat.h", remove <sys/stat.h>.
17853
17854 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17855
17856         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
17857         (ranged_convert): Don't save conversion in a temporary struct.
17858         This causes a warning with GCC 4.0.0, and anyway in the typical
17859         case it's not worth the extra 100 bytes or so of code.
17860         (ranged_convert, __mktime_internal): When calling a function via a
17861         pointer P, use P () rather than (*P) (), as we now assume C89 or
17862         better.
17863
17864 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17865
17866         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
17867         "who -r" failed to give output.  Problem reported by Tim Waugh.
17868
17869         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
17870         (xcalloc): Use it to avoid needless tests.
17871         Problem reported by Jim Meyering.
17872
17873 2005-06-20  Derek Price  <derek@ximbiot.com>
17874
17875         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
17876         unnecessary for Autoconfs > 2.59c.
17877
17878 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17879
17880         * lib/argp.h (__option_is_short): Check upper limit of
17881         __key. Isprint() requires its argument to have the value
17882         of an unsigned char or EOF.
17883
17884 2005-06-16  Jim Meyering  <jim@meyering.net>
17885
17886         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
17887         when either N or S is zero.
17888
17889 2005-06-16  Derek Price  <derek@ximbiot.com>
17890
17891         * m4/bison.m4: Declare YACC & YFLAGS precious.
17892
17893 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
17896         multibyte string or pattern, fall back on unibyte matching.
17897         Problem reported by James Youngman.
17898
17899 2005-06-08  Bruno Haible  <bruno@clisp.org>
17900
17901         * modules/csharpcomp: New file.
17902         * MODULES.html.sh (C#): Add csharpcomp.
17903
17904 2005-06-08  Bruno Haible  <bruno@clisp.org>
17905
17906         * m4/csharpcomp.m4: New file, from GNU gettext.
17907
17908 2005-06-08  Bruno Haible  <bruno@clisp.org>
17909
17910         * lib/csharpcomp.h: New file, from GNU gettext.
17911         * lib/csharpcomp.c: New file, from GNU gettext.
17912         * lib/csharpcomp.sh.in: New file, from GNU gettext.
17913
17914 2005-06-08  Bruno Haible  <bruno@clisp.org>
17915
17916         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
17917         warning on mingw.
17918
17919 2005-06-07  Derek Price  <derek@ximbiot.com>
17920
17921         Sync from CVS.
17922         * lib/glob_.h: Indent nested #ifdef.
17923
17924 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         Sync from coreutils.
17927         Use "file name" when talking about file names, instead of "filename"
17928         or "path", as per the GNU coding standards.
17929         * lib/mkdir-p.c: Renamed from makepath.c.
17930         (make_dir_parents): Renamed from make_path.  All callers changed.
17931         * lib/mkdir-p.h: Likewise.  All includers changed.
17932         * lib/filenamecat.c: Renamed from path-concat.c.
17933         (file_name_concat): Renamed from path_concat.  All callers changed.
17934         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
17935         * lib/filenamecat.h: Likewise.  All includers changed.
17936         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
17937         in comments or local variable names.
17938         * lib/basename.c: Likewise.
17939         * lib/canonicalize.c, canonicalize.h: Likewise.
17940         * lib/dirname.c, dirname.h: Likewise.
17941         * lib/euidaccess.c: Likewise.
17942         * lib/exclude.c: Likewise
17943         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
17944         * lib/fsusage.c, fsuage.h: Likewise.
17945         * lib/fts.c, fts_.h: Likewise.
17946         * lib/getcwd.c: Likewise.
17947         * lib/getloadavg.c: Likewise.
17948         * lib/mkstemp.c: Likewise.
17949         * lib/mountlist.c, mountlist.h: Likewise.
17950         * lib/openat.c, openat.h: Likewise.
17951         * lib/readlink-stub.c: Likewise.
17952         * lib/readutmp.c, readutmp.h: Likewise.
17953         * lib/rename.c: Likewise.
17954         * lib/rmdir.c: Likewise.
17955         * lib/same.c: Likewise.
17956         * lib/savedir.c: Likewise.
17957         * lib/stripslash.c: Likewise.
17958         * lib/tempname.c: Likewise.
17959         * lib/xreadlink.c: Likewise.
17960         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
17961         All uses changed.
17962         * lib/exclude.h: Likewise.
17963
17964         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
17965         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17966         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
17967         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17968         * lib/pathmax.h: Include <limits.h> unconditionally, since other
17969         files have been getting away with it for years (MORE/BSD 4.3
17970         is extinct now).
17971         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
17972         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
17973
17974         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
17975         Define to 256, not 255, as per modern POSIX.
17976
17977 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17978
17979         Sync from coreutils.
17980         Use "file name" when talking about file names, instead of "filename"
17981         or "path", as per the GNU coding standards.
17982         * MODULES.html.sh: mkdir-p renamed from makepath.
17983         filenamecat renamed from path-concat.
17984         * modules/filenamecat: Renamed from modules/path-concat.
17985         (Files): filenamecat.h and filenamecat.c renamed from
17986         path-concat.h and path-concat.c.
17987         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
17988         (Include): filenamecat.h, not path-concat.h.
17989         * modules/mkdir-p: Renamed from modules/makepath.
17990         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
17991         makepath.c.
17992         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
17993         (Include): mkdir-p.h, not makepath.h.
17994
17995 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
17996
17997         Sync from coreutils.
17998         * m4/mkdir-p.m4: Renamed from makepath.m4.
17999         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18000         Rename files from makepath.c to mkdir-p.c, and from
18001         makepath.h to mkdir-p.h.
18002         * m4/filenamecat.m4: Renamed from path-concat.m4.
18003         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18004         Rename files from path-concat.c to filenamecat.c,
18005         and from path-concat.h to filenamecat.h.
18006         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18007         "file name" in local variables or comments.
18008         * m4/rename.m4: Likewise.
18009
18010 2005-06-01  Bruno Haible  <bruno@clisp.org>
18011
18012         * modules/csharpexec: New file.
18013         * MODULES.html.sh (C#): New section.
18014
18015 2005-06-01  Bruno Haible  <bruno@clisp.org>
18016
18017         * m4/csharp.m4: New file, from GNU gettext.
18018         * m4/csharpexec.m4: New file, from GNU gettext.
18019
18020 2005-06-01  Bruno Haible  <bruno@clisp.org>
18021
18022         * lib/csharpexec.h: New file, from GNU gettext.
18023         * lib/csharpexec.c: New file, from GNU gettext.
18024         * lib/csharpexec.sh.in: New file, from GNU gettext.
18025
18026 2005-05-31  Derek Price  <derek@ximbiot.com>
18027             Paul Eggert  <eggert@cs.ucla.edu>
18028
18029         Sync from cvs.
18030         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18031
18032 2005-05-31  Derek Price  <derek@ximbiot.com>
18033             Paul Eggert  <eggert@cs.ucla.edu>
18034
18035         Sync from cvs.
18036         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18037
18038 2005-05-29  Derek Price  <derek@ximbiot.com>
18039
18040         * config/srclist.txt (glob_.h, glob.c): Add these files.
18041
18042 2005-05-29  Derek Price  <derek@ximbiot.com>
18043
18044         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18045         * modules/glob: New file.
18046         * modules/getlogin_r: Add link to POSIX spec in description.
18047
18048 2005-05-29  Derek Price  <derek@ximbiot.com>
18049             Paul Eggert  <eggert@cs.ucla.edu>
18050
18051         * m4/glob.m4: New file.
18052
18053 2005-05-29  Derek Price  <derek@ximbiot.com>
18054             Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         * lib/glob_.h, lib/glob.c: New files.
18057
18058 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18059
18060         * modules/fts (Files): Remove m4/inttypes-pri.m4.
18061         * modules/fts-lgpl (Depends-on): Remove gettext.
18062
18063 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
18066         and don't require gt_INTTYPES_PRI.
18067
18068 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18069
18070         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
18071
18072         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
18073         the configuration hassle isn't worth it.
18074         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
18075         (LONGEST_MODIFIER, PRIuMAX): Remove.
18076
18077 2005-05-27  Bruno Haible  <bruno@clisp.org>
18078
18079         * lib/getlogin_r.h: Remove second include of <stddef.h>.
18080
18081 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
18082
18083         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
18084         _POSIX_PTHREAD_SEMANTICS for Solaris.
18085
18086 2005-05-25  Derek Price  <derek@ximbiot.com>
18087
18088         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
18089
18090 2005-05-25  Derek Price  <derek@ximbiot.com>
18091             Paul Eggert  <eggert@cs.ucla.edu>
18092
18093         * modules/getlogin_r, m4/getlogin_r.m4: New files.
18094         * lib/getlogin_r.c, getlogin_r.h: New files.
18095
18096 2005-05-25  Bruno Haible  <bruno@clisp.org>
18097             Derek Price  <derek@ximbiot.com>
18098
18099         * lib/getlogin_r.h: Simplify API documentation.
18100
18101 2005-05-23  Derek Price  <derek@ximbiot.com>
18102
18103         * modules/minmax (Files): Add m4/minmax.m4.
18104         (configure.ac): Add gl_MINMAX.
18105
18106 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18107
18108         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
18109         so that unistd-safer.h (GPL'ed code) need not be included.
18110
18111 2005-05-22  Bruno Haible  <bruno@clisp.org>
18112
18113         * m4/minmax.m4: New file.
18114         Based on a patch by Derek Price <derek@ximbiot.com>.
18115
18116 2005-05-22  Bruno Haible  <bruno@clisp.org>
18117
18118         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
18119         (INT64_MIN): Fix definition.
18120         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
18121
18122         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
18123         NEED_SIGNED_INT_TYPES.
18124
18125         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
18126         HAVE_SYSTEM_INTTYPES.
18127
18128 2005-05-22  Bruno Haible  <bruno@clisp.org>
18129
18130         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
18131         Also include <sys/param.h> if it defines MIN, MAX.
18132         Based on a patch by Derek Price <derek@ximbiot.com>.
18133
18134 2005-05-21  Jim Meyering  <jim@meyering.net>
18135
18136         * modules/fts (Files): Add m4/inttypes-pri.m4.
18137         (Depends-on): Add lstat and remove gettext.  Alphabetize.
18138
18139 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         New fts module.
18142         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
18143         (setup_dir, free_dir): New functions.
18144         (enter_dir, leave_dir): Define trivial
18145         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
18146         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
18147         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
18148         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
18149         Move to fts-cycle.c.
18150         (fts_open): Use setup_dir.
18151         (fts_close): Use free_dir.
18152         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
18153         This adds a label and some gotos, but the alternatives were messier.
18154         Check for memory allocation failure when entering a dir.
18155         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
18156         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
18157         (FTS): New member fts_cycle, that is a union that contains the
18158         old active_dir_ht and cycle_state.  All uses changed to mention
18159         fts_cycle.ht and fts_cycle.state.
18160         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
18161         fts.c, with the following changes:
18162         (setup_dir, free_dir): New functions.
18163         (enter_dir): Now returns bool.  Return true if successful, false
18164         if memory exhausted.  All callers changed.
18165         Do not bother partly cleaning up on
18166         memory allocation failure; that is free_dir's job.
18167         However, free ad if hash_insert fails, to avoid memory leak.
18168         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
18169         fts->fts_options to see which union member to use.
18170
18171 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18172
18173         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
18174         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
18175
18176 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18177
18178         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
18179
18180 2005-05-20  Jim Meyering  <jim@meyering.net>
18181
18182         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
18183         Now a macro, to pacify GCC.
18184
18185 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
18186
18187         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
18188         of -1.
18189
18190 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
18191
18192         * lib/chown.c (rpl_chown): Return -1 on failure.
18193
18194 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18195
18196         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
18197         Don't check for stddef.h.
18198         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
18199         don't use its results.
18200         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
18201         since we include them unconditionally.  Don't require
18202         AM_STDBOOL_H, since stdbool is a prerequisite.
18203         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
18204         since we assume C89 or better.
18205         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
18206         as we don't use their results.
18207         Don't check for fchdir, memmove, memset, strrchr, as we use
18208         them unconditionally.
18209         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
18210         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
18211
18212 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18213
18214         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
18215         Include <stddef.h> unconditionally, since we assume C89 now.
18216         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
18217         * lib/fts.c: Include fts_.h first, to check interface.
18218         Do not include intprops.h; no longer needed.
18219         Include cycle-check.h and hash.h, since fts_.h no longer does.
18220         Remove unnecessary casts of closedir to void.
18221         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
18222         decide whether to decrement nlinks.
18223         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
18224         (FTS): Use struct hash_table * instead of Hash_table, so that
18225         we no longer need to include hash.h here.
18226
18227 2005-05-18  Jim Meyering  <jim@meyering.net>
18228
18229         * modules/dirfd (License): Change to LGPL.  Most of the code
18230         is already in the public domain.
18231
18232 2005-05-18  Jim Meyering  <jim@meyering.net>
18233
18234         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
18235         Reported by Yoann Vandoorselaere.
18236
18237 2005-05-17  Jim Meyering  <jim@meyering.net>
18238
18239         * m4/fts.m4: New file, from coreutils.
18240
18241 2005-05-17  Jim Meyering  <jim@meyering.net>
18242
18243         * lib/fts.c, lib/fts_.h: New files, from coreutils.
18244
18245 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18246
18247         Sync from coreutils.
18248         * m4/unlinkdir.m4: New file.
18249
18250 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18251
18252         Sync from coreutils.
18253         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
18254         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
18255         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
18256         White space changes only.
18257         * lib/makepath.c (make_path): Port to hosts where leading "//" is
18258         special.
18259         * lib/yesno.c: Include getline.h, not ctype.h.
18260         (yesno): Don't remove leading white space; POSIX doesn't allow it.
18261         Use getline to remove arbitrary restriction on response length.
18262
18263 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18264
18265         * config/srclist-update: Spell out "Street" in FSF postal
18266         mail address; this is the style the FSF seems to prefer.
18267
18268         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
18269         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
18270         this updates FSF postal mail address.
18271
18272         Sync from coreutils.
18273         * modules/unlinkdir: New file.
18274         * modules/yesno (Depends-on): Add getline.
18275         * MODULES.html.sh (File system functions): Add unlinkdir.
18276
18277 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18278
18279         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
18280         lib/strsep.h:
18281         Change the initial comment to refer to GPL, not LGPL.
18282         gnulib-tool will change it to LGPL as needed.
18283
18284         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
18285         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
18286         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
18287         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
18288         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
18289         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
18290         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
18291         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
18292         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
18293         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
18294         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
18295         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
18296         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
18297         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
18298         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
18299         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
18300         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
18301         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
18302         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
18303         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
18304         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
18305         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
18306         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
18307         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
18308         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
18309         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
18310         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
18311         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
18312         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
18313         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
18314         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
18315         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
18316         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
18317         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
18318         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
18319         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
18320         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
18321         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
18322         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
18323         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
18324         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
18325         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
18326         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
18327         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
18328         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
18329         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
18330         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
18331         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
18332         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
18333         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
18334         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18335         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
18336         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
18337         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
18338         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
18339         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
18340         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
18341         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
18342         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
18343         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
18344         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
18345         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
18346         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
18347         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
18348         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
18349         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
18350         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
18351         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
18352         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
18353         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
18354         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
18355         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
18356         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
18357         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
18358         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
18359         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
18360         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
18361         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
18362         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
18363         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
18364         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
18365         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
18366         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
18367         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
18368         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
18369         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
18370         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
18371         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
18372         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
18373         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
18374         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
18375         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
18376         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
18377         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
18378         lib/yesno.c, lib/yesno.h:
18379         Update FSF postal mail address.
18380
18381 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18382
18383         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
18384         tests/test-memmem.c, tests/test-stpncpy.c:
18385         Update FSF postal mail address.
18386
18387 2005-05-13  Bruno Haible  <bruno@clisp.org>
18388
18389         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
18390         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
18391         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
18392         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
18393         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
18394         Add support for 64-bit integers in the MSVC compiler.
18395
18396 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18397
18398         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
18399
18400 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
18401
18402         * gnulib-tool (func_import): Sort and uniquify recommended includes.
18403
18404 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         * doc/getdate.texi (General date syntax): Don't say that date
18407         date --iso-8601=ns generates acceptable dates; it doesn't yet.
18408         Problem reported by Nic Ferrier.
18409
18410 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18411
18412         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
18413         specified in ai_socktype. Fix invalid ai_protocol
18414         check. ai_protocol is usually set to 0 or depending on
18415         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
18416         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
18417         ai_socktype / ai_protocol in the returned addrinfo structure.
18418
18419 2005-05-10  Simon Josefsson  <jas@extundo.com>
18420
18421         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
18422         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18423
18424 2005-05-10  Karl Berry  <karl@gnu.org>
18425
18426         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
18427         (from http://www.gnu.org/licenses).
18428         * doc/COPYING.LIB: also rename to COPYING.LESSER.
18429         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
18430         fdl.texi suffices.
18431
18432 2005-05-10  Karl Berry  <karl@gnu.org>
18433
18434         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
18435         (COPYING.DOC): remove.
18436
18437         * config/srclist-update: new FSF address.
18438
18439 2005-05-10  Derek Price  <derek@ximbiot.com>
18440
18441         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
18442         possible.
18443
18444 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18445             Bruno Haible  <bruno@clisp.org>
18446
18447         * modules/inet_ntop: New file.
18448         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18449         inet_ntop.
18450
18451 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18452             Bruno Haible  <bruno@clisp.org>
18453
18454         * m4/inet_ntop.m4: New file.
18455
18456 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18457             Bruno Haible  <bruno@clisp.org>
18458
18459         * lib/inet_ntop.h: New file.
18460         * lib/inet_ntop.c: New file, from glibc with modifications.
18461
18462 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
18463
18464         * modules/time_r (License): Change to LGPL.
18465         * modules/extensions (License): Change to LGPL.  Actually,
18466         the license is more permissive than that, but currently gnulib-tool
18467         doesn't know how to handle more-permissive licenses.
18468
18469         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
18470         Problem reported by Dave Love.
18471
18472 2005-05-08  Jim Meyering  <jim@meyering.net>
18473
18474         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
18475         blank.
18476
18477 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18478
18479         * modules/argmatch (Depends-on): Add stdbool.
18480         * modules/backupfile (Depends-on): Likewise.
18481         * modules/chdir-long (Depends-on): Likewise.
18482         * modules/closeout (Depends-on): Likewise.
18483         * modules/cycle-check (Depends-on): Likewise.
18484         * modules/dirname (Depends-on): Likewise.
18485         * modules/fnmatch (Depends-on): Likewise.
18486         * modules/fsusage (Depends-on): Likewise.
18487         * modules/fwriteerror (Depends-on): Likewise.
18488         * modules/getcwd (Depends-on): Likewise.
18489         * modules/getloadavg (Depends-on): Likewise.
18490         * modules/hard-locale (Depends-on): Likewise.
18491         * modules/makepath (Depends-on): Likewise.
18492         * modules/mountlist (Depends-on): Likewise.
18493         * modules/nanosleep (Depends-on): Likewise.
18494         * modules/posixtm (Depends-on): Likewise.
18495         * modules/quotearg (Depends-on): Likewise.
18496         * modules/readtokens (Depends-on): Likewise.
18497         * modules/readtokens0 (Depends-on): Likewise.
18498         * modules/readutmp (Depends-on): Likewise.
18499         * modules/save-cwd (Depends-on): Likewise.
18500         * modules/strftime (Depends-on): Likewise.
18501         * modules/userspec (Depends-on): Likewise.
18502         * modules/utimecmp (Depends-on): Likewise.
18503         * modules/xgetcwd (Depends-on): Likewise.
18504         * modules/xnanosleep (Depends-on): Likewise.
18505         * modules/xstrtod (Depends-on): Likewise.
18506         * modules/yesno (Depends-on): Likewise.
18507
18508 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
18509
18510         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
18511         needless checks.
18512
18513 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18514
18515         Merge from coreutils.  Among other things,
18516         add bulletproofing for cases where stdin, stdout, or stderr are closed.
18517         * lib/fd-safer.c: New file.
18518         * lib/fcntl-safer.h, open-safer.c: Remove.
18519         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
18520         * lib/dup-safer.c: Include unistd-safer.h first.
18521         Don't include errno.h.
18522         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
18523         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
18524         * lib/file-type.c: Rely on file-type.h change.
18525         * lib/getloadavg.c: Include unistd-safer.h.
18526         (getloadavg): Use safer open.
18527         * lib/getusershell.c: Include "stdio-safer.h".
18528         (getusershell): Use safer fopen.
18529         * lib/long-options.c (long_options): Use NULL rather than 0.
18530         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
18531         'free'.
18532         * lib/modechange.c: Likewise.
18533         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
18534         (MODE_DONE): New constant.
18535         (struct mode_change): Remove 'next' member.
18536         (make_node_op_equals): New function; like the old one of the
18537         same name, except it allocates an array.
18538         (mode_compile, mode_create_from_ref): Use it.
18539         (mode_compile): Allocate result as an array, not a linked list.
18540         Parse octal string ourself, so that we catch mistakes like "+0".
18541         (mode_adjust): Arg is an array, not a linked list.
18542         * lib/modechange.c: Include stat-macros.h, xalloc.h.
18543         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
18544         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
18545         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
18546         Remove.  This is now stat-macros.h's job.
18547         (talloc): Remove.  All callers replaced by xalloc, so that
18548         our invokers don't have to worry about reporting memory failures.
18549         (make_node_op_equals): Remove.
18550         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
18551         New constants.
18552         (struct mode_change): Moved here from modechange.h.
18553         (mode_append_entry): Remove.
18554         (mode_compile): Remove MASKED_OPS arg, since it encouraged
18555         apps to have incorrect behavior.  Use simpler algorithm for head
18556         and tail.  Don't futz with umask; that's now the job of mode_adjust.
18557         Detect more invalid usages rather than having somewhat-random behavior.
18558         Don't insert an "a=" action, as that leads to incorrect behavior.
18559         (mode_compile, mode_create_from_ref): Return NULL on error instead
18560         of an enum, since now there's only one way to have an error.  All
18561         callers changed.
18562         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
18563         at the correct time.  Simplify calculation of "+u" and its ilk.
18564         Don't mishandle "+X".
18565         (mode_free): Remove "register" and localize decls.
18566         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
18567         (struct mode_change): Move to modechange.c; callers don't
18568         need to see this stuff.
18569         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
18570         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
18571         (mode_change, mode_adjust): Reflect the new signatures noted above.
18572         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
18573         that might redefine system include files.
18574         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
18575         (my_usleep): Use NULL rather than (void *) 0.
18576         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
18577         Use siginterrupt to specify that system calls should be interrupted.
18578         (rpl_nanosleep): Move initialization of suspended closer to call of
18579         my_usleep.
18580         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
18581         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
18582         (desirable_utmp_entry): New function.
18583         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
18584         using x2nrealloc, to simplify logic.
18585         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
18586         size calculation.  Do not assume utmp file is a regular file.
18587         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
18588         (READ_UTMP_CHECK_PIDS): New constant.
18589         * lib/save-cwd.c: Include unistd-safer.h.
18590         (save_cwd): Use fd_safer.
18591         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
18592         [!_LIBC] Include "stat-macros.h" instead.
18593         * lib/unistd-safer.h (fd_safer): New decl.
18594
18595 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * modules/getloadavg (Depends-on): Add unistd-safer.
18598         * modules/getusershell (Depends-on): Add stdio-safer.
18599         * modules/lstat (Depends-on): Remove xalloc.
18600         * modules/mkstemp (Depends-on): Add stat-macros.
18601         * modules/modechange (Depends-on): Remove xstrtol.
18602         Add stat-macros, xalloc.
18603         * modules/save-cwd (Depends-on): Add unistd-safer.
18604         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
18605         * modules/unistd-safer (Files): Add lib/fd-safer.c
18606         (Makefile.am): Remove lib_SOURCES.
18607
18608         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
18609         Remove fcntl-safer; unistd-safer supersedes it.
18610
18611 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18612
18613         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
18614         AC_HEADER_STAT.
18615         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
18616         (gl_PREREQ_CHOWN): Remove.
18617         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
18618         it.  Don't require AC_HEADER_STAT.
18619         (gl_PREREQ_LSTAT): Remove.
18620         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
18621         Don't require AC_HEADER_STAT.
18622         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
18623         (gl_PREREQ_RMDIR): Remove.
18624         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
18625         mention stat-macros.h or AC_HEADER_STAT, since we'll make
18626         the stat-macros module a prerequisite.
18627         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
18628         * m4/filemode.m4 (gl_FILEMODE): Likewise.
18629         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
18630         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
18631         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
18632         variable names.
18633         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
18634         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
18635         variable prefixes.
18636         * m4/fcntl-safer.m4: Remove.
18637         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
18638         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
18639         Invoke gl_PREREQ_FD_SAFER.
18640         (gl_PREREQ_FD_SAFER): New macro.
18641         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
18642         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
18643         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
18644         Remove duplicate call to AC_LIBOBJ(readutmp).
18645         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
18646
18647         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
18648         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
18649
18650 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18651
18652         * MODULES.html.sh (Misc): Add byteswap.
18653
18654 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18655
18656         * modules/getcwd (Depends-on): Add extensions.
18657         * modules/openat (Depends-on): Likewise.
18658
18659 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18660
18661         * modules/byteswap: New file.
18662
18663 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18664
18665         * m4/byteswap.m4: New file.
18666
18667 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18668
18669         * lib/byteswap_.h: New file.
18670
18671 2005-04-25  Karl Berry  <karl@gnu.org>
18672
18673         * m4/gettext.m4: Update from GNU gettext 0.14.4.
18674
18675 2005-04-25  Albert Chin  <china@thewrittenword.com>
18676
18677         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
18678         Toolkit C bug.
18679
18680 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
18681
18682         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
18683         (func_ln_if_changed) Remove forcibly for no error message
18684         in case file does not exist.
18685
18686 2005-04-19  Simon Josefsson  <jas@extundo.com>
18687
18688         * gnulib-tool (Options): Make --symlink mean --symbolic.
18689
18690 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
18691
18692         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
18693
18694 2005-04-16  Simon Josefsson  <jas@extundo.com>
18695
18696         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
18697
18698 2005-04-15  Simon Josefsson  <jas@extundo.com>
18699
18700         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
18701
18702 2005-04-15  Simon Josefsson  <jas@extundo.com>
18703
18704         * gnulib-tool: Rename --symlink to --symbolic.
18705
18706 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
18707
18708         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
18709         symbolic links to files instead of copying/moving.  Add --aux-dir,
18710         specifying directory relative --dir where auxiliary build tools
18711         are placed.
18712
18713 2005-04-14  Bruno Haible  <bruno@clisp.org>
18714
18715         * modules/allocsa (License): Change to LGPL.
18716         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18717
18718 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18719
18720         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
18721         that "UTC +1 second" continues to work.  Problem reported
18722         by Dmitry V. Levin.
18723         (relunit_snumber): New rule.
18724         (relunit): Use it.
18725
18726 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
18727
18728         * lib/getdate.y (universal_time_zone_table): New constant.
18729         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
18730         universal_time_zone_table.
18731         (lookup_zone): Prefer universal_time_zone_table to
18732         local_time_zone_table, so that "GMT" time stamps are allowed in
18733         London during the summer.  Problem reported by Ian Abbott.
18734
18735 2005-04-12  Jim Meyering  <jim@meyering.net>
18736
18737         * lib/human.c (humblock): Set *options even when returning due to
18738         xstrtoumax conversion failure.  Thanks to a used-uninitialized
18739         warning from gcc-4.
18740
18741 2005-04-09  Jim Meyering  <jim@meyering.net>
18742
18743         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
18744         -Wuninitialized: initialize tm0.tm_year.
18745
18746 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
18747
18748         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
18749         count, since there's no maximum.  All uses changed.
18750         Add member dsts_seen.
18751         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
18752         not being INT_MAX.
18753         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
18754         Use pc_rels_seen to decide whther a date is absolute.
18755
18756         * lib/getdate.y (number): Don't overwrite year.
18757         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
18758         check.
18759
18760 2005-04-02  Simon Josefsson  <jas@extundo.com>
18761
18762         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
18763         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
18764
18765 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
18766
18767         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
18768         where no absolute path name can be longer than PATH_MAX.
18769
18770 2005-03-27  Jim Meyering  <jim@meyering.net>
18771
18772         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
18773
18774 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
18775
18776         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
18777         "one's complement" -> "ones' complement" in comment, as per Knuth.
18778         "value of type" -> "type or expression" in comment.
18779         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
18780
18781 2005-03-26  Jim Meyering  <jim@meyering.net>
18782
18783         Comment nits.
18784         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
18785         Correct typos: s/or/of/.
18786
18787 2005-03-26  Jim Meyering  <jim@meyering.net>
18788
18789         * modules/check-include-files: Move to ../ and rename to...
18790         * check-module: ...this.
18791
18792 2005-03-25  Jim Meyering  <jim@meyering.net>
18793
18794         * modules/xvasprintf (Files): Add xalloc.h.
18795
18796 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * modules/gettext (Files): config/config.rpath ->
18799         build-aux/config.rpath
18800         * modules/iconv (Files): Likewise.
18801         Problem reported by Oskar Liljeblad.
18802
18803 2005-03-23  Jim Meyering  <jim@meyering.net>
18804
18805         * modules/check-include-files: New script to check for
18806         missing dependencies, multiple includes, etc.
18807
18808         * modules/c-strtold (Depends-on): Add xalloc.
18809         * modules/c-strtod (Depends-on): Add xalloc.
18810         * modules/hash (Depends-on): Add xalloc.
18811         (Files): Remove lib/xalloc.h.
18812
18813         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
18814         * modules/userspec (Files): Add lib/inttostr.h.
18815
18816 2005-03-23  Jim Meyering  <jim@meyering.net>
18817
18818         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
18819
18820 2005-03-22  Jim Meyering  <jim@meyering.net>
18821
18822         * modules/stat-macros: New module.
18823         * modules/canonicalize, modules/euidaccess, modules/file-type,
18824         * modules/filemode, modules/lchown, modules/makepath,
18825         * modules/rmdir, modules/stat: Depend on new stat-macros module
18826         rather than listing lib/stat-macros.h manually.
18827         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
18828
18829 2005-03-22  Jim Meyering  <jim@meyering.net>
18830
18831         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
18832
18833 2005-03-22  Bruno Haible  <bruno@clisp.org>
18834
18835         * config/srclist.txt: Replace target directory 'config' with
18836         'build-aux'.
18837         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
18838         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
18839         ../build-aux/.
18840
18841 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         * modules/chdir-long (Depends-on): Add mempcpy.
18844
18845         * modules/acl, modules/backupfile, modules/c-strtod,
18846         modules/c-strtold, modules/canon-host, modules/canonicalize,
18847         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
18848         modules/exclude, modules/exitfail, modules/file-type,
18849         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
18850         modules/getdate, modules/getline, modules/getpagesize,
18851         modules/getpass, modules/getugroups, modules/group-member,
18852         modules/hard-locale, modules/hash, modules/human, modules/idcache,
18853         modules/inttostr, modules/long-options, modules/makepath,
18854         modules/md5, modules/memcasecmp, modules/memcoll,
18855         modules/modechange, modules/mountlist, modules/path-concat,
18856         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
18857         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
18858         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
18859         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
18860         modules/strftime, modules/strndup, modules/strverscmp,
18861         modules/timespec, modules/unlocked-io, modules/userspec,
18862         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
18863         modules/yesno:
18864         Remove lib_SOURCES line from Makefile.am section, as this is now
18865         done automatically by the corresponding Autoconf macro.
18866
18867 2005-03-21  Jim Meyering  <jim@meyering.net>
18868
18869         Changes imported from coreutils.
18870
18871         * lib/cycle-check.c: Don't include xalloc.h.
18872
18873         * lib/path-concat.c: Don't include assert.h.
18874         (path_concat): Remove assertion that would have triggered
18875         for ABASE starting with more than one slash.
18876         Reported by Andreas Schwab.
18877
18878         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
18879         properly when ABASE is an absolute file name.
18880         Correct the description of this function.
18881         Include <assert.h>.
18882         Add an assertion and a test driver.
18883         This fixes a bug introduced on 2004-07-02.
18884         Andreas Schwab reported the resulting failure of cp --parents:
18885         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
18886
18887 2005-03-21  Jim Meyering  <jim@meyering.net>
18888
18889         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
18890         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
18891
18892 2005-03-21  Jim Meyering  <jim@meyering.net>
18893         and  Paul Eggert  <eggert@cs.ucla.edu>
18894
18895         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
18896         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
18897         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
18898         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
18899         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
18900         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
18901         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
18902         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
18903         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
18904         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
18905         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
18906         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
18907         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
18908         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
18909         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
18910         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
18911         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
18912         for these modules.
18913
18914 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18915
18916         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
18917         (which shouldn't happen), generate nothing instead of returning 0
18918         immediately, so that nstrftime (NULL, ...) doesn't return 0.
18919
18920 2005-03-16  Bruno Haible  <bruno@clisp.org>
18921
18922         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
18923         HAVE_LONGLONG_64BIT.
18924
18925 2005-03-16  Bruno Haible  <bruno@clisp.org>
18926
18927         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
18928         HAVE_LONGLONG_64BIT.
18929
18930 2005-03-16  Bruno Haible  <bruno@clisp.org>
18931
18932         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
18933         HAVE_LONGLONG_64BIT.
18934
18935 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18936
18937         * lib/strftime.c (my_strftime): Prepend space to format so that we can
18938         reliably distinguish strftime failure from empty output on POSIX
18939         hosts.
18940
18941 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
18942
18943         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
18944         (iconv_string): Don't guess a size-zero buffer, as that might cause
18945         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
18946         result would be 'too large', where 'too large' is (heuristically)
18947         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
18948         overflow concerns.  This will prevent some unwanted malloc failures
18949         when the inputs are very large.
18950
18951 2005-03-15  Karl Berry  <karl@gnu.org>
18952
18953         * config/srclist.txt (config.rpath): from gettext.
18954         * config/config.rpath: update.
18955
18956 2005-03-15  Bruno Haible  <bruno@clisp.org>
18957
18958         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
18959         to 'negate'.
18960
18961         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
18962         variable.
18963
18964         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
18965         results.
18966
18967 2005-03-14  Simon Josefsson  <jas@extundo.com>
18968
18969         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
18970         <fx@gnu.org>.
18971
18972 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
18975         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
18976         intprops.h.
18977         * lib/strtol.c: Likewise.
18978
18979 2005-03-14  Jim Meyering  <jim@meyering.net>
18980
18981         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
18982         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
18983         to be nonzero so that we (and caller) can detect the difference
18984         between a valid zero-length expansion and an error return, even
18985         when the underlying strftime fails before writing anything into
18986         that location.
18987
18988 2005-03-14  Bruno Haible  <bruno@clisp.org>
18989
18990         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
18991         Update from GNU gettext 0.14.3.
18992
18993 2005-03-10  Jim Meyering  <jim@meyering.net>
18994
18995         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
18996
18997 2005-03-10  Jim Meyering  <jim@meyering.net>
18998
18999         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19000         so that this module works on systems without fchdir.
19001
19002 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19003
19004         Factor int-properties macros into a single file, except for
19005         glibc-related files.
19006         * lib/intprops.h: New file.
19007         * lib/getloadavg.c: Include it instead of limits.h.
19008         (INT_STRLEN_BOUND): Remove.
19009         * lib/human.c: Include intprops.h.
19010         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19011         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19012         302/1000.
19013         * lib/inttostr.h: Include intprops.h instead of limits.h.
19014         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19015         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19016         for consistency with intprops.h.
19017         (time_t_is_integer, twos_complement_arithmetic): Use them.
19018         * lib/sig2str.h: Include <signal.h>, intprops.h.
19019         (INT_STRLEN_BOUND): Remove.
19020         * lib/strftime.c (TYPE_SIGNED): Remove.
19021         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19022         * lib/strtol.c: Adjust comments to match intprops.h.
19023         * lib/userspec.c: Include intprops.h.
19024         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19025         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19026         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19027         instead of rolling our own expressions.
19028         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19029
19030         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19031         instead of int.
19032         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19033         the right thing even if adding 1900 would overflow.  Similarly
19034         for tm_mon + 1 and tm_yday + 1.
19035         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19036         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19037         (DO_SIGNED_NUMBER): New macro.
19038         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19039
19040 2005-03-07  Bruno Haible  <bruno@clisp.org>
19041
19042         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19043
19044 2005-03-07  Bruno Haible  <bruno@clisp.org>
19045
19046         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19047
19048 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19049
19050         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19051         (func_import): Only replace files via --import when they have actually
19052         changed.
19053
19054 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19055
19056         * m4/mmap-anon.m4: New file.
19057         * m4/pagealign_alloc.m4: New file.
19058
19059 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19060             Bruno Haible  <bruno@clisp.org>
19061
19062         * modules/pagealign_alloc: New file.
19063         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
19064
19065 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19066             Bruno Haible  <bruno@clisp.org>
19067
19068         * lib/pagealign_alloc.h: New file.
19069         * lib/pagealign_alloc.c: New file.
19070
19071 2005-03-03  Bruno Haible  <bruno@clisp.org>
19072
19073         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
19074         Use an all-permissive copyright notice, recommended by RMS.
19075
19076 2005-03-02  Bruno Haible  <bruno@clisp.org>
19077
19078         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
19079         of AIX, the replacement has to be done only after <string.h> is
19080         included, therefore not in config.h. stpncpy.h does the replacement,
19081         and stpncpy.c uses it.
19082
19083 2005-03-02  Bruno Haible  <bruno@clisp.org>
19084
19085         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
19086         stpncpy.c uses it.
19087
19088 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19089
19090         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
19091         The workaround isn't strictly needed for POSIX conformance, and
19092         it's too much of a pain to configure and maintain.  We'll ask
19093         people to fix their kernels instead.
19094         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
19095         (NANOSLEEP_BUG_WORKAROUND): Remove.
19096         (xnanosleep): Remove the workaround.
19097
19098 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19099
19100         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
19101         Reported by Derek Price.
19102         (Include): Add "timespec.h".
19103
19104         * modules/xnanosleep (Depends-on): Remove gethrxtime.
19105
19106 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19107
19108         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
19109         to detect nanosleep bug.
19110
19111 2005-03-01  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
19114
19115 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         * modules/gethrxtime: New file.
19118         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
19119         (Depends-on): Add gethrxtime.
19120         (configure.ac): Add gl_XNANOSLEEP.
19121         (Makefile.am): Remove lib_SOURCES line.
19122
19123 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19124
19125         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
19126         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
19127
19128 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19129
19130         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
19131         * lib/timespec.h (gettime): Return void, since it always
19132         succeeds now.  All uses changed.
19133         * lib/gettime.c (gettime) Likewise.
19134         [HAVE_NANOTIME]: Prefer nanotime.
19135         Assume gettimeofday succeeds, as POSIX requires.
19136         Assime time () succeeds, since other code already does.
19137         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
19138         (timespec_subtract): Remove.
19139         (NANOSLEEP_BUG_WORKAROUND): New constant.
19140         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
19141         things considerably.  Use it only on GNU/Linux hosts, since the
19142         workaround shouldn't be needed elsewhere.
19143
19144 2005-02-24  Bruno Haible  <bruno@clisp.org>
19145
19146         * modules/gettext (Files): Add m4/glibc2.m4.
19147
19148 2005-02-24  Bruno Haible  <bruno@clisp.org>
19149
19150         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
19151         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
19152         * m4/progtest.m4:
19153         Update from GNU gettext 0.14.2.
19154         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
19155
19156 2005-02-24  Bruno Haible  <bruno@clisp.org>
19157
19158         * lib/localcharset.c: Update from GNU gettext 0.14.2.
19159         * lib/config.charset: Update from GNU gettext 0.14.2.
19160
19161 2005-02-24  Bruno Haible  <bruno@clisp.org>
19162
19163         * lib/gettext.h: Update from GNU gettext 0.14.2.
19164
19165 2005-02-23  Simon Josefsson  <jas@extundo.com>
19166
19167         * m4/iconvme.m4: New file.
19168
19169 2005-02-23  Jim Meyering  <jim@meyering.net>
19170
19171         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
19172         change.
19173         Thanks to Bruno Haible for catching it.
19174
19175 2005-02-22  Simon Josefsson  <jas@extundo.com>
19176
19177         * modules/iconvme: New file.
19178
19179         * MODULES.html.sh: Add iconvme.
19180
19181 2005-02-22  Simon Josefsson  <jas@extundo.com>
19182
19183         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
19184
19185 2005-02-22  Simon Josefsson  <jas@extundo.com>
19186
19187         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
19188
19189 2005-02-22  Jim Meyering  <jim@meyering.net>
19190
19191         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
19192         s/ifndef/ifdef/.
19193
19194 2005-02-20  Neil Conway  <neilc@samurai.com>
19195
19196         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
19197         returned by OSX/Darwin if the specified buffer is not large
19198         enough for the hostname.
19199
19200 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19201
19202         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
19203         pass it to _help, otherwise the latter coredumps trying to
19204         dereference state.root_argp.
19205
19206 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19207
19208         * modules/chdir-long (Depends-on): Add memrchr.
19209         * modules/memrchr (Files): Add lib/memrchr.h.
19210         (Include): "memrchr.h".
19211
19212 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19213
19214         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
19215
19216 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19217
19218         * lib/memrchr.h: New file.
19219         * lib/chdir-long.c: Include it.
19220         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
19221         Don't bother including stddef.h.
19222
19223 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19224
19225         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
19226         inclusion.
19227         Include <sys/types.h>, for dev_t.
19228         (ME_DUMMY, ME_REMOTE): Move from here....
19229         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
19230         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
19231         Dmitry V. Levin.
19232         Include mountlist.h first, to test the interface.
19233
19234 2005-01-29  Bruno Haible  <bruno@clisp.org>
19235
19236         * lib/progname.c (program_name): Initialize.
19237         Needed when linking statically on MacOS X.
19238
19239 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         Sync from coreutils.
19242         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
19243         (Depends-on): Add c-strtod.
19244         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
19245
19246 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19247
19248         Sync from coreutils.
19249         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
19250
19251         Remove files that are specific to coreutils.
19252         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
19253
19254 2005-01-28  Bruno Haible  <bruno@clisp.org>
19255
19256         * modules/javacomp: New file.
19257         * MODULES.html.sh (Java): Add javacomp.
19258
19259 2005-01-28  Bruno Haible  <bruno@clisp.org>
19260
19261         * m4/javacomp.m4: New file, from GNU gettext.
19262
19263 2005-01-28  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/javacomp.sh.in: New file, from GNU gettext.
19266         * lib/javacomp.h: New file, from GNU gettext.
19267         * lib/javacomp.c: New file, from GNU gettext.
19268
19269 2005-01-26  Simon Josefsson  <jas@extundo.com>
19270
19271         * lib/gai_strerror.c: Use GPL in header.
19272
19273 2005-01-26  Bruno Haible  <bruno@clisp.org>
19274
19275         * modules/javaexec: New file.
19276         * MODULES.html.sh (Java): Add javaexec.
19277
19278 2005-01-26  Bruno Haible  <bruno@clisp.org>
19279
19280         * m4/javaexec.m4: New file, from GNU gettext.
19281
19282 2005-01-26  Bruno Haible  <bruno@clisp.org>
19283
19284         * lib/javaexec.sh.in: New file, from GNU gettext.
19285         * lib/javaexec.h: New file, from GNU gettext.
19286         * lib/javaexec.c: New file, from GNU gettext.
19287
19288 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19289
19290         * modules/lchown (Depends-on): Remove lchown.h
19291
19292 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19293
19294         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
19295         must be defined if the header file was not found, in order
19296         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
19297
19298 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19299
19300         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
19301         initializers for struct pentry_state.
19302         (__argp_error): Check return value of __asprintf
19303         (__argp_failure): Translate error message
19304
19305         * lib/argp-parse.c: Removed braces around the expansion of N_()
19306
19307 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19308
19309         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
19310         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
19311         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
19312         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
19313         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
19314         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
19315         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
19316         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
19317         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
19318         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
19319         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
19320         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
19321         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
19322         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
19323         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
19324         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
19325         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
19326         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
19327         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
19328         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
19329         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
19330         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
19331         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
19332         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
19333         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
19334         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
19335         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
19336         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
19337         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
19338         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
19339         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
19340         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
19341         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
19342         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
19343         xstrtol.m4, xstrtoumax.m4, yesno.m4:
19344         Use an all-permissive copyright notice, recommended by RMS.
19345
19346 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
19347
19348         * modules/chdir-long (Depends-on): Remove mempcpy.
19349
19350 2005-01-21  Jim Meyering  <jim@meyering.net>
19351
19352         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
19353         same value as for Solaris 9.
19354
19355         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
19356         component length.  This included changing the parameter to be
19357         of type `char *' rather than `char const *'.
19358         * lib/chdir-long.h (chdir_long): Update prototype.
19359
19360         * lib/openat.c (fdopendir, fstatat): New functions.
19361         * lib/openat.h: Include headers required for use of DIR and struct
19362         stat.
19363         [AT_SYMLINK_NOFOLLOW]: Define.
19364         (fdopendir, fstatat): Add prototypes.
19365
19366 2005-01-21  Bruno Haible  <bruno@clisp.org>
19367
19368         * modules/classpath: New file.
19369         * MODULES.html.sh (Java): Add classpath.
19370
19371 2005-01-21  Bruno Haible  <bruno@clisp.org>
19372
19373         * lib/classpath.h: New file, from GNU gettext.
19374         * lib/classpath.c: New file, from GNU gettext.
19375
19376 2005-01-20  Simon Josefsson  <jas@extundo.com>
19377
19378         * modules/version-etc-fsf: New file.
19379
19380 2005-01-20  Simon Josefsson  <jas@extundo.com>
19381
19382         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
19383         * lib/version-etc.c: Remove version_etc_copyright.
19384         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
19385         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
19386
19387 2005-01-20  Simon Josefsson  <jas@extundo.com>
19388
19389         * lib/base64.h (isbase64): Add.
19390
19391         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
19392         using a unsigned prototype, don't inline.
19393         (base64_decode): Use it.
19394
19395 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19396
19397         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
19398         it.
19399
19400 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19401
19402         * lib/save-cwd.c (save_cwd): Remove code to support the case
19403         where fchdir is missing or flaky.
19404
19405 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19406
19407         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
19408
19409 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
19412         AC_LIBSOURCES now does this.
19413         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
19414         with new ullong_max module.
19415
19416 2005-01-19  Bruno Haible  <bruno@clisp.org>
19417
19418         * modules/sh-quote: New file.
19419         * MODULES.html.sh (Executing programs): Add sh-quote.
19420
19421 2005-01-19  Bruno Haible  <bruno@clisp.org>
19422
19423         * lib/sh-quote.h: New file, from GNU gettext.
19424         * lib/sh-quote.c: New file, from GNU gettext.
19425
19426 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19427
19428         Merge from coreutils.
19429         * m4/ullong_max.m4: New file.
19430         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
19431         (gl_MACROS): Assume localeconv exists.
19432
19433 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19434
19435         Merge changes from coreutils, as described below in several
19436         changelogs dated today.
19437
19438         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
19439         (O_DIRECTORY): Remove; not needed here, since "." must be
19440         a directory.  All uses removed.
19441         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
19442         universal on Suns, and we also need to test for IRIX.
19443         Revamp code to use 'if' rather than '#if'.
19444         Avoid unnecessary comparison of cwd->desc to 0.
19445
19446         * lib/utimens.c (futimens): Robustify the previous patch, by checking
19447         for known valid error numbers rather than observed invalid ones.
19448
19449 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19450
19451         * modules/ullong_max: New file.
19452
19453         * modules/chdir-long, modules/openat: New files.
19454         * modules/save-cwd (Depends-on): Depend on chdir-long.
19455         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
19456
19457 2005-01-18  Jim Meyering  <jim@meyering.net>
19458
19459         Merge from coreutils.
19460         * m4/chdir-long.m4, m4/openat.m4: New files.
19461         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
19462         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
19463         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
19464         is sane and DOES follow symlinks.  Besides, testing 20 different
19465         systems found no broken chown implementations.
19466         Prompted by a change in rsync's copy of this macro.
19467         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
19468
19469         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
19470
19471         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
19472         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
19473         NULL-means-set-to-current-time semantics.
19474         Remove temporary file immediately, rather than waiting
19475         for configure's at-exit trap code to do it.
19476
19477 2005-01-18  Jim Meyering  <jim@meyering.net>
19478
19479         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19480
19481         * lib/utimens.c (futimens): Account for the fact that futimes
19482         can also fail with errno == ENOSYS or errno == ENOENT.
19483         Patch from Dmitry V. Levin.
19484
19485         Change the name of the robust chdir function from chdir to chdir_long.
19486         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
19487         (restore_cwd): Use chdir_long, not chdir.
19488         * lib/chdir-long.c: Renamed from chdir.c.
19489         * lib/chdir-long.h: Renamed from chdir.h.
19490         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
19491         Hurd.
19492
19493 2005-01-18  Bruno Haible  <bruno@clisp.org>
19494
19495         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
19496         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
19497         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
19498         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
19499         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
19500         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
19501         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
19502         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
19503         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
19504         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
19505         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
19506         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
19507         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
19508         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
19509         Use an all-permissive copyright notice, recommended by RMS.
19510
19511 2005-01-18  Bob Proulx  <bob@proulx.com>
19512
19513         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
19514         simplify offsetof() macro construct to avoid compile failure with
19515         native HP-UX 11.0 ANSI C compiler.
19516
19517 2005-01-17  Bruno Haible  <bruno@clisp.org>
19518
19519         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
19520         redundant because stpncpy.m4 takes care of it.
19521
19522 2005-01-17  Bruno Haible  <bruno@clisp.org>
19523
19524         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
19525
19526 2005-01-17  Bruno Haible  <bruno@clisp.org>
19527
19528         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
19529         used.
19530
19531 2005-01-17  Bruno Haible  <bruno@clisp.org>
19532
19533         * lib/fwriteerror.h (fwriteerror): Change specification to include
19534         fclose.
19535         * lib/fwriteerror.c: Include <stdbool.h>.
19536         (fwriteerror): At the end, close the file stream. Record whether
19537         stdout was already closed.
19538
19539 2005-01-17  Bruno Haible  <bruno@clisp.org>
19540
19541         * lib/execute.c (environ): Declare if needed.
19542         * lib/pipe.c (environ): Likewise.
19543         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
19544
19545 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19546
19547         * modules/argp: Depend on vsnprintf
19548
19549 2005-01-10  Jim Meyering  <jim@meyering.net>
19550
19551         * modules/closeout (Depends-on): Add atexit.
19552
19553 2005-01-06  Bruno Haible  <bruno@clisp.org>
19554
19555         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
19556
19557 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
19560         definitions to be after all include files, to avoid collisions.
19561         Problem reported by Bob Proulx.
19562
19563 2005-01-04  Jim Meyering  <jim@meyering.net>
19564
19565         Changes imported from coreutils.
19566         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
19567         as the mkstemp template, use a temporary directory and an
19568         8.3-friendly template to avoid trouble on systems like DJGPP.
19569         Reported by Juan M. Guerrero via Stepan Kasal.
19570         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
19571         close. Remove the temporary directory right away, rather than waiting
19572         for configure's at-exit trap code to do it.
19573         Suggestion from Stepan Kasal.
19574
19575 2005-01-01  Simon Josefsson  <jas@extundo.com>
19576
19577         * gnulib-tool: Print #include directives when --import'ing.
19578
19579 2004-12-28  Simon Josefsson  <jas@extundo.com>
19580
19581         * tests/test-base64.c: Include required header files.  Remove
19582         unused variables.
19583
19584 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19585
19586         * modules/error (Depends-on): Remove gettext.
19587
19588 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
19591         not needed.  This removes a dependency on the gettext module.
19592         [defined _LIBC]: Do not include <libintl.h>; not needed.
19593
19594 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
19595
19596         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
19597         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
19598
19599 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
19602         HAVE_DECL_STRTOLD.
19603
19604 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19605
19606         * modules/getdate (Depends-on): Remove alloca-opt.
19607
19608 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19609
19610         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
19611
19612 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19613
19614         * lib/argp-parse.c: Include <stddef.h>.
19615         (alignof, alignto): New macros.
19616         (parser_init): Don't assume that void * is aligned sufficiently
19617         for struct option.
19618
19619         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
19620         need to extend the stack.
19621         (YYINITDEPTH): New macro, so that the initial stack isn't overly
19622         large.
19623
19624 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19625
19626         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
19627
19628 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19629
19630         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
19631         (2004-10-24) change.  Apparently this was a false alarm.
19632
19633         * modules/getdate: Depend on alloca-opt, not alloca.
19634
19635 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19636
19637         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
19638         Remove now-obsolete comment about AIX.
19639         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
19640         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
19641         (YYMAXDEPTH): New macro.
19642
19643 2004-12-18  Simon Josefsson  <jas@extundo.com>
19644
19645         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
19646
19647 2004-12-18  Bruno Haible  <bruno@clisp.org>
19648
19649         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
19650
19651 2004-12-18  Bruno Haible  <bruno@clisp.org>
19652
19653         * lib/fatal-signal.c (fatal_signals): Make non-const.
19654         (init_fatal_signals): New function.
19655         (uninstall_handlers, install_handlers): Ignore signals that were set to
19656         SIG_IGN.
19657         (at_fatal_signal): Call init_fatal_signals.
19658         (init_fatal_signal_set): Likewise. Ignore signals that were set to
19659         SIG_IGN.
19660         Reported by Paul Eggert.
19661
19662 2004-12-18  Bruno Haible  <bruno@clisp.org>
19663
19664         * doc/alloca.texi: New file.
19665         * doc/alloca-opt.texi: New file.
19666
19667 2004-12-17  Jim Meyering  <jim@meyering.net>
19668
19669         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
19670         Otherwise, install-sh could exit with improper exit status when
19671         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
19672
19673 2004-12-16  Simon Josefsson  <jas@extundo.com>
19674
19675         * tests/test-base64.c: Add license.
19676
19677 2004-12-15  Stepan Kasal  <address@hidden>
19678
19679         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
19680
19681 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
19682
19683         * modules/getcwd (Files): Add m4/d-ino.m4.
19684         Suggested by Mark D. Baushke.
19685
19686 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
19687
19688         * lib/getdate.y (textint): New member "negative".
19689         (time_zone_hhmm): New function.
19690         Expect 14 shift-reduce conflicts, not 13.
19691         (o_colon_minutes): New rule.
19692         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
19693         (yylex): Set the "negative" member of signed numbers.
19694
19695 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
19696
19697         * doc/getdate.texi (Time of day items, Time zone items):
19698         Describe new formats +00:00, UTC+00:00.
19699
19700 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
19701
19702         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
19703         spurious "-l"s.  Problem reported by Stepan Kasal.
19704
19705 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
19708         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
19709
19710 2004-12-04  Simon Josefsson  <jas@extundo.com>
19711
19712         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
19713         Vandoorselaere <yoann@prelude-ids.org>.
19714
19715 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19716
19717         Changes imported from coreutils.
19718         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
19719         exist.
19720         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
19721
19722 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19723
19724         Changes imported from coreutils.
19725         * lib/hard-locale.c: Assume <locale.h> exists.
19726         Include "strdup.h".
19727         (GLIBC_VERSION): New macro.
19728         (hard_locale): Assume setlocale exists.
19729         Rewrite to avoid #ifdef.
19730         Use strdup rather than malloc + strcpy.
19731         * lib/human.c: Assume <locale.h> exists.
19732         (human_readable): Assume localeconv exists.
19733
19734 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19735
19736         * modules/hard-locale (Depends-on): Add strdup.
19737
19738 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19739
19740         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
19741         convert T2, not T.  (Imported from libc.)
19742
19743 2004-11-30  Simon Josefsson  <jas@extundo.com>
19744
19745         * modules/restrict (License): Change to LGPL.
19746
19747 2004-11-30  Simon Josefsson  <jas@extundo.com>
19748
19749         * m4/restrict.m4: Add copyright and copying conditions.
19750
19751 2004-11-30  Simon Josefsson  <jas@extundo.com>
19752
19753         * m4/base64.m4: New file.
19754
19755 2004-11-30  Simon Josefsson  <jas@extundo.com>
19756
19757         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
19758         base64.
19759
19760         * tests/test-base64.c: New file.
19761
19762         * modules/base64: New file.
19763
19764 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
19767         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
19768
19769         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
19770
19771 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
19772
19773         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
19774         (__getcwd.c): Don't restore errno; glibc doesn't.
19775         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
19776         first, falling back to our code only if its results look suspicious.
19777         Ensure that the resulting buffer is only as large as necessary.
19778
19779         * lib/readutmp.c: Include readutmp.h first.
19780         Include <errno.h>, since readutmp.h no longer does that.
19781         * lib/readutmp.h: Don't include <errno.h>,
19782         <sys/param.h>, <time.h>; not needed to establish interface.
19783         (errno): Remove decl.
19784         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
19785         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
19786         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
19787
19788 2004-11-28  Simon Josefsson  <jas@extundo.com>
19789
19790         * lib/base64.h, base64.c: New file.
19791
19792 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19793
19794         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
19795
19796 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19797
19798         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
19799         (Depends-on): Remove pathmax, same.  Add mempcpy.
19800         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
19801         (Makefile.am): Append getcwd.h to lib_SOURCES.
19802         (Include): Add getcwd.h.
19803         (Maintainer): Change from Jim Meyering to "all, glibc",
19804         since getdate now uses intended-for-glibc code.
19805         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
19806         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
19807
19808 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
19811         HP's ANSI C compiler.
19812         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
19813         Declaring int functions causes warnings on some modern systems and
19814         shouldn't be needed to compile on ancient ones.
19815         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
19816         defined.
19817
19818         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
19819         with the following changes.
19820         (__set_errno): Parenthesize properly.
19821         Include <stdbool.h>.
19822         (MIN, MAX, MATCHING_INO): New macros.
19823         (__getcwd): Define with prototype, not K&R form.
19824         Use heuristics to allocate default buffer on stack if possible.
19825         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
19826         behavior, and to avoid the PATH_MAX limit when computing
19827         ../../../../...
19828         Use MATCHING_INO to compare inode number to file.
19829         Check for arithmetic overflow in size calculations.
19830         Fix bug in reallocation of dot array that caused getcwd to fail
19831         on directories nested deeper than 75.
19832         Be more careful about saving errno on error.
19833         Do not use realloc; use only free+malloc, as this is a bit
19834         more flexible and avoids a needless copy operation.
19835         Do not inspect st_dev and st_ino for symbolic links; POSIX
19836         doesn't specify the latter.
19837         Check for closedir errors.
19838         Avoid needless casts.
19839         Use "#ifdef weak_alias" around weak_alias, to be like other
19840         glibc code.
19841         The following changes to getcwd.c have effect only when used in
19842         gnulib; they have no effect inside glibc proper.
19843         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
19844         as alloca isn't used.
19845         (alloca, __alloca): Likewise.
19846         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
19847         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19848         unconditionally, as gnulib assumes C89 or better.
19849         Do not include <sys/param.h>.
19850         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
19851         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
19852         better.
19853         (NULL) [!defined NULL]: Remove; we assume C89 or better.
19854         Include <dirent.h> in a way that is compatible with modern Autoconf.
19855         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
19856         New macros, if not already defined.
19857         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
19858         Use "_LIBC", not "defined _LIBC", for consistency.
19859         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
19860         a mempcpy module.
19861         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
19862         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
19863         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
19864         credit only to Jim Meyering and adjust the copyright dates.
19865         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
19866         <stdlib.h>, <unistd.h>, "pathmax.h".
19867         Instead, include "xgetcwd.h" (first) and "getcwd.h".
19868         (INITIAL_BUFFER_SIZE): Remove.
19869         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
19870
19871 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19872
19873         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
19874         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
19875         Use the _ONCE methods, for efficiency.
19876         Check for fcntl.h.  In test program, include <errno.h>
19877         and <fcntl.h> if available.  Remove old K&R cruft from
19878         test program.  Check for common errors in GNU/Linux,
19879         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
19880         don't do AC_LIBOBJ, as that's getcwd.m4's job.
19881         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
19882         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
19883         name accordingly.
19884         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
19885         accommodate new getcwd.c.
19886         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
19887         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
19888         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
19889         that's all we need now.
19890
19891 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19892
19893         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
19894         argp-parse.c depends on getopt internals, that means we should
19895         always use our getopt, to be on the safe side.
19896         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
19897         order not to spoil the result of an eventual previous invocation
19898         of gl_GETOPT_SUBSTITUTE.
19899
19900 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19901
19902         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
19903         redefinition warnings. To avoid them, include the defines
19904         in `#if !defined __need_getopt ... #endif'. The only place
19905         where __getopt_argv_const is used is in definitions
19906         of getopt_long and getopt_long_only below, which are as well
19907         protected by `#ifndef __need_getopt'.
19908         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
19909         __need_getopt after including <stdio.h> and <unistd.h> These
19910         headers might have defined it.
19911
19912 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19913
19914         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
19915
19916 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19917
19918         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
19919         (futimens): New function, which uses futimes if available.
19920         (futimens, utimens): Support timespec==NULL, with same semantics
19921         as utime and utimens.
19922         * lib/utimens.h (futimens): New decl.
19923
19924 2004-11-23  Jim Meyering  <jim@meyering.net>
19925
19926         * lib/getopt_.h: Remove trailing blanks.
19927
19928 2004-11-23  Jim Meyering  <jim@meyering.net>
19929
19930         * lib/__fpending.c: Add comment.
19931
19932 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
19933
19934         * modules/canonicalize (Depends-on): Add xreadlink.
19935         Problem reported by James Youngman.
19936
19937 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
19938
19939         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
19940         New macros.
19941         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
19942         optopt): Use them instead of invoking ## directly; otherwise, the
19943         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
19944
19945 2004-11-19  Bruno Haible  <bruno@clisp.org>
19946
19947         * lib/strtok_r.c: Move comments from here...
19948         * lib/strtok_r.h: ... to here.
19949
19950 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19951
19952         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
19953         implementations that mishandle size_t overflow.
19954
19955 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
19956
19957         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
19958         might fail.  Problem reported by Yoann Vandoorselaere.
19959         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
19960         implementations that mishandle size_t overflow.
19961
19962 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19963
19964         * modules/canon-host (Depends-on): Add strdup.
19965
19966 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19967
19968         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
19969
19970 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
19971
19972         * lib/canon-host.c: Include "strdup.h".
19973         (canon_host): Use getaddrinfo if available, so that IPv6 works.
19974         Use strdup instead of malloc/strcpy to duplicate strings.
19975
19976         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
19977         (human_space_before_unit): New constant.
19978         * lib/human.c (human_readable): Support it.
19979
19980         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
19981         (xgetcwd): Set errno correctly when failing.
19982         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
19983         the failure is actually due to a PATH_MAX problem.
19984
19985         Further getopt changes to make it more likely that glibc will
19986         buy the changes back.
19987         * lib/getopt.c (POSIXLY_CORRECT): New constant.
19988         (getopt): Use it, so to preserve glibc semantic
19989         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
19990         when compiling for libc.
19991         * lib/getopt_.h (__getopt_argv_const): Bring it back.
19992         (getopt_long, getopt_long_only): Use it.
19993
19994         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
19995         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
19996         (getopt): Argv is now char * const *, as per standard.
19997         (_getopt_internal_r, _getopt_internal): Argv is now char **,
19998         not char *__getopt_argv_const *.
19999         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20000         _getopt_long_only_r): Likewise.
20001         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20002         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20003         _getopt_long_r, _getopt_long_only_r): Likewise.
20004         * lib/getopt_.h (__getopt_argv_const): Remove.
20005         (getopt): Argv is now char * const *, as per standard.
20006
20007         * lib/getdate.y (tORDINAL): New token.
20008         (day, relunit): Allow it for relative times.
20009         (relative_time_table): Use tORDINAL for ordinals.
20010
20011 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20012
20013         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20014         Document that "second" isn't allowed as an ordinal number.
20015
20016 2004-11-16  Jim Meyering  <jim@meyering.net>
20017
20018         * modules/closeout (Depends-on): Add fpending.
20019
20020 2004-11-15  Jim Meyering  <jim@meyering.net>
20021
20022         * lib/closeout.c: Include "__fpending.h" once again.
20023         Include <stdbool.h>.
20024         (close_stdout): Don't fail just because stdout was closed initially,
20025         since some programs don't write to stdout in the normal course of
20026         operation (other than --version and --help), and we don't want this
20027         function to make e.g. `touch file >&-' fail.
20028         But do fail if it was closed and someone has tried to write to it.
20029         E.g., `printf foo >&-' must fail.
20030
20031 2004-11-13  Jim Meyering  <jim@meyering.net>
20032
20033         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20034
20035 2004-11-12  Simon Josefsson  <jas@extundo.com>
20036
20037         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20038         small doc fix is still pending.
20039
20040 2004-11-11  Simon Josefsson  <jas@extundo.com>
20041
20042         * modules/strtok_r: New file.
20043
20044         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20045         strtok_r.
20046
20047 2004-11-11  Simon Josefsson  <jas@extundo.com>
20048
20049         * m4/strtok_r.m4: New file.
20050
20051         * m4/getopt.m4: Replace opterr.
20052
20053 2004-11-11  Simon Josefsson  <jas@extundo.com>
20054
20055         * lib/strtok_r.h, strtok_r.c: New file.
20056
20057 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20058
20059         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
20060         of replacing opterr, getopt, etc.  This should handle the
20061         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
20062
20063 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20064
20065         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
20066         we can stop lying to compilers about the constness of argv when we
20067         are compiled outside glibc.
20068         (getopt, getopt_long, getopt_long_only): Use it.
20069         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20070         _getopt_internal, getopt): Likewise.
20071         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20072         _getopt_long_only_r): Likewise.
20073         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20074         _getopt_long_r, _getopt_long_only_r): Likewise.
20075
20076         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
20077         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
20078         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
20079         the other external symbols.
20080         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
20081         declaration, since the above renaming now works around collisions.
20082
20083 2004-11-11  Jim Meyering  <jim@meyering.net>
20084
20085         * lib/linebreak.c: Remove trailing blanks.
20086         * lib/alloca_.h: Likewise.
20087         * lib/acosl.c: Likewise.
20088         * lib/euidaccess.c: Likewise.
20089         * lib/allocsa.h: Likewise.
20090
20091 2004-11-10  Simon Josefsson  <jas@extundo.com>
20092
20093         * m4/getaddrinfo.m4: New file.
20094
20095 2004-11-10  Simon Josefsson  <jas@extundo.com>
20096
20097         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
20098
20099 2004-11-10  Simon Josefsson  <jas@extundo.com>
20100
20101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20102         getaddrinfo.
20103
20104         * modules/getaddrinfo: New file.
20105
20106 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20107
20108         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
20109
20110 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20111
20112         * lib/mktime.c (SHR): New macro, which is a portable
20113         substitute for >> that should work even on Crays.
20114         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
20115         Problem reported by Mark D. Baushke in
20116         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
20117         * lib/getdate.y (SHR): Likewise.
20118         (tm_diff): Use it.
20119         * lib/strftime.c (SHR): Likewise.
20120         (tm_diff): Use it.
20121         * lib/quotearg.c (struct quoting_options): Use unsigned int for
20122         quote_these_too, so that right shifts are well defined.  All uses
20123         changed.
20124
20125 2004-11-10  Jim Meyering  <jim@meyering.net>
20126
20127         Ensure that no close failure goes unreported.
20128         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
20129         return early when it seems there's nothing to flush.
20130         Don't include __fpending.h.
20131
20132 2004-11-10  Jim Meyering  <jim@meyering.net>
20133
20134         * modules/closeout (Depends-on): Remove fpending.
20135
20136 2004-11-10  Jim Meyering  <jim@meyering.net>
20137
20138         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
20139
20140 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
20143         gl_FUNC_STRFTIME.
20144         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
20145         and AC_REQUIRE when possible, to avoid duplicate checks.
20146         Check for <wchar.h>.
20147
20148 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20149
20150         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
20151
20152 2004-11-09  Bruno Haible  <bruno@clisp.org>
20153
20154         * m4/sockpfaf.m4: New file.
20155
20156 2004-11-05  Bruno Haible  <bruno@clisp.org>
20157
20158         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
20159         Reported by Mark D. Baushke <mdb@cvshome.org>.
20160
20161 2004-11-04  Bruno Haible  <bruno@clisp.org>
20162
20163         2004-09-11  Bruno Haible  <bruno@clisp.org>
20164                 * allocsa.valgrind: New file.
20165         2004-02-06  Bruno Haible  <bruno@clisp.org>
20166                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
20167                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
20168                 Reported by Christopher Seip <chris.seip@hp.com>.
20169
20170 2004-11-04  Bruno Haible  <bruno@clisp.org>
20171
20172         * modules/allocsa (Files): Add lib/allocsa.valgrind.
20173         (Makefile.am): Distribute it.
20174
20175 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
20176
20177         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
20178         with errno == ERANGE if the buffer is too small.
20179         Problem reported by Mark D. Baushke.
20180
20181 2004-11-03  Albert Chin  <china@thewrittenword.com>
20182             Paul Eggert  <eggert@cs.ucla.edu>
20183
20184         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
20185         equivalent, substitute $ac_type for equivalent type rather than
20186         blindly using uint32_t *always* which won't work if uint32_t is not
20187         available.  Define _UINT32_T to work around typedef of uint32_t if
20188         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
20189         2.5.1.
20190
20191 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20192
20193         * m4/jm-macros.m4: Sync from coreutils.
20194         (gl_MACROS): Check for mbrlen, for pathchk.
20195         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
20196
20197 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20198
20199         * lib/xreadlink.c (MAXSIZE): New macro.
20200         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
20201         size does not exceed MAXSIZE.  Avoid cast.
20202         As suggested by Mark D. Baushke in
20203         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
20204         if readlink fails with buffer size just under MAXSIZE, try again
20205         with MAXSIZE.
20206
20207 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20208
20209         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
20210
20211 2004-11-02  Derek R. Price  <derek@ximbiot.com>
20212         and  Paul Eggert  <eggert@cs.ucla.edu>
20213
20214         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
20215         (get_date): Overparenthesize to avoid GCC warning.
20216
20217 2004-11-02  Bruno Haible  <bruno@clisp.org>
20218
20219         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
20220         returns void.
20221
20222 2004-11-02  Bruno Haible  <bruno@clisp.org>
20223
20224         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
20225         function returns void.
20226
20227 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20228
20229         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
20230         fflush_unlocked, flockfile, funlockfile, funlockfile,
20231         fputs_unlocked, putc_unlocked.
20232
20233 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20234
20235         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
20236         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
20237         already declared.
20238
20239 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20240
20241         * modules/getdate (Files): Add doc/getdate.texi.
20242         (Depends-on): Add setenv, xalloc.
20243
20244 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20245
20246         * lib/getdate.y: Add support for TZ="foo" within a date string.
20247         Fix some bugs near time_t boundaries.  Reject dates with
20248         out-of-range components, e.g., "Sept 31".
20249         Include <stdlib.h>, "setenv.h", "xalloc.h".
20250         (ISDIGIT_LOCALE): Remove; unused.
20251         Note that the TZ and time functions used here are not reentrant.
20252         (mktime_ok, get_tz): New functions.
20253         (TZBUFSIZE): New constant.
20254         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
20255         This requires that we sometimes generate our own TZ="XXX..." setting.
20256
20257 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * doc/getdate.texi: New file, from coreutils with modifications for
20260         the new TZ parsing.
20261
20262 2004-10-27  Derek R. Price  <derek@ximbiot.com>
20263
20264         * lib/mktime.c (not_equal_tm): Remove redundant check.
20265
20266 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20267
20268         * modules/regex (lib_SOURCES): Add regex.c.
20269         Reported by James Youngman in
20270         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
20271
20272 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20273
20274         * lib/getdate.y: Use Bison 1.875 features, and some minor
20275         code cleanups.  This change does not affect semantics.
20276         Don't include <stdlib.h>; no longer needed.
20277         Don't include unlocked-io.h; only the "#if TEST" code uses
20278         stdio, and performance isn't crucial there.
20279         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
20280         Bison 1.875 features as described below.
20281         All uses of "PC." replaced by "pc->".
20282         (YYSTYPE): Add a forward declaration.
20283         (yylex, yyerror): Use full prototypes in forward decls.
20284         Use "%pure-parser" rather than obsolescent "%pure_parser".
20285         Use %parse-param and %lex-param instead of obsolescent
20286         YYPARSE_PARAM and YYLEX_PARAM.
20287         (meridian_table, month_and_day_table, time_units_table,
20288         relative_time_table, time_zone_table, military_table,
20289         lookup_zone, lookup_word, get_date):
20290         Use NULL instead of 0 where appropriate.
20291         (to_hour): Avoid abort (), to avoid a dependency on
20292         stdlib.h.
20293         (yyerror, yylex): Now accepts parser_control * arg.
20294         (main) [TEST]: Use '\0' rather than 0 for char.
20295
20296 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20297
20298         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
20299
20300 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20301
20302         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
20303         It's now the caller's responsibility to handle the case where
20304         !HAVE_GETPAGESIZE && !defined getpagesize.
20305
20306         * lib/mktime.c (leapyear): Arg is long int, not int.
20307
20308 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
20309
20310         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
20311
20312 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20313
20314         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
20315         missing.  Problem reported by James Youngman.
20316
20317 2004-10-16  Simon Josefsson  <jas@extundo.com>
20318
20319         * gnulib-tool: Fix comments.  Fix parse problem.
20320         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
20321
20322 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
20323
20324         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
20325         implementation of getopt_long.  Problem reported by Alexander Taler in:
20326         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
20327
20328 2004-10-15  Bruno Haible  <bruno@clisp.org>
20329
20330         * gnulib-tool: Untabify. Initialize supplied_libname.
20331         (func_usage): More homogenous output.
20332         (func_modules_transitive_closure, func_modules_to_filelist,
20333         func_emit_lib_Makefile_am): New functions.
20334         (func_import): New function, extracted from big case statement. Use
20335         func_get_license, func_modules_transitive_closure,
20336         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
20337         opt_lgpl. Don't use test -a, as it's not portable.
20338         (func_create_testdir): Use func_modules_transitive_closure,
20339         func_modules_to_filelist, func_emit_lib_Makefile_am.
20340
20341 2004-10-15  Bruno Haible  <bruno@clisp.org>
20342
20343         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
20344
20345 2004-10-15  Bruno Haible  <bruno@clisp.org>
20346
20347         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
20348         the portions belonging to each module.
20349         Suggested by Derek Robert Price <derek@ximbiot.com>.
20350
20351 2004-10-12  Simon Josefsson  <jas@extundo.com>
20352
20353         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
20354         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
20355         to real functions.
20356
20357 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20358
20359         * modules/vsnprintf: New file.
20360
20361 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20362
20363         * m4/vsnprintf.m4: New file.
20364
20365 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20366
20367         * lib/vsnprintf.h: New file.
20368         * lib/vsnprintf.c: New file.
20369
20370 2004-10-11  Bruno Haible  <bruno@clisp.org>
20371
20372         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
20373         vsnprintf.
20374
20375 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20376
20377         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
20378
20379 2004-10-07  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
20382         fits into the provided buffer.
20383
20384 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20385
20386         * lib/diacrit.c, diacrit.h: Add GPL notice.
20387
20388         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
20389         notice.
20390         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
20391         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
20392         This avoids a potential constant-folding bug.
20393
20394 2004-10-05  Bruno Haible  <bruno@clisp.org>
20395
20396         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
20397         for the declaration of strsep.
20398
20399 2004-10-05  Bruno Haible  <bruno@clisp.org>
20400
20401         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
20402
20403 2004-10-04  Simon Josefsson  <jas@extundo.com>
20404
20405         * modules/memmem: New file.
20406         * tests/test-memmem.c: New file.
20407         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
20408
20409 2004-10-04  Simon Josefsson  <jas@extundo.com>
20410
20411         * m4/memmem.m4: New file.
20412
20413 2004-10-04  Simon Josefsson  <jas@extundo.com>
20414
20415         * lib/memmem.h: New file.
20416         * lib/memmem.c: New file, taken from glibc.
20417
20418 2004-10-04  Simon Josefsson  <jas@extundo.com>
20419
20420         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
20421         '#ifdef USE_UNLOCKED_IO'.
20422
20423 2004-10-04  Simon Josefsson  <jas@extundo.com>
20424
20425         * config/srclist.txt: Add memmem from glibc.
20426
20427 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20428
20429         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
20430
20431         * modules/argmatch, modules/argp, modules/closeout, modules/error,
20432         modules/exclude, modules/getdate, modules/getline,
20433         modules/getndelim2, modules/getpass, modules/getpass-gnu,
20434         modules/getusershell, modules/linebuffer, modules/md5,
20435         modules/mountlist, modules/posixtm, modules/readtokens,
20436         modules/readutmp, modules/regex, modules/sha1,
20437         modules/version-etc, modules/yesno:
20438         Remove dependency on unlocked-io.
20439
20440 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20441
20442         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
20443
20444         * m4/unlocked-io.m4: Add copyright notice.
20445         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
20446
20447 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20448
20449         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
20450         * lib/xmalloc.c (xmemdup): Likewise.
20451         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
20452         XFREE): Remove these long-obsolescent macros.
20453         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
20454         * lib/xstrdup.c: Remove.
20455
20456         * lib/regex.c (re_comp): Cast gettext return value to char *,
20457         Problem reported by Martin Neitzel via Mark D. Baushke.
20458
20459 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20460
20461         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
20462         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
20463         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
20464         regex.c, sha1.c, version-etc.c, yesno.c:
20465         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
20466         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
20467         the includer's responsibility.
20468
20469         Sync from coreutils.
20470
20471         * lib/modechange.c (mode_compile): Don't decrement a pointer that
20472         points to the start of a string, as the C Standard says the
20473         resulting behavior is undefined.
20474
20475         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
20476         simple -> simple_backups, numbered_existing ->
20477         numbered_existing_backups, numbered -> numbered_backups
20478         to avoid shadowing problems.  All uses changed.
20479         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
20480         * lib/backupfile.c (check_extension, numbered_backup):
20481         Rename locals to avoid shadowing 'basename'.
20482         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
20483         once.
20484
20485         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
20486         * lib/.cvsignore: Add getopt.h.
20487
20488 2004-10-04  Bruno Haible  <bruno@clisp.org>
20489
20490         * modules/README: New file.
20491         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
20492         not a module.
20493
20494 2004-10-02  Jim Meyering  <jim@meyering.net>
20495
20496         * lib/dirfd.h, getpagesize.h: Add copyright notice.
20497
20498 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20499
20500         * modules/strsep: New file.
20501
20502 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20503
20504         * m4/strsep.m4: New file.
20505
20506 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20507
20508         * lib/strsep.h: New file.
20509         * lib/strsep.c: New file.
20510
20511 2004-10-01  Simon Josefsson  <jas@extundo.com>
20512
20513         * lib/snprintf.c (snprintf): Handle size==0.
20514
20515 2004-10-01  Simon Josefsson  <jas@extundo.com>
20516             Bruno Haible  <bruno@clisp.org>
20517
20518         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
20519         (snprintf): Declare 'args'.
20520
20521 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
20522
20523         * lib/snprintf.c: Remove comments as to why each header is needed.
20524
20525 2004-10-01  Bruno Haible  <bruno@clisp.org>
20526
20527         * MODULES.html.sh: Add strsep.
20528
20529 2004-09-30  Simon Josefsson  <jas@extundo.com>
20530
20531         * modules/snprintf: New file.
20532
20533 2004-09-30  Simon Josefsson  <jas@extundo.com>
20534
20535         * m4/snprintf.m4: New file.
20536
20537 2004-09-30  Simon Josefsson  <jas@extundo.com>
20538
20539         * lib/snprintf.h, lib/snprintf.c: New files.
20540
20541 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20542
20543         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
20544         (hol_entry_help): Never translate an empty string.
20545         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
20546         * lib/argp.h (OPTION_NO_TRANS): New option.
20547
20548 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20549
20550         * modules/argp (Maintainer): Replace Simon Josefsson
20551         by Sergey Poznyakoff.
20552
20553 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20554
20555         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
20556         changes merged back into glibc.
20557
20558 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20559
20560         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
20561
20562 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20563
20564         * lib/xvasprintf.c: Include xalloc.h.
20565         (xvasprintf): Use xalloc_die, not xmalloc_die.
20566
20567 2004-09-29  Bruno Haible  <bruno@clisp.org>
20568
20569         * modules/alloca-opt: New file, derived from modules/alloca.
20570         * modules/allocsa: Depend on alloca-opt instead of alloca.
20571         * modules/setenv: Likewise.
20572         * modules/vasnprintf: Likewise.
20573         * MODULES.html.sh: Add alloca-opt.
20574
20575 2004-09-28  Simon Josefsson  <jas@extundo.com>
20576
20577         * gnulib-tool: New parameter --lgpl, to asseert that modules are
20578         LGPL, and to replace license template from GPL to LGPL.
20579
20580 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
20581
20582         * modules/dummy: Change license to LGPL.
20583
20584 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
20587
20588 2004-09-24  Simon Josefsson  <jas@extundo.com>
20589
20590         * modules/minmax (License): Change from GPL to LGPL.
20591
20592 2004-09-23  Simon Josefsson  <jas@extundo.com>
20593
20594         * gnulib-tool (--import): Typo.
20595
20596 2004-09-23  Simon Josefsson  <jas@extundo.com>
20597
20598         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
20599
20600 2004-09-22  Bruno Haible  <bruno@clisp.org>
20601
20602         * modules/*: Add 'License' field.
20603         * gnulib-tool: Accept --extract-license option.
20604         (func_get_license): New function.
20605
20606 2004-09-21  Bruno Haible  <bruno@clisp.org>
20607
20608         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
20609         Reported by Simon Josefsson.
20610
20611 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20612
20613         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
20614         gl_AC_TYPE_LONG_LONG.
20615
20616 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20617
20618         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
20619
20620 2004-09-18  Simon Josefsson  <jas@extundo.com>
20621         and  Paul Eggert  <eggert@cs.ucla.edu>
20622
20623         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
20624         calls with autoreconf.  Define GL_LIB.
20625
20626 2004-09-14  Karl Berry  <karl@gnu.org>
20627
20628         * config/srclist.txt: unsync setenv.c, sigh.
20629
20630 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20631
20632         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
20633         Problem reported by Bruno Haible in:
20634         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
20635
20636 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20637
20638         * config/srclist.txt: Comment out argp-pvh.c.
20639
20640 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
20641
20642         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
20643         in case some system header has #define'd it.  Problem reported by
20644         Soeren D. Schulze in
20645         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
20646
20647 2004-09-09  Karl Berry  <karl@gnu.org>
20648
20649         * regex.[ch]: delete from the root.  These were supposed to be
20650                 synced with emacs cvs, but this has not happened for about
20651                 a year, and anyway nothing else uses emacs regex.[ch].
20652                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
20653                 lib/regex[.ch] is untouched.
20654
20655 2004-09-09  Bruno Haible  <bruno@clisp.org>
20656
20657         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
20658
20659 2004-09-09  Bruno Haible  <bruno@clisp.org>
20660
20661         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
20662         modifications.
20663         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
20664
20665 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
20666
20667         * modules/xvasprintf: New file.
20668         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
20669
20670 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
20671
20672         * lib/xvasprintf.h: New file.
20673         * lib/xvasprintf.c: New file.
20674         * lib/xasprintf.c: New file.
20675
20676 2004-09-08  Bruno Haible  <bruno@clisp.org>
20677
20678         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
20679
20680 2004-09-08  Bruno Haible  <bruno@clisp.org>
20681
20682         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
20683         length is > INT_MAX.
20684         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
20685         more.
20686
20687 2004-09-08  Bruno Haible  <bruno@clisp.org>
20688
20689         * lib/stdint_.h: New file, taken from GNU clisp.
20690
20691 2004-09-08  Bruno Haible  <bruno@clisp.org>
20692             Oskar Liljeblad  <oskar@osk.mine.nu>
20693
20694         * modules/stdint: New file.
20695         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
20696
20697 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20698
20699         Import from coreutils.
20700         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
20701         strings on unbounded length.  alloca's performance benefits aren't
20702         that important here.
20703         (V_STRDUP): Remove.
20704         (parse_with_separator): New function, with most of the internals
20705         of the old parse_user_spec.  Allow user to omit both user and group,
20706         for compatibility with FreeBSD.
20707         Clone only the user name, not the entire spec.
20708         Do not set *uid, *gid unless entirely successful.
20709         Avoid memory leak in some failing cases.
20710         Fix regression for USER.GROUP reported by Dmitry V. Levin in
20711         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
20712         (parse_user_spec): Rewrite to use parse_with_separator.
20713
20714 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20715
20716         * modules/userspec: Don't depend on alloca.
20717
20718 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20719
20720         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
20721
20722 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20723
20724         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
20725         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
20726         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
20727
20728 2004-08-16  Simon Josefsson  <jas@extundo.com>
20729
20730         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
20731         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
20732         Add --dry-run for --import.
20733         Let user provided command line parameters override configure.ac
20734         settings.
20735
20736 2004-08-12  Simon Josefsson  <jas@extundo.com>
20737
20738         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
20739         as discussed with Paul Eggert in threads rooted at
20740         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
20741         and
20742         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
20743         Before, the test was empty, and relied on ELIDE_CODE in source
20744         code.)
20745         (gl_PREREQ_GETOPT): New macro.
20746         (gl_GETOPT): Use them.
20747
20748 2004-08-12  Simon Josefsson  <jas@extundo.com>
20749
20750         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
20751         * lib/getopt_.h: Renamed from getopt.h.
20752
20753 2004-08-12  Simon Josefsson  <jas@extundo.com>
20754
20755         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
20756         Change default library name from libfoo to libgnu.
20757         Now, if you have a configure.ac that says:
20758                 gl_SOURCE_BASE(gl)
20759                 gl_M4_BASE(gl/m4)
20760                 gl_MODULES(error getopt etcetera)
20761                 gl_INIT
20762         you can import all you need by running:
20763                 ../gnulib/gnulib-tool --import
20764
20765         * modules/getopt (Files): Rename getopt.h to getopt_.h.
20766         (Makefile.am): Rewrite, use logic from argz.
20767         (Include): Use <getopt.h> instead of "getopt.h".
20768
20769 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20770
20771         * modules/argp (Files): Add m4/unlocked-io.m4.
20772         (Depends-on): Add extensions.
20773
20774 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20775
20776         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
20777         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
20778         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
20779         Check for program_invocation_name, program_invocation_short_name,
20780         flockfile, funlockfile, features.h, _getopt_long_only_r.
20781
20782 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20783
20784         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
20785         its complicated substitute.
20786         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
20787         and program_invocation_name.
20788         (__argp_basename) [!_LIBC]: Remove; the only use was
20789         replaced by its body.
20790         (__argp_short_program_name): Change condition from
20791         !defined __argp_short_program_name to
20792         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
20793         to match argp-namefrob.h.
20794         (__argp_failure): Don't assume strerror_r returns char *.
20795         * lib/argp-parse.c (N_): Define unconditionally.
20796         (argp_default_options): Fill out initializers with 0 to avoid
20797         gcc warnings.
20798
20799 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20800
20801         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
20802         getopt1.c.
20803
20804 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20805
20806         Merge from coreutils.
20807
20808         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
20809
20810         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
20811         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
20812
20813 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20814
20815         Merge from coreutils.
20816
20817         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
20818         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
20819         for Reliant Unix 5.43.
20820
20821         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
20822         (union fooround): Use uintmax_t, not long int.
20823         The rest is a merge from libc:
20824         [defined _LIBC]: Include <shlib-compat.h>.
20825         (_obstack) [defined _LIBC]: Remove after 2.3.4.
20826
20827         * lib/settime.c (settime): Recode to avoid warning with
20828         Sun Forte C 6U2.
20829
20830         * lib/strverscmp.c: Convert to UTF-8.
20831
20832 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20833
20834         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20835         m4/uintmax_t.m4.
20836
20837 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20838
20839         * modules/xalloc-die: New file.
20840         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
20841
20842         * modules/md5 (Files): Add m4/uint32_t.m4.
20843         * modules/sha1: Renamed from modules/sha.
20844         (Files):
20845         Rename lib/sha.h to lib/sha1.h.
20846         Rename lib/sha.c to lib/sha1.c.
20847         Rename m4/sha.m4 to m4/sha1.m4.
20848         (lib_SOURCES): Likewise.
20849         (configure.ac): Rename gl_SHA to gl_SHA1.
20850         (Include): sha.h -> sha1.h.
20851
20852 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20853
20854         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
20855         * m4/sha1.m4: Renamed from sha.m4.
20856         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
20857
20858 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20859
20860         * lib/obstack.h (obstack_empty_p):
20861         Don't assume that chunk->contents is suitably aligned.
20862         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
20863         Likewise. Problem reported by Benno in
20864         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
20865
20866         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
20867         readable.  This could be improved further but it'd take some work.
20868
20869 2004-08-08  Simon Josefsson  <jas@extundo.com>
20870
20871         * modules/xgethostname (Depends-on): Remove exit and error (not
20872         used).
20873
20874         * modules/getpass-gnu: Add getpass.h.
20875         (Depends-on): Add stdbool.
20876         * modules/getpass: Add getpass.h.
20877
20878 2004-08-08  Simon Josefsson  <jas@extundo.com>
20879
20880         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
20881         Check getpass declaration.
20882
20883 2004-08-08  Simon Josefsson  <jas@extundo.com>
20884
20885         * lib/xgethostname.c: Don't include error.h (not used).
20886
20887         * lib/getpass.h: Add.
20888         * lib/getpass.c: Include getpass.h first.
20889
20890 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
20891
20892         * lib/xalloc-die.c: New file.
20893         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
20894         All uses removed.
20895         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
20896         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
20897         xalloc-die.c.
20898         (_, N_, xalloc_die): Move to xalloc-die.c.
20899         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
20900         so that we needn't mess with xalloc_msg_memory_exhausted.
20901
20902         * lib/sha1.h: Renamed from sha.h.
20903         (SHA1_H): Renamed from _SHA_H.
20904         (sha1_ctx): Renamed from sha_ctx.
20905         (sha1_init_ctx): Renamed from sha_init_ctx.
20906         (sha1_process_block): Renamed from sha_process_block.
20907         (sha1_process_bytes): Renamed from sha_process_bytes.
20908         (sha1_finish_ctx): Renamed from sha_finish_ctx.
20909         (sha1_read_ctx): Renamed from sha_read_ctx.
20910         (sha1_stream): Renamed from sha_stream.
20911         (sha1_buffer): Renamed from sha_buffer.
20912         * lib/sha1.c: Likewise; renamed from sha.c.
20913         Do not include <sys/types.h>.
20914         Include <stddef.h> rather than <stdlib.h>.
20915
20916 2004-08-08  Bruno Haible  <bruno@clisp.org>
20917
20918         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
20919         FILESYSTEM_PREFIX_LEN.
20920         * lib/progreloc.c: Likewise.
20921         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
20922
20923 2004-08-06  Simon Josefsson  <jas@extundo.com>
20924
20925         * modules/progname (Depends-on): Don't depend on stdbool.
20926
20927 2004-08-06  Simon Josefsson  <jas@extundo.com>
20928
20929         * modules/getsubopt: New file.
20930         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20931         getsubopt.
20932
20933 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20934
20935         More merge from coreutils.
20936
20937         * m4/utimens.m4, m4/utimecmp.m4: New files.
20938         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
20939         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
20940         prereq.m4, sha.m4: Import changes from coreutils.
20941
20942 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20943
20944         More merge from coreutils.
20945         * modules/raise, modules/readtokens0, modules/utimens:
20946         * modules/utimecmp, module/xnanosleep: New files.
20947         * modules/strftime: Add lib/strftime.h.
20948         Change include from <time.h> to "strftime.h".
20949         * modules/yesno: Add lib/yesno.h.
20950         * modules/backupfile: Remove lib/addext.c.
20951         * modules/euidaccess: Add stat-macros.h.
20952         * modules/canonicalize, modules/euidaccess,
20953         modules/filemode, modules/lchown, modules/makepath,
20954         modules/rmdir, modules/stat: Likewise.
20955
20956 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
20957
20958         Merge from tar.
20959         * lib/argp-help.c (make_hol, hol_append): Don't assume that
20960         SIZE_MAX is a valid preprocessor constant.
20961         (__argp_basename): Change from "#ifndef _LIBC"
20962         to "#ifndef __argp_short_program_name", so that
20963         we don't compile these functions for tar.
20964
20965         More merges from coreutils.
20966         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
20967         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
20968         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
20969         * lib/addext.c: Remove; no longer needed.
20970         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
20971         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
20972         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
20973         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
20974         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
20975         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
20976         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
20977         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
20978         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
20979         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20980         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
20981         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
20982         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
20983         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
20984         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
20985         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
20986         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
20987         Import changes from coreutils.
20988
20989 2004-08-05  Simon Josefsson  <jas@extundo.com>
20990
20991         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
20992
20993 2004-08-05  Simon Josefsson  <jas@extundo.com>
20994
20995         * m4/getsubopt.m4: New file.
20996
20997 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
20998
20999         Merge from coreutils.
21000
21001         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21002         * m4/getcwd-path-max.m4: New files.
21003
21004         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21005         FILESYSTEM_PREFIX_LEN ->
21006         FILE_SYSTEM_PREFIX_LEN.
21007         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21008         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21009         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21010         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21011
21012         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21013         prerequisite modules now handle the DOS stuff.
21014         Don't check for unistd.h.
21015
21016 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21017
21018         Merge from coreutils.
21019
21020         * lib/.gdb-history: Remove; this doesn't belong here.
21021
21022         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21023         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21024         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21025         * lib/getcwd.c: New files.
21026
21027         * lib/dirname.h: Include <stdbool.h>.
21028         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21029         for consistency with POSIX terminology.  All uses changed.
21030         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21031         (strip_trailing_slashes): Use bool for booleans.
21032         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21033
21034         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21035         sometimes returns a positive errno value even when it succeeds.
21036         (print_errno_message) [!LIBC]: Fall back on strerror if
21037         __strerror_r fails.
21038
21039         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21040         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21041         (longest_relative_suffix): New function.
21042         (path_concat): Use it.  Assume first argument is not NULL.
21043         Port to DOS.  Omit redundant separators.
21044         Report an error instead of returning NULL.
21045         Use mempcpy instead of memcpy.
21046         (xpath_concat): Remove: not declared or used.
21047
21048         * lib/same.h: Include <stdbool.h>
21049         (same_name): Return bool, not int.
21050         * lib/same.c (same_name): Likewise.
21051         (errno): Don't declare; we assume C89 or better now.
21052
21053         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
21054         if not already defined.
21055
21056         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
21057         * lib/dup-safer.c (errno): Likewise.
21058
21059 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21060
21061         Merge from coreutils.
21062         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
21063         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
21064         * modules/path-concat: Don't depend on strdup.
21065
21066 2004-08-03  Simon Josefsson  <jas@extundo.com>
21067
21068         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
21069         * lib/progname.h: Don't include stdbool.h.
21070
21071 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21072
21073         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
21074         * MODULES.html.sh (func_all_modules): Remove fatal.
21075
21076 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21077
21078         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
21079
21080 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21081
21082         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
21083         working.
21084
21085 2004-08-02  Simon Josefsson  <jas@extundo.com>
21086
21087         * lib/getsubopt.h: New file, with comments from Bruno Haible.
21088         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
21089         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
21090
21091 2004-08-01  Simon Josefsson  <jas@extundo.com>
21092
21093         * lib/xgetdomainname.c: Include stdlib.h, for free().
21094
21095 2004-07-19  Bruno Haible  <bruno@clisp.org>
21096
21097         * MODULES.html.sh (func_all_modules): Add dummy.
21098
21099 2004-07-16  Simon Josefsson  <jas@extundo.com>
21100
21101         * modules/dummy: New file.
21102
21103 2004-07-16  Simon Josefsson  <jas@extundo.com>
21104
21105         * lib/dummy.c: New file.
21106
21107 2004-07-16  Bruno Haible  <bruno@clisp.org>
21108
21109         * lib/backupfile.h: Add extern "C" for C++.
21110         * lib/closeout.h: Likewise.
21111         * lib/copy-file.h: Likewise.
21112         * lib/findprog.h: Likewise.
21113         * lib/full-write.h: Likewise.
21114         * lib/pathname.h: Likewise.
21115         * lib/progname.h: Likewise.
21116         * lib/stpcpy.h: Likewise.
21117         * lib/stpncpy.h: Likewise.
21118         * lib/strcase.h: Likewise.
21119         * lib/strstr.h: Likewise.
21120         * lib/xalloc.h: Likewise.
21121
21122         * lib/mbswidth.h: Add extern "C" for C++.
21123         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
21124
21125 2004-07-13  Robert Millan  <robertmh@gnu.org>
21126
21127         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
21128
21129 2004-07-09  Simon Josefsson  <jas@extundo.com>
21130
21131         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
21132         failed without this.)
21133
21134 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21135
21136         * modules/chown (Files): Add lib/fchown-stub.c, since
21137         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
21138
21139 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21140
21141         * lib/fchown-stub.c: New file.
21142
21143 2004-06-24  Jim Meyering  <jim@meyering.net>
21144
21145         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
21146
21147 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21148
21149         * modules/argz: Omit "#include".
21150
21151         * MODULES.html.sh (func_all_modules): Add calloc, to match
21152         2004-06-01 addition of calloc module.
21153
21154 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21155
21156         * m4/argz.m4: New file, which is autoupdated from libtool.
21157
21158 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21159
21160         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
21161         libtool.
21162
21163 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * config/srclist-update: Don't insist on "USA." before the
21166         close-comment, as libtool omits the period and puts the */ on a
21167         separate line.
21168         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
21169         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
21170
21171 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
21172
21173         * modules/argz: New file.
21174         * MODULES.html.sh (func_all_modules): Add argz.
21175
21176 2004-06-12  Jim Meyering  <jim@meyering.net>
21177         and  Paul Eggert  <eggert@cs.ucla.edu>
21178
21179         * modules/hash (Files): Add lib/xalloc.h.
21180         * modules/pipe (Depends-on): Add wait-process.
21181         * modules/stat (Depends-on): Add xalloc.
21182         * modules/userspec (Files): Add lib/userspec.h.
21183         * modules/xstrto
21184
21185         Upgrade from gettext-0.13.
21186         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
21187         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
21188         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
21189
21190 2004-06-10  Jim Meyering  <jim@meyering.net>
21191
21192         * lib/calloc.c: New file.
21193
21194 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
21195
21196         * lib/getdate.y (yylex): Allow space between sign and number.
21197         Problem reported by Dan Jacobson.
21198
21199 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
21200
21201         Merge from coreutils CVS.
21202
21203         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
21204         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
21205         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
21206         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
21207         xstrtol.m4: Fix copyright date and/or serial number.
21208
21209         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
21210         See if we need an fchown replacement.
21211         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
21212         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
21213         and use the replacement function if we detect either defect.
21214
21215         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
21216         gl_UTIMECMP.
21217
21218 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
21219         and  Jim Meyering  <jim@meyering.net>
21220
21221         Merge from coreutils CVS.
21222
21223         * lib/stat-macros.h: New file, with contents from file-type.h
21224         and coreutils' system.h.
21225         * lib/file-type.c: Include "stat-macros.h".
21226         * lib/file-type.h (file_type): Move all macro definitions to new file,
21227         stat-macros.h.
21228
21229         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
21230         Wrap old code with this conditional.
21231         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
21232         function that does not dereference symlinks.
21233         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
21234
21235         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
21236         dependency problems.
21237         (xreadlink): Accept new arg SIZE, for efficiency.
21238         All decls and uses changed.
21239         * lib/xreadlink.h: Include <stddef.h>, for size_t.
21240
21241         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
21242         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
21243
21244         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
21245         sysexits.h.
21246
21247 2004-06-01  Jim Meyering  <jim@meyering.net>
21248
21249         * m4/calloc.m4: New file.
21250
21251 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
21252
21253         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
21254         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
21255         Also, fix a typo in a diagnostic.
21256
21257 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
21258
21259         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
21260         or AC_FUNC_REALLOC.
21261
21262 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
21263
21264         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
21265         macros to be defined.
21266         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
21267         the allocator returns NULL because the requested size is zero.
21268
21269 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21270
21271         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
21272         var.  Add comment explaining why libc still defines it.  This
21273         merges the following patch from glibc:
21274         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
21275
21276 2004-05-20  Andreas Schwab  <schwab@suse.de>
21277
21278         * m4/free.m4: Replace free if it not known to work, not the other
21279         way round.
21280
21281 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21282
21283         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
21284         present in glibc since revision 1.1 of this file.
21285         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
21286         obstack_alignment_mask, obstack_alloc, obstack_base,
21287         obstack_blank, obstack_blank_fast, obstack_chunk_size,
21288         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
21289         obstack_grow0, obstack_init, obstack_int_grow,
21290         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
21291         obstack_next_free, obstack_object_size, obstack_ptr_grow,
21292         obstack_ptr_grow_fast, obstack_room): Remove declarations of
21293         nonexistent functions.
21294
21295 2004-05-18  Karl Berry  <karl@gnu.org>
21296
21297         * config/srclist.txt: break link for vasnprintf.c.
21298
21299 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21300
21301         Port obstack to the AS/400, where pointers are 16 bytes wide and
21302         you cannot cast an integer to a valid pointer.  This patch is
21303         currently waiting to be integrated into glibc; see
21304         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
21305
21306         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
21307         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
21308         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
21309         (struct obstack): temp member is now a union of a pointer and
21310         an integer, instead of an integer.  All integer uses changed.
21311         This does not affect the physical layout of struct obstack,
21312         except on hosts (like the AS/400) where the size or alignment of
21313         void * is greater than that of ptrdiff_t.
21314         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
21315         __STDC__)]: Store temporary in pointer member of union, not
21316         integer member.
21317         * lib/obstack.c: Include <stddef.h>, for offsetof.
21318         (struct fooalign): Remove; it doesn't need a name.
21319         (union fooround): Change double to long double, and add void *.
21320         (DEFAULT_ALIGNMENT): Use offsetof to compute.
21321         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
21322         not a macro.  Hence the values are always int; so remove all
21323         casts-to-int in uses.
21324
21325 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21326
21327         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
21328         we can get this patch merged into glibc.
21329
21330 2004-05-17  Derek R. Price  <derek@ximbiot.com>
21331             Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * m4/argp: Depend on alloca.
21334
21335 2004-05-17  Derek R. Price  <derek@ximbiot.com>
21336             Paul Eggert  <eggert@cs.ucla.edu>
21337
21338         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
21339         freecoding.
21340
21341 2004-05-17  Bruno Haible  <bruno@clisp.org>
21342
21343         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
21344         precision that consists of a '.' followed by an empty digit string.
21345         Patch by Tor Lillqvist <tml@iki.fi>.
21346
21347 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21348
21349         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
21350         for backward compatibility with older code.  We need our own
21351         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
21352         it under some other name, and our alloca.h will define it.
21353
21354 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21355             Derek Price  <derek@ximbiot.com>
21356
21357         * lib/alloca.c: Include <alloca.h>, to get our interface.
21358         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
21359         include <alloca.h> first.  Use C89 prototype for alloca; this
21360         requires including <stddef.h> for size_t.  Use extern "C" if C++.
21361         Use #elif for simplicity, since we can assume C89 now.
21362         Don't try to source the system alloca.h since it will not be found
21363         and to prevent recursively including its replacement.
21364         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
21365         * lib/regex.c: Likewise.
21366
21367 2004-05-16  Derek Price  <derek@ximbiot.com>
21368             Paul Eggert  <eggert@cs.ucla.edu>
21369
21370         getline cleanup.  This changes the getndelim2 API: both order of
21371         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
21372         no delimiter).
21373
21374         * lib/getline.c: Don't include stddef.h or stdio.h, since our
21375         interface does that.
21376         (getline): Always use getdelim, so that we don't have two
21377         copies of this code.
21378         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
21379         if available.
21380         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
21381         (GETNDELIM2_MAXIMUM): New macro.
21382         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
21383         instead of the old practice of delim2==0.  All callers changed.
21384         Return -1 on overflow, instead of returning junk.
21385         Do not set *linesize unless allocation succeeds.
21386         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
21387         that we include sys/types.h.
21388         * lib/getnline.h: Likewise.
21389         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
21390         (getndelim2): Reorder arguments.
21391         * lib/getnline.c (getnline, getndelim):
21392         Don't discard the NMAX argument.
21393         (getnline): Invoke getndelim, to avoid code duplication.
21394         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
21395         of (size_t) -1 by callers of the getnline family.
21396
21397 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21398
21399         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
21400         Check for gettimeofday.
21401         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
21402         Check for settimeofday, stime.
21403
21404 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21405
21406         * lib/nanosleep.c (suspended): Change its type from int to
21407         sig_atomic_t volatile.
21408         (first_call): Make it private to rpl_nanosleep, and have it
21409         be zero initially as that's a bit faster.
21410         (my_usleep): Round up fractional times instead of truncating them,
21411         as this is the usual meaning for 'sleep'.
21412
21413         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
21414         doesn't work.
21415         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
21416         (ENOSYS): Define if not defined.
21417         (settime): Fall back on stime if it exists and settimeofday fails.
21418         But don't bother with fallbacks if a method fails with errno == EPERM.
21419
21420 2004-05-11  Jim Meyering  <jim@meyering.net>
21421
21422         Prior to this change, the save_cwd caller required read access to the
21423         current directory on most systems (ones with the fchdir function).
21424
21425         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
21426         fails, try write-only, and finally, resort to using xgetcwd.
21427
21428 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
21429
21430         * lib/obstack.c, obstack.h: Import changes from libc.
21431
21432 2004-04-28  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
21435         also implicitly appends .exe to executables.
21436         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
21437         accepts Windows pathnames.
21438         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
21439         Treat Cygwin like Windows, since it now accepts Windows pathnames.
21440         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
21441         Treat Cygwin like Windows, since it now accepts Windows pathnames.
21442         Reported by Derek Robert Price <derek@ximbiot.com>.
21443
21444 2004-04-21  Karl Berry  <karl@gnu.org>
21445
21446         * config/srclist.txt (localcharset.c): break sync.
21447
21448 2004-04-20  Paul Eggert  <eggert@twinsun.com>
21449
21450         * m4/host-os.m4: Add a copyright notice.
21451
21452 2004-04-20  Jim Meyering  <jim@meyering.net>
21453
21454         Change UTILS_ to gl_ in AC_DEFINE'd names.
21455         Change utils_- and jm_-prefixed variables, too.
21456         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
21457         UTILS_FUNC_MKDIR_TRAILING_SLASH.
21458         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
21459
21460         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
21461         Don't emit trailing blanks.
21462         Also rename jm_-prefixed variables to have gl_ prefix.
21463
21464         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
21465         Also rename jm_-prefixed variables to have gl_ prefix.
21466
21467         * m4/jm-macros.m4: Reflect the renamings.
21468         * m4/prereq.m4: Likewise.
21469
21470 2004-04-20  Jim Meyering  <jim@meyering.net>
21471
21472         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
21473         memory.
21474
21475 2004-04-20  Jim Meyering  <jim@meyering.net>
21476             Bruno Haible  <bruno@clisp.org>
21477
21478         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
21479         memory when realloc fails.
21480
21481 2004-04-19  Jim Meyering  <jim@meyering.net>
21482
21483         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
21484         now that readutmp.c may call `free (0)'.
21485
21486 2004-04-19  Bruno Haible  <bruno@clisp.org>
21487
21488         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
21489         * m4/inttypes_h.m4: Likewise.
21490         * m4/stdint_h.m4: Likewise.
21491         * m4/intmax_t.m4: Likewise.
21492         * m4/uintmax_t.m4: Likewise.
21493
21494 2004-04-18  Jim Meyering  <jim@meyering.net>
21495
21496         * m4/prereq.m4: Don't forbid jm_ prefix.
21497
21498         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
21499         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
21500         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
21501         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
21502         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
21503         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
21504         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
21505         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
21506         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
21507         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
21508         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
21509         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
21510         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
21511         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
21512         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
21513         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
21514         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
21515         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
21516         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
21517
21518 2004-04-18  Jim Meyering  <jim@meyering.net>
21519
21520         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
21521         failure, don't leak memory and do call END_UTMP_ENT.
21522
21523 2004-04-16  Jim Meyering  <jim@meyering.net>
21524
21525         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
21526         coreutils' stat program.
21527         (gl_PREREQ): Don't require jm_PREREQ_STAT.
21528
21529 2004-04-11  Paul Eggert  <eggert@twinsun.com>
21530
21531         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
21532         C89.
21533         (CHAR_BIT): Remove, since we assume C89.
21534         Include <stdint.h> if available, as per current Autoconf CVS advice.
21535
21536 2004-03-31  Jim Meyering  <jim@meyering.net>
21537
21538         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
21539         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
21540         * m4/xalloc.m4: Likewise.
21541
21542 2004-03-30  Paul Eggert  <eggert@twinsun.com>
21543
21544         Merge from coreutils.
21545
21546         * m4/inttostr.m4: New file.
21547         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
21548         Require AM_STDBOOL_H and gl_TIMESPEC instead.
21549         Require gl_CLOCK_TIME.
21550         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
21551
21552 2004-03-30  Paul Eggert  <eggert@twinsun.com>
21553
21554         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
21555         not bool, to be more consistent with Unix conventions.
21556         Suggested by Bruno Haible.
21557
21558         Merge from coreutils.
21559
21560         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
21561         * lib/umaxtostr.c: New files.
21562
21563         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
21564         the usual <time.h> dance.
21565         (get_date): Change signature to support fractional time stamps.
21566         All callers changed.
21567         * lib/getdate.y: Include "getdate.h" first, as we can now
21568         assume C89 and don't need to worry about 'const'.
21569         Similarly, include "unlocked-io.h" near start, not in middle.
21570         Include <limits.h>.
21571         (textint.value): Use long int rather than int.
21572         (textint.digits): Use size_t rather than int.
21573         (BILLION, LOG10_BILLION): New constants.
21574         (parser_control): New member rel_ns.  Members day_ordinal,
21575         time_zone, month, day, hour, minutes, rel_year, rel_month,
21576         rel_day, rel_hour, rel_minutes, rel_seconds
21577         are now long int, not int.  Member seconds is now struct timespec,
21578         not int.  New member timespec_seen.  Members dates_seen, days_seen,
21579         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
21580         not int.
21581         (%union.intval): Now long int, not int.
21582         New member timespec.
21583         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
21584         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
21585         (spec): Now is a timespec or an item list.
21586         (timespec, items): New nonterminals.
21587         (time, rel, relunit, number, get_date):
21588         Add support for fractional seconds.
21589         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
21590         (gmtime, localtime, mktime): Remove decls; not needed with C89.
21591         (to_hour): First arg is now long int, not int.
21592         (to_year): Returns long int, not int.
21593         Don't treat year -70 like 70.
21594         (tm_diff): Returns long int, not int.
21595         (lookup_word): Use bool instead of int when appropriate.
21596         (yylex): Use size_t for count, not int.
21597         Detect overflow when parsing large integer constants.
21598         Add support for fractions.
21599         (get_date): Make pointers 'const' if possible.
21600         Use more-portable code to detect integer overflow.
21601         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
21602         Don't use ctime; it's not reliable if the year has >4 digits.
21603
21604         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
21605         This is for compatibility with BSD.
21606
21607         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
21608         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
21609         From coreutils' system.h.
21610
21611         * lib/userspec.c: Don't include "posixver.h".
21612         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
21613         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
21614         compatible extension.  Simplify code by removing a boolean int
21615         that was always nonzero if a string was nonnull.
21616
21617 2004-03-30  Jim Meyering  <jim@meyering.net>
21618
21619         Merge from coreutils.
21620
21621         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
21622         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
21623         on some systems one must include <grp.h> before it.
21624         Reported by Christian Krackowizer.
21625
21626 2004-03-30  Jim Meyering  <jim@meyering.net>
21627
21628         Merge from coreutils.
21629
21630         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
21631
21632         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
21633         an empty input stream.
21634
21635         * lib/readtokens.c: Include <stdbool.h>.
21636         (readtoken): Use `size_t' rather than int/long.
21637         All callers adjusted.
21638         Use `bool' rather than `int' where appropriate.
21639         Use memset rather than an explicit loop.
21640         Use x2nrealloc rather than xrealloc.
21641         Allow the use of `\0' as a delimiter.
21642         (readtokens): Likewise.
21643         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
21644
21645 2004-03-30  Jim Meyering  <jim@meyering.net>
21646
21647         * m4/realloc.m4: Remove file, since now it does no more than
21648         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
21649         the `configure.ac' section of module/realloc.
21650         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
21651
21652 2004-03-30  Bruno Haible  <bruno@clisp.org>
21653
21654         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
21655         nonnull.
21656
21657 2004-03-29  Paul Eggert  <eggert@twinsun.com>
21658
21659         Merge changes to getloadavg.c from coreutils and Emacs.
21660
21661         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
21662         Define to an expression, not to the empty string.
21663         Include cloexec.h and xalloc.h.
21664         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
21665         Use set_cloexec_flag rather than rolling our own.
21666         * lib/cloexec.c, lib/cloexec.h: New files.
21667
21668 2004-03-29  Paul Eggert  <eggert@twinsun.com>
21669
21670         * m4/cloexec.m4: New file.
21671
21672 2004-03-18  Paul Eggert  <eggert@twinsun.com>
21673
21674         * lib/getopt.h: Sync with libc CVS.
21675
21676 2004-03-18  Paul Eggert  <eggert@twinsun.com>
21677             Bruno Haible  <bruno@clisp.org>
21678
21679         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
21680         mbswidth.
21681
21682 2004-03-18  Paul Eggert  <eggert@twinsun.com>
21683             Bruno Haible  <bruno@clisp.org>
21684
21685         * lib/mbswidth.h: Include <wchar.h> only if
21686         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
21687         <wchar.h>.
21688         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
21689
21690 2004-03-09  Paul Eggert  <eggert@twinsun.com>
21691
21692         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
21693         Sync with libc CVS.
21694         * lib/getopt_int.h: New file, also synced from libc.
21695
21696 2004-03-09  Paul Eggert  <eggert@twinsun.com>
21697
21698         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
21699         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
21700         Bring back getopt.c, getopt.h, getopt1.c.
21701
21702 2004-03-07  Paul Eggert  <eggert@twinsun.com>
21703
21704         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
21705         All uses changed.  Check for sa_sigaction member; this fixes
21706         a bug first reported by Jason Andrade in
21707         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
21708
21709 2004-03-07  Paul Eggert  <eggert@twinsun.com>
21710
21711         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
21712         '#if' expressions.  Unlike the code it replaces, it does not
21713         depend on (defined _SC_PAGESIZE).  However, it does depend on
21714         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
21715         first reported by Jason Andrade in
21716         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
21717
21718 2004-02-25  Simon Josefsson  <jas@extundo.com>
21719
21720         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
21721
21722 2004-02-25  Simon Josefsson  <jas@extundo.com>
21723
21724         * lib/strdup.h: New file.
21725         * lib/strdup.c: Include it.
21726         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
21727         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
21728
21729 2004-02-23  Karl Berry  <karl@gnu.org>
21730
21731         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
21732         (from fencepost.gnu.org:/gd/gnuorg).
21733
21734 2004-02-23  Karl Berry  <karl@gnu.org>
21735
21736         * config/srclistvars.sh (GNUORG) [karl]: redefine.
21737         * config/srclist.txt: add maintain/standards documents.
21738
21739 2004-02-18  Bruno Haible  <bruno@clisp.org>
21740
21741         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
21742         Reported by Derek Robert Price <derek@ximbiot.com>.
21743
21744 2004-02-16  Karl Berry  <karl@gnu.org>
21745
21746         * config/mkinstalldirs, install-sh: update from automake.
21747
21748 2004-02-06  Karl Berry  <karl@gnu.org>
21749
21750         * m4/po.m4: update from gettext 0.14.1.
21751
21752 2004-02-06  Karl Berry  <karl@gnu.org>
21753
21754         * lib/config.charset: update from gettext 0.14.1.
21755
21756 2004-02-05  Paul Eggert  <eggert@twinsun.com>
21757
21758         Add comments and code, prompted by suggestions from Bruno Haible
21759         for sh-quote.
21760         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
21761         describing the enum quoting_style values.
21762         * lib/quotearg.c (quotearg_alloc): New function.
21763         (quotearg_buffer_restyled): Treat lone { and } as special.
21764         Treat = as special.  Work around bug with older shells
21765         that "see" a '\' that is really the 2nd byte of a multibyte char.
21766         Quote empty string with shell_quoting_style.
21767
21768 2004-02-03  Bruno Haible  <bruno@clisp.org>
21769
21770         * m4/pipe.m4: New file, from GNU gettext.
21771
21772 2004-02-03  Bruno Haible  <bruno@clisp.org>
21773
21774         * lib/pipe.h: New file, from GNU gettext.
21775         * lib/pipe.c: New file, from GNU gettext.
21776
21777 2004-01-27  Bruno Haible  <bruno@clisp.org>
21778
21779         * m4/execute.m4: New file, from GNU gettext.
21780
21781 2004-01-27  Bruno Haible  <bruno@clisp.org>
21782
21783         * lib/execute.h: New file, from GNU gettext.
21784         * lib/execute.c: New file, from GNU gettext.
21785         * lib/w32spawn.h: New file, from GNU gettext.
21786
21787 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21788
21789         Merge from diffutils.
21790
21791         * lib/file-type.c (file_type): Add typed memory objects.
21792         * lib/file-type.h (S_TYPEISTMO): New macro.
21793
21794         * lib/c-stack.h (c_stack_action): Remove argv argument.
21795         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
21796         (die): Don't calculate message unless segv_action returns.
21797         (get_stack_location, min_address_from_argv, max_address_from_argv,
21798         volatile stack_base, volatile_stack_size): Remove.
21799         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
21800         that every segmentation violation is a stack overflow.  (Ouch!)
21801         See Debian bug 136249 (still outstanding) for more info about why
21802         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
21803
21804 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21805
21806         Exit-status fix from coreutils.
21807
21808         Use exit_failure consistently in place of EXIT_FAILURE,
21809         so that program exit statuses are consistent on failure.
21810
21811         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
21812         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
21813         * lib/argmatch.h: Comment fix to match the above.
21814         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
21815         Now a macro referring to exit_failure, instead of a separate
21816         variable.  Include "exitfail.h" to get it.
21817         * lib/xstrtol.h: Include "exitfail.h".
21818         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
21819
21820         * lib/long-options.c (parse_long_options): Use prototype
21821         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
21822         for clarity.
21823
21824 2004-01-21  Jim Meyering  <jim@meyering.net>
21825
21826         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
21827         so as not to conflict with a different-sized __mktime_internal
21828         function in GNU libc.
21829         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
21830         Problem building statically-linked `ls' reported by Michael Brunnbauer.
21831
21832 2004-01-20  Karl Berry  <karl@gnu.org>
21833
21834         * config/config.guess: update from config.
21835
21836         * config/srclistvars.sh: GNUWWWLICENSES for karl.
21837
21838 2004-01-20  Bruno Haible  <bruno@clisp.org>
21839
21840         Safer stack allocation.
21841         * lib/setenv.c: Include allocsa.h.
21842         (alloca): Remove fallback definition.
21843         (freea): Remove macro.
21844         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
21845         instead of freea.
21846
21847 2004-01-20  Bruno Haible  <bruno@clisp.org>
21848
21849         * m4/eealloc.m4: New file, from GNU gettext.
21850
21851 2004-01-20  Bruno Haible  <bruno@clisp.org>
21852
21853         * m4/allocsa.m4: New file, from GNU gettext.
21854
21855 2004-01-20  Bruno Haible  <bruno@clisp.org>
21856
21857         * lib/xallocsa.h: New file, from GNU gettext.
21858         * lib/xallocsa.c: New file, from GNU gettext.
21859
21860 2004-01-20  Bruno Haible  <bruno@clisp.org>
21861
21862         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
21863
21864 2004-01-20  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
21867         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
21868         specially.
21869
21870 2004-01-20  Bruno Haible  <bruno@clisp.org>
21871
21872         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
21873         patch.
21874
21875 2004-01-20  Bruno Haible  <bruno@clisp.org>
21876
21877         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
21878
21879 2004-01-20  Bruno Haible  <bruno@clisp.org>
21880
21881         * lib/eealloc.h: New file.
21882
21883 2004-01-20  Bruno Haible  <bruno@clisp.org>
21884
21885         * lib/binary-io.h: Avoid warnings on Cygwin.
21886
21887 2004-01-20  Bruno Haible  <bruno@clisp.org>
21888
21889         * lib/allocsa.h: New file, from GNU gettext.
21890         * lib/allocsa.c: New file, from GNU gettext.
21891
21892 2004-01-18  Karl Berry  <karl@gnu.org>
21893
21894         * doc/gpl.texi, doc/lgpl.texi: new files.
21895
21896 2004-01-18  Karl Berry  <karl@gnu.org>
21897
21898         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
21899         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
21900
21901 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21902
21903         Merge from coreutils.
21904
21905         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
21906         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
21907         (gl_DEFAULT_POSIX2_VERSION): Move
21908         the documentation from 'configure' into 'config.hin',
21909         so that 'configure --help' isn't burdened by it and
21910         we don't have to worry about its formatting there.
21911         Reword the documentation so that it's more succinct
21912         and can be run together into a single paragraph.
21913         * m4/same.m4 (gl_SAME): Check for pathconf.
21914
21915 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21916
21917         Merge from coreutils.
21918
21919         * lib/posixver.c: Include posixver.h.
21920
21921         * lib/same.c: Include <stdbool.h>, <limits.h>.
21922         (_POSIX_NAME_MAX): Define if not defined.
21923         (MIN): New macro.
21924         (same_name): If file names are silently truncated, report
21925         that the file names are the same if they are the same after
21926         the silent truncation.
21927
21928         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
21929         conversion function.
21930         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
21931         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
21932         longer needed.
21933
21934 2004-01-15  Jim Meyering  <jim@meyering.net>
21935
21936         Merge from coreutils.
21937
21938         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
21939         if no library is required.
21940         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
21941         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
21942         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
21943         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
21944         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
21945         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
21946         value, $ac_cv_search_crypt, if it's "none required".
21947         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
21948         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
21949         not gl_FUNC_GETLOADAVG.
21950         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
21951         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
21952
21953 2004-01-15  Jim Meyering  <jim@meyering.net>
21954
21955         Merge from coreutils.
21956
21957         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
21958         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
21959         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
21960
21961         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
21962         optional configure-time default.
21963
21964         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21965
21966         * lib/xreadlink.c (xreadlink): Correct outdated comment.
21967
21968 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
21969
21970         Merge from coreutils.
21971
21972         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
21973         value, $ac_cv_search_nanosleep, if it's "none required".
21974
21975 2004-01-14  Paul Eggert  <eggert@twinsun.com>
21976
21977         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
21978         with like-named macro in fnmatch.c.
21979         (EXT): Use an internal constant instead.
21980
21981         Merge fnmatch patches from glibc.
21982         * lib/fnmatch.c (mbsinit): Remove define.
21983         Add libc_hidden_ver (__fnmatch, fnmatch).
21984         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
21985         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
21986
21987 2004-01-14  Karl Berry  <karl@gnu.org>
21988
21989         * config/install-sh: update from automake.
21990
21991 2004-01-13  Karl Berry  <karl@gnu.org>
21992
21993         * config/install-sh: update from automake.
21994
21995 2004-01-09  Karl Berry  <karl@gnu.org>
21996
21997         * config/install-sh: update from automake.
21998
21999 2004-01-05  Karl Berry  <karl@gnu.org>
22000
22001         * config/config.{sub,guess}: update from config.
22002
22003 2003-12-31  Karl Berry  <karl@gnu.org>
22004
22005         * config/depcomp: update from automake.
22006
22007 2003-12-14  Karl Berry  <karl@gnu.org>
22008
22009         * lib/config.charset: update from gettext-runtime.
22010
22011 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22012
22013         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22014         Bug reported by Alfred M. Szmidt.
22015
22016 2003-12-03  Bruno Haible  <bruno@clisp.org>
22017
22018         * m4/gettext.m4: Upgrade from gettext-0.13.
22019         * m4/po.m4: Upgrade from gettext-0.13.
22020         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22021         * m4/intmax.m4: New file, from gettext-0.13.
22022         * m4/printf-posix.m4: New file, from gettext-0.13.
22023
22024 2003-11-29  Karl Berry  <karl@gnu.org>
22025
22026         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22027
22028 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22029             Bruno Haible  <bruno@clisp.org>
22030
22031         * lib/printf-parse.h: Don't include sys/types.h.
22032         (ARG_NONE): New macro.
22033         (char_directive): Change type of *arg_index fields to size_t.
22034         * lib/printf-parse.c: Don't include sys/types.h.
22035         (SSIZE_MAX): Remove macro.
22036         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22037         Remove unnecessary overflow check.
22038         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22039         fields.
22040
22041 2003-11-25  Bruno Haible  <bruno@clisp.org>
22042
22043         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22044
22045 2003-11-25  Bruno Haible  <bruno@clisp.org>
22046
22047         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22048         gt_TYPE_SSIZE_T.
22049
22050 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22051
22052         * modules/alloca: Remove dependency on xalloc.
22053
22054 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22055
22056         * lib/alloca.c: Remove dependency on xalloc module.
22057         (xalloc_die): Remove.
22058         (memory_full) [!defined emacs]: New macro.
22059         [!defined emacs]: Don't include xalloc.h.
22060         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
22061         address arithmetic overflows.  Change datatypes a bit to avoid
22062         unnecessary casts.
22063
22064 2003-11-22  Jim Meyering  <jim@meyering.net>
22065
22066         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
22067         s/size/size_t/.
22068
22069 2003-11-21  Karl Berry  <karl@gnu.org>
22070
22071         * config/config.{sub,guess}: update from config.
22072
22073 2003-11-18  Karl Berry  <karl@gnu.org>
22074
22075         * config/config.{sub,guess}: update from config.
22076
22077         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
22078
22079 2003-11-17  Paul Eggert  <eggert@twinsun.com>
22080
22081         * README: Mention that S+T cannot overflow if S is the size of
22082         an existing object and T is sufficiently small.
22083
22084 2003-11-17  Jim Meyering  <jim@meyering.net>
22085
22086         On systems without utime and without a utimes function capable of
22087         dealing with a NULL struct utimbuf* argument, this utime replacement
22088         could -- in unusual circumstances -- leak a file descriptor.
22089         * lib/utime.c: Include <unistd.h> and <errno.h>.
22090         (utime_null): Be sure to close `fd' and to preserve errno.
22091         Reported by Geoff Collyer via Arnold Robbins.
22092
22093 2003-11-17  Bruno Haible  <bruno@clisp.org>
22094
22095         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
22096         (Depends-on): Add xsize.
22097
22098 2003-11-17  Bruno Haible  <bruno@clisp.org>
22099
22100         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
22101
22102 2003-11-17  Bruno Haible  <bruno@clisp.org>
22103
22104         * lib/vasnprintf.c (alloca): Remove fallback definition.
22105         (freea): Remove definition.
22106         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
22107         Reported by Paul Eggert.
22108
22109 2003-11-16  Paul Eggert  <eggert@twinsun.com>
22110             Bruno Haible  <bruno@clisp.org>
22111
22112         Protect against address arithmetic overflow.
22113         * lib/printf-args.h: Include stddef.h.
22114         (arguments): Change type of field 'count' to size_t.
22115         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
22116         'unsigned int' where appropriate.
22117         * lib/printf-parse.h: Include sys/types.h.
22118         (char_directive): Change type of *arg_index fields to ssize_t.
22119         (char_directives): Change type of fields 'count', max_*_length to
22120         size_t.
22121         * lib/printf-parse.c: Include sys/types.h and xsize.h.
22122         (SSIZE_MAX): Define fallback value.
22123         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
22124         instead of 'int' where appropriate. Check a_allocated, d_allocated
22125         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
22126         * lib/vasnprintf.c: Include xsize.h.
22127         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
22128         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
22129         overflow. Avoid wraparound when converting a width or precision from
22130         decimal to binary.
22131
22132 2003-11-16  Bruno Haible  <bruno@clisp.org>
22133
22134         Update from GNU gettext.
22135         * lib/printf-parse.c: Generalize to it can be compiled for wide
22136         strings.
22137         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
22138         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
22139         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
22140         SNPRINTF): New macros.
22141         Don't include <alloca.h> if the file is used inside libintl.
22142         (local_wcslen): New function, for Solaris 2.5.1.
22143         (VASNPRINTF): Use it instead of wcslen.
22144
22145 2003-11-16  Bruno Haible  <bruno@clisp.org>
22146
22147         * lib/xsize.h (xmax): New function.
22148         (xsum, xsum3, xsum4): Declare as "pure" functions.
22149
22150 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22151
22152         * modules/xalloc (Files): Undo latest change, since xalloc.h
22153         no longer needs SIZE_MAX or PTRDIFF_MAX.
22154
22155 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22156
22157         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
22158         gl_PTRDIFF_MAX.
22159
22160 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22161
22162         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
22163         "return", to pacify some unknown compiler.  Problem reported
22164         by Joerg Schilling.
22165
22166 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22167
22168         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
22169         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
22170         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
22171         heuristic is just as accurate as far as we know, and it removes a
22172         dependency on size_max.m4 and ptrdiff_max.m4.
22173
22174 2003-11-11  Bruno Haible  <bruno@clisp.org>
22175
22176         * modules/xsize (Files): Add m4/size_max.m4.
22177         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
22178
22179 2003-11-11  Bruno Haible  <bruno@clisp.org>
22180
22181         * m4/size_max.m4: New file.
22182         * m4/ptrdiff_max.m4: New file.
22183         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
22184         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
22185         (gl_XALLOC): Invoke it.
22186
22187 2003-11-11  Bruno Haible  <bruno@clisp.org>
22188
22189         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
22190         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
22191         defined.
22192
22193 2003-11-10  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
22196         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
22197         rejected some allocations of exactly SIZE_MAX - 2 bytes.
22198         From Bruno Haible.
22199         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
22200         not (size_t) -1, since it's defined here.
22201
22202 2003-11-09  Karl Berry  <karl@gnu.org>
22203
22204         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
22205
22206 2003-11-06  Paul Eggert  <eggert@twinsun.com>
22207
22208         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
22209         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
22210         Reject sizes of exactly SIZE_MAX bytes.
22211         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
22212         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
22213
22214 2003-11-05  Bruno Haible  <bruno@clisp.org>
22215
22216         * lib/xsize.h: Include limits.h, to avoid a possible collision with
22217         SIZE_MAX defined in <limits.h> on Solaris.
22218
22219 2003-11-04  Jim Meyering  <jim@meyering.net>
22220
22221         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
22222         variable names, rather than @VAR@.
22223         * modules/poll: Likewise.
22224
22225 2003-11-04  Bruno Haible  <bruno@clisp.org>
22226
22227         * modules/xsize: New file.
22228         * modules/linebreak: Depend on xsize.
22229         * MODULES.html.sh (func_all_modules): Add xsize.
22230
22231 2003-11-04  Bruno Haible  <bruno@clisp.org>
22232
22233         * m4/xsize.m4: New file.
22234
22235 2003-11-04  Bruno Haible  <bruno@clisp.org>
22236
22237         * lib/xsize.h: New file.
22238         * lib/linebreak.c: Include xsize.h.
22239         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
22240         argument for overflow.
22241         Suggested by Paul Eggert.
22242
22243 2003-11-03  Karl Berry  <karl@gnu.org>
22244
22245         * config/config.{guess,sub}: update from config.
22246
22247 2003-11-03  Jim Meyering  <jim@meyering.net>
22248
22249         * modules/userspec (lib_SOURCES): Add userspec.h.
22250         (Include): Add "userspec.h".
22251         Improve description.
22252
22253 2003-11-03  Jim Meyering  <jim@meyering.net>
22254
22255         * lib/userspec.c: Include "userspec.h".
22256         * lib/userspec.h: New file.
22257
22258 2003-11-03  Bruno Haible  <bruno@clisp.org>
22259
22260         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
22261
22262 2003-11-03  Bruno Haible  <bruno@clisp.org>
22263
22264         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
22265         available, to avoid (extremely rare) race condition.
22266         Suggested by Paul Eggert.
22267
22268 2003-11-02  Karl Berry  <karl@gnu.org>
22269
22270         * config/srclist.txt (vasprintf.c): sync broken, sigh.
22271
22272 2003-10-31  Paul Eggert  <eggert@twinsun.com>
22273
22274         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
22275         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
22276         (read_filesystem_list): Set and use me_type_malloced.
22277         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
22278         whatever the type happens to be), for brevity and consistency.
22279         Check for size calculation overflow on Alphas running OSF/1.
22280
22281 2003-10-31  Jim Meyering  <jim@meyering.net>
22282
22283         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
22284
22285         * lib/linebuffer.c: Include <string.h> for declaration of memset.
22286
22287 2003-10-30  Paul Eggert  <eggert@twinsun.com>
22288             Bruno Haible  <bruno@clisp.org>
22289
22290         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
22291         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
22292
22293 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22294
22295         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
22296         netbsd*-gnu*.  Suggested by Robert Millan.
22297
22298 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22299
22300         * modules/group-member: Depend on stdbool.
22301
22302 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22303
22304         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
22305
22306 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22307
22308         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
22309         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
22310         after the 'gnu' in these cases.  This fixes some bugs in the
22311         previous change, and is based on suggestions by Robert Millan.
22312
22313 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22314
22315         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
22316         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
22317         no longer needed.
22318         * lib/quotearg.c (quotearg_n_options): Use it.
22319         * lib/group-member.c: Include <stdbool.h>.
22320         (free_group_info): Arg is now const *; don't free arg.
22321         (get_group_info): Now returns bool and accepts struct group_info *,
22322         rather than returning a malloc'ed struct group_info *.
22323         All uses changed.  Check for overflow in internal size calculation.
22324
22325         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
22326         rather than xmalloc/xrealloc.
22327         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
22328         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
22329         conformance bug: the old code used a pointer after freeing the
22330         storage that it addressed.
22331         * lib/hash.c (hash_initialize): Simplify the code by using
22332         xalloc_oversized rather than doing it by hand.
22333         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
22334         the buffer preserved.  Use free and xmalloc instead.
22335         * lib/quotearg.c (quotearg_n_options): Likewise.
22336         Use a simpler test for size overflow.  Don't use xalloc_oversized
22337         because unsigned int might be wider than size_t (!); this suggests
22338         that we should switch from unsigned int to size_t for slot numbers.
22339
22340 2003-10-28  Paul Eggert  <eggert@twinsun.com>
22341
22342         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
22343         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
22344         NetBSD kernels.  Requested by Richard Stallman.
22345
22346 2003-10-27  Paul Eggert  <eggert@twinsun.com>
22347
22348         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
22349         to allocate the returned structure.  Do not allocate a subarray,
22350         as x2nrealloc will do that.
22351         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
22352         instead of xnrealloc.
22353         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
22354
22355 2003-10-27  Bruno Haible  <bruno@clisp.org>
22356
22357         * lib/stdbool_.h: Better support for BeOS.
22358
22359 2003-10-26  Paul Eggert  <eggert@twinsun.com>
22360
22361         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
22362         now uses inline.
22363
22364 2003-10-26  Paul Eggert  <eggert@twinsun.com>
22365
22366         * lib/xalloc.h (xalloc_oversized): New static inline function, for
22367         callers that want to do their own size-overflow checking.  Include
22368         <stdbool.h>, since xalloc_oversized returns bool.
22369         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
22370         to use xalloc_oversized.
22371
22372         Add two functions x2realloc, x2nrealloc, for programs that grow
22373         arrays dynamically by doubling their sizes.
22374         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
22375         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
22376         New functions.
22377
22378         Port to C99 semantics for 'inline' of external functions.
22379         Bug reported by Bruno Haible.
22380         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
22381         with the old contents of xnmalloc.
22382         (xnmalloc, xmalloc): Use it.
22383         (xnrealloc_inline): New static inline function,
22384         with the old contents of xnrealloc.
22385         (xnrealloc, xrealloc): Use it.
22386
22387         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
22388         that.
22389
22390 2003-10-26  Karl Berry  <karl@gnu.org>
22391
22392         * config/srclist.txt (COPYING.DOC): no longer available from
22393         /gd/gnuorg; don't know where the ultimate source is.
22394
22395 2003-10-25  Paul Eggert  <eggert@twinsun.com>
22396
22397         Fix several address-calculation bugs in the hash modules,
22398         plus some minor code cleanup.
22399
22400         * lib/hash.h: Include <stdbool.h>, for bool.
22401         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
22402         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
22403         hash_get_n_entries, hash_get_max_bucket_length,
22404         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
22405         hash_rehash): Use size_t rather than unsigned.
22406         * lib/hash.c (struct hash_table, hash_get_n_buckets,
22407         hash_get_n_buckets_used, hash_get_n_entries,
22408         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
22409         hash_get_entries, hash_do_for_each, hash_string, is_prime,
22410         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
22411         Likewise.
22412         (SIZE_MAX): Define if not defined.
22413         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
22414         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
22415         hash_print):
22416         Use const * when possible.
22417         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
22418         (check_tuning): Fix bug: if tuning parameters were very close to
22419         0 or 1, rounding errors could have caused subscript violations.
22420         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
22421         (hash_initialize): Add 'fail:' label
22422         to free table and return NULL, and use it to simplify code.
22423         Use calloc rather than clearing the storage ourself.
22424         (hash_initialize, hash_rehash): Check for arithmetic overflow in
22425         buffer size calculations.
22426         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
22427         Include <stddef.h>, for size_t.
22428         * lib/hash-pjw.c (hash_pjw): Likewise.
22429         Switch to method described by Bruno Haible.
22430         Include <limits.h>, for CHAR_BIT.
22431         (SIZE_BITS): New macro.
22432
22433 2003-10-23  Paul Eggert  <eggert@twinsun.com>
22434
22435         * m4/getline.m4 (AM_FUNC_GETLINE):
22436         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
22437         hosts.  Problem reported by Derek Robert Price in
22438         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
22439         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
22440         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
22441
22442 2003-10-21  Paul Eggert  <eggert@twinsun.com>
22443
22444         * lib/getndelim2.c (getndelim2): When size calculation overflows,
22445         ceiling the allocation at NMAX bytes rather than silently
22446         discarding input bytes before NMAX is reached.  This makes
22447         a difference only if NMAX exceeds SIZE_MAX / 2.
22448
22449         * lib/obstack.c: Merge from glibc.
22450         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
22451         Add libc_hidden_def (_obstack_newchunk).
22452         (_obstack_free) [! defined _LIBC]: Remove.
22453         [defined _LIBC]: Make a strong alias from obstack_free, rather than
22454         a clone of the function body.
22455         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
22456         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
22457
22458         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
22459         glibc.
22460         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
22461         arg to memcpy.
22462
22463         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
22464         (obstack_ptr_grow_fast, obstack_int_grow_fast):
22465         Don't use lvalue casts, as GCC plans to remove support for them
22466         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
22467         was also present in the non-GCC version, indicating that this
22468         code had always been buggy and had never been widely used.
22469         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
22470         Use the fast variant of each macro, rather than copying the
22471         definiens of the fast variant; that way, we'll be more likely to
22472         catch future bugs in the fast variants.
22473
22474 2003-10-20  Bruno Haible  <bruno@clisp.org>
22475
22476         * modules/wait-process: New file.
22477         * MODULES.html.sh (func_all_modules): Add wait-process.
22478
22479 2003-10-20  Bruno Haible  <bruno@clisp.org>
22480
22481         * m4/wait-process.m4: New file.
22482
22483 2003-10-20  Bruno Haible  <bruno@clisp.org>
22484
22485         * lib/wait-process.h: New file, from GNU gettext.
22486         * lib/wait-process.c: New file, from GNU gettext.
22487
22488 2003-10-19  Jim Meyering  <jim@meyering.net>
22489
22490         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
22491         HPUX 10.20.
22492
22493 2003-10-18  Karl Berry  <karl@gnu.org>
22494
22495         * config/config.guess: update from config.
22496
22497 2003-10-16  Paul Eggert  <eggert@twinsun.com>
22498
22499         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
22500         (getgroups): First arg is int, not size_t.
22501         Don't let 'free' mangle errno.
22502
22503 2003-10-16  Paul Eggert  <eggert@twinsun.com>
22504
22505         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
22506
22507 2003-10-16  Karl Berry  <karl@gnu.org>
22508
22509         * config/config.{guess,sub}: update from config.
22510
22511 2003-10-16  Jim Meyering  <jim@meyering.net>
22512
22513         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
22514         memcpy.
22515
22516 2003-10-15  Paul Eggert  <eggert@twinsun.com>
22517
22518         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
22519         (SIZE_MAX): Remove.
22520         (new_exclude, add_exclude_file): Initial size no longer needs to
22521         be a power of 2.
22522         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
22523         our own address arithmetic overflow checking.
22524
22525         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
22526         (fnmatch): Do not alloca more than 2000 wide characters;
22527         instead, use malloc for large buffers.
22528         Check for address arithmetic overflow, and return -1
22529         with errno set to ENOMEM in that case.
22530         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
22531         (NEW_PATTERN): Do not alloca more than 8000 bytes;
22532         instead, return -1.  Check for address arithmetic overflow.
22533
22534 2003-10-14  Paul Eggert  <eggert@twinsun.com>
22535
22536         Handle invalid suffixes and overflow independently, so that
22537         callers can treat them independently as needed.  Fix some bugs in
22538         suffix handling, e.g., "100k@" was not diagnosed as an invalid
22539         suffix for a human-readable blocksize.  The major caller-visible
22540         change is the addition of a new
22541         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
22542         that both overflow and suffix chars were found.
22543
22544         * lib/human.c (humblock): Don't check separately for invalid suffix
22545         char; that is xstrtoumax's job (now that its bug is fixed).
22546         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
22547         INTMAX_MAX]: New macros.
22548         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
22549         TYPE_MAXIMUM): New macros.
22550         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
22551         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
22552         if overflow occurs, as it's what __strtol does and it's more useful
22553         in practice.
22554         (__xstrtol): If __strtol reports some error other than ERANGE,
22555         reflect it to the caller as LONGINT_INVALID.  If it reports
22556         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
22557         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
22558         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
22559         value.
22560         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
22561         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
22562         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
22563         [defined UINTMAX_MAX]: New macros.
22564
22565 2003-10-14  Bruno Haible  <bruno@clisp.org>
22566
22567         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
22568
22569 2003-10-14  Bruno Haible  <bruno@clisp.org>
22570
22571         * m4/sig_atomic_t: New file, from GNU gettext.
22572         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
22573
22574 2003-10-14  Bruno Haible  <bruno@clisp.org>
22575
22576         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
22577         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
22578         Also use volatile where needed.
22579
22580 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22581
22582         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
22583         Change maintainer from Bruno Haible to 'all'.
22584
22585 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22586
22587         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
22588
22589 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22590
22591         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
22592         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
22593         and define in terms of the other primitives.
22594         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
22595         (SIZE_MAX): Define if not already defined.
22596         (array_size_overflow): New function.
22597         (xalloc_die): Abort instead of exiting if 'error' returns.
22598         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
22599         (xmalloc, xrealloc): Use them.
22600         (xcalloc): Check for address arithmetic overflow.
22601         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
22602         a bit faster than strcpy.
22603
22604 2003-10-10  Simon Josefsson  <jas@extundo.com>
22605
22606         * modules/argp (Depends-on): Add restrict and strcase.
22607
22608 2003-10-10  Simon Josefsson  <jas@extundo.com>
22609
22610         * m4/argp.m4: Add AC_C_INLINE.
22611
22612 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22613
22614         Merge getpass from libc, plus a few fixes.
22615
22616         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
22617         Include <stdbool.h>.
22618         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
22619         __fsetlocking to empty.
22620         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
22621         do include <bits/libc-lock.h>.
22622         Do not include <fcntl.h>; not needed.
22623         [_LIBC]: Include <wchar.h>.
22624         (NOTCANCEL_MODE): New macro.
22625         (flockfile, funlockfile) [_LIBC]: New macros.
22626         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
22627         [!_LIBC]: New macros.
22628         (call_fclose): New function.
22629         (getpass): Use it.  Save tty stream separately; this simplifies the
22630         code and makes it more reliable if stdin happens to equal stdout.
22631         Invoke __fsetlocking on tty.
22632         Handle thread cancellation if needed.
22633         Namespace cleanup (use __tcgetattr, __getline).
22634         Use bool for Booleans.
22635         [USE_IN_LIBIO]: Handle wide streams.
22636         [!_LIBC]: Unconditionally do the fseek, since we don't know what
22637         stream might go where.
22638
22639         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
22640         doesn't have to include <stdio.h> before us.
22641         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
22642         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
22643         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
22644         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
22645         if not declared, so that we can use getpass.c code from libc without
22646         rewriting it.
22647         (flockfile, ftrylockfile, funlockfile): New macros.
22648
22649 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22650
22651         * modules/getpass: Depend on stdbool.
22652
22653 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22654
22655         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
22656
22657 2003-10-07  Karl Berry  <karl@gnu.org>
22658
22659         * config/config.{guess,sub}: update from config.
22660
22661 2003-10-06  Jim Meyering  <jim@meyering.net>
22662             Bruno Haible  <bruno@clisp.org>
22663
22664         This lets translators provide better translations for the
22665         "Written by ..." part of --version output.
22666         * lib/version-etc.h: Include stdarg.h.
22667         (version_etc_copyright): Declare as readonly.
22668         (version_etc): Make this function variadic with a NULL-terminated list
22669         of author name strings.
22670         (version_etc_va): New declaration.
22671         * lib/version-etc.c: Include stdarg.h, stdlib.h.
22672         (version_etc_copyright): Declare as readonly.
22673         (version_etc_va): New function. Provide a different translatable string
22674         for each possible number of authors < 10. Abbreviate when there are 10
22675         authors or more.
22676         (version_etc): Make this function variadic. Call version_etc_va.
22677         Suggestion from Gary V. Vaughan.
22678
22679         * lib/long-options.h (parse_long_options): Change prototype: the
22680         authors string is moved to the end and becomes variadic.
22681         * lib/long-options.c: Include stdarg.h.
22682         (parse_long_options): Make this function variadic, too.
22683         Call version_etc_va, not version_etc.
22684
22685 2003-10-06  Bruno Haible  <bruno@clisp.org>
22686
22687         * modules/version-etc-2: Remove file.
22688         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
22689
22690 2003-10-06  Bruno Haible  <bruno@clisp.org>
22691
22692         * modules/fatal-signal: New file.
22693         * MODULES.html.sh (func_all_modules): Add fatal-signal.
22694
22695 2003-10-06  Bruno Haible  <bruno@clisp.org>
22696
22697         * m4/fatal-signal.m4: New file.
22698         * m4/signalblocking.m4: New file, from GNU gettext.
22699
22700 2003-10-06  Bruno Haible  <bruno@clisp.org>
22701
22702         * lib/version-etc-2.h: Remove file.
22703         * lib/version-etc-2.c: Remove file.
22704
22705 2003-10-06  Bruno Haible  <bruno@clisp.org>
22706
22707         * lib/fatal-signal.h: New file, from GNU gettext.
22708         * lib/fatal-signal.c: New file, from GNU gettext.
22709
22710 2003-10-05  Paul Eggert  <eggert@twinsun.com>
22711
22712         * README: Rework advice for preventing empty .o files.
22713         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
22714         not <sys/types.h>.
22715
22716 2003-10-04  Karl Berry  <karl@gnu.org>
22717
22718         * lib/argp*: update from libc.
22719
22720 2003-10-04  Karl Berry  <karl@gnu.org>
22721
22722         * config/config.{guess,sub}: update from config.
22723
22724 2003-10-02  Bruno Haible  <bruno@clisp.org>
22725
22726         * modules/lchown (Include): Add lchown.h.
22727         * modules/time_r (Include): Use "..." syntax.
22728         * modules/xgetdomainname (Include): Add xgetdomainname.h.
22729
22730 2003-10-01  Simon Josefsson  <jas@extundo.com>
22731
22732         * MODULES.html.sh (func_all_modules): Move gethostname from section
22733         'based on' to section 'lacking' POSIX:2001.
22734
22735 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
22736
22737         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
22738         to output mode on the same stream.
22739
22740 2003-09-29  Paul Eggert  <eggert@twinsun.com>
22741
22742         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
22743         Fix arg typo in previous patch.
22744
22745 2003-09-28  Jim Meyering  <jim@meyering.net>
22746
22747         * lib/error.c: Correct cpp indentation.
22748
22749 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22750
22751         * modules/free: New file.
22752
22753 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22754
22755         * m4/free.m4: New file.
22756
22757 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22758
22759         * lib/minmax.h (MIN, MAX)
22760         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
22761         Omit the special code that used __typeof__, since we worry that
22762         it could be more trouble than it's worth.  See:
22763         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
22764         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
22765
22766         * lib/free.c: New file.
22767
22768 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
22769
22770         Trivial fixes to Makefile.am parts of module listings.
22771         * modules/strstr: Append strstr.h to lib_SOURCES.
22772         * modules/strcase: Likewise, for strcase.h.
22773
22774 2003-09-27  Karl Berry  <karl@gnu.org>
22775
22776         * config/mkinstalldirs: update from automake.
22777
22778 2003-09-26  Paul Eggert  <eggert@twinsun.com>
22779
22780         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
22781         (error_tail): Do not loop, reallocating temporary buffer, since
22782         the output cannot contain more wide characters than the input
22783         contains bytes, the size must be big enough already.  This avoids
22784         one potential size overflow calculation.  Check for size overflow
22785         when calculating temporary buffer size.  Free temporary buffer
22786         when done, if it was allocated with malloc; this plugs a memory
22787         leak.  Remove casts from void * to pointers, that are no longer
22788         needed now that we're assuming C89 or better.
22789
22790         Merge error changes from glibc.
22791
22792         * lib/error.c, error.h: Update copyright notice header to match glibc.
22793         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
22794         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
22795         Disable cancellation while printing error.
22796         * lib/error.h: Prepend __ to parameter names.
22797
22798 2003-09-26  Jim Meyering  <jim@meyering.net>
22799
22800         * lib/error.c (error_tail): Move some declarations
22801         into inner scope where the local variables are used.
22802
22803 2003-09-26  Bruno Haible  <bruno@clisp.org>
22804
22805         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
22806         stpncpy().
22807         Don't define stpncpy through config.h; it's now done through stpncpy.h.
22808
22809 2003-09-26  Bruno Haible  <bruno@clisp.org>
22810
22811         * lib/stpncpy.h (gnu_stpncpy): New declaration.
22812         (stpncpy): Define as alias for gnu_stpncpy.
22813         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
22814
22815 2003-09-25  Simon Josefsson  <jas@extundo.com>
22816
22817         * lib/xgetdomainname.h: New file.
22818         * lib/xgetdomainname.c: New file.
22819
22820 2003-09-25  Simon Josefsson  <jas@extundo.com>
22821             Bruno Haible  <bruno@clisp.org>
22822
22823         * modules/getdomainname: New file.
22824         * modules/xgetdomainname: New file.
22825         * MODULES.html.sh (func_all_modules): Add getdomainname,
22826         xgetdomainname.
22827
22828 2003-09-25  Simon Josefsson  <jas@extundo.com>
22829             Bruno Haible  <bruno@clisp.org>
22830
22831         * m4/getdomainname.m4: New file.
22832
22833 2003-09-25  Simon Josefsson  <jas@extundo.com>
22834             Bruno Haible  <bruno@clisp.org>
22835
22836         * lib/getdomainname.h: New file.
22837         * lib/getdomainname.c: New file.
22838
22839 2003-09-25  Karl Berry  <karl@gnu.org>
22840
22841         * lib/argp-fmtstream.c, argp-help.c: update from libc.
22842
22843 2003-09-25  Karl Berry  <karl@gnu.org>
22844
22845         * config/install-sh: update from automake.
22846
22847 2003-09-25  Bruno Haible  <bruno@clisp.org>
22848
22849         * modules/version-etc-2: New file, from modules/version-etc with
22850         modifications.
22851         * MODULES.html.sh (func_all_modules): Add version-etc-2.
22852
22853 2003-09-25  Bruno Haible  <bruno@clisp.org>
22854
22855         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
22856         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
22857
22858 2003-09-24  Simon Josefsson  <jas@extundo.com>
22859
22860         * modules/xgethostname: Add xgethostname.h.
22861
22862 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22863
22864         * lib/linebuffer.c (freebuffer): Don't free the argument, just
22865         the buffer associated with the argument.  Bug reported by
22866         Simon Josefsson.
22867
22868 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22869
22870         * README: Document assumptions that 'int' is at least 32 bits
22871         wide, that integer arithmetic is 2's complement without overflow,
22872         that there are no holes in integer values, that adding sizes of
22873         two nonoverlapping objects can't overflow, and that all-bits-zero
22874         yields scalar zero.  Fix spelling and capitalization typos.
22875
22876 2003-09-19  Karl Berry  <karl@gnu.org>
22877
22878         * lib/argp.h: update from libc.
22879
22880 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22881
22882         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
22883         to avoid spurious warnings like "AC_RUN_IFELSE was called before
22884         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
22885
22886 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22887
22888         * gnulib-tool: Use "test -h", not "test -L", for portability
22889         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
22890         (tags_regexp): Remove, since \| doesn't conform to POSIX.
22891         (sed_extract_prog): Issue s commands one-by-one, rather than
22892         using \| in one s command.
22893
22894 2003-09-16  Paul Eggert  <eggert@twinsun.com>
22895
22896         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
22897         input error, instead of returning NULL the next time we are called
22898         (and therefore losing track of errno).
22899
22900 2003-09-16  Bruno Haible  <bruno@clisp.org>
22901
22902         * gnulib-tool (func_create_testdir): Warn about duplicated
22903         dependencies.
22904
22905 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22906
22907         * modules/argmatch, modules/fatal, modules/obstack,
22908         modules/xalloc, modules/xgethostname: Sort dependencies by
22909         importance, not alphabetically.
22910
22911 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22912
22913         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
22914         fails, so that the caller gets the proper errno.
22915
22916         * lib/readutmp.c (read_utmp): Likewise.
22917         Check for fstat error.  Close stream and free storage
22918         when failing.
22919
22920 2003-09-14  Karl Berry  <karl@gnu.org>
22921
22922         * config/srclist.txt (strdup.c): disable for c89 changes.
22923
22924 2003-09-14  Jim Meyering  <jim@meyering.net>
22925
22926         * lib/getloadavg.c: Correct cpp indentation.
22927         * lib/strdup.c: Likewise.
22928         * lib/vasnprintf.c: Likewise.
22929
22930 2003-09-14  Bruno Haible  <bruno@clisp.org>
22931
22932         * modules/fwriteerror: New file.
22933         * MODULES.html.sh (func_all_modules): Add fwriteerror.
22934
22935 2003-09-14  Bruno Haible  <bruno@clisp.org>
22936
22937         * lib/fwriteerror.h: New file.
22938         * lib/fwriteerror.c: New file.
22939
22940 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22941
22942         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
22943         modules/xgethostname, modules/xalloc: Depend on exit.
22944
22945 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22946
22947         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
22948
22949         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
22950         and AC_MINIX, too, so that their extensions are available.
22951
22952         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
22953         This macro has been superseded by gl_BACKUPFILE.
22954
22955         More patches to assume C89 or better.
22956
22957         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
22958
22959         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
22960         unconditionally.
22961         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
22962         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
22963         Include <string.h>, <stdlib.h> unconditionally.
22964         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
22965         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
22966         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
22967         headers or for string.h.
22968         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
22969         or strtoul.
22970
22971         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
22972         headers.
22973         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
22974         * m4/userspec.m4 (gl_USERSPEC): Likewise.
22975         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
22976         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
22977         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
22978         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
22979         memcpy, memset.
22980         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
22981         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
22982         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
22983         strtol.
22984         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
22985         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
22986         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
22987         strtoul.
22988
22989 2003-09-12  Paul Eggert  <eggert@twinsun.com>
22990
22991         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
22992         * lib/obstack.c [!defined _LIBC]: Likewise.
22993         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
22994         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
22995         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
22996
22997         More changes to assume C89 or better.
22998
22999         * lib/error.c (error_tail): Assume vprintf.
23000
23001         * lib/argmatch.c (getenv): Remove decl.
23002         * lib/progreloc.c (get_full_program_name): Define via prototype.
23003         * lib/setenv.c (clearenv): Likewise.
23004         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23005         needed.
23006         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23007         (malloc, memcpy): Remove decls.
23008         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23009         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23010         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23011         (memcpy): Remove macro.
23012         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23013         (__P): Remove.  All uses removed.
23014         (PTR): Remove.  All uses changed to void *.
23015         (CHAR_BIT, NULL): Remove.
23016         (spaces, zeros, memset_space, memset_zero)
23017         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23018         Remove.
23019         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23020         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23021         Define with prototype.
23022         Remove now-unnecessary prototype decl.
23023         (extra_args_spec): Assume ANSI C.  All uses changed.
23024         (extra_args_spec_iso): Remove.
23025         (my_strftime, emacs_strftimeu): Define via prototype.
23026         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23027         unconditionally.
23028         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23029         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23030         (strtoul, strtol): Remove decls.
23031         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23032         LONG_MAX): Remove.
23033         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23034         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23035         (LOCALE_PARAM_PROTO): New macro.
23036         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23037         (INTERNAL (strtol), strtol): Define with a prototype.
23038         (PARAMS): Remove.  All uses removed.
23039         * lib/tempname.c: Include <string.h> unconditionally.
23040         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23041         * lib/xgethostname.c (main): Define with a prototype.
23042         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23043         Include <stdlib.h> unconditionally.
23044         (calloc, malloc, realloc, free): Remove decls.
23045         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23046         Include <stdlib.h> unconditionally.  Sort include file names.
23047         (strtod): Remove.
23048         (xstrtod): Define with a prototype.
23049         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23050         (strtol, strtoul): Remove decls.
23051
23052 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23053
23054         More patches to assume C89 or better.
23055         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
23056         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
23057         string.h, memchr, STDC_HEADERS.
23058
23059 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23060
23061         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
23062         Include <stdlib.h>, <string.h> unconditionally.
23063         Remove now-unnecessary cast to char *.
23064         * lib/strnlen.c: Include <string.h> unconditionally.
23065         * lib/yesno.c (yesno): Define with a prototype.
23066
23067 2003-09-11  Bruno Haible  <bruno@clisp.org>
23068
23069         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
23070
23071 2003-09-10  Jim Meyering  <jim@meyering.net>
23072
23073         * lib/error.c: Correct indentation of cpp directives.
23074
23075 2003-09-10  Bruno Haible  <bruno@clisp.org>
23076
23077         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
23078         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
23079         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
23080         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
23081         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
23082         <stdlib.h> and <string.h> checks.
23083         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
23084         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
23085
23086 2003-09-10  Bruno Haible  <bruno@clisp.org>
23087
23088         * lib/strcspn.c: Include <string.h> unconditionally.
23089         * lib/strpbrk.c: Include <string.h> unconditionally.
23090         * lib/strstr.c: Include <string.h> unconditionally.
23091         * lib/unicodeio.c: Include <string.h> unconditionally.
23092         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
23093         * lib/unsetenv.c: Likewise.
23094         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
23095         * lib/yesno.c: Include <stdlib.h> unconditionally.
23096         (rpmatch): Add prototype.
23097
23098 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23099
23100         More patches to assume C89 or better.
23101         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
23102         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
23103         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
23104         or for string.h.
23105         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
23106         stdlib.h.
23107         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
23108         C headers.
23109         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
23110         string.h.
23111         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
23112         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
23113         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
23114         or for string.h.
23115         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
23116         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
23117         C headers.
23118         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
23119         memcpy.
23120         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
23121         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
23122         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
23123         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
23124         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
23125         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
23126         string.h, free.
23127         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
23128         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
23129         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
23130         C headers, or for string.h.
23131         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
23132         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
23133         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
23134         headers, memory.h, stdlib.h, string.h, strings.h.
23135         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
23136         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
23137         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
23138         strchr.
23139         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
23140         headers, memory.h, string.h.
23141         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
23142         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
23143         free.
23144         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
23145         headers.
23146         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
23147         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
23148         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
23149         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
23150         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
23151
23152 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23153
23154         More K&R removal.
23155
23156         * lib/acosl.c (main): Use a prototype.
23157         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
23158         tanl.c: Likewise.
23159
23160         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
23161
23162         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
23163         (getopt, etopt_long, getopt_long_only, _getopt_internal)
23164         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
23165         with a prototype.
23166         * lib/getopt.c (const): Remove macro.
23167         Include <string.h> unconditionally.
23168         (my_index): Remove; all uses changed to strchr.
23169         (strlen): Remove decl.
23170         (exchange): Remove forward decl; no longer needed.
23171         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
23172         Define with prototype.
23173         * lib/getopt1.c (const): Remove macro.
23174         (getopt_long, getopt_long_only, main): Define with prototype.
23175
23176         * lib/getugroups.c: Include <string.h> unconditionally.
23177
23178         * lib/getusershell.c: Include <stdlib.h> unconditionally.
23179         (getusershell, setusershell, endusershell, readname, main):
23180         Define with prototypes.
23181
23182         * lib/group-member.c: Include group-member.h first.
23183         Include <stdlib.h> unconditionally.
23184
23185         * lib/hard-locale.c: Include hard-locale.h first.
23186         Include <stdlib.h>, <string.h> unconditionally.
23187
23188         * lib/hash.c (free, malloc): Remove decls.
23189         Include <stdlib.h> unconditionally.
23190
23191         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
23192         (getenv): Do not declare.
23193
23194         * lib/idcache.c: Include <string.h> unconditionally.
23195
23196         * lib/long-options.c: Include long-options.h first, to test interface.
23197         Include <stdlib.h> unconditionally.
23198
23199         * lib/makepath.c: Include makepath.h first, to test interface.
23200         Include <stdlib.h> and <string.h> unconditionally.
23201
23202         * lib/linebuffer.c: Include <stdlib.h>.
23203         (free): Remove decl.
23204
23205         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
23206         stddef.h. rpl_malloc returns void *, not char *.
23207         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
23208         prototype.
23209
23210         * lib/md5.h: Include <limits.h> unconditionally.
23211         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
23212         (__P): Remove; all uses removed.
23213         * lib/md5.c: Include "md5.h" first.
23214         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
23215         md5_buffer, md5_process_bytes, md5_process_block):
23216         Define with prototypes.
23217         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
23218         * lib/sha.c: Include "sha.h" first.
23219         Include <stdlib.h>, <string.h> unconditionally.
23220
23221         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
23222         * lib/memcmp.c (__ptr_t): Likewise.
23223         * lib/memrchr.c (__ptr_t): Likewise.
23224         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
23225         Include <string.h> unconditionally.
23226         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
23227         * lib/memchr.c: Include <stdlib.h> unconditionally.
23228         * lib/memchr.c (LONG_MAX): Remove.
23229         * lib/memrchr.c (LONG_MAX): Likewise.
23230         * lib/memchr.c (__memchr): Define via a prototype.
23231         * lib/memrchr.c (__memrchr): Likewise.
23232         * lib/memcmp.c (__P): Remove, and remove all uses.
23233         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
23234         Remove forward decls; no longer needed.
23235         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
23236         Use types required by C89 in prototype.
23237
23238         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
23239         * lib/savedir.c: Likewise.
23240         * lib/mkdir.c (free): Remove decl.
23241         * lib/rmdir.c (rmdir): Define with a prototype.
23242         * lib/savedir.c: Include savedir.h first, to test interface.
23243
23244         * lib/mktime.c (STDC_HEADERS): Remove.
23245         Include <stdlib.h>, <string.h> unconditionally.
23246
23247         * lib/modechange.c: Include <stdlib.h> unconditionally.
23248         (malloc): Remove decl.
23249
23250         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
23251         (free): Remove decl.
23252
23253         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
23254         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
23255         (This type really should be intptr_t, but that's a C99ism.)
23256         (_obstack_memcpy): Remove: all uses changed to memcpy.
23257         Include <string.h> unconditionally.
23258         (struct obstack): Assume __STDC__ for types of members
23259         chunkfun, freefun, extra_arg.
23260         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
23261         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
23262         obstack_begin, obstack_specify_allocation,
23263         obstack_specify_allocation_with_arg, obstack_chunkfun,
23264         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
23265         Remove unprototyped decls and the macros that use them.
23266         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
23267         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
23268         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
23269         (defined __STDC__ && __STDC__)]:
23270         Remove nonprototyped code.
23271         Include <stdlib.h> unconditionally.
23272         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
23273         _obstack_allocated_p, _obstack_free, obstack_free,
23274         _obstack_memory_used, print_and_abort):
23275         Define using prototypes.
23276         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
23277         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
23278         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
23279         obstack_next_free, obstack_object_size, obstack_room) [0]:
23280         Remove unused, unprototyped code.
23281
23282         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
23283
23284         * lib/physmem.c (physmem_total, physmem_available, main): Define
23285         with prototypes.
23286
23287         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
23288         (main): Define with a prototype.
23289
23290         * lib/posixver.c (getenv): Remove decl.
23291
23292         * lib/putenv.c (malloc): Returns void *, not char *.
23293         Include <string.h> unconditionally.
23294         (strchr, memcpy, NULL): Do not define.
23295
23296         * lib/readtokens.c: Include readtokens.h first, to test interface.
23297         Include <stdlib.h>, <string.h> unconditionally.
23298         (init_tokenbuffer): Define with a prototype.
23299
23300         * lib/regex.c (PARAMS): Remove.  All uses removed.
23301         All uses of _RE_ARGS removed, too.
23302         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23303         unconditionally.
23304         (bzero): Assume memset exists.
23305         (memcmp, memcpy, NULL): Remove.
23306         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
23307         char, or assignments to local vars of type signed char.
23308         (init_syntax_once, PREFIX(extract_number_and_incr),
23309         PREFIX(print_partial_compiled_pattern),
23310         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
23311         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
23312         PREFIX(regex_grow_registers), PREFIX(regex_compile),
23313         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
23314         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
23315         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
23316         wcs_compile_range, byte_compile_range, truncate_wchar,
23317         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
23318         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
23319         count_mbs_length, wcs_re_match_2_internal,
23320         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
23321         PREFIX(alt_match_null_string_p),
23322         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
23323         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
23324         regfree, PREFIX(extract_number)): Define with prototype.  Remove
23325         now-unnecessary declaration, if any.
23326         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
23327         regcomp, regexec):
23328         Remove now-unnecessary casts among pointer types.
23329         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
23330
23331         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
23332         (free): Remove decl.
23333
23334         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
23335
23336         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
23337         (free): Remove decl.
23338
23339         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
23340         * lib/xgetcwd.c: Likewise.
23341
23342         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
23343         (free): Remove decl.
23344
23345         * lib/strchrnul.c (strchrnul): Define with a prototype.
23346         Fix bug: c_in was not converted to char before searching.
23347
23348         The following changes are not K&R related:
23349
23350         * lib/group-member.h: Include <sys/types.h>, so that this file is
23351         self-contained.
23352         * lib/makepath.h: Likewise.
23353
23354         * lib/getusershell.c (readname, default_index, line_size, readname):
23355         Use size_t, not int, for sizes.
23356         (readname): If the size overflows, report an error instead of
23357         looping forever.
23358
23359 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23360
23361         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
23362         libc.
23363
23364 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23365
23366         * README: New section: portability guidelines.
23367
23368 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
23369
23370         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
23371         C89 spec.
23372
23373 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
23374
23375         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
23376
23377 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23378
23379         Assume C89 or better; remove K&R cruft.
23380         A few of these changes were first proposed by Derek Robert Price
23381         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
23382
23383         * lib/addext.c: Include <string.h> unconditionally.
23384         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
23385         Don't declare getenv or malloc.
23386
23387         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
23388         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
23389         (NULL): Remove.
23390         (find_stack_direction, alloca): Use prototypes.
23391
23392         * lib/atexit.c (atexit): Define using a prototype.
23393
23394         * lib/basename.c, dirname.c, stripslash.c:
23395         Include <string.h> unconditionally.
23396
23397         * lib/bcopy.c: Include <stddef.h>.
23398         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
23399
23400         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
23401
23402         * lib/error.h (error, error_at_line, error_print_progname)
23403         [! (defined (__STDC__) && __STDC__)]: Remove decls.
23404         * lib/error.c: Include error.h first, to check interface.
23405         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
23406         (VA_START): Remove; all uses changeed to va_start.
23407         (exit, strerror): Remove decls.
23408         (error_print_progname): Prototype uncondionally.
23409         Don't include <errno.h>; no longer needed.
23410         (private_strerror): Remove.
23411         (error_tail): Always define.
23412         (error, error_at_line): Assume C89 or better; always use prototypes.
23413         * lib/fatal.c: Include "fatal.h" first, to test interface.
23414         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
23415         (VA_START): Remove; all uses changed to va_start.
23416         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
23417         this case.
23418         (exit): Remove decl.
23419         (fatal): Prototype unconditionally.  Assume va_start works.
23420         Abort at end, to pacify gcc.
23421
23422         * lib/euidaccess.c (main): Define with a prototype.
23423
23424         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
23425
23426         * lib/exitfail.c: Include <stdlib.h> unconditionally.
23427
23428         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
23429         prototypes.
23430         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
23431         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
23432         (getenv): Remove decl.
23433         (fnmatch): Define using a prototype.
23434         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
23435         (FCT): Define using a prototype.
23436
23437         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
23438
23439         * lib/gethostname.c: Include <stddef.h>.
23440         (gethostname): Define with prototype.  Length is size_t, not int.
23441
23442 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23443
23444         Assume C89 or better; remove K&R cruft.
23445         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
23446         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
23447         string.h, getenv, malloc.
23448         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
23449         headers.
23450         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
23451         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
23452         do not check for strerror.
23453         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
23454         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
23455         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
23456         do not check for doprnt or vprintf.
23457         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
23458         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
23459
23460 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23461
23462         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
23463         getversion.c should have been removed then, but was accidentally
23464         preserved.
23465
23466         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
23467         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
23468
23469 2003-09-08  Karl Berry  <karl@gnu.org>
23470
23471         * config/config.sub, config.guess, srclistvars.sh: update from savannah
23472                 config, forget about prep.
23473
23474         * config/depcomp, missing: update from automake.
23475
23476 2003-09-07  Paul Eggert  <eggert@twinsun.com>
23477
23478         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
23479         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
23480
23481 2003-09-07  Paul Eggert  <eggert@twinsun.com>
23482
23483         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
23484         copy_tm_result.  Bug reported by Simon Josefsson in
23485         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
23486
23487 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23488
23489         * m4/time_r.m4: New file.
23490         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
23491         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
23492         is. Check for timegm declaration.
23493         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
23494         Do not check for gmtime_r.
23495         Replace mktime if __mktime_internal does not exist and if mktime
23496         hasn't been replaced already.
23497
23498 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23499
23500         * lib/time_r.c, lib/time_r.h: New files.
23501
23502         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
23503         __localtime_r.
23504         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
23505         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
23506
23507         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
23508         __gmtime_r.
23509         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
23510         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
23511         Include <time_r.h>.
23512
23513         * lib/timegm.c: Switch to glibc implementation, with the following
23514         changes:
23515         [defined HAVE_CONFIG_H]: Include <config.h>.
23516         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
23517         (__mktime_internal) [!defined _LIBC]: New decl.
23518         (__gmtime_r) [!defined _LIBC]: New macro and function.
23519         (timegm): Use a prototype, since gnulib assumes C89.
23520         Do not bother declaring tmp to be const, as it's not really usefu.
23521         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
23522         (timegm): Declare only if HAVE_DECL_TIMEGM.
23523
23524 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23525
23526         * MODULES.html.sh (func_all_modules): Add time_r.
23527         * modules/time_r: New file.
23528         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
23529         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
23530
23531 2003-09-03  Paul Eggert  <eggert@twinsun.com>
23532
23533         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
23534         Bug reported by Lute Kamstra in
23535         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
23536
23537         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
23538         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
23539         course with correspondingly smaller numbers for tomorrow and
23540         yesterday.  From Tadayoshi Funaba.  Originally installed into
23541         sh-utils on 1999-08-07, but the patch got lost (I guess during the
23542         coreutils merge?).
23543
23544 2003-08-31  Simon Josefsson  <jas@extundo.com>
23545
23546         * modules/timegm: New file.
23547         * MODULES.html.sh (func_all_modules): Add timegm.
23548
23549 2003-08-31  Simon Josefsson  <jas@extundo.com>
23550
23551         * m4/timegm.m4: New file.
23552
23553 2003-08-31  Simon Josefsson  <jas@extundo.com>
23554
23555         * lib/timegm.h: New file.
23556         * lib/timegm.c: New file.  Based on
23557         wget-1.8.2/src/http.c:mktime_from_utc.
23558
23559 2003-08-31  Karl Berry  <karl@gnu.org>
23560
23561         * lib/argp.h: update from libc.
23562
23563 2003-08-28  Bruno Haible  <bruno@clisp.org>
23564
23565         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
23566         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
23567         followed by '#define fnmatch fnmatch_posix' gives an error.
23568
23569 2003-08-28  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
23572         warning on QNX, which defines O_BINARY to 000000.
23573
23574 2003-08-27  Jim Meyering  <jim@meyering.net>
23575
23576         * m4/mkstemp.m4: Require that the system mkstemp be able to create
23577         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
23578         would fail after 32.  Reported by Danny Levinson.  Details here:
23579         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
23580
23581 2003-08-24  Bruno Haible  <bruno@clisp.org>
23582
23583         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
23584         MSVC7 <stdio.h> is included later.
23585
23586 2003-08-22  Simon Josefsson  <jas@extundo.com>
23587
23588         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
23589
23590 2003-08-20  Karl Berry  <karl@gnu.org>
23591
23592         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
23593
23594 2003-08-20  Bruno Haible  <bruno@clisp.org>
23595
23596         * modules/progname: New file.
23597         * MODULES.html.sh (func_all_modules): Add progname.
23598
23599 2003-08-20  Bruno Haible  <bruno@clisp.org>
23600
23601         * lib/progname.h: New file, from GNU gettext.
23602         * lib/progname.c: New file, from GNU gettext.
23603         * lib/progreloc.c: New file, from GNU gettext.
23604
23605 2003-08-19  Jim Meyering  <jim@meyering.net>
23606
23607         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
23608         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
23609
23610 2003-08-19  Bruno Haible  <bruno@clisp.org>
23611
23612         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
23613         more.
23614
23615 2003-08-19  Bruno Haible  <bruno@clisp.org>
23616
23617         * lib/xstrdup.c: Assume <string.h> exists.
23618
23619 2003-08-18  Paul Eggert  <eggert@twinsun.com>
23620
23621         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
23622         in makefile rules.
23623
23624 2003-08-18  Jim Meyering  <jim@meyering.net>
23625
23626         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
23627         * m4/lib-ld.m4: Likewise.
23628
23629 2003-08-18  Jim Meyering  <jim@meyering.net>
23630
23631         * lib/setenv.h: Indent nested cpp directive.
23632         * lib/vasnprintf.c: Remove trailing blanks.
23633
23634 2003-08-17  Simon Josefsson  <jas@extundo.com>
23635
23636         * modules/xstrndup: New file.
23637         * MODULES.html.sh (func_all_modules): Add xstrndup.
23638
23639 2003-08-17  Simon Josefsson  <jas@extundo.com>
23640
23641         * modules/argp: Fix autoconf macro name. Add more dependencies.
23642
23643 2003-08-17  Simon Josefsson  <jas@extundo.com>
23644
23645         * m4/xstrndup.m4: New file.
23646
23647 2003-08-17  Simon Josefsson  <jas@extundo.com>
23648
23649         * m4/argp.m4: New file.
23650
23651 2003-08-17  Simon Josefsson  <jas@extundo.com>
23652             Bruno Haible  <bruno@clisp.org>
23653
23654         * lib/xstrndup.h: New file.
23655         * lib/xstrndup.c: New file.
23656
23657 2003-08-17  Bruno Haible  <bruno@clisp.org>
23658
23659         * modules/strndup (Files, Include): Add lib/strndup.h.
23660
23661 2003-08-17  Bruno Haible  <bruno@clisp.org>
23662
23663         * modules/euidaccess (Files): Add lib/euidaccess.h.
23664
23665 2003-08-17  Bruno Haible  <bruno@clisp.org>
23666
23667         * lib/strndup.h: New file.
23668
23669 2003-08-17  Bruno Haible  <bruno@clisp.org>
23670
23671         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
23672         like AC_GNU_SOURCE.
23673         * modules/extensions (configure.ac): Comment out the invocation of
23674         gl_USE_SYSTEM_EXTENSIONS.
23675
23676 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23677
23678         Merges from coreutils, etc.
23679         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
23680         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
23681         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
23682         fixing a typo.
23683         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
23684         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
23685
23686 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23687
23688         Document merge from coreutils.
23689         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
23690         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
23691         * modules/utime: Add m4/utimes-null.m4.
23692
23693 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23694
23695         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
23696         space, undoing this 2003-08-12 change:
23697         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
23698
23699 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23700
23701         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
23702         strtoul.c from libc, undoing this 2003-08-12 change:
23703         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
23704
23705 2003-08-16  Jim Meyering  <jim@meyering.net>
23706
23707         Merges from coreutils.
23708         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
23709         prefix.  Adjust cache variables similarly.  Create 500 rather than
23710         just 300 files, to exercise bug on Darwin6.5, too.
23711         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
23712         $missing_dir.
23713         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
23714         AM_SYS_POSIX_TERMIOS.
23715         Reported by mkc@mathdogs.com.
23716         Also change use of $am_cv_sys_posix_termios
23717         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
23718         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
23719         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
23720         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
23721         in /proc/mounts until it finds one with matching device number.  This
23722         is unnecessary when the FILE argument *is* a mount point.  No stat call
23723         is necessary in that case.  So, disable the statvfs-testing code on
23724         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
23725         as RedHat bug# 84846.
23726         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
23727         to 1MB, so as not to render systems with no stack size limit (e.g.,
23728         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
23729         Include <unistd.h>.  On some systems,
23730         it is required for the definition of _SC_PAGESIZE.
23731
23732 2003-08-16  Jim Meyering  <jim@meyering.net>
23733
23734         Merge from coreutils.
23735         * lib/xstrtoimax.c: #else #if -> #elif.
23736         * lib/xstrtoumax.c: Likewise.
23737
23738 2003-08-16  Jim Meyering  <jim@meyering.net>
23739
23740         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
23741         * m4/utimes.m4: Removed.
23742         * m4/utimes-null.m4: Renamed from utimes.m4.
23743
23744         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
23745         to 1MB, so as not to render systems with no stack size limit (e.g.,
23746         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
23747         Include <unistd.h>.  On some systems,
23748         it is required for the definition of _SC_PAGESIZE.
23749
23750 2003-08-16  Jim Meyering  <jim@meyering.net>
23751         and Paul Eggert  <eggert@cs.ucla.edu>
23752
23753         Merges from coreutils, etc.
23754
23755         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
23756         using the latest version from cvs.  This avoids problems with #line
23757         directives using a vendor (Sun) compiler.
23758         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
23759         Don't set GETGROUPS_LIB here; now it's
23760         done via getgroups.m4's wrapper function.
23761         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
23762         rather than just in sh-util/configure.in, so that the
23763         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
23764         same.
23765         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
23766         AC_FUNC_GETLOADAVG where to find getloadavg.c.
23767         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
23768         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
23769         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
23770         Remove code that is now done by the newly-required macros.
23771         Append $(EXEEXT) to DF_PROG.
23772         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
23773         Do not invoke or require the following here,
23774         since prereq.m4 or some gnulib .m4 now does this for us:
23775         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
23776         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
23777         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
23778         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
23779         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
23780         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
23781         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
23782         AC_FUNC_OBSTACK.
23783         Do not replace the following functions, as this is now the job
23784         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
23785         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
23786         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
23787         atexit getpass, strdup, getpagesize.
23788         Replace 'raise'.
23789         Do not check for the following functions, as this is now the job
23790         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
23791         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
23792         setregid.
23793         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
23794         Check for sys/sysctl.h.
23795         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
23796         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
23797         of checking for ssize_t ourselves.
23798
23799         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
23800         Require every macro that gnulib/modules/* suggests for us.
23801         (jm_PREREQ_ADDEXT): New macro.
23802         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
23803         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
23804
23805         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
23806         (gl_PHYSMEM): Use it.
23807         Also check for `table' function.
23808         Check for new headers and functions.
23809         Add check for sys/sysmp.h.
23810         With suggestions from Kaveh Ghazi.
23811         Ignore headers that are present but cannot be compiled.  This
23812         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
23813         C 5.4.
23814
23815 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23816
23817         Document merge from coreutils.
23818         * modules/userspec: Depend on posixver.
23819         * modules/strftime: Depend on tzset.
23820
23821 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23822
23823         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
23824         rather than tab, after '#' in shell-script copyright notices.
23825         Suggested by Bruno Haible.
23826
23827 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23828
23829         * config/srclist-update: Use three spaces, rather than tab, after '#'
23830         in shell-script copyright notices.  Suggested by Bruno Haible.
23831         Remove unnecessary parenthesization in regular expression.
23832
23833 2003-08-15  Jim Meyering  <jim@meyering.net>
23834
23835         Merge from coreutils.
23836         * lib/xgethostname.c: Include <stdlib.h>.
23837         (xghostname): Don't exit for anything other than memory-related
23838         failure; just return NULL.
23839         * lib/userspec.c: Include "posixver.h".
23840         (parse_user_spec): Accept `.' as a separator only
23841         in pre-POSIX-200112 mode.
23842         * lib/strtoimax.c: Use #elif rather than #else #if.
23843         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
23844         Remove function, now that we can rely on a working tzset function.
23845         [!_LIBC]: Ensure that the required autoconf test has been run.
23846         [!defined _NL_CURRENT && HAVE_STRFTIME]:
23847         Use underlying_strftime for %r.
23848         * lib/sha.c: Merge in some clean-up and optimization changes from
23849         glibc.
23850         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
23851         Ensure that it is a multiple of 64.
23852         Rearrange loop exit tests so as to avoid performing an
23853         additional fread after encountering an error or EOF.
23854         * lib/realloc.c: Update copyright date.
23855
23856 2003-08-15  Jim Meyering  <jim@meyering.net>
23857         and Paul Eggert  <eggert@twinsun.com>
23858
23859         Merge from coreutils.
23860         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
23861         member but strut utmpx does not.  Needed for AIX 4.3.3.
23862         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
23863
23864 2003-08-15  Jim Meyering  <jim@meyering.net>
23865         and Paul Eggert  <eggert@cs.ucla.edu>
23866
23867         Merges from coreutils, etc.
23868         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
23869         Require gl_FUNC_TZSET_CLOBBER.
23870         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
23871         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
23872         members.
23873
23874 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23875
23876         Help the merge from coreutils.
23877         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
23878         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
23879         * m4/tzset.m4: Use it too.
23880
23881 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23882
23883         * modules/tzset: New file.
23884
23885 2003-08-14  Jim Meyering  <jim@meyering.net>
23886
23887         Merges from coreutils.
23888         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
23889         variable names, rather than @FNMATCH_H@.
23890         * modules/alloca: Likewise for $(ALLOCA_H).
23891
23892         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
23893         the three copies of the literal target, `fnmatch.h'.
23894         * modules/alloca (alloca.h): Likewise.
23895
23896 2003-08-14  Jim Meyering  <jim@meyering.net>
23897
23898         Merge from coreutils.
23899         * m4/tzset.m4: New file.
23900         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
23901         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
23902         otherwise, AIX 5.1 systems would end up using the latter.
23903         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
23904         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
23905         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
23906         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
23907
23908 2003-08-14  Jim Meyering  <jim@meyering.net>
23909
23910         Merge from coreutils.
23911         * lib/obstack.h: Whitespace changes.
23912         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
23913         and xcalloc return values.
23914         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
23915         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
23916         hang on OSF/1 5.1 for DIR on both local and remote file systems.
23917         Reported by (and fix confirmed by) Nelson H. F. Beebe.
23918         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23919         error from mntctl.
23920         Use mntctl's return value to drive the entry-processing loop, since
23921         we can't rely on the value of the vmt_length member in the last
23922         entry.  On some systems doing so could result in exhausting
23923         virtual memory.  Based in part on a patch from Mike Jetzer.
23924
23925 2003-08-14  Jim Meyering  <jim@meyering.net>
23926         and Paul Eggert  <eggert@twinsun.com>
23927
23928         Merges from coreutils, plus other fixes.
23929         * lib/physmem.c: Merge in portability changes from gcc/libiberty
23930         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
23931         for credits and details.  Thanks to Kaveh Ghazi for helping
23932         to keep these files in sync.
23933         (ARRAY_SIZE): Define it.
23934         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
23935         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
23936         (memcasecmp): Don't assume size_t fits in unsigned int.
23937         Remove casts and duplicate code.
23938         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
23939         (memcpy): Remove definition.
23940         Merge in some clean-up and optimization changes from glibc.
23941         [BLOCKSIZE]: Move definition to top of file.
23942         Ensure that it is a multiple of 64.
23943         Rearrange loop exit tests so as to avoid performing an
23944         additional fread after encountering an error or EOF.
23945         * lib/md5.h (md5_uintptr): Define.
23946         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
23947         return to the initial working directory.  Preserve errno
23948         for caller.
23949         * lib/idcache.c: Include "xalloc.h".
23950         (xmalloc, xrealloc): Remove decls.
23951         (getuser): Remove casts no longer required in C89.
23952         * lib/human.c: Include stdio.h, for sprintf.
23953         * lib/group-member.c: Include "xalloc.h".
23954         (xmalloc, xrealloc): Remove decls.
23955         (get_group_info): Remove casts no longer required in C89.
23956         * lib/getusershell.c (readname): Remove casts no longer required in
23957         C89.
23958         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
23959         * lib/getline.c: Whitespace fix, from coreutils.
23960
23961 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23962
23963         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
23964         Check for isascii.
23965
23966         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
23967         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
23968         Undo previous (whitespace-only) change.
23969
23970 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23971
23972         * lib/exclude.c: Include <ctype.h>
23973         (IN_CTYPE_DOMAIN): New macro.
23974         (is_space): New fn.
23975         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
23976         and empty lines.
23977
23978         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
23979         Undo previous (whitespace-only) change.
23980
23981 2003-08-13  Paul Eggert  <eggert@twinsun.com>
23982
23983         * config/srclist-update: Change update back to the old behavior,
23984         leaving whitespace alone.  Use one 'sed' command rather than a
23985         pipeline.
23986         (fixlicense): Now a variable, not a function.
23987         (remove_trailing_blanks): Remove.
23988         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
23989         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
23990         Undo previous (whitespace-only) change.
23991
23992 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23993
23994         Merge from coreutils.
23995         * modules/euidaccess: Add lib_SOURCES, include for new
23996         file euidaccess.h
23997
23998 2003-08-12  Paul Eggert  <eggert@twinsun.com>
23999
24000         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24001         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24002         Normalize leading white space and remove trailing white space.
24003
24004         Merge from coreutils
24005         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24006
24007         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24008         0.12.1.  These files are now being upgraded automatically by
24009         ../config/srclist-update.
24010
24011 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24012
24013         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24014         Normalize leading white space and remove trailing white space.
24015         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24016         notice, as per ../config/srclist-update.
24017
24018         Merge from coreutils.
24019         * lib/euidaccess.h: New file.
24020         * lib/euidaccess.c: Include it.
24021         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24022         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24023         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24024
24025 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24026
24027         * config/srclist-update: Add copyright notice.
24028         (remove_id_lines, remove_trailing_blanks): New constants.
24029         (fixfile): Use them to normalize spacing a bit in copied files.
24030         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24031         Normalize leading white space and remove trailing white space.
24032
24033         * config/texinfo.tex: Sync with texinfo.
24034
24035         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24036         strtoul.c from libc, to merge coreutils whitespace changes.
24037
24038         * config/srclist.txt: Get the following m4 files from gettext:
24039         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24040         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24041         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24042         wint_t.m4.
24043
24044 2003-08-12  Karl Berry  <karl@gnu.org>
24045
24046         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24047         been made.
24048
24049 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24050
24051         * modules/gnu-source, m4/gnu-source.m4:
24052         Remove; we're assuming Autoconf 2.54 or later now.
24053         Suggested by Bruno Haible.
24054         * MODULES.html.sh (func_all_modules): Remove gnu-source.
24055
24056 2003-08-11  Bruno Haible  <bruno@clisp.org>
24057
24058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
24059
24060 2003-08-11  Bruno Haible  <bruno@clisp.org>
24061
24062         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
24063         (vasnprintf): Use it instead of wcslen.
24064
24065 2003-08-11  Bruno Haible  <bruno@clisp.org>
24066
24067         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
24068         value to ensure that _Bool promotes to int. Use #define for _Bool when
24069         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
24070
24071 2003-08-10  Karl Berry  <karl@gnu.org>
24072
24073         * lib/regex.h: update from libc (whitespace fix).
24074
24075 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24076
24077         Merge some files from coreutils.  These changes were
24078         originally made by Jim Meyering.
24079         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
24080         many older Unixes require this.
24081         * lib/alloca.c (alloca): Remove cast to argument of free;
24082         no longer needed in C89.
24083         * lib/alloca_.h, regex.h: Fix white space to match
24084         what GNU indent does.
24085
24086 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24087
24088         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
24089         apparently Emacs's Unicode mode got confused before my 2003-08-05
24090         checkin.
24091
24092 2003-08-08  Paul Eggert  <eggert@twinsun.com>
24093
24094         * m4/extensions.m4: New file.
24095         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
24096         Require gl_USE_SYSTEM_EXTENSIONS.
24097         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
24098         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
24099
24100 2003-08-08  Paul Eggert  <eggert@twinsun.com>
24101
24102         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
24103         * modules/extensions, modules/gnu-source: New files.
24104         * modules/timespec, modules/unlocked-io: Depend on extensions.
24105
24106 2003-08-07  Paul Eggert  <eggert@twinsun.com>
24107
24108         * modules/restrict: New file.
24109         * MODULES.html.sh (func_all_modules): Add restrict.
24110         * modules/regex: Depend on restrict.
24111
24112 2003-08-07  Paul Eggert  <eggert@twinsun.com>
24113
24114         * m4/restrict.m4: New file.
24115         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
24116
24117 2003-08-07  Bruno Haible  <bruno@clisp.org>
24118
24119         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
24120         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
24121
24122 2003-08-07  Bruno Haible  <bruno@clisp.org>
24123
24124         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
24125         makes the module 'getndelim2' compatible with the module 'getline'.
24126
24127 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24128
24129         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
24130         byte with "\201" to avoid glitches when editing that source file
24131         with multi-gnome-terminal.
24132
24133 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24134
24135         * lib/bumpalloc.h: Remove.
24136
24137 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24138
24139         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
24140         * modules/bumpalloc: Remove.
24141
24142 2003-08-04  Paul Eggert  <eggert@twinsun.com>
24143
24144         * lib/getloadavg.c: Change copyright notice and spacing to conform to
24145         GNU coding style.
24146
24147         Merge from coreutils.
24148         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
24149         1. From glibc.
24150         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
24151         from Karl Berry, implemented by Jim Meyering.
24152         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
24153         from Dmitry V. Levin.
24154         Remove anachronistic cast of xrealloc.
24155         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
24156         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
24157         type. Otherwise, it wouldn't compile with at least /bin/cc on
24158         ymp-cray-unicos9.0.2.X.
24159         Combine two mostly-identical uses of alloca into one.
24160         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
24161
24162 2003-08-04  Dave Love  <d.love@dl.ac.uk>
24163
24164         [From Emacs.]
24165
24166         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
24167         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
24168         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
24169         obsolete NLIST_NAME_UNION.
24170         [__GNU__]: Undef BSD and FSCALE.
24171         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
24172
24173 2003-08-03  Paul Eggert  <eggert@twinsun.com>
24174
24175         * lib/stdbool_.h (_Bool): Make it signed char, instead of
24176         an enum type, so that it's guaranteed to promote to int.  See:
24177         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
24178
24179 2003-08-03  Karl Berry  <karl@gnu.org>
24180
24181         * config/depcomp: update from automake.
24182
24183 2003-07-31  Paul Eggert  <eggert@twinsun.com>
24184
24185         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
24186         (strerror): Don't assume that a printable int fits in 14 bytes.
24187
24188 2003-07-31  Bruno Haible  <bruno@clisp.org>
24189
24190         * modules/getpass-gnu: New file.
24191         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
24192
24193 2003-07-31  Bruno Haible  <bruno@clisp.org>
24194
24195         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
24196
24197 2003-07-24  Karl Berry  <karl@gnu.org>
24198
24199         * config/missing: update from automake.
24200
24201 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
24202             Bruno Haible  <bruno@clisp.org>
24203
24204         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
24205         * lib/getline.c (getline, getdelim): Likewise.
24206         Remove _GNU_SOURCE define; now it's defined in config.h through
24207         m4/getline.m4.
24208
24209 2003-07-23  Karl Berry  <karl@gnu.org>
24210
24211         * config/config.sub: update from prep.
24212
24213 2003-07-22  Paul Eggert  <eggert@twinsun.com>
24214
24215         * modules/xalloc (Depends-on): Add exitfail.
24216         * modules/xmemcoll: Likewise.
24217
24218 2003-07-22  Paul Eggert  <eggert@twinsun.com>
24219
24220         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
24221         over-parenthesization in macros.
24222
24223         Sync with coreutils.
24224
24225         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
24226         required by C99.
24227
24228         Use `exit_failure' for xalloc and xmemcoll instead of their own
24229         private exit-failure variables.
24230         * lib/xalloc.h (xalloc_exit_failure): Remove.
24231         * lib/xmalloc.c: Likewise.  Include exitfail.h.
24232         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
24233         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
24234         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
24235         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
24236
24237 2003-07-20  Jim Meyering  <jim@meyering.net>
24238
24239         * modules/closeout (Depends-on): Add exitfail.
24240         Suggestion from Bruno Haible.
24241
24242 2003-07-19  Karl Berry  <karl@gnu.org>
24243
24244         * config/config.sub: update from prep.
24245
24246 2003-07-18  Paul Eggert  <eggert@twinsun.com>
24247
24248         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
24249         Remove.
24250         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
24251         to test that it can stand by itself.  Include "exitfail.h".
24252         Clients should set exit_failure instead.
24253         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
24254
24255 2003-07-18  Bruno Haible  <bruno@clisp.org>
24256
24257         * modules/getndelim2: New file.
24258         * modules/getline: Share files with module getndelim2.
24259         * modules/getnline: Depend on getndelim2 instead of sharing files with
24260         it. Add getnline.c to lib_SOURCES.
24261         * MODULES.html.sh (func_all_modules): Add getndelim2.
24262
24263 2003-07-18  Bruno Haible  <bruno@clisp.org>
24264
24265         * m4/getndelim2.m4: New file.
24266         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
24267         invoke gl_PREREQ_GETNDELIM2.
24268         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
24269         gl_PREREQ_GETNDELIM2.
24270         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
24271         gl_GETNDELIM2.
24272
24273 2003-07-18  Bruno Haible  <bruno@clisp.org>
24274
24275         * lib/getndelim2.h: New file.
24276         * lib/getndelim2.c: Make into a module of its own. Include config.h,
24277         getndelim2.h.
24278         (getndelim2): Make non-static. Change return type to ssize_t.
24279         * lib/getline.h: Change argument names.
24280         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
24281         * lib/getnline.c: Include getndelim2.h.
24282
24283 2003-07-18  Andreas Schwab  <schwab@suse.de>
24284
24285         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
24286
24287 2003-07-17  Karl Berry  <karl@gnu.org>
24288
24289         * config/config.sub: update from prep.
24290
24291 2003-07-17  Bruno Haible  <bruno@clisp.org>
24292
24293         * modules/getnline: New file.
24294         * modules/getline: Add lib/getndelim2.c to source file list.
24295         * MODULES.html.sh (func_all_modules): Add getnline.
24296
24297 2003-07-17  Bruno Haible  <bruno@clisp.org>
24298
24299         * m4/getnline.m4: New file.
24300
24301 2003-07-17  Bruno Haible  <bruno@clisp.org>
24302
24303         * m4/Makefile.am.in: Remove file.
24304         * m4/Makefile.am: Remove file.
24305         * m4/Makefile.in: Remove file.
24306
24307 2003-07-17  Bruno Haible  <bruno@clisp.org>
24308
24309         * lib/getnline.h: New file.
24310         * lib/getnline.c: New file.
24311         * lib/getndelim2.c: New file, extracted from getline.c.
24312         (getndelim2): Renamed from getdelim2, with added nmax argument.
24313         * lib/getline.c: Include getndelim2.c.
24314         (getdelim2): Moved out to getndelim2.c.
24315         (getline, getdelim): Update.
24316
24317 2003-07-17  Bruno Haible  <bruno@clisp.org>
24318
24319         * lib/Makefile.am: Remove file.
24320         * lib/Makefile.in: Remove file.
24321
24322 2003-07-17  Bruno Haible  <bruno@clisp.org>
24323
24324         * configure.in: Remove file.
24325         * Makefile.in: Remove file.
24326
24327 2003-07-17  Bruno Haible  <bruno@clisp.org>
24328
24329         * MODULES.html.sh: Put the </BODY> right before </HTML>.
24330
24331 2003-07-16  Karl Berry  <karl@gnu.org>
24332
24333         * config/srclist-update: was running fixlicense twice, which caused
24334                 texinfo.tex to be nullified for some reason.  Simplify,
24335                 $gplsrc is no longer needed as far as I can see?
24336
24337 2003-07-16  Jim Meyering  <jim@meyering.net>
24338
24339         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
24340
24341 2003-07-15  Paul Eggert  <eggert@twinsun.com>
24342
24343         * config/srclist.txt: Get the following files from gettext-runtime/intl
24344         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
24345         ref-del.sin.  From Bruno Haible.
24346         * config/srclist-update (fixfile): Change grep pattern again, since the
24347         previous fix didn't work (there was another trailing $).  Use
24348         '[$]' to escape the $s.
24349
24350 2003-07-15  Karl Berry  <karl@gnu.org>
24351
24352         * lib/vasnprintf.c: update from gettext.
24353
24354 2003-07-15  Karl Berry  <karl@gnu.org>
24355
24356         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
24357         gets expanded when surrounded by '$'.
24358
24359 2003-07-15  Jim Meyering  <jim@meyering.net>
24360
24361         * modules/save-cwd: Don't depend on error.  From Derek Price.
24362
24363 2003-07-15  Jim Meyering  <jim@meyering.net>
24364
24365         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
24366
24367 2003-07-14  Simon Josefsson  <jas@extundo.com>
24368
24369         * modules/mempcpy: New file.
24370         * MODULES.html.sh (func_all_modules): Add mempcpy.
24371
24372 2003-07-14  Simon Josefsson  <jas@extundo.com>
24373
24374         * m4/mempcpy.m4: New file.
24375
24376 2003-07-14  Simon Josefsson  <jas@extundo.com>
24377
24378         * lib/mempcpy.h: New file.
24379         * lib/mempcpy.c: New file.
24380
24381 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24382
24383         * modules/getdate, modules/posixtm: Depend on mktime.
24384
24385 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24386
24387         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
24388         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
24389         unicodeio.c, unicodeio.h, unlocked-io.h:
24390         Switch from LGPL to GPL.
24391
24392 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24393
24394         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
24395         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
24396         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
24397         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
24398         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
24399         updated automatically by ../config/srclist-update.  This changes
24400         their license from LPGL to GPL.
24401
24402 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24403
24404         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
24405         assumed to refer to the root of the most recent stable gettext version.
24406         * config/srclistvars.sh: Add defaults for eggert.
24407         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
24408         Match "This program" as well as "The program".  This is needed
24409         for gettext.
24410
24411 2003-07-14  Jim Meyering  <jim@meyering.net>
24412
24413         Don't emit diagnostics.  Let callers do that.
24414         * lib/save-cwd.c: Don't include "error.h".
24415         (save_cwd): Don't call error.  Ensure that errno is valid
24416         when returning nonzero.
24417
24418         * lib/save-cwd.h (restore_cwd): Update prototype.
24419         * lib/save-cwd.c (restore_cwd): Remove two parameters.
24420         Simplify.  Don't call error upon failure.  Let callers do that.
24421         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
24422         when auditing is enabled.  But don't bother updating the #if.
24423
24424 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
24425
24426         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
24427         it breaks C++ compilation.
24428         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
24429
24430 2003-07-10  Simon Josefsson  <jas@extundo.com>
24431
24432         * modules/strchrnul (Makefile.am): Add strchrnul.h.
24433
24434 2003-07-10  Jim Meyering  <jim@meyering.net>
24435
24436         * m4/clock_time.m4: Remove trailing blank.
24437         * m4/intmax_t.m4: Likewise.
24438
24439 2003-07-10  Jim Meyering  <jim@meyering.net>
24440
24441         * lib/vasnprintf.c: Remove trailing blanks.
24442         Make cpp indentation consistent.
24443
24444 2003-07-09  Paul Eggert  <eggert@twinsun.com>
24445
24446         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
24447         posixver.c, strftime.c, strnlen.c, strverscmp.c:
24448         Switch from LGPL to GPL.
24449
24450 2003-07-09  Paul Eggert  <eggert@twinsun.com>
24451
24452         * config/srclist.txt: Sort sublists.  Add
24453         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
24454         that differ from gnulib for one reason or another; we'd like this list
24455         to be smaller but for now let's document what we have.
24456
24457 2003-07-08  Paul Eggert  <eggert@twinsun.com>
24458
24459         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
24460         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
24461         and sweeter "eval x=$x".
24462         * config/srclist.txt: Get lib/argp* from glibc.
24463
24464 2003-07-07  Paul Eggert  <eggert@twinsun.com>
24465
24466         * lib/mktime.c: Fix some boundary cases and remove need for floating
24467         point.
24468
24469         Issue a compile-time diagnostic if time_t is floating point, or if
24470         two's complement arithmetic is not in effect, or if arithmetic
24471         right shift does not propagate the sign.  These assumptions were
24472         all in the original code but they weren't checked.
24473
24474         (TIME_T_MIDPOINT, verify): New macros.
24475         (__isleap): Remove; it has integer overflow problems.
24476         (leapyear): New function, without those problems.
24477         (ydhms_tm_diff): Remove; splitting into two parts.
24478         (ydhms_diff): New function, containing the arithmetic part of
24479         the old ydhms_tm_diff function.  Issue a compile-time
24480         diagnostic if we are not using C99 integer division.
24481         Avoid casts when possible.
24482         (guess_time_tm): New function, containing the checking part of
24483         the old ydhms_tm_diff function.  Return the new value, rather than
24484         the difference between it and the old.  Accept a new argument T
24485         so that *T specifies the old value.  Check for overflow in the result.
24486
24487         (__mktime_internal): Use a time_t offset, not a long int offset.
24488         This undoes the 2003-06-04 change, which is no longer needed now
24489         that we have better overflow checking.
24490         (localtime_offset): Likewise.
24491
24492         (__mktime_internal): Avoid harmful overflow on hosts where time_t
24493         and long are 64-bit but int is only 32-bit.
24494         (ydhms_diff): Use long int to store year1 and yday1.
24495         Issue a compile-time diagnostic if long int is not wide enough.
24496
24497         (__mktime_internal): Use long int to store adjusted year and yday.
24498         Use plain C rather than preprocessor commands, if that doesn't
24499         affect efficiency.
24500         Check for overflow (and try to repair) after each probe
24501         rather than checking only at the very end.  This avoids some bugs
24502         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
24503         does not equal GMT offset at maximum time).
24504         Use integer to check for overflow rather than floating point; this
24505         is more portable to non-IEEE hosts, and is a tad faster.
24506         When we detect that we are oscillating between two values,
24507         don't check whether tm_isdst has the requested value, since
24508         we already know the answer.  When tm_isdst has the wrong value,
24509         use a different heuristic to find the right one, based on the
24510         extreme values actually observed in practice in tz2003a,
24511         rather than the (overly optimistic) "previous 3 calendar quarters".
24512
24513         (not_equal_tm, print_tm, check_result): Use "const T" rather than
24514         "T const" to accommodate glibc style.
24515         (check_result): Use less-confusing report format.  "long" -> "long int.
24516         (main): Likewise.
24517         Don't loop if the iteration overflows time_t.
24518         Allow a negative step in the iteration.
24519
24520 2003-07-06  Karl Berry  <karl@gnu.org>
24521
24522         * config/depcomp: update from automake.
24523         * config/config.sub: update from prep.
24524
24525 2003-07-03  Karl Berry  <karl@gnu.org>
24526
24527         * config/config.guess: update from prep.
24528
24529 2003-07-01  Paul Eggert  <eggert@twinsun.com>
24530
24531         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
24532         xreadlink.c now includes it unconditionally.
24533
24534 2003-07-01  Paul Eggert  <eggert@twinsun.com>
24535
24536         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
24537         having it depend on HAVE_SYS_TYPES_H.
24538
24539 2003-07-01  Bruno Haible  <bruno@clisp.org>
24540
24541         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
24542         <sys/types.h> should be sufficient.
24543         Reported by Paul Eggert.
24544
24545 2003-06-26  Karl Berry  <karl@gnu.org>
24546
24547         * config/depcomp: update from automake.
24548
24549 2003-06-26  Bruno Haible  <bruno@clisp.org>
24550
24551         * modules/human: Depend on module stdbool.
24552
24553 2003-06-25  Bruno Haible  <bruno@clisp.org>
24554
24555         * modules/readlink: New file.
24556         * modules/xreadlink: Depend on it.
24557         * MODULES.html.sh (func_all_modules): Add readlink.
24558
24559 2003-06-25  Bruno Haible  <bruno@clisp.org>
24560
24561         * m4/readlink.m4: New file.
24562
24563 2003-06-25  Bruno Haible  <bruno@clisp.org>
24564
24565         * lib/readlink.c: New file.
24566
24567 2003-06-22  Karl Berry  <karl@gnu.org>
24568
24569         * config/srclist.txt: update mkinstalldirs from automake.
24570         * config/mkinstalldirs: update.
24571
24572 2003-06-22  Bruno Haible  <bruno@clisp.org>
24573
24574         Portability to mingw32.
24575         * m4/ssize_t.m4: New file, from GNU gettext.
24576         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
24577         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
24578
24579 2003-06-22  Bruno Haible  <bruno@clisp.org>
24580
24581         * modules/safe-read: Add m4/ssize_t.m4.
24582         * modules/xreadlink: Add m4/ssize_t.m4.
24583
24584 2003-06-20  Bruno Haible  <bruno@clisp.org>
24585
24586         Assume C89, so PARAMS isn't needed.
24587         * lib/unicodeio.h (PARAMS): Remove.
24588         * lib/unicodeio.c: Don't use PARAMS.
24589
24590 2003-06-18  Karl Berry  <karl@gnu.org>
24591
24592         * config/config.{guess,sub}: update from prep.
24593
24594 2003-06-18  Jim Meyering  <jim@meyering.net>
24595
24596         Merge changes from coreutils.
24597         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
24598         Remove explicit declarations of xmalloc and realloc.
24599         Include xalloc.h.
24600         (read_utmp): Remove anachronistic cast of xmalloc.
24601
24602 2003-06-17  Paul Eggert  <eggert@twinsun.com>
24603
24604         Assume C89, so PARAMS isn't needed.
24605         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
24606         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
24607         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
24608         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
24609         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
24610         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
24611         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
24612         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
24613         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
24614         lib/xstrtod.h, lib/xstrtol.h: Likewise.
24615         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
24616         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
24617         no longer needed. Anyway, config.h should always be included before any
24618         other file.
24619
24620 2003-06-11  Simon Josefsson  <jas@extundo.com>
24621
24622         * modules/sysexits: New file.
24623         * MODULES.html.sh (func_all_modules): Add sysexits.
24624
24625 2003-06-11  Simon Josefsson  <jas@extundo.com>
24626
24627         * lib/sysexit_.h: New file.
24628
24629 2003-06-11  Derek Price  <derek@ximbiot.com>
24630
24631         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
24632         necessary.
24633
24634 2003-06-11  Bruno Haible  <bruno@clisp.org>
24635
24636         * m4/sysexits.m4: New file.
24637
24638 2003-06-10  Simon Josefsson  <jas@extundo.com>
24639
24640         * lib/argp.h: New file, from glibc.
24641         * lib/argp-ba.c: New file, from glibc.
24642         * lib/argp-eexst.c: New file, from glibc.
24643         * lib/argp-fmtstream.c: New file, from glibc.
24644         * lib/argp-fmtstream.h: New file, from glibc.
24645         * lib/argp-fs-xinl.c: New file, from glibc.
24646         * lib/argp-help.c: New file, from glibc.
24647         * lib/argp-namefrob.h: New file, from glibc.
24648         * lib/argp-parse.c: New file, from glibc.
24649         * lib/argp-pv.c: New file, from glibc.
24650         * lib/argp-pvh.c: New file, from glibc.
24651         * lib/argp-xinl.c: New file, from glibc.
24652
24653 2003-06-10  Simon Josefsson  <jas@extundo.com>
24654
24655         * modules/strchrnul: New file.
24656
24657 2003-06-10  Simon Josefsson  <jas@extundo.com>
24658
24659         * modules/argp: New file.
24660
24661 2003-06-10  Simon Josefsson  <jas@extundo.com>
24662
24663         * m4/strchrnul.m4: New file.
24664
24665 2003-06-10  Simon Josefsson  <jas@extundo.com>
24666
24667         * lib/strchrnul.h: New file.
24668         * lib/strchrnul.c: New file.
24669
24670 2003-06-10  Bruno Haible  <bruno@clisp.org>
24671
24672         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
24673
24674 2003-06-07  Karl Berry  <karl@gnu.org>
24675
24676         * config/config.{guess,sub}: update from prep.
24677
24678 2003-06-07  Jim Meyering  <jim@meyering.net>
24679
24680         * modules/strtod: Use $(...) notation, not @...@ for
24681         AC_REPLACE'd variables.
24682         * modules/localcharset: Likewise.
24683
24684 2003-06-07  Jim Meyering  <jim@meyering.net>
24685
24686         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
24687         in place of my name in the copyright comment.
24688         Remove definition and uses of __P.
24689
24690         From coreutils.
24691         * lib/stat.c: Don't declare xmalloc explicitly.
24692         Instead, include "xalloc.h".
24693         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
24694         xrealloc, and xcalloc return values.
24695         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
24696         Improve comment.
24697         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
24698
24699 2003-06-07  Bruno Haible  <bruno@clisp.org>
24700
24701         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
24702         avoid AC_CONFIG_LINKS.
24703         * modules/fnmatch (Makefile.am): Use explicit creation rule for
24704         fnmatch.h, to avoid AC_CONFIG_LINKS.
24705         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
24706
24707 2003-06-07  Bruno Haible  <bruno@clisp.org>
24708
24709         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
24710         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
24711         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
24712         directory.
24713         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
24714         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
24715         directory.
24716
24717 2003-06-06  Jim Meyering  <jim@meyering.net>
24718
24719         Merge from coreutils.
24720         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
24721         Consolidate declarations and initializations of *_base* locals.
24722
24723         Merge from coreutils.
24724         This avoids a core dump on systems without GNU putenv,
24725         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
24726         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
24727         (unsetenv): New static function, from GNU libc.
24728         (rpl_putenv): Use it.
24729
24730         * lib/modechange.c: Remove trailing blanks.
24731
24732         Merge from coreutils.
24733         * lib/fsusage.c: Remove declaration of statfs.
24734         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
24735
24736         * lib/posixtm.c: Include <stdbool.h> unconditionally.
24737
24738 2003-06-06  Jim Meyering  <jim@meyering.net>
24739
24740         * lib/stdbool_.h: Renamed from stdbool.h.in.
24741
24742 2003-06-06  Jim Meyering  <jim@meyering.net>
24743             Bruno Haible  <bruno@clisp.org>
24744
24745         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
24746         Adjust Makefile.am snippet not to redirect directly to target.
24747         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
24748
24749 2003-06-05  Paul Eggert  <eggert@twinsun.com>
24750
24751         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
24752         mismatch, look in future quarters as well as past.  This fixes a
24753         bug when processing fall-backwards gaps immediately after a long
24754         period of daylight-saving time.
24755
24756         * lib/mktime.c: Assume freestanding C89 or better.
24757         (HAVE_LIMITS_H): Remove.  Assume it's 1.
24758         (__P): Remove; not used.
24759         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
24760         (mktime, not_equal_tm, print_tm, check_result,
24761         main): Use prototypes.  Use const * where appropriate.
24762         (main): Fix typo in testing code that uncovered by above changes.
24763         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
24764
24765 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24766
24767         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
24768         locale.h, localeconv.  This merges changes from coreutils.
24769
24770         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
24771         It can be removed after the next Autoconf is released.
24772         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
24773         needed.
24774
24775 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24776
24777         * lib/mktime.c: Fix Debian bug 177940
24778         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
24779         (localtime_offset): Now long int, not time_t, because we want it
24780         to be guaranteed to be signed.  All uses changed.
24781         (__mktime_internal): If overflow would occur when adding offset,
24782         don't add it.
24783
24784         Merge 'human' changes from coreutils.  Rewrite to support
24785         locale-specific notations like thousands separators.
24786         * lib/human.c: Simplify authorship notice.
24787         Include human.h immediately after config.h.
24788         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
24789         <limits.h>: Do not include, since human.h does.
24790         (SIZE_MAX, UINTMAX_MAX): New macros.
24791         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
24792         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
24793         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
24794         (power_letter): Renamed from suffixes.
24795         (generate_suffix_backwards): Remove.
24796         (adjust_value): Now takes int style (because of human.h changes)
24797         and long double value (for greater precision on some platforms).
24798         (group_number): New function.
24799         (human_readable): Use it.  Use integer options, not enum.
24800         Put the options before the sizes in the arg list.
24801         Support all the new options.
24802         The old human_readable function has been removed;
24803         use inttostr.h instead.
24804         (human_readable, default_block_size, humblock):
24805         Use uintmax_t, not int, for block sizes.
24806         (human_readable_inexact, block_size_types): Remove.
24807         (block_size_opts): New constant.
24808         (human_options): Renamed from human_block_size, with new signature
24809         that allows block sizes up to UINTMAX_MAX.  All callers changed.
24810         * lib/human.h: Add copyright and authorship notice.
24811         Include <limits.h> and <stdbool.h> unconditionally.
24812         (PARAMS): Remove.  All uses removed.
24813         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
24814         (enum human_inexact_style): Remove tag; now a nameless enum.
24815         (human_floor, human_ceiling, human_round_to_even): Now have
24816         values 2, 0, 1 rather than -1, 1, 0.
24817         (human_group_digits, human_suppress_point_zero, human_autoscale,
24818         human_base_1024, human_SI, human_B): New constants.
24819         (human_readable_inexact, human_block_size): Remove.
24820         (human_readable): Size args are now uintmax_t, not int.
24821         (human_options): New decl.
24822
24823         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
24824         unnecessary now that we assume C89 or better.  This change
24825         imported from coreutils.
24826
24827         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24828         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
24829         in the 2003-05-30 sync from glibc.
24830
24831         .h files should stand alone, but we shouldn't include <sys/types.h>
24832         if we can get away with just <stddef.h>.
24833
24834         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
24835         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
24836         rather than <sys/types.h>, as we merely need size_t.
24837         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
24838         to get size_t.
24839         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
24840         Include <stdio.h>, to get FILE.
24841         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
24842         memcasecmp.h has included <stddef.h> and all we need is size_t.
24843         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
24844         our interface, instead of including <sys/types.h>
24845
24846 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24847
24848         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
24849         now, as glibc mktime is buggy on non-glibc systems.
24850
24851 2003-06-03  Karl Berry  <karl@gnu.org>
24852
24853         * config/config.sub: update from prep.
24854
24855 2003-06-02  Paul Eggert  <eggert@twinsun.com>
24856
24857         [from coreutils]
24858         Fix some minor time-related bugs with POSIX time arguments.
24859         Some valid time stamps were being rejected (notably -1, and
24860         time stamps before 1900 on 64-bit hosts).  And some invalid
24861         time stamps were being accepted, e.g. September 31.
24862
24863         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
24864         that we can return (time_t) -1 successfully.
24865         * lib/posixtm.c: Likewise.
24866         [HAVE_STDBOOL_H]: Include <stdbool.h>.
24867         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
24868         (t): Remove static var.
24869         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
24870         of static var.  All uses changed.
24871         (year): Do not reject years before 1900; they can occur with
24872         64-bit time_t.
24873         (posix_time_parse): Do not check for out-of-range components;
24874         that is now the caller's responsibility, since our checks were
24875         only approximations.
24876         (posixtime): Use mktime to check for out-of-range components,
24877         since it knows them exactly.
24878         If mktime returns (time_t) -1, check whether an error actually occurred
24879         by invoking localtime on -1.
24880         (main) [TEST_POSIXTIME]: Check for input data errors, and report
24881         posixtime failures better.
24882         Improve the test data (in comments only).
24883
24884 2003-06-02  Karl Berry  <karl@gnu.org>
24885
24886         * config/mkinstalldirs (version): new variable.
24887         (--version): new option.
24888         (usage): improve message.
24889
24890 2003-05-30  Karl Berry  <karl@gnu.org>
24891
24892         * lib/mktime.c: update from libc.
24893
24894 2003-05-30  Bruno Haible  <bruno@clisp.org>
24895
24896         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
24897         * config/config.rpath: Upgrade to gettext-0.12.1.
24898
24899 2003-05-30  Bruno Haible  <bruno@clisp.org>
24900
24901         * m4/gettext.m4: Upgrade to gettext-0.12.1.
24902         * m4/nls.m4: New file, from gettext-0.12.1.
24903         * m4/po.m4: New file, from gettext-0.12.1.
24904         * m4/progtest.m4: Upgrade to gettext-0.12.1.
24905
24906 2003-05-30  Bruno Haible  <bruno@clisp.org>
24907
24908         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
24909         * lib/localcharset.h: Likewise.
24910         * lib/localcharset.c: Likewise.
24911
24912 2003-05-29  Karl Berry  <karl@gnu.org>
24913
24914         * config/config.rpath: update from gettext.
24915
24916 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24917
24918         Assume the headers required for C89 freestanding compilers.
24919         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
24920         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
24921         * m4/human.m4 (gl_HUMAN): Likewise.
24922         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
24923         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
24924         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24925         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
24926         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24927         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
24928
24929 2003-05-28  Paul Eggert  <eggert@twinsun.com>
24930
24931         Assume the headers required for C89 freestanding compilers.
24932         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
24933         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
24934         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
24935         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
24936         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
24937         define, since <limits.h> is guaranteed to do that.
24938         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
24939         * lib/exclude.c: Include <stdbool.h> unconditionally.
24940         * lib/tempname.c: Include <stddef.h> unconditionally.
24941         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
24942         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
24943         <stddef.h> does that.
24944         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
24945         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
24946         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
24947         needed.
24948         * lib/xstrtol.c: Likewise.
24949         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
24950         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
24951
24952         * lib/addext.c (addext): Use assignment rather than cast, to avoid
24953         warnings on some platforms.
24954
24955         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24956         arbitrarily.
24957
24958 2003-05-26  Jim Meyering  <jim@meyering.net>
24959
24960         Merge in a change from coreutils:
24961         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
24962         that is guaranteed to be `no'.  Use `no_such_member' to indicate
24963         that condition, rather than `-1' which is slightly misleading.
24964         Change the name of the cache variable to have the gl_ prefix.
24965         Prompted by a patch from Richard Dawe for DJGPP.
24966
24967 2003-05-24  Karl Berry  <karl@gnu.org>
24968
24969         * config/config.guess: update from prep.
24970
24971 2003-05-22  Karl Berry  <karl@gnu.org>
24972
24973         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
24974
24975 2003-05-20  Karl Berry  <karl@gnu.org>
24976
24977         * config/config.guess: update from prep.
24978
24979 2003-05-18  Karl Berry  <karl@gnu.org>
24980
24981         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
24982         might actually be set by the user.
24983
24984         * config/depcomp, install-sh, mdate-sh: update from automake.
24985
24986 2003-05-17  Bruno Haible  <bruno@clisp.org>
24987
24988         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
24989         invalid expansion for AC_EGREP_CPP.
24990         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
24991         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
24992         Suggested by Akim Demaille <akim@epita.fr> in
24993         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
24994
24995 2003-05-12  Jim Meyering  <jim@meyering.net>
24996
24997         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
24998         the space-padded-by-default conversion specifiers, %e, %k, %l.
24999
25000 2003-05-12  Bruno Haible  <bruno@clisp.org>
25001
25002         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25003         the string is longer than 4 KB.
25004
25005 2003-05-11  Karl Berry  <karl@gnu.org>
25006
25007         * config/config.{guess,sub}: update from prep.
25008
25009 2003-05-09  Bruno Haible  <bruno@clisp.org>
25010
25011         * modules/error: Add m4/strerror_r.m4 to file list.
25012
25013 2003-05-03  Bruno Haible  <bruno@clisp.org>
25014
25015         Upgrade to Unicode-4.0.
25016         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25017         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25018         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25019         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25020         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25021         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25022         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25023         Change width of U+E0100..U+E01EF from 1 to 0.
25024
25025 2003-04-25  Jim Meyering  <jim@meyering.net>
25026
25027         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25028         of type size_t, not int.
25029
25030 2003-04-25  Bruno Haible  <bruno@clisp.org>
25031
25032         * lib/copy-file.c: Include <stddef.h>, for size_t.
25033
25034 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25035
25036         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25037         code which expansion is under static control.  Patch imported from
25038         Akim Demaille's patch to Bison; see
25039         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25040
25041 2003-04-14  Bruno Haible  <bruno@clisp.org>
25042
25043         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25044
25045 2003-04-11  Jim Meyering  <jim@meyering.net>
25046
25047         Merge changes from Coreutils.
25048
25049         2003-03-22  Jim Meyering  <jim@meyering.net>
25050
25051         * lib/strftime.c (widen): Cast alloca return value to proper type.
25052
25053         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
25054
25055         From GNU libc.
25056         * lib/strftime.c (my_strftime): Handle very large width
25057         specifications for numeric values correctly.  Improve checks for
25058         overflow.
25059
25060         2003-01-19  Jim Meyering  <jim@meyering.net>
25061
25062         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
25063         definitions.
25064         (nl_get_alt_digit) [! defined my_strftime]: Define.
25065         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
25066         _nl_get_alt_digit and _nl_get_walt_digit.
25067
25068         * lib/strftime.c (my_strftime): Merge in locale-related changes from
25069         libc. These changes have no effect outside of _LIBC.
25070
25071 2003-04-10  Bruno Haible  <bruno@clisp.org>
25072
25073         * modules/findprog: New file.
25074         * MODULES.html.sh (func_all_modules): Add it.
25075
25076 2003-04-10  Bruno Haible  <bruno@clisp.org>
25077
25078         * m4/findprog.m4: New file.
25079         * m4/eaccess.m4: New file.
25080
25081 2003-04-10  Bruno Haible  <bruno@clisp.org>
25082
25083         * lib/findprog.h: New file, from GNU gettext.
25084         * lib/findprog.c: New file, from GNU gettext.
25085
25086 2003-04-05  Jim Meyering  <jim@meyering.net>
25087
25088         Merge changes from Coreutils.
25089
25090         * lib/exclude.h (PARAMS): Remove definition and uses.
25091         * lib/exclude.c: Remove uses of `PARAMS'.
25092
25093         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
25094         Add test-cases for DOS filenames. Declare program_name.
25095         (main): Set up program_name.  Patch by Rich Dawe.
25096
25097         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25098         error from mntctl.
25099         Use mntctl's return value to drive the entry-processing loop, since
25100         we can't rely on the value of the vmt_length member in the last
25101         entry.  On some systems doing so could result in exhausting
25102         virtual memory.  Based in part on a patch from Mike Jetzer.
25103
25104 2003-04-04  Bruno Haible  <bruno@clisp.org>
25105
25106         * modules/linebreak: New file.
25107         * MODULES.html.sh (func_all_modules): Add it.
25108
25109 2003-04-04  Bruno Haible  <bruno@clisp.org>
25110
25111         * m4/linebreak.m4: New file.
25112
25113 2003-04-04  Bruno Haible  <bruno@clisp.org>
25114
25115         * lib/linebreak.h: New file, from GNU gettext.
25116         * lib/linebreak.c: New file, from GNU gettext with slight
25117         modifications.
25118         * lib/lbrkprop.h: New file, from GNU gettext.
25119
25120 2003-04-03  Bruno Haible  <bruno@clisp.org>
25121
25122         * modules/utf8-ucs4: New file.
25123         * modules/utf16-ucs4: New file.
25124         * modules/ucs4-utf8: New file.
25125         * modules/ucs4-utf16: New file.
25126         * MODULES.html.sh (func_all_modules): Add them.
25127
25128 2003-04-03  Bruno Haible  <bruno@clisp.org>
25129
25130         * m4/utf-ucs4.m4: New file.
25131         * m4/ucs4-utf.m4: New file.
25132
25133 2003-04-03  Bruno Haible  <bruno@clisp.org>
25134
25135         * lib/utf8-ucs4.h: New file, from GNU gettext.
25136         * lib/utf16-ucs4.h: New file, from GNU gettext.
25137         * lib/ucs4-utf8.h: New file, from GNU gettext.
25138         * lib/ucs4-utf16.h: New file, from GNU gettext.
25139
25140 2003-04-02  Bruno Haible  <bruno@clisp.org>
25141
25142         * modules/binary-io: New file.
25143         * MODULES.html.sh (func_all_modules): Add it.
25144
25145 2003-04-02  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/binary-io.h: New file, from GNU gettext.
25148
25149 2003-04-01  Bruno Haible  <bruno@clisp.org>
25150
25151         * modules/pathname: New file.
25152         * MODULES.html.sh (func_all_modules): Add it.
25153
25154 2003-04-01  Bruno Haible  <bruno@clisp.org>
25155
25156         * lib/pathname.h: New file, from GNU gettext.
25157         * lib/concatpath.c: New file, from GNU gettext.
25158
25159 2003-03-30  Bruno Haible  <bruno@clisp.org>
25160
25161         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
25162
25163 2003-03-30  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
25166         function chown() doesn't exist.
25167
25168 2003-03-28  Bruno Haible  <bruno@clisp.org>
25169
25170         * modules/copy-file: New file.
25171         * MODULES.html.sh (func_all_modules): Add it.
25172
25173 2003-03-28  Bruno Haible  <bruno@clisp.org>
25174
25175         * m4/copy-file.m4: New file.
25176
25177 2003-03-28  Bruno Haible  <bruno@clisp.org>
25178
25179         * lib/copy-file.h: New file, from GNU gettext.
25180         * lib/copy-file.c: New file, from GNU gettext.
25181
25182 2003-03-18  Jim Meyering  <jim@meyering.net>
25183
25184         * lib/quote.c (quote_n): Fix typo in comment.
25185
25186 2003-03-18  Bruno Haible  <bruno@clisp.org>
25187
25188         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
25189         checking.
25190         * m4/onceonly_2_57.m4: Likewise.
25191
25192 2003-03-17  Bruno Haible  <bruno@clisp.org>
25193
25194         * m4/onceonly.m4: Require autoconf 2.54 or newer.
25195         (m4_quote): Remove macro.
25196         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
25197
25198 2003-03-14  Jim Meyering  <jim@meyering.net>
25199
25200         Merge changes from Coreutils.
25201         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
25202         to be const, in order to avoid warnings.
25203         (obstack_room): Likewise.
25204         (obstack_empty_p): Likewise.
25205
25206 2003-03-14  Bruno Haible  <bruno@clisp.org>
25207
25208         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
25209         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
25210
25211 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25212
25213         Merge changes from Bison.
25214         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
25215         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
25216         when compiling Bison 1.875's `bitset bset = obstack_alloc
25217         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
25218         * lib/hash.c: Include <stdbool.h> unconditionally.
25219
25220 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25221
25222         * m4/onceonly.m4 (m4_quote): New macro.
25223         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
25224         Quote AC_FOREACH variable-expansions properly.
25225
25226 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25227
25228         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
25229
25230 2003-03-09  Paul Eggert  <eggert@twinsun.com>
25231
25232         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
25233         Reported by Bruce Becker; see:
25234         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
25235
25236 2003-03-03  Paul Eggert  <eggert@twinsun.com>
25237             Bruno Haible  <bruno@clisp.org>
25238
25239         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
25240         Reported by John Hughes, see
25241         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
25242
25243 2003-02-20  Bruno Haible  <bruno@clisp.org>
25244
25245         * MODULES.html.sh (func_all_modules): Add poll.
25246
25247 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25248
25249         * modules/poll: New file.
25250
25251 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25252
25253         * lib/poll_.h: New file.
25254         * lib/poll.c: New file.
25255
25256 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25257
25258         * m4/poll.m4: New file.
25259
25260 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25261
25262         * modules/mathl: New file.
25263
25264 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25265
25266         * lib/mathl.h: New file.
25267         * lib/acosl.c: New file.
25268         * lib/asinl.c: New file.
25269         * lib/atanl.c: New file.
25270         * lib/ceill.c: New file.
25271         * lib/cosl.c: New file.
25272         * lib/expl.c: New file.
25273         * lib/floorl.c: New file.
25274         * lib/frexpl.c: New file.
25275         * lib/ldexpl.c: New file.
25276         * lib/logl.c: New file.
25277         * lib/sincosl.c: New file.
25278         * lib/sinl.c: New file.
25279         * lib/sqrtl.c: New file.
25280         * lib/tanl.c: New file.
25281         * lib/trigl.c: New file.
25282         * lib/trigl.h: New file.
25283
25284 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25285
25286         * m4/mathl.m4: New file.
25287
25288 2003-02-18  Bruno Haible  <bruno@clisp.org>
25289
25290         * MODULES.html.sh (func_all_modules): Add mathl.
25291
25292 2003-02-17  Bruno Haible  <bruno@clisp.org>
25293
25294         * modules/mkdtemp: New module.
25295         * MODULES.html.sh (func_all_modules): Add it.
25296
25297 2003-02-17  Bruno Haible  <bruno@clisp.org>
25298
25299         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
25300
25301 2003-02-17  Bruno Haible  <bruno@clisp.org>
25302
25303         * lib/mkdtemp.h: New file, from GNU gettext.
25304         * lib/mkdtemp.c: New file, from GNU gettext.
25305
25306 2003-02-02  Jim Meyering  <jim@meyering.net>
25307
25308         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
25309         e.g. glibc-2.2.93.
25310
25311 2003-01-31  Bruno Haible  <bruno@clisp.org>
25312
25313         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
25314         'rpl_rename'.
25315         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
25316         'rpl_strnlen'.
25317         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
25318         'rpl_strtod'.
25319         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
25320         'rpl_utime'.
25321
25322 2003-01-31  Bruno Haible  <bruno@clisp.org>
25323
25324         * lib/rename.c: #undef rename before defining rpl_rename.
25325         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
25326
25327 2003-01-30  Bruno Haible  <bruno@clisp.org>
25328
25329         * modules/vasnprintf, modules/vasprintf: New modules.
25330         * MODULES.html.sh (func_all_modules): Add them.
25331
25332 2003-01-30  Bruno Haible  <bruno@clisp.org>
25333
25334         * m4/signed.m4: New file, from GNU gettext.
25335         * m4/longdouble.m4: New file, from GNU gettext.
25336         * m4/wchar_t.m4: New file, from GNU gettext.
25337         * m4/wint_t.m4: New file, from GNU gettext.
25338         * m4/vasnprintf.m4: New file.
25339         * m4/vasprintf.m4: New file.
25340
25341 2003-01-30  Bruno Haible  <bruno@clisp.org>
25342
25343         * lib/printf-args.h: New file, from GNU gettext.
25344         * lib/printf-args.c: New file, from GNU gettext.
25345         * lib/printf-parse.h: New file, from GNU gettext.
25346         * lib/printf-parse.c: New file, from GNU gettext.
25347         * lib/vasnprintf.h: New file, from GNU gettext.
25348         * lib/vasnprintf.c: New file, from GNU gettext.
25349         * lib/asnprintf.c: New file, from GNU gettext.
25350         * lib/vasprintf.h: New file, from GNU gettext with modifications.
25351         * lib/vasprintf.c: New file, from GNU gettext.
25352         * lib/asprintf.c: New file, from GNU gettext.
25353
25354 2003-01-29  Bruno Haible  <bruno@clisp.org>
25355
25356         * modules/stpncpy: New module.
25357         * MODULES.html.sh (func_all_modules): Add it.
25358
25359 2003-01-29  Bruno Haible  <bruno@clisp.org>
25360
25361         * m4/stpncpy.m4: New file.
25362
25363 2003-01-29  Bruno Haible  <bruno@clisp.org>
25364
25365         * lib/stpncpy.h: New file, from GNU gettext with modifications.
25366         * lib/stpncpy.c: New file, from GNU gettext with modifications.
25367
25368 2003-01-28  Bruno Haible  <bruno@clisp.org>
25369
25370         * modules/c-ctype: New module.
25371         * MODULES.html.sh (func_all_modules): Add it.
25372
25373 2003-01-28  Bruno Haible  <bruno@clisp.org>
25374
25375         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
25376         Paul Eggert.
25377         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
25378         Paul Eggert.
25379
25380 2003-01-27  Bruno Haible  <bruno@clisp.org>
25381
25382         * modules/xsetenv: New module.
25383         * MODULES.html.sh (func_all_modules): Add it.
25384
25385 2003-01-27  Bruno Haible  <bruno@clisp.org>
25386
25387         * lib/xsetenv.h: New file, from GNU gettext.
25388         * lib/xsetenv.c: New file, from GNU gettext.
25389
25390 2003-01-23  Jim Meyering  <jim@meyering.net>
25391
25392         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
25393         from working on systems without dirfd (at least Irix and OSF1/Tru64).
25394
25395 2003-01-23  Bruno Haible  <bruno@clisp.org>
25396
25397         * modules/minmax: New module.
25398         * MODULES.html.sh (func_all_modules): Add it.
25399
25400 2003-01-23  Bruno Haible  <bruno@clisp.org>
25401
25402         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
25403         Eggert.
25404
25405 2003-01-22  Bruno Haible  <bruno@clisp.org>
25406
25407         * modules/exit: New module.
25408         * MODULES.html.sh (func_all_modules): Add it.
25409
25410 2003-01-22  Bruno Haible  <bruno@clisp.org>
25411
25412         * lib/exit.h: New file, from GNU gettext.
25413
25414 2003-01-19  Bruno Haible  <bruno@clisp.org>
25415
25416         * gnulib-tool: Recognize option --extract-maintainer.
25417         (func_get_maintainer): New function.
25418         * modules/*: Add Maintainer entry.
25419
25420 2003-01-16  Jim Meyering  <jim@meyering.net>
25421
25422         * m4/regex.m4: The `regex' struct is both input and output.
25423         Initialize it before each use.  Patch by Tim Waugh.
25424
25425 2003-01-16  Bruno Haible  <bruno@clisp.org>
25426
25427         * MODULES.html.sh: Add a table of contents. Add the module name as
25428         leftmost column. Add hyperlinks.
25429
25430 2003-01-15  Bruno Haible  <bruno@clisp.org>
25431
25432         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
25433
25434 2003-01-15  Bruno Haible  <bruno@clisp.org>
25435
25436         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
25437         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
25438         suffix.
25439
25440 2003-01-15  Bruno Haible  <bruno@clisp.org>
25441
25442         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
25443
25444 2003-01-15  Bruno Haible  <bruno@clisp.org>
25445
25446         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
25447         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
25448
25449 2003-01-14  Jim Meyering  <jim@meyering.net>
25450
25451         * lib/same.c (same_name): Tweak a comment.
25452
25453 2003-01-14  Bruno Haible  <bruno@clisp.org>
25454
25455         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
25456         when a string comparison is sufficient.
25457
25458 2003-01-14  Bruno Haible  <bruno@clisp.org>
25459
25460         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
25461         'unsigned int'.
25462
25463 2003-01-14  Bruno Haible  <bruno@clisp.org>
25464
25465         * lib/hash-pjw.c: Add comment about low quality of this function.
25466
25467 2003-01-13  Bruno Haible  <bruno@clisp.org>
25468
25469         * modules/stpcpy: Distribute lib/stpcpy.h.
25470         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
25471
25472 2003-01-13  Bruno Haible  <bruno@clisp.org>
25473
25474         * modules/*: Add a description.
25475         * modules/strpbrk: Fix Makefile.am snippet.
25476         * modules/strtoimax: Fix dependencies.
25477         * modules/strtoumax: Likewise.
25478
25479 2003-01-13  Bruno Haible  <bruno@clisp.org>
25480
25481         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
25482         * modules/alloca (Makefile.am): All object files depend on alloca.h.
25483         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
25484
25485 2003-01-13  Bruno Haible  <bruno@clisp.org>
25486
25487         * gnulib-tool (func_create_testdir): Store config/* files in the main
25488         directory.
25489         * config.rpath: Move to ...
25490         * config/config.rpath: ... here.
25491         * modules/gettext: Contains config/config.rpath, not config.rpath.
25492         * modules/iconv: Likewise.
25493
25494 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25495
25496         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25497         to avoid collisions with libcurses and libreadline.
25498
25499         * m4/getstr.m4: Remove.
25500         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
25501
25502 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25503
25504         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25505         to avoid collisions with libcurses and libreadline.
25506
25507         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
25508         * lib/getstr.h, getstr.c: Remove.
25509         * lib/getline.c: Include "getline.h", to check interface.
25510         Move body of old getstr.c here: this defines MIN_CHUNK and
25511         declares getdelim2, which is renamed from getstr.
25512         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
25513
25514         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
25515         All uses changed.
25516         * lib/linebuffer.h: Likewise.
25517         (readline): Remove backward-compatibility macro.
25518
25519 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25520
25521         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25522         to avoid collisions with libcurses and libreadline.
25523         * getstr: Remove.
25524         * MODULES.html.sh: Remove getstr.
25525         * modules/getline: Depend on unlocked-io, not getstr.
25526
25527 2003-01-12  Jim Meyering  <jim@meyering.net>
25528
25529         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
25530
25531 2003-01-10  Bruno Haible  <bruno@clisp.org>
25532
25533         * modules/alloca: Change Makefile.am requirements. Simplify Include
25534         requirements. Add lib/alloca_.h to file list.
25535
25536 2003-01-10  Bruno Haible  <bruno@clisp.org>
25537
25538         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
25539
25540 2003-01-10  Bruno Haible  <bruno@clisp.org>
25541
25542         * lib/alloca_.h: New file.
25543         * lib/getdate.y: Unconditionally include alloca.h.
25544         * lib/makepath.c: Likewise.
25545         * lib/setenv.c: Likewise.
25546         * lib/userspec.c: Likewise.
25547
25548 2003-01-09  Karl Berry  <karl@gnu.org>
25549
25550         * MODULES.html.sh: include `dirname $0` in PATH, to find
25551         gnulib-tool.
25552
25553 2003-01-09  Bruno Haible  <bruno@clisp.org>
25554
25555         * modules/stdbool: Change configure.ac, Makefile.am requirements.
25556         Simplify Include requirements. Add lib/stdbool.h.in to file list.
25557
25558 2003-01-09  Bruno Haible  <bruno@clisp.org>
25559
25560         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
25561
25562 2003-01-09  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/stdbool.h.in: New file.
25565
25566 2003-01-09  Bruno Haible  <bruno@clisp.org>
25567
25568         * gnulib-tool (func_all_modules): Ignore files ending in ~.
25569         * MODULES.html.sh: Likewise.
25570
25571 2003-01-08  Jim Meyering  <jim@meyering.net>
25572
25573         * lib/full-write.c: Undefine and define-away `const' after inclusion
25574         of errno.h, not before.  Suggestion from Bruno Haible.
25575
25576 2003-01-08  Bruno Haible  <bruno@clisp.org>
25577
25578         * modules/full-read: Depend on full-write.
25579
25580 2003-01-08  Bruno Haible  <bruno@clisp.org>
25581
25582         * lib/safe-read.c: Include specification header first, to ensure its
25583         selfcontainedness.
25584         * lib/full-write.c: Likewise.
25585
25586 2003-01-07  Jim Meyering  <jim@meyering.net>
25587
25588         * lib/full-write.c: Rework so that it may serve to define full_read,
25589         too.
25590         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
25591
25592 2003-01-07  Bruno Haible  <bruno@clisp.org>
25593
25594         * lib/strtoimax.c: Include <stdint.h> as an alternative to
25595         <inttypes.h>.
25596         * lib/xstrtol.h: Likewise.
25597         * lib/xstrtoimax.c: Likewise.
25598         * lib/xstrtoumax.c: Likewise.
25599         * lib/human.h: Likewise.
25600
25601         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
25602         on systems that have <inttypes.h> but not <stdint.h>.
25603
25604 2003-01-07  Bruno Haible  <bruno@clisp.org>
25605
25606         * MODULES.html.sh: Add copyright notice.
25607         (missed_files): Omit CVS directory entries.
25608         (func_module): Make it work with sed-3.02.
25609         * MODULES.txt: Remove file.
25610
25611 2003-01-06  Jim Meyering  <jim@meyering.net>
25612
25613         * lib/version-etc.c: Update year in translatable copyright string.
25614
25615 2003-01-03  Karl Berry  <karl@gnu.org>
25616
25617         * config/config.{guess,sub}: update from prep.
25618
25619 2003-01-02  Karl Berry  <karl@gnu.org>
25620
25621         * doc/COPYING.DOC: belatedly updated to 1.2.
25622
25623 2003-01-01  Karl Berry  <karl@gnu.org>
25624
25625         * gnulib-tool (func_verify_module): report module name $module in
25626         error message, not $1.
25627         * gnulib-tool (create-testdir): don't complain if destdir couldn't
25628         be created, only if it doesn't exist.
25629         * gnulib-tool (last_checkin_date): don't expand the $Date here.
25630
25631 2002-12-31  Paul Eggert  <eggert@twinsun.com>
25632
25633         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
25634
25635 2002-12-31  Paul Eggert  <eggert@twinsun.com>
25636
25637         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
25638         memcmp if strcoll doesn't work.
25639
25640 2002-12-31  Bruno Haible  <bruno@clisp.org>
25641
25642         * lib/utime.c (utime_null): No need to call ftruncate if the file was
25643         nonempty.
25644
25645 2002-12-31  Bruno Haible  <bruno@clisp.org>
25646
25647         * lib/memcoll.c (STRCOLL): New macro.
25648         (memcoll): Use it.
25649
25650 2002-12-31  Bruno Haible  <bruno@clisp.org>
25651
25652         * lib/localcharset.h: New file.
25653         * lib/localcharset.c: Include it.
25654         * lib/unicodeio.c: Likewise.
25655
25656 2002-12-31  Bruno Haible  <bruno@clisp.org>
25657
25658         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
25659         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
25660
25661 2002-12-31  Bruno Haible  <bruno@clisp.org>
25662
25663         * lib/getline.h: Include <stddef.h>, for size_t.
25664
25665         * lib/unicodeio.h: Include <stddef.h>, for size_t.
25666         * lib/unicodeio.c: Don't include <stddef.h>.
25667
25668 2002-12-31  Bruno Haible  <bruno@clisp.org>
25669
25670         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
25671         HAVE_TM_ZONE.
25672
25673 2002-12-24  Karl Berry  <karl@gnu.org>
25674
25675         * config/config.guess: update from prep.
25676
25677 2002-12-24  Bruno Haible  <bruno@clisp.org>
25678
25679         General infrasructure.
25680         * m4/README: Rewritten.
25681         * m4/onceonly.m4: New file.
25682         * m4/onceonly_2_57.m4: New file.
25683
25684         Module atexit.
25685         * m4/atexit.m4: New file.
25686
25687         Module strtod.
25688         * m4/strtod.m4: New file.
25689
25690         Module strtol.
25691         * m4/strtol.m4: New file.
25692
25693         Module strtoul.
25694         * m4/strtoul.m4: New file.
25695
25696         Module memchr.
25697         * m4/memchr.m4: New file.
25698
25699         Module memcmp.
25700         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
25701         (jm_FUNC_MEMCMP): Invoke it.
25702
25703         Module memcpy.
25704         * m4/memcpy.m4: New file.
25705
25706         Module memmove.
25707         * m4/memmove.m4: New file.
25708
25709         Module memset.
25710         * m4/memset.m4: New file.
25711
25712         Module strcspn.
25713         * m4/strcspn.m4: New file.
25714
25715         Module strpbrk.
25716         * m4/strpbrk.m4: New file.
25717
25718         Module strstr.
25719         * m4/strstr.m4: New file.
25720
25721         Module strerror.
25722         * m4/strerror.m4: New file.
25723
25724         Module mktime.
25725         * m4/mktime.m4: Renamed from jm-mktime.m4.
25726         (gl_PREREQ_MKTIME): New macro.
25727         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
25728
25729         Module malloc.
25730         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
25731         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
25732         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
25733
25734         Module realloc.
25735         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
25736         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
25737         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
25738
25739         Module strftime.
25740         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
25741         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
25742         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
25743         gl_TM_GMTOFF.
25744         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
25745
25746         Module xalloc.
25747         * m4/xalloc.m4: New file.
25748
25749         Module alloca.
25750         * m4/alloca.m4: New file.
25751
25752         Module putenv.
25753         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
25754         (jm_FUNC_PUTENV): Invoke it.
25755
25756         Module setenv.
25757         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
25758         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
25759         when invoked twice.
25760         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
25761         gt_FUNC_SETENV.
25762
25763         Module memrchr.
25764         * m4/memrchr.m4: New file.
25765
25766         Module stpcpy.
25767         * m4/stpcpy.m4: New file.
25768
25769         Module strcase.
25770         * m4/strcase.m4: New file.
25771
25772         Module strdup.
25773         * m4/strdup.m4: New file.
25774
25775         Module strnlen.
25776         * m4/strnlen.m4: New file.
25777
25778         Module strndup.
25779         * m4/strndup.m4: New file.
25780
25781         Module xstrtod.
25782         * m4/xstrtod.m4: New file.
25783
25784         Module xstrtol.
25785         * m4/xstrtol.m4: New file.
25786
25787         Module getdate.
25788         * m4/getdate.m4: New file.
25789
25790         Module unlocked-io.
25791         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
25792         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
25793         * m4/jm-glibc-io.m4n: Remove file.
25794
25795         Module long-options.
25796         * m4/long-options.m4: New file.
25797
25798         Module md5.
25799         * m4/md5.m4: New file.
25800
25801         Module sha.
25802         * m4/sha.m4: New file.
25803
25804         Module getstr.
25805         * m4/getstr.m4: New file.
25806
25807         Module getline.
25808         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
25809         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
25810         <sys/types.h>, for size_t. Use the function name gnu_getline, not
25811         simply getline. Infoke gl_PREREQ_GETLINE.
25812
25813         Module obstack.
25814         * m4/obstack.m4: New file.
25815
25816         Module hash.
25817         * m4/hash.m4: New file.
25818
25819         Module readtokens.
25820         * m4/readtokens.m4: New file.
25821
25822         Module strverscmp.
25823         * m4/strverscmp.m4: New file.
25824
25825         Module stdbool.
25826         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
25827         OSF/1.
25828
25829         Module strtoll.
25830         * m4/strtoll.m4: New file.
25831
25832         Module strtoull.
25833         * m4/strtoull.m4: New file.
25834
25835         Module strtoimax.
25836         * m4/strtoimax.m4: New file.
25837
25838         Module strtoumax.
25839         * m4/strtoumax.m4: New file.
25840
25841         Module xstrtoimax.
25842         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
25843         jm_AC_PREREQ_XSTRTOIMAX.
25844         Moved the strtol prerequisites to strtol.m4.
25845         Moved the strtoll prerequisites to strtoll.m4.
25846         Moved the strtoimax prerequisites to strtoimax.m4.
25847
25848         Module xstrtoumax.
25849         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
25850         jm_AC_PREREQ_XSTRTOUMAX.
25851         Moved the strtoul prerequisites to strtoul.m4.
25852         Moved the strtoull prerequisites to strtoull.m4.
25853         Moved the strtoumax prerequisites to strtoumax.m4.
25854
25855         Module chown.
25856         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
25857         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
25858
25859         Module dup2.
25860         * m4/dup2.m4: New file.
25861
25862         Module ftruncate.
25863         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
25864         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
25865
25866         Module getgroups.
25867         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
25868         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
25869
25870         Module gettimeofday.
25871         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
25872         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
25873         gl_PREREQ_GETTIMEOFDAY.
25874
25875         Module mkdir.
25876         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
25877         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
25878
25879         Module mkstemp.
25880         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
25881         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
25882         jm_AC_TYPE_UINTMAX_T.
25883         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
25884
25885         Module stat.
25886         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
25887         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
25888
25889         Module lstat.
25890         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
25891         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
25892
25893         Module timespec.
25894         * m4/timespec.m4 (gl_TIMESPEC): New macro.
25895         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
25896         * m4/st_mtim.m4: Indentation.
25897
25898         Module nanosleep.
25899         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
25900         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
25901         gl_PREREQ_NANOSLEEP.
25902
25903         Module regex.
25904         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
25905         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
25906         (gl_REGEX): New macro.
25907
25908         Module rename.
25909         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
25910         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
25911
25912         Module rmdir.
25913         * m4/rmdir.m4: New file.
25914
25915         Module utime.
25916         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
25917         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
25918         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
25919
25920         Module dirname.
25921         * m4/dirname.m4: New file.
25922
25923         Module getopt.
25924         * m4/getopt.m4: New file.
25925
25926         Module unistd-safer.
25927         * m4/unistd-safer.m4: New file.
25928
25929         Module fnmatch.
25930         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
25931         declaration.
25932         (gl_PREREQ_FNMATCH_EXTRA): New macro.
25933         (gl_FUNC_FNMATCH_POSIX): New macro.
25934         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
25935         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
25936         simply fnmatch.
25937
25938         Module exclude.
25939         * m4/exclude.m4: New file.
25940
25941         Module human.
25942         * m4/human.m4: New file.
25943
25944         Module acl.
25945         * m4/acl.m4: Nop.
25946
25947         Module backupfile.
25948         * m4/backupfile.m4: New file.
25949         * m4/d-ino.m4: Indentation.
25950
25951         Module fsusage.
25952         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
25953         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
25954         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
25955
25956         Module dirfd.
25957         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
25958         requirements.
25959
25960         Module euidaccess.
25961         * m4/euidaccess.m4: New file.
25962
25963         Module file-type.
25964         * m4/file-type.m4: New file.
25965
25966         Module fileblocks.
25967         * m4/fileblocks.m4: New file.
25968
25969         Module filemode.
25970         * m4/filemode.m4: New file.
25971
25972         Module isdir.
25973         * m4/isdir.m4: New file.
25974
25975         Module lchown.
25976         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
25977         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
25978
25979         Module makepath.
25980         * m4/makepath.m4: New file.
25981
25982         Module modechange.
25983         * m4/modechange.m4: New file.
25984
25985         Module mountlist.
25986         * m4/mountlist.m4: New file.
25987         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
25988         Indentation.
25989
25990         Module path-concat.
25991         * m4/path-concat.m4: New file.
25992
25993         Module pathmax.
25994         * m4/pathmax.m4: New file.
25995
25996         Module same.
25997         * m4/same.m4: New file.
25998
25999         Module save-cwd.
26000         * m4/save-cwd.m4: New file.
26001
26002         Module savedir.
26003         * m4/savedir.m4: New file.
26004
26005         Module xgetcwd.
26006         * m4/xgetcwd.m4: New file.
26007         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26008
26009         Module xreadlink.
26010         * m4/xreadlink.m4: New file.
26011
26012         Module safe-read.
26013         * m4/safe-read.m4: New file.
26014
26015         Module safe-write.
26016         * m4/safe-write.m4: New file.
26017
26018         Module closeout.
26019         * m4/closeout.m4: New file.
26020
26021         Module stdio-safer.
26022         * m4/stdio-safer.m4: New file.
26023
26024         Module getpass.
26025         * m4/getpass.m4: New file.
26026
26027         Module getugroups.
26028         * m4/getugroups.m4: New file.
26029
26030         Module group-member.
26031         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26032         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26033
26034         Module idcache.
26035         * m4/idcache.m4: New file.
26036
26037         Module userspec.
26038         * m4/userspec.m4: New file.
26039
26040         Module gettime.
26041         * m4/clock_time.m4: New file.
26042         * m4/gettime.m4: New file.
26043
26044         Module settime.
26045         * m4/settime.m4: New file.
26046
26047         Module posixtm.
26048         * m4/posixtm.m4: New file.
26049
26050         Module gethostname.
26051         * m4/gethostname.m4: New file.
26052
26053         Module canon-host.
26054         * m4/canon-host.m4: New file.
26055
26056         Module gettext.
26057         * m4/codeset.m4: New file, from gettext-0.11.5.
26058         * m4/gettext.m4: New file, from gettext-0.11.5.
26059         * m4/glibc21.m4: New file, from gettext-0.11.5.
26060         * m4/iconv.m4: New file, from gettext-0.11.5.
26061         * m4/intdiv0.m4: New file, from gettext-0.11.5.
26062         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
26063         * m4/inttypes.m4: New file, from gettext-0.11.5.
26064         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
26065         * m4/isc-posix.m4: New file, from gettext-0.11.5.
26066         * m4/lcmessage.m4: New file, from gettext-0.11.5.
26067         * m4/lib-ld.m4: New file, from gettext-0.11.5.
26068         * m4/lib-link.m4: New file, from gettext-0.11.5.
26069         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
26070         * m4/progtest.m4: New file, from gettext-0.11.5.
26071         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
26072         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
26073         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
26074
26075         Module localcharset.
26076         * m4/localcharset.m4: New file.
26077
26078         Module hard-locale.
26079         * m4/hard-locale.m4: New file.
26080
26081         Module mbswidth.
26082         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
26083         onceonly macros.
26084         * m4/mbrtowc.m4: Add comment.
26085
26086         Module memcasecmp.
26087         * m4/memcasecmp.m4: New file.
26088
26089         Module memcoll.
26090         * m4/memcoll.m4: New file.
26091
26092         Module unicodeio.
26093         * m4/unicodeio.m4: New file.
26094
26095         Module rpmatch.
26096         * m4/rpmatch.m4: New file.
26097
26098         Module yesno.
26099         * m4/yesno.m4: New file.
26100
26101         Module exitfail.
26102         * m4/exitfail.m4: New file.
26103
26104         Module c-stack.
26105         * m4/c-stack.m4 (gl_C_STACK): New macro.
26106         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
26107
26108         Module error.
26109         * m4/error.m4 (gl_ERROR): New macro.
26110         (jm_PREREQ_ERROR): Use onceonly macros.
26111
26112         Module fatal.
26113         * m4/fatal.m4: New file.
26114
26115         Module getloadavg.
26116         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
26117         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
26118
26119         Module getpagesize.
26120         * m4/getpagesize.m4: New file.
26121
26122         Module getusershell.
26123         * m4/getusershell.m4: New file.
26124
26125         Module physmem.
26126         * m4/physmem.m4: New file.
26127
26128         Module posixver.
26129         * m4/posixver.m4: New file.
26130
26131         Module quotearg.
26132         * m4/quotearg.m4: New file.
26133
26134         Module quote.
26135         * m4/quote.m4: New file.
26136
26137         Module readutmp.
26138         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
26139
26140         Module sig2str.
26141         * m4/sig2str.m4: New file.
26142
26143         Other.
26144         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
26145         ulonglong.m4.
26146         * m4/intmax_t.m4: New file.
26147         * m4/d-type.m4: Indentation.
26148         * m4/jm-macros.m4: Update.
26149         * m4/prereq.m4 (jm_PREREQ): Update.
26150         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
26151         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
26152         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
26153         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
26154         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
26155         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
26156         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
26157         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
26158         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
26159         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
26160         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
26161         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
26162         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
26163         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
26164         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
26165         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
26166         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
26167         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
26168         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
26169
26170 2002-12-24  Bruno Haible  <bruno@clisp.org>
26171
26172         * MODULES.txt: Update according to m4/ changes.
26173
26174         Module gettext.
26175         * config.rpath: New file, from gettext-0.11.5.
26176
26177         * modules/*: New module descriptions.
26178         * gnulib-tool: New file.
26179         * MODULES.html.sh: New file.
26180
26181 2002-12-21  Karl Berry  <karl@gnu.org>
26182
26183         * doc/fdl.texi: update to version 1.2.
26184
26185 2002-12-19  Karl Berry  <karl@gnu.org>
26186
26187         * config/config.guess: update from prep.
26188
26189 2002-12-18  Bruno Haible  <bruno@clisp.org>
26190
26191         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
26192         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
26193
26194 2002-12-17  Bruno Haible  <bruno@clisp.org>
26195
26196         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
26197         stdlib.h, string.h.
26198
26199 2002-12-17  Bruno Haible  <bruno@clisp.org>
26200
26201         * lib/canon-host.c (strdup): Remove unused declaration.
26202
26203         * lib/fsusage.c: Include full_read.h.
26204         (get_fs_usage): Use full_read instead of safe_read.
26205
26206         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
26207
26208 2002-12-12  Karl Berry  <karl@gnu.org>
26209
26210         * config/config.guess: update from prep.
26211
26212 2002-12-11  Bruno Haible  <bruno@clisp.org>
26213
26214         * m4/setenv.m4: New file, from gettext-0.11.5.
26215
26216 2002-12-11  Bruno Haible  <bruno@clisp.org>
26217
26218         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
26219         not unsetenv().
26220         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
26221         modifications:
26222
26223         2002-12-11  Bruno Haible  <bruno@clisp.org>
26224
26225                 * setenv.c (alloca): Fall back to malloc.
26226                 (freea): New macro.
26227                 (setenv): Use freea() to free memory allocated with alloca().
26228
26229         2002-11-13  Bruno Haible  <bruno@clisp.org>
26230
26231                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
26232                 function declarations.
26233                 * unsetenv.c (unsetenv): Likewise.
26234
26235         2002-03-04  Bruno Haible  <bruno@clisp.org>
26236
26237                 Portability to AIX 4.3.3.
26238                 * unsetenv.c: New file, extracted from setenv.c.
26239                 * setenv.c: Move the unsetenv() function to unsetenv.c.
26240
26241         2001-12-20  Bruno Haible  <bruno@clisp.org>
26242
26243                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
26244                 use malloc instead. For SunOS 4.
26245
26246         2001-12-11  Bruno Haible  <bruno@clisp.org>
26247
26248                 * setenv.c: Declare alloca.
26249                 (compar_fn_t): New typedef.
26250                 (KNOWN_VALUE, STORE_VALUE): Use it.
26251
26252         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
26253         setenv.h.
26254
26255 2002-12-10  Paul Eggert  <eggert@twinsun.com>
26256
26257         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
26258         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
26259         Choose values that are less likely to collide with system fnmatch
26260         options.
26261         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
26262         defined (e.g., a pure POSIX system).
26263         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
26264         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
26265
26266 2002-12-06  Paul Eggert  <eggert@twinsun.com>
26267
26268         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
26269         a pain in practice to deal with generated m4 files.  This change
26270         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
26271
26272         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
26273         and jm-glibc-io.m4, as they are no longer a special case.
26274         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
26275         kludge and the auto-generation stuff.  Check only whether the
26276         functions are declared, not whether they exist, since older hosts
26277         that don't declare the functions can't use the optimization anyway.
26278
26279 2002-12-06  Jim Meyering  <jim@meyering.net>
26280
26281         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
26282
26283         Merge in changes from libc's misc/error.c, in preparation
26284         for the merge of gnulib's changes back into libc.
26285
26286         * lib/error.c (_): Define only if not already defined.
26287         Move definition to follow all #include directives.
26288         Include unlocked-io.h only if !_LIBC.
26289         [_LIBC]: Include <libio/libioP.h>.
26290         [USE_IN_LIBIO]: Include <libio/iolibio.h>
26291         (fflush): Tweak definition to use INTUSE.
26292         (putc): Define.
26293
26294 2002-12-05  Paul Eggert  <eggert@twinsun.com>
26295
26296         * lib/alloca.c [defined emacs]: Include "lisp.h".
26297         (xalloc_die) [defined emacs]: New macro.
26298         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
26299         [! defined emacs]: Include <xalloc.h>.
26300         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
26301         (pointer): Typedef to POINTER_TYPE *.
26302         (malloc): Remove decl; we now always use xmalloc.
26303         (alloca): Use old-style definition, since Emacs needs this.
26304         Check for arithmetic overflow when computing combined size.
26305
26306 2002-12-04  Paul Eggert  <eggert@twinsun.com>
26307
26308         Do not generate unlocked-io.h automatically, since it's easier to
26309         maintain it by hand.
26310
26311         * lib/unlocked-io.h: New file, from GNU diffutils,
26312         but with proper copyright notice and attribution.
26313         * lib/gen-uio: Remove.
26314         * lib/Makefile.am: Add copyright notice.
26315         (libfetish_a_SOURCES): Add unlocked-io.h.
26316         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
26317         (DISTCLEANFILES, io_functions): Remove macros.
26318         (EXTRA_DIST): Remove gen_uio.
26319         (unlocked-io.h): Remove rule.
26320
26321 2002-12-04  Jim Meyering  <jim@meyering.net>
26322
26323         Reflect the fact that stat.c and lstat.c are no longer generated.
26324         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
26325         (DISTCLEANFILES): Likewise.
26326         (EXTRA_DIST): Likewise.
26327         (all_local): Don't depend on stat.c or lstat.c.
26328         (stat.c, lstat.c): Remove rules.
26329         (EXTRA_DIST): Remove xstat.in.
26330
26331         * lib/xstat.in: Remove file.  Contents moved into stat.c.
26332         * lib/stat.c: New file.  Contents mostly from xstat.in.
26333         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
26334         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
26335
26336         * lib/safe-read.c: Rework so that it may serve to define safe_write,
26337         too.
26338         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
26339
26340 2002-12-03  Jim Meyering  <jim@meyering.net>
26341
26342         * lib/safe-read.c, safe-write.c: Change variable names and comments,
26343         but not semantics, to minimize the differences between these two files.
26344         (safe_read): Change comment to mention SAFE_READ_ERROR.
26345
26346         * lib/safe-read.c (IS_EINTR): Define.
26347         (safe_read): Use IS_EINTR in place of in-function cpp directives.
26348
26349 2002-12-02  Jim Meyering  <jim@meyering.net>
26350
26351         * lib/safe-read.c (EINTR): Define.
26352         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26353         (INT_MAX): Provide fallback.
26354         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
26355
26356         * lib/safe-read.h (SAFE_READ_ERROR): Define.
26357
26358 2002-12-02  Bruno Haible  <bruno@clisp.org>
26359
26360         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
26361         Define, taken from safe-read.c.
26362         (INT_MAX): Provide fallback.
26363         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
26364         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
26365
26366         * lib/safe-read.c (EINTR): Remove definition.
26367         (safe_read): Don't use EINTR if it is absent.
26368
26369 2002-12-01  Jim Meyering  <jim@meyering.net>
26370
26371         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
26372         zero.
26373         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
26374
26375 2002-11-27  Paul Eggert  <eggert@twinsun.com>
26376
26377         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
26378         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
26379         with `if (! (value < limit)) abort ();', for readability.
26380
26381 2002-11-26  Karl Berry  <karl@gnu.org>
26382
26383         * lib/strdup.c: copy from libc again, with jim's ok.
26384         * lib/.cppi-disable: re-add strdup.c
26385
26386 2002-11-25  Karl Berry  <karl@gnu.org>
26387
26388         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
26389         instead of "strtol.c".
26390
26391 2002-11-25  Karl Berry  <karl@gnu.org>
26392
26393         * config/install-sh: update from automake for variable quoting, $0 in
26394         error msgs, etc.
26395
26396         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
26397         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
26398         entry.
26399
26400 2002-11-25  Jim Meyering  <jim@meyering.net>
26401
26402         * lib/mktime.c: Sync from libc, now that it has the latest fix.
26403
26404 2002-11-24  Karl Berry  <karl@gnu.org>
26405
26406         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
26407         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
26408
26409 2002-11-24  Jim Meyering  <jim@meyering.net>
26410
26411         Update from coreutils:
26412
26413         * lib/mktime.c: Merge in changes from libc.
26414
26415         Avoid a link-time failure on some Linux systems.
26416         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
26417         (otherwise).
26418         (__mon_yday): Declare with the STATIC attribute.
26419         (__mktime_internal): Likewise.
26420         Based on a report from Greg Schafer.
26421
26422 2002-11-23  Jim Meyering  <jim@meyering.net>
26423
26424         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
26425         Use `unsigned', not `int', as type of index.
26426
26427         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
26428
26429         * lib/fsusage.c: Remove unneeded parentheses around operands of
26430         `defined'.
26431
26432 2002-11-22  Paul Eggert  <eggert@twinsun.com>
26433
26434         * lib/quotearg.h: Allow multiple inclusion by surrounding with
26435         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
26436         so that we can be included first.
26437         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
26438         * lib/quotearg.c: Include quotearg.h immediately after config.h.
26439         No need to include stddef.h or sys/types.h any more.
26440         Surround local include files with "", not "<>".
26441         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
26442         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
26443         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
26444         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
26445         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
26446         (ISPRINT): Remove; no longer needed now that we assume C89.
26447
26448         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
26449         Preserve errno.
26450
26451         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
26452         quotearg_char): Use SIZE_MAX rather than
26453         (size_t) -1 when we are talking about "infinity".
26454
26455         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
26456
26457 2002-11-22  Paul Eggert  <eggert@twinsun.com>
26458
26459         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
26460         hint that one should use `if (! x) abort ();' rather than `assert
26461         (x);', and anyway it's one less thing to worry about configuring.
26462         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
26463         hash_rehash, hash_insert): Use abort rather than assert.
26464
26465 2002-11-22  Bruno Haible  <bruno@clisp.org>
26466
26467         * lib/safe-read.h: Assume C89. Add comments.
26468         (safe_read): Change return type to size_t.
26469         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
26470         byte counts > SSIZE_MAX correctly.
26471         * lib/safe-write.h: New file.
26472         * lib/safe-write.c: New file.
26473         * lib/full-read.h: New file.
26474         * lib/full-read.c: New file.
26475         * lib/full-write.h: Assume C89. Add comments.
26476         * lib/full-write.c: Include safe-write.h.
26477         (full_write): Rewritten to use safe_write.
26478         Suggested by Jim Meyering and Paul Eggert.
26479
26480 2002-11-21  Jim Meyering  <jim@meyering.net>
26481
26482         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
26483
26484         Merge in changes from the coreutils.
26485
26486         2002-09-25  Paul Eggert  <eggert@twinsun.com>
26487         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
26488         <stdint.h>.
26489         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
26490         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
26491         int.  Work more efficiently if X is the same width as uintmax_t.
26492         Do not compare X to -1, to avoid bogus compiler warning.
26493         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
26494         Don't assume that f_frsize and f_bsize are the same type.
26495
26496         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
26497         warning on FreeBSD.
26498
26499         * lib/makepath.c (make_path): Restore umask *before* creating the final
26500         component.
26501         (make_path): Minor reformatting.
26502
26503         * lib/xmalloc.c: Adjust to work with new autoconf macros,
26504         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
26505         HAVE_MALLOC/HAVE_REALLOC.
26506
26507         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
26508         dummy ones.  At least on GNU/Linux systems, `auto' means something
26509         else.
26510         From Michael Stone.
26511
26512 2002-11-21  Bruno Haible  <bruno@clisp.org>
26513
26514         Remove case insensitive option matching.
26515         * lib/argmatch.h (argcasematch): Remove declaration.
26516         (ARGCASEMATCH): Remove macro.
26517         (__xargmatch_internal): Remove case_sensitive argument.
26518         (XARGMATCH): Update.
26519         (XARGCASEMATCH): Remove macro.
26520         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
26521         case_sensitive argument.
26522         (argcasematch): Remove function.
26523         (__xargmatch_internal): Remove case_sensitive argument.
26524         (main): Use XARGMATCH instead of XARGCASEMATCH.
26525
26526         * lib/xmalloc.c: Change compile-time error message. Add comment about
26527         required autoconf version.
26528
26529 2002-11-20  Paul Eggert  <eggert@twinsun.com>
26530
26531         Merge argmatch cleanups from Bison.  Assume C89.
26532
26533         * lib/argmatch.c: Include config.h here, not in argmatch.h.
26534         Include stdlib.h, for EXIT_FAILURE.
26535         Always include <string.h>, since we assume C89.
26536         (EXIT_FAILURE): Remove pre-C89 bug workaround.
26537         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
26538         Include <stddef.h> instead, since it's all we need for size_t.
26539         (PARAMS): Remove.  All uses removed.
26540         (ARRAY_CARDINALITY): Do not bother to #undef.
26541         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
26542         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
26543         Remove unnecessary parentheses.
26544         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
26545         Insert necessary parentheses.
26546         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
26547         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
26548
26549 2002-11-19  Bruno Haible  <bruno@clisp.org>
26550
26551         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
26552         * lib/mbswidth.h: Include <stddef.h>, for size_t.
26553
26554         * lib/mbswidth.h (PARAMS): Remove macro.
26555         (mbswidth, mbsnwidth): Use ANSI C function declarations.
26556         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
26557
26558         * lib/gcd.h (PARAMS): Remove macro.
26559         (gcd): Use ANSI C function declarations.
26560         * lib/gcd.c (gcd): Likewise.
26561
26562 2002-11-15  Bruno Haible  <bruno@clisp.org>
26563
26564         * lib/strcspn.c: Include <stddef.h>.
26565         (strcspn): Use ANSI C function declaration. Change return type to
26566         size_t. Use NULL.
26567         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
26568         (strpbrk): Use NULL.
26569         * lib/strpbrk.h (PARAMS): Remove macro.
26570         (strpbrk): Use ANSI C function declaration.
26571         * lib/strstr.c: Don't include <sys/types.h>.
26572         * lib/strstr.h (PARAMS): Remove macro.
26573         (strstr): Use ANSI C function declarations.
26574
26575 2002-11-14  Karl Berry  <karl@gnu.org>
26576
26577         * config/mkinstalldirs: `do' on separate line, instead of
26578         `for var; do'.
26579
26580 2002-11-06  Bruno Haible  <bruno@clisp.org>
26581
26582         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
26583         * lib/gcd.c (gcd): Likewise.
26584
26585 2002-11-05  Bruno Haible  <bruno@clisp.org>
26586
26587         * lib/gcd.h: New file, from gettext-0.11.5.
26588         * lib/gcd.c: New file, from gettext-0.11.5.
26589
26590 2002-11-05  Bruno Haible  <bruno@clisp.org>
26591
26592         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26593         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26594         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26595         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26596
26597         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
26598         <libintl.h>.
26599         * lib/makepath.c: Include gettext.h instead of <locale.h> and
26600         <libintl.h>.
26601
26602         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
26603         * lib/human.c: Include gettext.h instead of <libintl.h>.
26604         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
26605         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
26606         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
26607         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
26608         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
26609         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
26610         (textdomain): Remove definition.
26611         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
26612
26613         * lib/long-options.c: Remove include of <libintl.h> and definition of
26614         _.
26615         * lib/same.c: Remove include of <libintl.h> and definition of _.
26616
26617 2002-11-04  Owen Taylor  <otaylor@redhat.com>
26618
26619         * lib/config.charset: A few additions for Solaris.
26620
26621 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
26622
26623         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
26624         * lib/localcharset.c (locale_charset): Declare as extern "C".
26625
26626 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
26627
26628         * lib/config.charset: msdos in uk_UA uses CP1125.
26629
26630 2002-11-04  Bruno Haible  <bruno@clisp.org>
26631
26632         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
26633         * lib/strcase.h: New file, from GNU gettext-0.11.5.
26634         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
26635         * lib/strstr.h: New file, from GNU gettext-0.11.5.
26636         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
26637
26638 2002-11-04  Bruno Haible  <bruno@clisp.org>
26639
26640         * lib/localcharset.c (locale_charset): Don't return an empty string.
26641
26642 2002-11-04  Bruno Haible  <bruno@clisp.org>
26643
26644         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
26645         aliases.
26646
26647 2002-11-04  Bruno Haible  <bruno@clisp.org>
26648
26649         * lib/config.charset: Update for newest glibc. Add canonical names
26650         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
26651
26652 2002-11-04  Bruno Haible  <bruno@clisp.org>
26653
26654         * lib/config.charset: Add support for NetBSD.
26655
26656 2002-11-04  Bruno Haible  <bruno@clisp.org>
26657
26658         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
26659
26660 2002-11-01  Bruno Haible  <bruno@clisp.org>
26661
26662         * configure.in: Add AC_CONFIG_AUX_DIR call.
26663         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
26664         test/Makefile.
26665         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
26666
26667 2002-09-28  Karl Berry  <karl@gnu.org>
26668
26669         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
26670         installed automake until the next release, since changes have been
26671         made.
26672
26673 2002-09-25  Karl Berry  <karl@gnu.org>
26674
26675         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
26676         * lib/getopt*: copy from libc/posix.
26677         * lib/gettext.h: copy from gettext.
26678         * lib/.cppi-disable: add strdup.c, gettext.h.
26679
26680 2002-09-25  Karl Berry  <karl@gnu.org>
26681
26682         * config/srclist.txt: enable gettext.h check.
26683         * config/config.{guess,sub}: update from prep.
26684         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
26685                 from automake 1.6.3.
26686         See srclist*.
26687
26688 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
26689
26690         * regex.c (PATFETCH): Remove the translating fetch.
26691         (PATFETCH_RAW): Rename to PATFETCH.
26692         (set_image_of_range): New fun.
26693         (SET_RANGE_TABLE_WORK_AREA): Use it.
26694         (regex_compile): Don't translate the pattern chars so eagerly.
26695         Only do it when inserting an `exactn' bytecode or when handling
26696         a char-range.
26697         (mutually_exclusive_p): Avoid empty statement.
26698
26699 2002-07-06  Jim Meyering  <meyering@lucent.com>
26700
26701         * m4/README: Don't mention Makefile.am.in.
26702         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
26703
26704 2002-07-01  Jim Meyering  <meyering@lucent.com>
26705
26706         * lib/c-stack.c: Include sys/time.h.
26707         From Volker Borchert.
26708
26709 2002-06-26  Paul Eggert  <eggert@twinsun.com>
26710
26711         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
26712
26713 2002-06-26  Paul Eggert  <eggert@twinsun.com>
26714
26715         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
26716         New macro.  Use it uniformly instead of
26717         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
26718         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
26719         reported by Vin Shelton.
26720
26721 2002-06-22  Paul Eggert  <eggert@twinsun.com>
26722
26723         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
26724         Do not assume SA_SIGINFO behavior.
26725         Bug reported by Jim Meyering on NetBSD 1.5.2.
26726
26727 2002-06-22  Jim Meyering  <meyering@lucent.com>
26728
26729         * m4/c-stack.m4: New file, from diffutils-2.8.2.
26730         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
26731
26732         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
26733         now that configure.ac uses AC_GNU_SOURCE.
26734         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
26735         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
26736
26737         Update to latest tools.  Suggestions from Paul Eggert.
26738         * m4/stdbool.m4: New file, from diffutils-2.8.2.
26739         * m4/gnu-source.m4: Update from diffutils-2.8.2.
26740         * m4/fnmatch.m4: Likewise.
26741         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
26742         to AC_HEADER_STDBOOL
26743
26744 2002-06-22  Jim Meyering  <meyering@lucent.com>
26745
26746         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
26747         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
26748
26749 2002-06-22  Jim Meyering  <meyering@lucent.com>
26750
26751         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
26752
26753         * lib/exitfail.c, exitfail.h: Likewise.
26754         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
26755
26756         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
26757         of fnmatch.h.
26758         (EXTRA_DIST): Add fnmatch_loop.c.
26759         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
26760
26761         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
26762         * lib/fnmatch.c: Update from diffutils-2.8.2.
26763         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
26764         * lib/fnmatch.h: Remove file.
26765
26766 2002-06-21  Jim Meyering  <meyering@lucent.com>
26767
26768         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
26769         * m4/mbrtowc.m4: Likewise.
26770
26771         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
26772         * m4/mbswidth.m4: Reflect name change:
26773         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
26774         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26775
26776         * m4/lib-link.m4: Update from gettext-0.11.2.
26777         * m4/gettext.m4: Likewise.
26778
26779         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
26780         From Alfred M. Szmidt.
26781
26782 2002-06-18  Paul Eggert  <eggert@twinsun.com>
26783
26784         * lib/file-type.h: Report an error if neither S_ISREG nor
26785         S_IFREG is defined, instead of using a test specific to glibc
26786         2.2.  This should be safe, since POSIX requires S_ISREG and
26787         Unix Version 7 had S_IFREG.  We don't need to check for
26788         <sys/types.h> since we don't use any symbols that it defines.
26789
26790 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
26791
26792         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
26793         $@-t, so that each temporary file name is unique and valid in the first
26794         8 characters, for operation under DOS.
26795
26796 2002-06-15  Paul Eggert  <eggert@twinsun.com>
26797
26798         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
26799
26800 2002-06-15  Jim Meyering  <meyering@lucent.com>
26801
26802         Work even with DJGPP 2.03, which lacks support for symlinks.
26803         From Richard Dawe.
26804         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
26805         is defined.
26806         * lib/lchown.c (S_ISLNK): Likewise.
26807
26808 2002-06-15  Jim Meyering  <meyering@lucent.com>
26809
26810         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
26811         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
26812         have been included before this file.
26813
26814 2002-06-14  Jim Meyering  <meyering@lucent.com>
26815
26816         * lib/file-type.h: Use the version from diffutils-2.8.2.
26817         * lib/file-type.c: Likewise.
26818
26819 2002-06-07  Jim Meyering  <meyering@lucent.com>
26820
26821         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
26822         They're needed at least for NetBSD 1.5.2.
26823         ($statxfs_includes): Include those same headers.
26824         ($statxfs_includes): Include sys/vfs.h if available.
26825         ($statxfs_includes): Likewise for sys/statvfs.h.
26826         Check for the following members in both structs statfs and statvfs:
26827         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
26828
26829 2002-06-01  Jim Meyering  <meyering@lucent.com>
26830
26831         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
26832         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
26833
26834 2002-05-28  Jim Meyering  <meyering@lucent.com>
26835
26836         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
26837         Reported by Volker Borchert.
26838
26839 2002-05-27  Jim Meyering  <meyering@lucent.com>
26840
26841         Fix a problem seen only on nonconforming systems whereby ls.c's
26842         use of localtime, and then of gettimeofday would cause trouble:
26843         the localtime call used to initialize rpl_gettimeofday's save
26844         mechanism would clobber ls's current local time information so
26845         that in any long listing the first file would always be listed
26846         with date 1970-01-01.  Analysis by Volker Borchert.
26847
26848         * lib/gettimeofday.c (localtime): Undefine.
26849         (rpl_localtime): New function.
26850
26851 2002-05-27  Jim Meyering  <meyering@lucent.com>
26852
26853         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
26854         localtime.
26855
26856         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
26857         use the replacement function; it wouldn't resolve at link time.
26858         Reported by Volker Borchert.
26859
26860 2002-05-22  Jim Meyering  <meyering@lucent.com>
26861
26862         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
26863         file-type.h.
26864         * lib/file-type.h: New file.
26865         * lib/file-type.c (file_type): New file/function.  Extracted from
26866         diffutils.
26867
26868 2002-04-30  Jim Meyering  <meyering@lucent.com>
26869
26870         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
26871
26872 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26873
26874         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
26875
26876 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26877
26878         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
26879         Do not check for alloca.h (no longer used) or stdbool.h (was never
26880         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
26881
26882 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26883
26884         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
26885
26886 2002-04-29  Jim Meyering  <meyering@lucent.com>
26887
26888         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
26889         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
26890         Use AC_FUNC_STRNLEN here instead.
26891
26892         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
26893         With autoconf-2.53a, it's part of AC_PROG_CC.
26894
26895 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26896
26897         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
26898         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
26899
26900 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26901
26902         * lib/sig2str.h, lib/sig2str.c: New files.
26903         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
26904
26905 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26906
26907         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
26908         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
26909         of 127, since 64 is the largest conceivable number for ancient
26910         nonstandard hosts.
26911         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
26912
26913 2002-04-28  Jim Meyering  <meyering@lucent.com>
26914
26915         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
26916
26917 2002-04-24  Jim Meyering  <meyering@lucent.com>
26918
26919         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
26920         (jm_PREREQ): Use it.
26921
26922         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
26923         mach/mach.h fcntl.h.
26924         Check for this function: setlocale.
26925
26926 2002-04-24  Jim Meyering  <meyering@lucent.com>
26927
26928         * lib/gettext.h: New file, from Gettext.
26929         * lib/Makefile.am (INCLUDES): Remove -I../intl.
26930         (libfetish_a_SOURCES): Add gettext.h.
26931
26932 2002-04-16  Jim Meyering  <meyering@lucent.com>
26933
26934         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
26935         ut_pid, ut_id, ut_exit.
26936
26937 2002-04-16  Jim Meyering  <meyering@lucent.com>
26938
26939         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
26940         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
26941         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
26942
26943 2002-04-12  Jim Meyering  <meyering@lucent.com>
26944
26945         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
26946         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
26947         existence of the getmntinfo function.  Needed for Darwin 5.3.
26948
26949         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
26950         This is necessary at least on Darwin 5.3.
26951
26952         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
26953         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
26954         strnlen.o in the library, and that makes some versions of ranlib
26955         object.
26956
26957 2002-04-12  Jim Meyering  <meyering@lucent.com>
26958
26959         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
26960
26961 2002-04-09  Jim Meyering  <meyering@lucent.com>
26962
26963         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
26964         to be more precise.  Rather than saying we're checking whether the
26965         function `works', say what we're testing.
26966         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
26967         Reported by Bruno Haible.
26968
26969 2002-03-10  Jim Meyering  <meyering@lucent.com>
26970
26971         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
26972         Suggestion from Santiago Vila.
26973
26974 2002-03-08  Jim Meyering  <meyering@lucent.com>
26975
26976         * lib/rename.c: Mention that this wrapper is needed also on
26977         mips-dec-ultrix4.4 systems.
26978
26979 2002-03-02  Jim Meyering  <meyering@lucent.com>
26980
26981         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
26982         not HAVE_CLOCK_SETTIME.
26983
26984 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26985
26986         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
26987         Check for clock_settime.
26988
26989 2002-02-27  Paul Eggert  <eggert@twinsun.com>
26990
26991         * lib/nanosleep.h: Rename to....
26992         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
26993
26994         * lib/gettime.c: New file.
26995         * lib/settime.c: New file.
26996         * lib/stime.c: Remove.
26997
26998         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
26999         timespec.h.  Remove nanosleep.h.
27000
27001 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27002
27003         * m4/acl.m4: New file.
27004         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27005         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27006
27007 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27008
27009         * lib/acl.c, lib/acl.h: New files.
27010         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27011
27012 2002-02-24  Jim Meyering  <meyering@lucent.com>
27013
27014         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27015         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27016         cause trouble.  Reported by Nelson Beebe.
27017
27018 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27019
27020         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27021         compilers that don't know that xalloc_die never returns.
27022
27023 2002-02-20  Jim Meyering  <meyering@lucent.com>
27024
27025         * lib/getdate.c: Regenerate using bison-1.33.
27026
27027 2002-02-17  Jim Meyering  <meyering@lucent.com>
27028
27029         * config/config.guess (main): Don't use `head -1'; it's no longer
27030         portable. Use `sed 1q' instead.
27031
27032 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27033
27034         * m4/codeset.m4: Upgrade to gettext-0.11.
27035         * m4/gettext.m4: Upgrade to gettext-0.11.
27036         * m4/glibc21.m4: Upgrade to gettext-0.11.
27037         * m4/iconv.m4: Upgrade to gettext-0.11.
27038         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27039         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27040         * m4/lib-ld.m4: New file, from gettext-0.11.
27041         * m4/lib-link.m4: New file, from gettext-0.11.
27042         * m4/lib-prefix.m4: New file, from gettext-0.11.
27043         * m4/progtest.m4: Upgrade to gettext-0.11.
27044
27045 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27046
27047         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27048         (jm_PREREQ): Use it.
27049
27050 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27051
27052         * lib/posixver.c, lib/posixver.h: New files.
27053         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27054
27055 2002-02-02  Paul Eggert  <eggert@twinsun.com>
27056             Bruno Haible  <bruno@clisp.org>
27057
27058         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
27059         (fwrite_success_callback): New declaration.
27060         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
27061         print_unicode_char. Call failure callback instead of error.
27062         (fwrite_success_callback): New function.
27063         (exit_failure_callback): New function.
27064         (fallback_failure_callback): New function.
27065         (print_unicode_char): Call unicode_to_mb.
27066
27067 2002-01-26  Jim Meyering  <meyering@lucent.com>
27068
27069         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
27070         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
27071
27072 2002-01-26  Jim Meyering  <meyering@lucent.com>
27073
27074         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
27075
27076 2002-01-22  Paul Eggert  <eggert@twinsun.com>
27077
27078         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
27079
27080 2002-01-22  Jim Meyering  <meyering@lucent.com>
27081
27082         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
27083         Otherwise, some versions of automake would omit the rule that makes
27084         Makefile from Makefile.in.
27085
27086 2002-01-21  Paul Eggert  <eggert@twinsun.com>
27087
27088         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
27089         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27090         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
27091         (memcoll): Set errno to zero if there is no error.
27092
27093         * lib/quotearg.c (quotearg_buffer_restyled):
27094         Fix bug with quoting buffers containing NUL when backslashing escapes.
27095         This bug was exposed by the other changes in this patch.
27096         (quotearg_n_options): New arg ARGSIZE.
27097         All callers changed.
27098         (quoting_options_from_style): New function.
27099         (quotearg_n_style): Use it.
27100         (quotearg_n_style_mem): New function.
27101
27102         * lib/quotearg.h (quotearg_n_style_mem): New function.
27103
27104 2002-01-19  Jim Meyering  <meyering@lucent.com>
27105
27106         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
27107         Remove useless quotes: DF_PROG="df".
27108         * m4/strnlen.m4: New file.
27109
27110 2002-01-16  Paul Eggert  <eggert@twinsun.com>
27111
27112         * lib/backupfile.c (ISDIGIT): Comment fix.
27113         * lib/getdate.y (ISDIGIT): Likewise.
27114         * lib/posixtm.c (ISDIGIT, year): Likewise.
27115         * lib/strverscmp.c (ISDIGIT): Likewise.
27116         * lib/userspec.c (ISDIGIT): Likewise.
27117
27118 2002-01-16  Jim Meyering  <meyering@lucent.com>
27119
27120         * lib/getdate.y: Add three semicolons, each just before a closing
27121         brace. Bison (as of version 1.31) no longer papers over that mistake.
27122
27123 2002-01-05  Jim Meyering  <meyering@lucent.com>
27124
27125         * lib/version-etc.c (version_etc_copyright): Update copyright year.
27126
27127 2001-12-19  Paul Eggert  <eggert@twinsun.com>
27128
27129         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
27130         not silently exit merely because the output buffer happens to
27131         have nothing pending.
27132
27133 2001-12-18  Paul Eggert  <eggert@twinsun.com>
27134
27135         See the big note in ../ChangeLog.
27136         * lib/human.c (suffixes): Prefer K to k for 1024.
27137         (generate_suffix_backwards): New function.
27138         (human_readable_inexact): Use it.
27139         * lib/xstrtol.c (__xstrtol): If there is no number but there
27140         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
27141         Accept 'K' as well as 'k'.
27142
27143 2001-12-15  Jim Meyering  <meyering@lucent.com>
27144
27145         * lib/regex.h (__restrict_arr): Update from libc.
27146
27147         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
27148         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
27149         (STREQ): Define.
27150
27151 2001-12-14  Jim Meyering  <meyering@lucent.com>
27152
27153         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
27154         Suggestion from Bruno Haible.
27155
27156 2001-12-10  Jim Meyering  <meyering@lucent.com>
27157
27158         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
27159         xrealloc, Instead, include "xalloc.h".
27160         (initbuffer): Don't cast xmalloc return value to char*.
27161         (readline): Reword comment.
27162         Don't cast xrealloc return value to char*
27163         Return NULL, not 0.
27164
27165 2001-12-09  Jim Meyering  <meyering@lucent.com>
27166
27167         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
27168         about `signed and unsigned type in conditional expression'.
27169         * lib/posixtm.c (posix_time_parse): Likewise.
27170
27171         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
27172
27173         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
27174         to avoid a pedantic warning.
27175
27176         * lib/getstr.c: Don't include assert.h.
27177         (getstr): Remove warning-evoking assertions.
27178         Return -1 if offset parameter is out of bounds.
27179         Change the type of a local from int to size_t.
27180
27181         * lib/strftime.c (my_strftime_localtime_r): Include this function
27182         definition in the `#if ! HAVE_TM_GMTOFF' block.
27183
27184         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
27185         Include xalloc.h instead.
27186
27187 2001-12-02  Jim Meyering  <meyering@lucent.com>
27188
27189         * lib/tempname.c: Don't declare getenv, thus reverting the change of
27190         2001-11-18.  It's no longer necessary, now that stdlib.h is always
27191         included.
27192
27193         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
27194         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
27195
27196 2001-11-30  Akim Demaille  <akim@epita.fr>
27197
27198         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
27199         before being defined.
27200
27201 2001-11-27  Paul Eggert  <eggert@twinsun.com>
27202
27203         * lib/quotearg.h (quotearg_n, quotearg_n_style):
27204         First arg is int, not unsigned.
27205         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
27206         (SIZE_MAX, UINT_MAX): New macros.
27207         (quotearg_n_options): Abort if N is negative.
27208         Avoid overflow check on hosts where size_t is 64 bits and int
27209         is 32 bits, as overflow is impossible there.
27210         Fix off-by-one typo that caused unnecessary reallocation.
27211
27212 2001-11-27  Jim Meyering  <meyering@lucent.com>
27213
27214         * lib/tempname.c: Merge with version from libc.
27215         * lib/regex.c: Likewise.
27216
27217         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
27218         systems for which STDC_HEADERS is 0, it was not included, resulting in
27219         a warning about an integer-to-pointer conversion problem with getenv.
27220         Reported by Volker Borchert.
27221
27222 2001-11-26  Jim Meyering  <meyering@lucent.com>
27223
27224         * lib/gtod.h: Remove file.
27225         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
27226         * lib/gettimeofday.c: Don't include gtod.h.
27227         (GTOD_init): Remove function.
27228         (rpl_gettimeofday): Do its job here instead, rather than aborting.
27229         Suggestion from Volker Borchert.
27230
27231 2001-11-23  Jim Meyering  <meyering@lucent.com>
27232
27233         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
27234         it.
27235         * lib/hash.c (struct hash_table): Define it here instead.
27236
27237 2001-11-22  Jim Meyering  <meyering@lucent.com>
27238
27239         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
27240
27241 2001-11-20  Jim Meyering  <meyering@lucent.com>
27242
27243         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
27244         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
27245
27246 2001-11-19  Jim Meyering  <meyering@lucent.com>
27247
27248         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
27249         directory.  Use "conftestXXXXXX" as the template.
27250         Suggestion from Paul Eggert.
27251
27252         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
27253         immediately, so the test doesn't mistakenly hit the max-open-files
27254         limit.
27255
27256 2001-11-18  Paul Eggert  <eggert@twinsun.com>
27257
27258         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
27259         (TEMPORARIES): New macro.
27260         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
27261         removes an artificial limitation (e.g. HP-UX 10.20, where
27262         TMP_MAX is 17576).
27263
27264 2001-11-18  Jim Meyering  <meyering@lucent.com>
27265
27266         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
27267
27268 2001-11-18  Jim Meyering  <meyering@lucent.com>
27269
27270         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
27271         on SunOS 4.
27272
27273         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
27274         files will be created before anything else.
27275
27276 2001-11-17  Paul Eggert  <eggert@twinsun.com>
27277
27278         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
27279         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
27280
27281 2001-11-17  Jim Meyering  <meyering@lucent.com>
27282
27283         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
27284         Prompted by a report from Bob Proulx.
27285
27286         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
27287         Instead, require UTILS_FUNC_MKSTEMP.
27288
27289 2001-11-17  Jim Meyering  <meyering@lucent.com>
27290
27291         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
27292         Now, that's done as part of AC_FUNC_STRTOD.
27293
27294 2001-11-17  Jim Meyering  <meyering@lucent.com>
27295
27296         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
27297         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
27298         rather than group writable.  Patch by Juan F. Codagnone.
27299
27300         * lib/readtokens.c: Remove explicit declarations of xmalloc and
27301         xrealloc, Instead, include "xalloc.h".
27302
27303         * lib/mountlist.c: Include unlocked-io.h after all system headers.
27304         Remove explicit declarations of xmalloc, xrealloc,
27305         and xstrdup.  Instead, include "xalloc.h".
27306
27307         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
27308         unlocked-io.h.
27309         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
27310         Likewise.
27311         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
27312
27313         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
27314         Reported by Padraig Brady.
27315
27316         * lib/mkstemp.c: #undef mkstemp.
27317         Include config.h.
27318         (rpl_mkstemp): Rename from mkstemp.
27319         Protoize.
27320
27321 2001-11-16  Jim Meyering  <meyering@lucent.com>
27322
27323         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
27324         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
27325         determine the amount of total physical memory, use pstat_getstatic.
27326         HPUX-11 doesn't define _SC_PHYS_PAGES.
27327         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
27328         If sysconf couldn't be used to determine the amount of available
27329         physical memory, use both pstat_getstatic and pstat_getdynamic.
27330         Based on a patch from Bob Proulx.
27331
27332 2001-11-10  Jim Meyering  <meyering@lucent.com>
27333
27334         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
27335         (jm_PREREQ): Use it.
27336
27337 2001-11-09  Jim Meyering  <meyering@lucent.com>
27338
27339         * m4/jm-macros.m4: Require autoconf-2.52f.
27340         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
27341         Use these AC_-prefixed names, not the AM_-prefixed ones.
27342
27343         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
27344
27345 2001-11-05  Jim Meyering  <meyering@lucent.com>
27346
27347         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
27348
27349 2001-11-04  Jim Meyering  <meyering@lucent.com>
27350
27351         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
27352         $DEFS.
27353
27354 2001-11-03  Jim Meyering  <meyering@lucent.com>
27355
27356         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
27357         of AC_DEFUN.
27358
27359         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
27360         know the name of the variable in the macro definition.
27361
27362 2001-11-03  Jim Meyering  <meyering@lucent.com>
27363
27364         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
27365         in argmatch_to_argument call.
27366
27367         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
27368         argument.
27369
27370         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
27371         e.g., a fault due to an attempt to free a NULL pointer.
27372
27373 2001-11-01  Jim Meyering  <meyering@lucent.com>
27374
27375         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
27376         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
27377
27378 2001-11-01  Jim Meyering  <meyering@lucent.com>
27379
27380         * lib/dirfd.c, lib/dirfd.h: New files.
27381         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
27382
27383         * lib/hash.c (hash_print) [TESTING]: Clean up.
27384
27385 2001-10-22  Paul Eggert  <eggert@twinsun.com>
27386
27387         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
27388         to avoid a warning if -Wall.
27389
27390 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
27391
27392         * README: New file
27393         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
27394         (per RMS's instructions, this is now the canonical source)
27395         * lgpl/, gpl/: New directories.
27396
27397 2001-10-21  Paul Eggert  <eggert@twinsun.com>
27398
27399         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
27400
27401 2001-10-21  Jim Meyering  <meyering@lucent.com>
27402
27403         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
27404         this code would end up calling gettext even in packages built
27405         with --disable-nls.
27406         * lib/getopt.c (_): Likewise.
27407         * lib/regex.c (_): Likewise.
27408
27409 2001-10-20  Paul Eggert  <eggert@twinsun.com>
27410
27411         * m4/error.m4 (jm_PREREQ_ERROR):
27412         Do not invoke AC_CHECK_FUNCS with strerror_r, as
27413         AC_FUNC_STRERROR_R does that.
27414         Check for strerror declaration.
27415
27416         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
27417         are supposed to have them these days.
27418         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
27419         Merge changes from latest Autoconf CVS.
27420         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
27421         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
27422         POSIX decided to standardize on the int flavor of strerror_r.
27423
27424 2001-10-20  Paul Eggert  <eggert@twinsun.com>
27425
27426         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
27427         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
27428         Use strerror_r that is only a macro, even if it is not a function.
27429         (strerror): Check for HAVE_DECL_STRERROR before declaring.
27430         (private_strerror): Use prototypes, not old-style function definition.
27431         (print_errno_message): New function.
27432         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
27433         char*-flavored one.
27434         (error_tail, error, error_at_line): Use it.
27435
27436 2001-10-11  Jim Meyering  <meyering@lucent.com>
27437
27438         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
27439         and quote_n (1, ... to avoid clobbering a buffer.
27440
27441 2001-10-05  Jim Meyering  <meyering@lucent.com>
27442
27443         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
27444         hash-pjw.h.
27445         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
27446         * lib/hash-pjw.h: New file.
27447
27448 2001-09-30  Jim Meyering  <meyering@lucent.com>
27449
27450         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
27451         `struct fsstat' has the `f_fstypename' member.
27452         Use that to define FS_TYPE, which is now used to make
27453         the getfsstat link test tighter.
27454
27455 2001-09-30  Jim Meyering  <meyering@lucent.com>
27456
27457         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
27458         Include <sys/ucred.h>, for Apple Darwin.
27459         Include sys/mount.h and sys/fs_types.h only if available.
27460         (FS_TYPE): Define.
27461         (read_filesystem_list): Use FS_TYPE.
27462
27463 2001-09-29  Paul Eggert  <eggert@twinsun.com>
27464
27465         * lib/exclude.c (excluded_filename): 0 -> false, since it's
27466         a boolean context.
27467
27468 2001-09-29  Jim Meyering  <meyering@lucent.com>
27469
27470         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
27471         [one-argument getmntent function]): Include stdio.h before mntent.h.
27472         SunOS 4.1.x needs it for the declaration of `FILE'.
27473         Patch by Volker Borchert.
27474
27475         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
27476         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
27477         sys/fs_types.h, and make the link-test for getfsstat guard #include
27478         directives with appropriate #if HAVE_*_H tests so that we can
27479         detect getfsstat on Apple Darwin1.3.7 systems.
27480         Reported by Nelson Beebe.
27481         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
27482
27483 2001-09-28  Paul Eggert  <eggert@twinsun.com>
27484
27485         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
27486         #defines strtoimax.  Also treat the other strto* functions
27487         like strtoimax.
27488
27489         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
27490         Check for strtoul and strtoumax,
27491         as those declarations are made even in the signed case.
27492         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
27493         Likewise, for strtol and strtoimax.
27494
27495 2001-09-28  Paul Eggert  <eggert@twinsun.com>
27496
27497         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
27498         #defines strtoimax.  Also treat the other strto* functions
27499         like strtoimax.
27500
27501         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
27502         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
27503         (strtoimax, strtoumax): Do not declare if already defined as a macro.
27504
27505 2001-09-26  Jim Meyering  <meyering@lucent.com>
27506
27507         Most macros in unlocked-io.h had the wrong number of arguments.
27508         * lib/gen-uio: New script.
27509         (USE_UNLOCKED_IO): Define to 1 if not already defined.
27510         * lib/unlocked-io.hin: Remove file.
27511         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
27512         rather than trying to embed it here.
27513         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
27514         Reported by Padraig Brady.
27515
27516 2001-09-25  Volker Borchert  <bt@teknon.de>
27517
27518         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
27519         `result'.
27520
27521 2001-09-24  Jim Meyering  <meyering@lucent.com>
27522
27523         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
27524
27525 2001-09-23  Jim Meyering  <meyering@lucent.com>
27526
27527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
27528         instead of the mere test for existence of mntent.h.  The latter
27529         would get a false-positive on AIX 3.4 systems.
27530         In the outer getmntent if-block, don't die if neither of the getmntent
27531         tests succeeds.  Instead, just fall through and continue with the
27532         remaining tests.
27533
27534 2001-09-23  Jim Meyering  <meyering@lucent.com>
27535
27536         * lib/mountlist.c: Remove useless parentheses in #if directives.
27537         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
27538         the deprecated MOUNTED symbol is no longer defined in mntent.h.
27539
27540 2001-09-22  Jim Meyering  <meyering@lucent.com>
27541
27542         * m4/gettext.m4: New file.  From gettext.
27543         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
27544         * m4/progtest.m4: Likewise
27545         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
27546         * m4/glibc21.m4: Likewise.
27547
27548         * m4/libintl.m4: Remove.  No longer used.
27549
27550 2001-09-22  Jim Meyering  <meyering@lucent.com>
27551
27552         * lib/localcharset.c: Update from latest gettext.
27553         * lib/config.charset: Likewise.
27554
27555 2001-09-20  Jim Meyering  <meyering@lucent.com>
27556
27557         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
27558         strtoimax.
27559         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
27560         strtoumax.
27561
27562 2001-09-20  Jim Meyering  <meyering@lucent.com>
27563
27564         * lib/xstrtol.c (strtoimax): Guard declaration with
27565         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
27566         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
27567         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
27568         (strtoumax): Likewise, for completeness (it wasn't necessary).
27569
27570 2001-09-17  Paul Eggert  <eggert@twinsun.com>
27571
27572         * lib/strtoimax.c (HAVE_LONG_LONG):
27573         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
27574         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
27575         to work around bug in IBM C compiler.
27576
27577 2001-09-17  Jim Meyering  <meyering@lucent.com>
27578
27579         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
27580         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
27581         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
27582         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
27583         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
27584         whenever the right hand side need not be expanded by the shell.
27585
27586 2001-09-16  Paul Eggert  <eggert@twinsun.com>
27587
27588         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
27589         library.  It's not correct, as some older glibcs are buggy.
27590         fnmatch wasn't fixed until glibc 2.2.
27591
27592         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
27593         special shell magic here.
27594
27595 2001-09-16  Jim Meyering  <meyering@lucent.com>
27596
27597         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
27598         * m4/jm-macros.m4: Require it.
27599
27600 2001-09-16  Jim Meyering  <meyering@lucent.com>
27601
27602         * lib/mkdir.c: New file.
27603
27604 2001-09-15  Jim Meyering  <meyering@lucent.com>
27605
27606         * m4/jm-macros.m4: Check for help2man.
27607
27608 2001-09-11  Jim Meyering  <meyering@lucent.com>
27609
27610         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
27611         The body, by Paul Eggert, was moved here from configure.in.
27612         * m4/jm-macros.m4: Require UTILS_HOST_OS.
27613
27614 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27615
27616         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
27617         (jm_PREREQ): Use it.
27618
27619 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27620
27621         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
27622         Use ssize_t, not int, to store result of readlink.
27623         Check for ssize_t overflow as well as size_t overflow,
27624         as POSIX says the result of readlink is implementation-defined
27625         when ssize_t overflows.
27626         Remove unnecessary cast to char*.
27627         Use free+malloc instead of realloc, as the storage doesn't need
27628         to be preserved and it's clearer and can be more efficient that way.
27629         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
27630         * lib/xreadlink.h (xreadlink): Update prototype.
27631
27632 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27633
27634         * lib/xgetcwd.c: Revert some of the previous change; intead,
27635         fix the HAVE_GETCWD_NULL code to behave more like the
27636         !HAVE_GETCWD_NULL code used to.
27637
27638         Include "xalloc.h".
27639         (xgetcwd): Do not return NULL when memory is exhausted; instead,
27640         invoke xalloc_die.
27641
27642 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27643
27644         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
27645         sys/param.h, as pathmax.h includes them.
27646
27647 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27648
27649         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
27650         (jm_PREREQ_XGETCWD): New macro.
27651
27652         * m4/getcwd.m4: New file.
27653
27654 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27655
27656         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
27657         like the HAVE_GETCWD_NULL code.
27658         Include pathmax.h if not HAVE_GETCWD.
27659         Do not include xalloc.h.
27660         (INITIAL_BUFFER_SIZE): New symbol.
27661         Do not use xmalloc / xrealloc, since the caller is responsible for
27662         handling errors.  Preserve errno around `free' during failure.
27663         Do not overrun buffer when using getwd.
27664
27665 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27666
27667         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
27668         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
27669         getcwd (NULL, 0).
27670
27671 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27672
27673         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
27674         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
27675         spotted by Jim Meyering.
27676
27677 2001-09-03  Jim Meyering  <meyering@lucent.com>
27678
27679         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
27680         failure.
27681
27682 2001-09-02  Jim Meyering  <meyering@lucent.com>
27683
27684         * lib/error.c: Update from GNU libc.
27685
27686 2001-09-01  Jim Meyering  <meyering@lucent.com>
27687
27688         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
27689         Used by df.
27690
27691 2001-09-01  Jim Meyering  <meyering@lucent.com>
27692
27693         * lib/xreadlink.c: New file.
27694         * lib/xreadlink.h: New file.
27695         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
27696         xreadlink.h.
27697
27698         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
27699         doesn't conflict with sparc Solaris 7's definition in
27700         /usr/include/sys/int_types.h.
27701
27702         * lib/exclude.c: Use `""', not `<>' to #include non-system header
27703         files.
27704         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
27705         and strncasecmp as r-values.  Unixware didn't have declarations.
27706
27707 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27708
27709         * lib/xstrtol.h: Add copyright notice.
27710         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
27711         LONGINT_INVALID_SUFFIX_CHAR.
27712
27713 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27714
27715         * lib/xstrtol.c (strtoimax): New decl.
27716
27717 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27718
27719         * lib/xgetcwd.c: Don't include pathmax.h.
27720         Include stdlib.h and unistd.h if available.
27721         Include xalloc.h.
27722         (xmalloc, xstrdup, free): Remove decls.
27723         (xgetcwd): Don't assume sizes fit in unsigned.
27724         Check for overflow when computing sizes.
27725         Simplify reallocation code.
27726
27727 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27728
27729         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
27730         a directory's st_size can have an arbitrary value, so the old
27731         usage could waste an arbitrary amount of memory.  All uses
27732         changed.
27733         * lib/savedir.h: Update prototype.
27734
27735 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27736
27737         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
27738
27739         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
27740         old strtoimax.c.
27741
27742         Also, make the following further changes to make this file's
27743         configuration more similar to that of strtol.c:
27744         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
27745         (strtoumax, uintmax_t, strtoull, strtol): Remove.
27746         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
27747         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
27748         changed to signed values.
27749
27750         And make the following changes as well:
27751         Fix copyright notice, as 1999 was missing.
27752         (verify): New macro.
27753         (strtoimax): Check sizes at compile-time, not run-time.
27754         Prefer strtol to strtoll if both work.
27755         (main): Remove; it was not that useful and was a pain to maintain.
27756
27757         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
27758
27759 2001-08-31  Jim Meyering  <meyering@lucent.com>
27760
27761         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
27762         Use an initial, malloc'd, buffer of length 128 rather than
27763         a statically allocated one of length 1024.
27764
27765 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27766
27767         Simplify code, partly by assuming autoconf 2.52 semantics.
27768
27769         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
27770
27771         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
27772         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
27773         All uses removed.
27774         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
27775         Move AC_REQUIRE to next-to-top level, to avoid confusion.
27776         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
27777         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
27778         jm_AC_HEADER_INTTYPES_H.
27779         * m4/jm-macros.m4 (jm_MACROS): Likewise.
27780
27781         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
27782
27783         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
27784         Quote first arg of AC_DEFUN.
27785         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
27786         since they are needed to parse the include file even if we need
27787         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
27788         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
27789         but with opposite signedness.
27790
27791 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27792
27793         Merge 'exclude' changes from tar 1.13.22.
27794         This fixes one or two unlikely storage allocation overflow bugs,
27795         but doesn't change user-visible behavior otherwise.
27796
27797 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27798
27799         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
27800         (jm_PREREQ_EXCLUDE): New macro.
27801
27802 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27803
27804         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
27805         tm to be declared.
27806
27807 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27808
27809         * lib/hash.c: Remove '2001' from copyright notice.
27810
27811 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27812
27813         * lib/full-write.h: New file.
27814         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
27815         * lib/full-write.c: Correct credits, as cccp.c no longer
27816         exists and anyway it was so heavily changed from the old cccp
27817         code as to be unrecognizable.  Include full-write.h.
27818         (full_write) Return size_t, with short writes meaning failure.
27819         All callers changed.  This fixes a bug with large buffers
27820         on 64-bit hosts.
27821         * lib/utime.c: Include full-write.h.
27822
27823 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27824
27825         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
27826         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
27827         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
27828         Include if available.
27829         (<xalloc.h>): Include
27830         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
27831         (verify): New macro.  Use it to verify that EXCLUDE macros do not
27832         collide with FNM macros.
27833         (struct patopts): New struct.
27834         (struct exclude): Use it, as exclude patterns now come with options.
27835         (new_exclude): Support above changes.
27836         (new_exclude, add_exclude_file):
27837         Initial size must now be a power of two to simplify overflow checking.
27838         (free_exclude, fnmatch_no_wildcards): New function.
27839         (excluded_filename): No longer requires options arg, as the options
27840         are determined by add_exclude.  Now returns bool, not int.
27841         (excluded_filename, add_exclude):
27842         Add support for the fancy new exclusion options.
27843         (add_exclude, add_exclude_file): Now takes int options arg.
27844         Check for arithmetic overflow when computing sizes.
27845         (add_exclude_file): xrealloc might modify errno, so don't
27846         realloc until after errno might be used.
27847
27848         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
27849         New macros.
27850         (free_exclude): New decl.
27851         (add_exclude, add_exclude_file): Now takes int options arg.
27852         (excluded_filename): No longer requires options arg, as the options
27853         are determined by add_exclude.  Now returns bool, not int.
27854
27855 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27856
27857         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
27858
27859 2001-08-27  Jim Meyering  <meyering@lucent.com>
27860
27861         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
27862
27863         * lib/version-etc.c (N_): Remove definition.
27864         Revert most of last change.
27865         Instead, simply don't mark the `Copyright...' string for translation.
27866         Based on advice from Paul Eggert.
27867
27868         * lib/strtoxmax.c: Tweak comment.
27869
27870 2001-08-26  Jim Meyering  <meyering@lucent.com>
27871
27872         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
27873
27874         * m4/xstrtoimax.m4: New file.
27875         * m4/xstrtoumax.m4: Add comments explaining why we
27876         AC_REPLACE_FUNCS(strtol).
27877
27878 2001-08-26  Jim Meyering  <meyering@lucent.com>
27879
27880         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
27881         of copyright with `%s' so translators don't get an untranslated
27882         message in 2002.
27883         (COPYRIGHT_YEAR): Define.
27884         (version_etc): Use fprintf rather than fputs.
27885         Suggestion from Ulrich Drepper.
27886
27887         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
27888
27889         * lib/strtoll.c: New file, from GNU libc.
27890         * lib/xstrtoimax.c: New file.
27891
27892         * lib/xstrtol.h: Add xstrtoimax.
27893         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
27894         * lib/strtoimax.c: New file.  Likewise, but first define
27895         STRTOUXMAX_SIGNED.
27896
27897         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
27898         ...
27899         * lib/strtoxmax.c: ... then renamed to this.
27900
27901 2001-08-18  Paul Eggert  <eggert@twinsun.com>
27902
27903         * m4/inttypes.m4: Add AC_PREREQ(2.13).
27904         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
27905         (jm_AC_TYPE_INTMAX_T): New macro.
27906         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
27907
27908         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
27909
27910         * m4/longlong.m4: Renamed from ulonglong.m4.
27911         * m4/inttypes.m4: Renamed from inttypes_h.m4.
27912         * m4/uintmax_t.m4: Removed.
27913
27914 2001-08-13  Paul Eggert  <eggert@twinsun.com>
27915
27916         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
27917         Port to Solaris 8, where 'sed' requires a space after the 'r'
27918         command, and where sh dislikes "$/".  Clean up the spacing a bit.
27919         Redirect output to $tmp just once.
27920
27921 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
27922
27923         * lib/addext.c (<errno.h>): Include.
27924         (errno): Declare if not defined.
27925         (addext): Work correctly when pathconf returns -1 and leaves
27926         errno alone because there is no limit.  Also, work even if
27927         pathconf returns a value greater than SIZE_MAX.
27928
27929 2001-08-12  Jim Meyering  <meyering@lucent.com>
27930
27931         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
27932         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
27933         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
27934         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
27935         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
27936         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
27937         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
27938         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
27939         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
27940         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
27941         utime.m4, utimes.m4, xstrtoumax.m4:
27942         Quote the first argument in each use of AC_DEFUN.
27943
27944 2001-08-12  Jim Meyering  <meyering@lucent.com>
27945
27946         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
27947         Simply `return getcwd (NULL, 0);'.
27948         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
27949         Use 1300 as initial value for length, not PATH_MAX.
27950
27951         * lib/pathmax.h: Clean up cpp syntax.
27952
27953 2001-08-12  Jim Meyering  <meyering@lucent.com>
27954
27955         * lib/gettimeofday.c: New file.
27956         * lib/gtod.h: New file.
27957         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
27958
27959 2001-08-05  Jim Meyering  <meyering@lucent.com>
27960
27961         * m4/jm-macros.m4: Require autoconf-2.52.
27962
27963 2001-08-04  Jim Meyering  <meyering@lucent.com>
27964
27965         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
27966         stmt, to get in sync with glibc.
27967
27968 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27969
27970         The following changes are from gettext 0.10.39 as maintained by
27971         Bruno Haible.
27972
27973         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
27974         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
27975         with inverted sense.  All uses changed.
27976
27977         * lib/mbswidth.c: Don't include <limits.h>.
27978         Include <stdlib.h> and <string.h> unconditionally.
27979         (iswcntrl, mbsinit, ISCNTRL): New macros.
27980         (mbsnwidth): Use K&R style function declarations.
27981         Don't bother checking for MB_LEN_MAX == 1, since the compiler
27982         can optimize it when MB_CUR_MAX == 1.
27983         The width of control characters is zero, not 1.
27984
27985 2001-08-03  Paul Eggert  <eggert@twinsun.com>
27986
27987         The following changes are from gettext 0.10.39 as maintained by
27988         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
27989
27990         * m4/codeset.m4: Upgrade to serial AM1.
27991         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
27992         all uses changed.  Quote first arg of AC_DEFUN.
27993         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
27994
27995         * m4/iconv.m4: Upgrade to serial AM2.
27996         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
27997         Add --with-libconv-prefix.
27998         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
27999         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28000         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28001         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28002         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28003
28004         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28005         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28006         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28007         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28008         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28009         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28010         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28011         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28012         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28013
28014         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28015         string.h any more.
28016
28017         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28018         not the default value.
28019
28020         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28021         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28022         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28023         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28024         Also check for iswcntrl, used for wcwidth fallback.
28025         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28026         to Autoconf 2.13.
28027
28028 2001-08-03  Jim Meyering  <meyering@lucent.com>
28029
28030         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28031         as it was in the original.  Reported by Paul Eggert.
28032
28033 2001-07-16  Jim Meyering  <meyering@lucent.com>
28034
28035         * m4/gettimeofday.m4: New file.
28036         Prompted by a report from Bernhard Baehr.
28037
28038 2001-07-15  Jim Meyering  <meyering@lucent.com>
28039
28040         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28041         stuff. Now it's in ../Makefile.cfg.
28042
28043 2001-07-15  Jim Meyering  <meyering@lucent.com>
28044
28045         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28046         (BUILT_SOURCES): Add unlocked-io.h.
28047         (io_functions): Define.
28048         (unlocked-io.h): New rule.
28049         (DISTCLEANFILES): Add unlocked-io.h.
28050         (all-local): Depend on unlocked-io.h, to ensure it is created.
28051
28052         * lib/unlocked-io.hin: New file
28053
28054         * lib/regex.c: Update from glibc.
28055
28056 2001-07-05  Jim Meyering  <meyering@lucent.com>
28057
28058         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
28059         recommendation.
28060         (libfetish_a_SOURCES): Put all .h files here instead.
28061         Remove a thus-exposed (better checks in automake) duplicate and
28062         two unnecessary .h files.
28063
28064 2001-07-04  Jim Meyering  <meyering@lucent.com>
28065
28066         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
28067         that generates jm-glibc-io.m4 so that it doesn't trigger any make
28068         distcheck failure.
28069
28070 2001-07-02  Jim Meyering  <meyering@lucent.com>
28071
28072         The following changes were prompted by suggestions from Bruno Haible.
28073
28074         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
28075         is now generated.
28076         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
28077         definition of EXTRA_DIST.
28078         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
28079         ensure that the generated file is created/updated whenever the list
28080         of $(unlocked_functions) is changed.
28081         (jm-glibc-io.m4): New rule.
28082         (unlocked-io.h): New rule -- currently unused.
28083
28084 2001-06-24  Jim Meyering  <meyering@lucent.com>
28085
28086         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
28087         unmatched right bracket, rather than kludging it with an extra,
28088         falsely-matching quote in a comment.  Patch by Akim Demaille.
28089
28090 2001-06-11  Jim Meyering  <meyering@lucent.com>
28091
28092         * lib/regex.c: Update from GNU libc.
28093
28094 2001-05-27  Jim Meyering  <meyering@lucent.com>
28095
28096         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
28097         Check for ut_type in struct utmp.
28098
28099 2001-05-27  Jim Meyering  <meyering@lucent.com>
28100
28101         * lib/readutmp.h (UT_TYPE): Define.
28102
28103 2001-05-24  Jim Meyering  <meyering@lucent.com>
28104
28105         * lib/argmatch.c: Include "quote.h".
28106         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
28107         quote function.  Reported by Göran Uddeborg.
28108
28109 2001-05-22  Jim Meyering  <meyering@lucent.com>
28110
28111         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
28112         now that we use the package-supplied version unconditionally.
28113         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
28114
28115 2001-05-21  Jim Meyering  <meyering@lucent.com>
28116
28117         * m4/regex.m4: Change a couple backticks to single quotes to avoid
28118         shell syntax errors.
28119
28120 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
28121
28122         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
28123
28124 2001-05-20  Paul Eggert  <eggert@twinsun.com>
28125
28126         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
28127         Don't bother to check library strftime, since
28128         we'll be using our own my_strftime function anyway.
28129         Define my_strftime instead of strftime.
28130
28131 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
28132
28133         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
28134         which is not yet declared.
28135
28136 2001-05-15  Jim Meyering  <meyering@lucent.com>
28137
28138         * m4/regex.m4: Use proper quoting so brackets appear in the test
28139         program.
28140         Reported by, and with help from, Bruno Haible.
28141
28142 2001-05-13  Jim Meyering  <meyering@lucent.com>
28143
28144         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
28145         undefined.
28146
28147 2001-05-11  Paul Eggert  <eggert@twinsun.com>
28148
28149         dirname code cleanup.  base_name now behaves more compatibly
28150         with POSIX basename when given file names that have trailing
28151         slashes, and similarly for dir_name.  Add new primitives
28152         base_len and dir_len.  Put the directory-name-related decls
28153         into dirname.h.
28154
28155         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
28156         * lib/backupfile.c (base_name): Likewise.
28157         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
28158         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
28159         * lib/makepath.c (strip_trailing_slashes): Likewise.
28160         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
28161         ISSLASH): Likewise.
28162         * lib/rename.c (strip_trailing_slashes): Likewise.
28163         * lib/same.c (base_name): Likewise.
28164         * lib/stripslash.c (ISSLASH): Likewise.
28165
28166         * lib/addext.c: Include <dirname.h> after size_t is defined.
28167         * lib/backupfile.c: Likewise.
28168
28169         * lib/addext.c (addext): Use base_len to trim redundant
28170         trailing slashes instead of doing it ourselves.
28171         But do not trim the last slash if it is not redundant.
28172
28173         * lib/backupfile.c (find_backup_file_name,
28174         max_backup_version): Use base_len instead of rolling it ourselves.
28175         Handle the case of "" and (on DOS) "C:" correctly.
28176
28177         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
28178         needed. Include <string.h>, <dirname.h>.
28179         (base_name): Allow file names ending in slashes, other than names
28180         that are all slashes.  In this case, return the basename followed
28181         by the slashes.  This is more general, and can be used in places
28182         where the original base_name purposely had an assertion failure.
28183         (base_len): New function.
28184
28185         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
28186         Do not include <assert.h>; no longer needed.
28187         Include xalloc.h.
28188         (memrchr): Remove decl.
28189         (dir_name_r): Remove.
28190         (dir_len): Renamed from dirlen.  All callers changed.
28191         Rewrite in terms of base_name, for simplicity and consistency.
28192         (dir_name): Never return NULL.  All callers changed.
28193         Do not include <stdlib.h> in test program; no longer needed.
28194         return 0; is fine for test program.
28195
28196         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
28197         New macros.
28198         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
28199
28200         * lib/path-concat.c (path_concat): Use base_len to compute
28201         base length, not strlen; this means we cannot rely on memcpy
28202         to null-terminate.
28203
28204         * lib/same.c (STREQ): Remove.
28205         (same_name): Handle the case where the basename ends in trailing '/'.
28206
28207         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
28208         a slash was stripped.  Do not strip the last slash after a
28209         file system prefix.
28210
28211 2001-05-11  Paul Eggert  <eggert@twinsun.com>
28212
28213         * lib/Makefile.am (libfetish_a_SOURCES):
28214         Add strftime.c, since we now compile it on all hosts.
28215
28216         * lib/strftime.c (my_strftime):
28217         Define to nstrftime if emacs, but only if my_strftime is not defined.
28218         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
28219         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
28220         Add one more extra argument: a nanoseconds value.
28221         All uses changed.
28222         (ns): New macro.
28223         (my_strftime function): Add %N format.
28224         (emacs_strftimeu): Renamed from emacs_strftime,
28225         with extra ut argument.
28226
28227 2001-05-09  Paul Eggert  <eggert@twinsun.com>
28228
28229         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
28230
28231 2001-04-21  Jim Meyering  <meyering@lucent.com>
28232
28233         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
28234         doesn't interfere.
28235
28236 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
28237
28238         * m4/ftruncate.m4: Check for chsize.
28239         Link with ftruncate.o unconditionally if ftruncate is missing.
28240         This was required when cross-compiling to i586-mingw32msvc.
28241
28242 2001-04-08  Jim Meyering  <meyering@lucent.com>
28243
28244         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
28245         recomputed; that's necessary when the offset spans a DST transition.
28246         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
28247
28248 2001-04-02  Jim Meyering  <meyering@lucent.com>
28249
28250         * lib/regex.h, regex.c: Update from GNU libc.
28251
28252 2001-03-24  Jim Meyering  <meyering@lucent.com>
28253
28254         * m4/jm-macros.m4: Require autoconf-2.49d.
28255
28256 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
28257
28258         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
28259
28260 2001-03-19  Paul Eggert  <eggert@twinsun.com>
28261
28262         * lib/version-etc.c (version_etc_copyright): Update to 2001.
28263
28264 2001-03-17  Jim Meyering  <meyering@lucent.com>
28265
28266         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
28267         now that the version in autoconf is equivalent.
28268         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
28269
28270         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
28271         Suggestion from Akim Demaille.
28272
28273         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
28274         (jm_PREREQ_TEMPNAME): New function.
28275
28276 2001-03-16  Paul Eggert  <eggert@twinsun.com>
28277
28278         * lib/tempname.c (uint64_t): Define to uintmax_t if
28279         not defined, and if UINT64_MAX is not defined.
28280         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
28281         Reported by John David Anglin.
28282
28283 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
28284
28285         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
28286         resolve alias if codeset is empty.
28287         * lib/config.charset (BeOS): Use wildcard syntax.
28288
28289 2001-03-13  Jim Meyering  <meyering@lucent.com>
28290
28291         * lib/path-concat.c (path_concat)
28292         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
28293         concatenating e.g., `C:' and `foo'.
28294         From Bruno Haible.
28295
28296 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
28297
28298         * lib/localcharset.c (locale_charset): Don't use
28299         setlocale(LC_CTYPE,NULL). Don't return NULL.
28300         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
28301
28302 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
28303
28304         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
28305         support for DOS/DJGPP.
28306
28307 2001-03-01  Paul Eggert  <eggert@twinsun.com>
28308
28309         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
28310         lacks mkstemp.  Compile our own tempname.c if we compile our own
28311         mkstemp.c, as mkstemp relies on tempname.
28312
28313 2001-03-01  Jim Meyering  <meyering@lucent.com>
28314
28315         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
28316         AH_VERBATIM really does output its argument verbatim.
28317
28318 2001-02-28  Paul Eggert  <eggert@twinsun.com>
28319
28320         * lib/Makefile.am (libfetish_a_SOURCES):
28321         Add dup-safer.c, fopen-safer.c.
28322         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
28323
28324         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
28325         * lib/unistd-safer.h: New files.
28326
28327 2001-02-25  Paul Eggert  <eggert@twinsun.com>
28328
28329         The mkstemp replacement is taken from glibc 2.2.2, with some
28330         portability fixes for use outside glibc, as follows:
28331
28332         * lib/tempname.c (struct_stat64): New macro.
28333         (direxists, __gen_tempname): Use it.
28334         This avoids a portability problem with Solaris 8.
28335
28336         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
28337         (<stddef.h>, <stdint.h>, <string.h>):
28338         Include only if STDC_HEADERS || _LIBC.
28339         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
28340         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
28341         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
28342         (__set_errno): Define this macro if <errno.h> doesn't.
28343         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
28344         Define these macros if <stdio.h> doesn't.
28345         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
28346         Define these macros if <sys/stat.h>
28347         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
28348         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
28349         __xstat64): Define if not _LIBC.
28350         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
28351         (__gen_tempname): Invoke gettimeofday only if
28352         HAVE_GETTIMEOFDAY || _LIBC;
28353         otherwise, fall back on plain "time".
28354         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
28355
28356         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
28357
28358         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
28359
28360 2001-02-18  Paul Eggert  <eggert@twinsun.com>
28361
28362         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
28363
28364 2001-02-17  Paul Eggert  <eggert@twinsun.com>
28365
28366         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
28367         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
28368         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
28369         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28370
28371 2001-02-17  Paul Eggert  <eggert@twinsun.com>
28372
28373         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
28374         Remove workaround macros for hosts that have mbrtowc but not
28375         mbstate_t, as we now insist on proper declarations for both
28376         before using mbrtowc.
28377
28378 2001-02-17  Jim Meyering  <meyering@lucent.com>
28379
28380         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
28381         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
28382         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
28383         UnixWare 7.1.1.
28384
28385         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
28386         rather than AC_CACHE_VAL.
28387
28388 2001-02-17  Jim Meyering  <meyering@lucent.com>
28389
28390         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
28391         around included file name.
28392
28393         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
28394
28395         * lib/strftime.c: Update from GNU libc (the only changes were to
28396         comments).
28397
28398 2001-02-17  Jim Meyering  <meyering@lucent.com>
28399
28400         * lib/regex.c: Update from libc.
28401
28402 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
28403
28404         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
28405         clash.
28406
28407 2001-02-16  Paul Eggert  <eggert@twinsun.com>
28408
28409         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
28410         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
28411         Reported by Mark Hounschell via Paul Eggert.
28412
28413 2001-02-07  Jim Meyering  <meyering@lucent.com>
28414
28415         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
28416
28417 2001-02-05  Jim Meyering  <meyering@lucent.com>
28418
28419         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
28420         it includes the patch required for `large file' support with at least
28421         HP-UX's 10.20 /bin/cc.
28422
28423 2001-02-03  Jim Meyering  <meyering@lucent.com>
28424
28425         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
28426         AS_IF, now that it works once again (mysteriously).
28427         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
28428
28429 2001-01-30  Jim Meyering  <meyering@lucent.com>
28430
28431         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
28432         * m4/chown.m4: Rename conftestchown to conftest.chown.
28433         * m4/rename.m4: s/conftestdir/conftest.d1/ and
28434         s/conftestdir2/conftest.d2/.
28435         * m4/utimes.m4: s/conftestdata/conftest.data/
28436         Inspired by Pavel Roskin's change in autoconf.
28437
28438 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
28439
28440         * lib/config.charset: Update for FreeBSD 4.2.
28441
28442 2001-01-27  Jim Meyering  <meyering@lucent.com>
28443
28444         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
28445         a use of AS_IF.
28446         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
28447
28448 2001-01-26  Jim Meyering  <meyering@lucent.com>
28449
28450         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
28451         quotearg.c includes it.
28452
28453 2001-01-26  Jim Meyering  <meyering@lucent.com>
28454
28455         * lib/quotearg.c: Include stddef.h.
28456         * lib/quote.c: Include stddef.h.
28457         Reported by Axel Kittenberger.
28458
28459         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
28460         line in double quotes so that it evokes a better diagnostic.
28461         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
28462         Reported by Axel Kittenberger.
28463
28464 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
28465
28466         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
28467         as if it was a `charset'.
28468
28469 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
28470
28471         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
28472         has const.
28473
28474 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
28475
28476         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
28477         to avoid a warning.  Add back 'const' to inptr.
28478
28479 2001-01-20  Jim Meyering  <meyering@lucent.com>
28480
28481         Be sure that headers are checked before used in code compiled
28482         for the type checks.
28483         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
28484         In place of that, invoke jm_CHECK_ALL_TYPES.
28485         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
28486         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
28487         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
28488         The check for ssize_t was mistakenly run before the test for unistd.h.
28489
28490         The configure-time check for stdbool.h was missing.
28491         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
28492         (jm_PREREQ_HASH): New function.
28493
28494 2001-01-17  Jim Meyering  <meyering@lucent.com>
28495
28496         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
28497         for autoconf-2.49c.
28498         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
28499
28500 2001-01-16  Jim Meyering  <meyering@lucent.com>
28501
28502         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
28503         From Bruno Haible.
28504
28505 2001-01-14  Jim Meyering  <meyering@lucent.com>
28506
28507         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
28508         foo and bar.  Create conftestdir/ in the script, not in the C code.
28509         Remove directories in the script, not in the C code.
28510         Remove conftestdir{,2} before trying to create the directory.
28511         Make the entire configure script fail if the mkdir fails.
28512
28513 2001-01-14  Jim Meyering  <meyering@lucent.com>
28514
28515         * lib/rename.c: New file.  From Volker Borchert.
28516         Include stdlib.h, string.h or strings.h, and xalloc.h.
28517         Use strip_trailing_slashes rather than open-coding it.
28518
28519 2001-01-03  Paul Eggert  <eggert@twinsun.com>
28520
28521         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
28522
28523 2001-01-03  Jim Meyering  <meyering@lucent.com>
28524
28525         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
28526         of local `inptr' to avoid warning with some system declarations of
28527         iconv.
28528
28529 2001-01-02  Volker Borchert  <bt@teknon.de>
28530
28531         * m4/rename.m4: New file.
28532         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
28533
28534 2001-01-01  Jim Meyering  <meyering@lucent.com>
28535
28536         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
28537         even on systems with utmpx.h.  It's necessary for the declaration of
28538         utmp's ut_user member.  Reported by Andreas Jaeger.
28539
28540         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
28541         available. They are required for the declarations of getgrgid and
28542         getpwuid resp.
28543         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
28544         Reported by Andreas Jaeger.
28545
28546 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
28547
28548         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
28549         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
28550         so `make install' also works in VPATH builds.
28551
28552 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
28553
28554         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
28555         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
28556         can be used in subdirectories.
28557
28558 2000-12-29  Paul Eggert  <eggert@twinsun.com>
28559
28560         * lib/modechange.c: Do not assume that mode_t uses the
28561         traditional octal encoding.  E.g. "chmod 1 FOO" should set
28562         the other-execute bit of FOO even if S_IXOTH != 1.
28563
28564         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
28565         WOTH, XOTH, ALLM): New macros.
28566         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
28567          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
28568         Use them.
28569         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
28570         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
28571         (mode_compile):
28572         No need to use uintmax_t; unsigned long is long enough.
28573         Don't bother to get suffix since we don't use it.
28574
28575 2000-12-26  Jim Meyering  <meyering@lucent.com>
28576
28577         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
28578         better with autoheader.
28579
28580 2000-12-24  Jim Meyering  <meyering@lucent.com>
28581
28582         * lib/hash.c (is_prime): Return explicit boolean values.
28583         (hash_get_first): Return NULL to appease Irix5.6's 89.
28584         Reported by Nelson Beebe.
28585
28586 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
28587
28588         * lib/localcharset.c (locale_charset): Add support for Win32.
28589
28590 2000-12-18  Paul Eggert  <eggert@twinsun.com>
28591
28592         * lib/physmem.h, lib/physmem.c: New files.
28593
28594         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
28595         (noinst_HEADERS): Add physmem.h.
28596
28597         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
28598         't' for compatibility with Solaris 8 sort.
28599
28600 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
28601
28602         * lib/config.charset: Add support for BeOS.
28603
28604 2000-12-17  Jim Meyering  <meyering@lucent.com>
28605
28606         * m4/dos.m4 (jm_AC_DOS): New file and macro.
28607         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
28608
28609 2000-12-16  Jim Meyering  <meyering@lucent.com>
28610
28611         This bug had a serious impact on chown: `chown N:M FILE' (for integer
28612         N and M) would have treated it like `chown N:N FILE'.
28613
28614         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
28615
28616 2000-12-16  Jim Meyering  <meyering@lucent.com>
28617
28618         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
28619         SHELLS_FILE to a file name that's useful on djgpp systems.
28620         Include stdlib.h.
28621         (ADDITIONAL_DEFAULT_SHELLS): Define.
28622         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
28623         Based mostly on a patch from Prashant TR.
28624
28625 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
28626
28627         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
28628         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
28629         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
28630
28631 2000-12-08  Andreas Schwab  <schwab@suse.de>
28632
28633         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
28634         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
28635
28636 2000-12-07  Jim Meyering  <meyering@lucent.com>
28637
28638         * lib/stripslash.c (ISSLASH): Define.
28639         (strip_trailing_slashes): Use ISSLASH rather than comparing against
28640         `/'.
28641         From Prashant TR.
28642
28643         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
28644         (dir_name_r): Declare this function as static.
28645         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
28646         manifest itself on a name containing a mix of slashes and
28647         backslashes.
28648         Make this function work with names starting with a DOS-style
28649         drive letter and colon prefix.
28650         (dir_name): Append `.' if necessary.
28651         Based mostly on patches from Prashant TR and Eli Zaretskii.
28652
28653         * lib/dirname.h (dir_name_r): Remove prototype.
28654
28655 2000-12-06  Paul Eggert  <eggert@twinsun.com>
28656
28657         * m4/off_t-format.m4: Remove this file.
28658         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
28659
28660 2000-12-06  Jim Meyering  <meyering@lucent.com>
28661
28662         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
28663         replacement strtoull, we may well need the replacement strtoul, too.
28664         Check for declarations of strtoul and strtoull.
28665         Check for strtol.  Mainly as a cue to cause automake to include
28666         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
28667         Check for limits.h -- strtol.c needs it.
28668
28669 2000-12-05  Jim Meyering  <meyering@lucent.com>
28670
28671         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
28672
28673 2000-12-04  Jim Meyering  <meyering@lucent.com>
28674
28675         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
28676         Also include memory.h, stdlib.h, unistd.h if appropriate.
28677         Reported by Andreas Jaeger (conflicting declaration of malloc).
28678
28679 2000-12-02  Jim Meyering  <meyering@lucent.com>
28680
28681         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
28682         * m4/jm-macros.m4 (jm_MACROS): require it.
28683
28684 2000-12-02  Jim Meyering  <meyering@lucent.com>
28685
28686         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
28687
28688 2000-12-01  Paul Eggert  <eggert@twinsun.com>
28689
28690         * lib/memrchr.c: Include <config.h> before any system include file.
28691
28692 2000-11-30  Jim Meyering  <meyering@lucent.com>
28693
28694         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
28695
28696 2000-11-30  Jim Meyering  <meyering@lucent.com>
28697
28698         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
28699
28700 2000-11-29  Paul Eggert  <eggert@twinsun.com>
28701
28702         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
28703
28704 2000-11-26  Jim Meyering  <meyering@lucent.com>
28705
28706         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
28707
28708 2000-11-22  Paul Eggert  <eggert@twinsun.com>
28709
28710         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
28711         size of (size_t) -1; it's not portable.
28712
28713 2000-11-17  Jim Meyering  <meyering@lucent.com>
28714
28715         * lib/strstr.c: Update from GNU libc.
28716
28717 2000-11-17  Akim Demaille  <akim@epita.fr>
28718
28719         * lib/obstack.h: Formatting changes.
28720         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
28721         prevent type checking.
28722         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
28723         cast the value to (void *): assigning a `foo *' to a `void *'
28724         variable is valid.
28725         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
28726
28727 2000-11-16  Jim Meyering  <meyering@lucent.com>
28728
28729         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
28730
28731 2000-11-11  Jim Meyering  <meyering@lucent.com>
28732
28733         * lib/error.c: Add a couple #includes, merging from GNU libc version.
28734
28735 2000-11-10  Jim Meyering  <meyering@lucent.com>
28736
28737         * lib/obstack.h: Update from GNU libc.
28738         * lib/obstack.c: Likewise.
28739
28740 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
28741
28742         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
28743
28744 2000-11-06  Paul Eggert  <eggert@twinsun.com>
28745
28746         * lib/getusershell.c (setusershell): Use rewind rather than
28747         fseek/fseeko, to avoid configuration hassles with fseeko.
28748         Don't bother opening SHELLS_FILE if shellstream is NULL;
28749         it's not necessary.
28750
28751 2000-11-05  Jim Meyering  <meyering@lucent.com>
28752
28753         * lib/makepath.h (make_dir): Declare.
28754         * lib/makepath.c (make_dir): Remove `static' attribute.
28755         Tweak a comment.
28756
28757 2000-11-04  Jim Meyering  <meyering@lucent.com>
28758
28759         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
28760
28761 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
28762
28763         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
28764         last one in a bucket, advance to the next bucket.
28765
28766 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
28767
28768         * lib/fnmatch.c: Do not comment out all the code if we are using
28769         the GNU C library, because in some cases we are replacing buggy
28770         code in the GNU C library itself.
28771
28772 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
28773
28774         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
28775         (regex_compile): Catch bogus \(\1\).
28776
28777 2000-10-30  Paul Eggert  <eggert@twinsun.com>
28778
28779         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
28780         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
28781         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
28782
28783 2000-10-30  Paul Eggert  <eggert@twinsun.com>
28784
28785         * lib/error.h, getline.h, modechange.h:
28786         Remove "2000" from Copyright line, as the file hasn't been
28787         changed this year other than in the copyright notice.
28788
28789         * lib/xalloc.h: Add "2000" to Copyright line, as this file
28790         was changed this year.
28791
28792 2000-10-29  Jim Meyering  <meyering@lucent.com>
28793
28794         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
28795         renaming.
28796         * m4/ls-mntd-fs.m4: Likewise
28797
28798 2000-10-29  Jim Meyering  <meyering@lucent.com>
28799
28800         * lib/xstat.in: Fix grammar in comment.
28801
28802 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
28803
28804         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
28805         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
28806         doesn't define __restrict_arr.
28807
28808 2000-10-28  Jim Meyering  <meyering@lucent.com>
28809
28810         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
28811         (jm_PREREQ_MEMCHR): New function.
28812
28813 2000-10-28  Jim Meyering  <meyering@lucent.com>
28814
28815         * lib/memchr.c: Update from libc.
28816         Adjust for portability:
28817         [HAVE_STDLIB_H]: Include stdlib.h.
28818         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
28819         Undef __memchr, too.
28820         [!weak_alias]: Define __memchr to memchr.
28821
28822         * lib/regex.c: Update from libc.
28823         * lib/regex.h: Likewise.
28824         * lib/getopt1.c: Likewise.
28825         * lib/memcmp.c: Likewise.
28826
28827         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
28828         Avoid using fseek, when possible -- it's broken by design.
28829         Patch by Ulrich Drepper.
28830
28831 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
28832
28833         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
28834         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
28835         Giving in to popular pressure to shut up the compiler with casts.
28836
28837 2000-10-26  Jim Meyering  <meyering@lucent.com>
28838
28839         * lib/strftime.c: Update from libc.
28840
28841 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
28842
28843         * regex.c: More `unsigned char' -> `re_char' changes.
28844         Also change several `int' into `re_wchar_t'.
28845         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
28846         (PUSH_FAILURE_POINTER): Don't cast any more.
28847         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
28848         We want GCC to complain, since this piece of code makes
28849         re_match non-reentrant, which *should* be fixed.
28850         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
28851         (EXTEND_BUFFER): Use RETALLOC.
28852         (SET_LIST_BIT): Don't cast.
28853         (re_wchar_t): New type.
28854         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
28855         that those two functions will always properly return.
28856         (IMMEDIATE_QUIT_CHECK): Cast to void.
28857         (analyse_first): Use recursion rather than an explicit stack.
28858         (re_compile_fastmap): Can't fail anymore.
28859         (re_search_2): Don't check re_compile_fastmap for failure.
28860         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
28861         Now also sets the new value (passed in a new argument).
28862         (re_match_2_internal): Use it.
28863         Also, use a new var `reg' of type size_t when looping through regs
28864         rather than reuse the inappropriate `mcnt'.
28865
28866 2000-10-25  Jim Meyering  <meyering@lucent.com>
28867
28868         * lib/obstack.c: Update from libc.
28869
28870 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
28871
28872         * regex.c (regex_compile): Change the way of handling a range from
28873         a char less than 256 to a char not less than 256.
28874
28875 2000-10-24  Andrew Innes  <andrewi@gnu.org>
28876
28877         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
28878         NT-Emacs only.
28879         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
28880         so that re_search functions only quit when callers expect them to.
28881
28882 2000-10-23  Jim Meyering  <meyering@lucent.com>
28883
28884         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
28885         wrong.  That set_locale call must not have any side effects.
28886         From Paul Eggert.
28887
28888 2000-10-22  Jim Meyering  <meyering@lucent.com>
28889
28890         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
28891         [CYCLIC]: Remove now-unused definition.
28892
28893         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
28894         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
28895         Suggestion from Ulrich Drepper.
28896
28897 2000-10-21  Jim Meyering  <meyering@lucent.com>
28898
28899         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
28900         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
28901         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
28902
28903 2000-10-21  Jim Meyering  <meyering@lucent.com>
28904
28905         * lib/dirname.c (memrchr): Declare if necessary.
28906         (dir_name): Remove the restriction that there be no
28907         trailing slashes.  Now, this code skips past them, effectively
28908         ignoring them.
28909         [TEST_DIRNAME] (main): New unit tests.
28910
28911         * lib/memrchr.c: New file from GNU libc.
28912         Undef __memrchr, too.
28913         [!weak_alias]: Define __memrchr to memrchr.
28914         Guard weak_alias use with `#ifdef weak_alias'.
28915
28916 2000-10-21  Jim Meyering  <meyering@lucent.com>
28917
28918         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
28919         (dir_name): Use dir_name_r.
28920         * lib/dirname.h (dir_name_r): Declare it.
28921
28922 2000-10-17  Jim Meyering  <meyering@lucent.com>
28923
28924         * lib/quote.h (PARAMS): Define and use.
28925         Reported by Akim Demaille.
28926
28927         * lib/getopt.c: Update from libc.
28928
28929 2000-10-16  Jim Meyering  <meyering@lucent.com>
28930
28931         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
28932         setlocale.
28933         From Jan Fedak.
28934
28935 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
28936
28937         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
28938
28939 2000-09-25  Jim Meyering  <meyering@lucent.com>
28940
28941         * lib/md5.h (rol): Define (from GnuPG).
28942
28943         * lib/sha.c: Give credit (GnuPG) where due.
28944         (M): Use rol rather than open-coding it.
28945         Add a FIXME comment.
28946
28947 2000-09-21  Jim Meyering  <meyering@lucent.com>
28948
28949         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
28950         Reported by Michael Stone.
28951
28952 2000-09-20  Jim Meyering  <meyering@lucent.com>
28953
28954         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
28955         (noinst_HEADERS): Add sha.h.
28956         Based on code from Scott G. Miller and from GnuPG.
28957
28958 2000-09-18  Jim Meyering  <meyering@lucent.com>
28959
28960         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
28961         LIBS. Otherwise, everyone ends up linking with -lelf for some
28962         configurations.
28963         Reported by Mike Stone.
28964
28965 2000-09-15  Jim Meyering  <meyering@lucent.com>
28966
28967         * lib/regex.c: Update from libc.
28968
28969 2000-09-10  Jim Meyering  <meyering@lucent.com>
28970
28971         * lib/getopt.c (_getopt_internal): Update from glibc.
28972
28973 2000-09-09  Jim Meyering  <meyering@lucent.com>
28974
28975         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
28976         think it should be used as a general replacement for isascii.
28977         * lib/fnmatch.c: Likewise.
28978         * lib/mbswidth.c: Likewise
28979         * lib/regex.c: Likewise.
28980
28981         Don't use atoi.
28982         * lib/userspec.c: Include sys/param.h and limits.h.
28983         Include xstrtol.h.
28984         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28985         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
28986         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
28987         UID, GID.  Check range.
28988
28989 2000-09-06  Jim Meyering  <meyering@lucent.com>
28990
28991         * lib/getopt.c (_getopt_internal): Update from glibc.
28992
28993 2000-08-30  Jim Meyering  <meyering@lucent.com>
28994
28995         * lib/strftime.c: Merge in changes from GNU libc.
28996
28997 2000-08-26  Jim Meyering  <meyering@lucent.com>
28998
28999         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29000         * m4/fpending.m4: New file.
29001
29002 2000-08-26  Jim Meyering  <meyering@lucent.com>
29003
29004         * lib/closeout.c: Include "__fpending.h".
29005         (close_stdout_status): Return right away if there's nothing to flush.
29006
29007         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29008         * lib/__fpending.c: New file.
29009         * lib/__fpending.h: New file.
29010
29011 2000-08-20  Jim Meyering  <meyering@lucent.com>
29012
29013         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29014         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29015         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29016
29017 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29018
29019         Improve fileutils installation on systems where running
29020         programs (like install) can't be unlinked.
29021         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29022         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29023
29024 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29025
29026         Standardize on "memory exhausted" instead of "Memory exhausted"
29027         or "virtual memory exhausted".
29028         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29029         "virtual memory exhausted".
29030         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29031         our own message.
29032         * lib/userspec.c (parse_user_spec): Likewise.
29033         * lib/bumpalloc.h: comment fix
29034         * lib/same.c, userspec.c: Include xalloc.h.
29035
29036         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29037         not char *const and pointing to a constant array.
29038         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29039         (xrealloc): Comment fix.
29040
29041         * lib/userspec.c (parse_user_spec):
29042         Don't translate a message until just before returning,
29043         to avoid unnecessary translation.
29044
29045 2000-08-07  Jim Meyering  <meyering@lucent.com>
29046
29047         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29048         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29049         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29050         getgroups.c, gethostname.c, getopt.h, group-member.c,
29051         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29052         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
29053         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
29054         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
29055         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
29056         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
29057         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
29058         yesno.c: Back out Copyright date changes for each file with no change
29059         this year.  This eases coordination with other programs using the same
29060         source code modules.  From Paul Eggert.
29061
29062 2000-08-06  Paul Eggert  <eggert@twinsun.com>
29063
29064         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
29065         not char, for compatibility with glibc 2.1.3 strftime.c.
29066
29067 2000-08-03  Greg McGary  <greg@mcgary.org>
29068
29069         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
29070         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
29071         (EXTEND_BUFFER): Use them.
29072
29073 2000-08-01  Jim Meyering  <meyering@lucent.com>
29074
29075         * lib/dirname.c (ISSLASH): Define.
29076         (BACKSLASH_IS_PATH_SEPARATOR): Define.
29077         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
29078         both `\' and `/' may be use as path separators.
29079         Based on a patch from Prashant TR.
29080
29081 2000-07-31  Paul Eggert  <eggert@twinsun.com>
29082
29083         * lib/quotearg.c (quotearg_n_options): Don't make the initial
29084         slot vector a constant, since it might get modified.
29085
29086 2000-07-31  Jim Meyering  <meyering@lucent.com>
29087
29088         * lib/xmalloc.c: Use `virtual memory exhausted', not
29089         `Memory exhausted'.
29090         * lib/obstack.c (print_and_abort): Likewise.
29091
29092 2000-07-30  Paul Eggert  <eggert@twinsun.com>
29093
29094         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
29095         buffer, so that the caller can always quote one small
29096         component of a "memory exhausted" message in slot 0.
29097         From a suggestion by Jim Meyering.
29098
29099 2000-07-30  Jim Meyering  <meyering@lucent.com>
29100
29101         * lib/makepath.c (make_path): Quote the other instance, too.
29102
29103         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
29104         (STATIC_BUF_SIZE): Define.
29105         (quotearg_n_options): Use only statically allocated storage when
29106         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
29107         than STATIC_BUF_SIZE.
29108
29109 2000-07-29  Jim Meyering  <meyering@lucent.com>
29110
29111         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
29112         * lib/dirname.c (dir_name): Likewise.
29113
29114         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
29115         `/'.
29116
29117         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
29118         (dir_name): Assert that there are no trailing slashes.
29119
29120 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
29121
29122         * lib/mbswidth.h (mbswidth): Add a flags argument.
29123         (mbswidth): New declaration.
29124         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
29125         * lib/mbswidth.c (mbswidth): Add a flags argument.
29126         (mbsnwidth): New function.
29127
29128 2000-07-24  Jim Meyering  <meyering@lucent.com>
29129
29130         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
29131
29132 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29133
29134         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
29135
29136 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29137
29138         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
29139         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
29140         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
29141         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
29142         invoke multibyte primitives.
29143
29144 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29145
29146         * lib/quotearg.c:
29147         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
29148         so that mbstate_t is always defined.
29149
29150         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
29151         be 1 in at least one GCC installation, and this configuration
29152         error is likely to be common.  Ignoring MB_LEN_MAX hurts
29153         performance on hosts that have mbrtowc but have only unibyte
29154         locales, but I assume these hosts are rare.
29155
29156 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29157
29158         * lib/mbswidth.c (_XOPEN_SOURCE):
29159         Don't define; this causes problems on Solaris 7.
29160         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
29161
29162 2000-07-23  Jim Meyering  <meyering@lucent.com>
29163
29164         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
29165         too: getgrgid, getpwuid, getuid.
29166
29167 2000-07-23  Jim Meyering  <meyering@lucent.com>
29168
29169         * lib/basename.c (base_name): Add an assertion.
29170
29171 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
29172
29173         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
29174         shadow its mbsinit function.
29175
29176 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
29177
29178         * lib/mbswidth.h: New file.
29179         * lib/mbswidth.c: New file.
29180         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
29181         (noinst_HEADERS): Add mbswidth.h.
29182
29183 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
29184
29185         * lib/config.charset: Add support for FreeBSD. Improve support for
29186         HP-UX and IRIX 6.
29187
29188 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
29189
29190         * m4/mbswidth.m4: New file.
29191         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
29192
29193 2000-07-15  Jim Meyering  <meyering@lucent.com>
29194
29195         * lib/makepath.c: Include quote.h.
29196         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
29197         corresponding argument in a `quote (...)' call.
29198         Give better diagnostics.
29199
29200         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
29201         (noinst_HEADERS): Add quote.h.
29202
29203         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
29204         from tar's src/misc.c.
29205         * lib/quote.h: New file.  Prototypes for same.
29206
29207 2000-07-14  Paul Eggert  <eggert@twinsun.com>
29208
29209         From a suggestion by Bruno Haible.
29210         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
29211         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
29212         to decide whether to define the BeOS workaround macro;
29213         this adjusts to the change to AC_MBSTATE_T.
29214
29215 2000-07-14  Jim Meyering  <meyering@lucent.com>
29216
29217         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
29218         jm_AC_TYPE_UINTMAX_T.
29219
29220 2000-07-13  Paul Eggert  <eggert@twinsun.com>
29221
29222         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
29223
29224         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
29225         quotearg_buffer_restyled): Add support for
29226         clocale_quoting_style.  Undo previous change to
29227         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
29228         and "{RIGHT QUOTATION MARK}" msgids.
29229
29230 2000-07-10  Paul Eggert  <eggert@twinsun.com>
29231
29232         From a suggestion by Bruno Haible.
29233         * m4/mbstate_t.m4 (AC_MBSTATE_T):
29234         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
29235         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
29236         and mbstate_t, to a single-part test that simply defines mbstate_t.
29237         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
29238         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
29239
29240 2000-07-10  Jim Meyering  <meyering@lucent.com>
29241
29242         * m4/strerror_r.m4: Mirror the correction made in autoconf.
29243
29244         * m4/gnu-source.m4: Output to confdefs.h directly.
29245         Suggestion from Akim Demaille.
29246
29247 2000-07-09  Paul Eggert  <eggert@twinsun.com>
29248
29249         The old behavior of quoting `like this' doesn't look good with
29250         newer, ISO-style fonts.  See:
29251         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
29252
29253         Instead, quote "like this" by default.  Let the translator
29254         tailor the locale-specific quoting behavior by providing
29255         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
29256
29257         * lib/quotearg.c (N_): New macro.
29258         (gettext_default): New function.
29259         (quotearg_buffer_restyled): Use
29260         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
29261         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
29262
29263 2000-07-09  Jim Meyering  <meyering@lucent.com>
29264
29265         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
29266         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
29267
29268         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
29269         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
29270
29271 2000-07-09  Jim Meyering  <meyering@lucent.com>
29272
29273         * lib/Most files: Update copyright dates to include 2000.
29274
29275 2000-07-08  Jim Meyering  <meyering@lucent.com>
29276
29277         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
29278         if not defined.
29279         (xgethostname): Remove now-unnecessary #ifdef.
29280         Move declaration of `err' into loop where it's used.
29281
29282 2000-07-05  Paul Eggert  <eggert@twinsun.com>
29283         and Bruno Haible  <haible@clisp.cons.org>
29284
29285         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
29286         only if the test for an object-type mbstate_t fails.  This
29287         prevents us from mistakenly reporting that mbstate_t is a
29288         system object type after we "#define mbstate_t int" to work
29289         around its lack.
29290
29291 2000-07-05  Paul Eggert  <eggert@twinsun.com>
29292         and Bruno Haible  <haible@clisp.cons.org>
29293
29294         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
29295
29296 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29297
29298         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
29299         to strerror_r.
29300         Include <ctype.h> for use of isalpha.
29301
29302 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29303
29304         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
29305         by allocating a larger buffer. Test the gethostname return value for
29306         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
29307         returns an error and ENAMETOOLONG isn't defined.
29308
29309 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29310
29311         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
29312         dimension.
29313
29314 2000-07-04  Jim Meyering  <meyering@lucent.com>
29315
29316         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
29317         of the deprecated AC_CHECKING.
29318
29319 2000-07-04  Jim Meyering  <meyering@lucent.com>
29320
29321         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
29322         Reported by Bruno Haible.
29323
29324 2000-07-04  Jim Meyering  <meyering@lucent.com>
29325
29326         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
29327         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
29328         lacks mbrtowc.
29329
29330 2000-07-03  Paul Eggert  <eggert@twinsun.com>
29331
29332         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
29333         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
29334
29335 2000-07-03  Paul Eggert  <eggert@twinsun.com>
29336         and Bruno Haible  <haible@clisp.cons.org>
29337
29338         * lib/quotearg.c (mbrtowc):
29339         Assign to *pwc, and return 1 only if result is nonzero.
29340         (iswprint): Use ISPRINT when substituting our own mbrtowc.
29341
29342 2000-07-03  Jim Meyering  <meyering@lucent.com>
29343
29344         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
29345
29346 2000-07-03  Jim Meyering  <meyering@lucent.com>
29347
29348         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
29349         This is necessary to get a definition of e.g., UTMP_FILE on
29350         HP-UX 10.20.
29351         From Bob Proulx.
29352
29353 2000-07-02  Jim Meyering  <meyering@lucent.com>
29354
29355         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
29356
29357         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
29358         AC_LIBOBJ(function_name).
29359         * m4/chown.m4: Likewise.
29360         * m4/fnmatch.m4: Likewise.
29361         * m4/ftruncate.m4: Likewise.
29362         * m4/getgroups.m4: Likewise.
29363         * m4/getline.m4: Likewise.
29364         * m4/group-member.m4: Likewise.
29365         * m4/jm-macros.m4: Likewise.
29366         * m4/lstat.m4: Likewise.
29367         * m4/malloc.m4: Likewise.
29368         * m4/memcmp.m4: Likewise.
29369         * m4/nanosleep.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
29376 2000-07-02  Jim Meyering  <meyering@lucent.com>
29377
29378         * lib/quotearg.c (mbstate_t): Don't define here.
29379
29380 2000-07-02  Jim Meyering  <meyering@lucent.com>
29381
29382         * lib/nanosleep.c (SIGCONT): Define if not already defined.
29383
29384 2000-07-01  Jim Meyering  <meyering@lucent.com>
29385
29386         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
29387
29388 2000-07-01  Jim Meyering  <meyering@lucent.com>
29389
29390         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
29391         problem.
29392
29393 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
29394
29395         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
29396         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
29397
29398 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
29399
29400         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
29401         per change in ../m4/ls-mntd-fs.m4.
29402         (read_filesystem_list): Ignore symbolic links.
29403
29404 2000-06-29  Jim Meyering  <meyering@lucent.com>
29405
29406         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
29407         for declaration of strcmp.
29408
29409         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
29410
29411         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
29412         Avoid warning by casting result to `char *' to remove `const'.
29413
29414 2000-06-28  Jim Meyering  <meyering@lucent.com>
29415
29416         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
29417         included by quotearg.c, for which we perform this test.  From
29418         Bruno Haible.
29419
29420 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
29421
29422         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
29423         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
29424         <utmpx.h> exists, put readutmp.o into LIBOBJS.
29425
29426 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
29427
29428         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
29429
29430 2000-06-26  Paul Eggert  <eggert@twinsun.com>
29431
29432         savedir now sets errno on failure and invokes xmalloc to get memory.
29433         Fix a couple of other minor bugs while we're at it.
29434
29435         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
29436         (NAMLEN): Remove macro.
29437         (malloc, realloc): Remove decls.
29438         (stpcpy): Likewise.
29439         ("xalloc.h"): Include.
29440         (NAME_SIZE_DEFAULT): New macro.
29441         (savedir): Use xmalloc / xrealloc to allocate memory.
29442         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
29443         Skip "" directory entries.
29444         Use strlen to calculate directory entry length, since the old method
29445         is rarely used these days and isn't worth supporting.
29446         Don't use a pointer after freeing it.
29447         Check for integer overflow when calculating allocation size.
29448         Use memcpy to copy entries, instead of stpcpy.
29449         Set errno properly when returning NULL.
29450         Check for readdir error.
29451
29452 2000-06-26  Jim Meyering  <meyering@lucent.com>
29453
29454         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
29455
29456 2000-06-25  Jim Meyering  <meyering@lucent.com>
29457
29458         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
29459         Linux header bug when _XOPEN_SOURCE is defined to 500.
29460
29461 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
29462
29463         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
29464         deficiency.
29465
29466 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
29467
29468         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
29469         Include xalloc.h.
29470         Don't include <stdlib.h>.  Don't declare malloc, realloc.
29471
29472 2000-06-24  Jim Meyering  <meyering@lucent.com>
29473
29474         * m4/strerror_r.m4: Revive this file -- to try out an experimental
29475         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
29476         for which strerror does return char*, but which lacks a conveniently
29477         accessible declaration of the function.  If the compile-test says
29478         strerror_r doesn't work, then resort to a `run'-test that works on
29479         BeOS and segfaults on DEC Unix.
29480
29481 2000-06-24  Jim Meyering  <meyering@lucent.com>
29482
29483         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
29484
29485 2000-06-23  Paul Eggert  <eggert@twinsun.com>
29486
29487         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
29488         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
29489
29490 2000-06-23  Paul Eggert  <eggert@twinsun.com>
29491
29492         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
29493         (mbrtowc, mbstate_t): Define substitutes if
29494         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
29495         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
29496         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
29497
29498 2000-06-23  Jim Meyering  <meyering@lucent.com>
29499
29500         * m4/afs.m4: Add missing AC_MSG_RESULT.
29501         Reported by Bruno Haible.
29502
29503         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
29504         Suggestion from Bruno Haible.
29505
29506 2000-06-23  Jim Meyering  <meyering@lucent.com>
29507
29508         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
29509
29510 2000-06-21  Jim Meyering  <meyering@lucent.com>
29511
29512         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
29513
29514 2000-06-21  Jim Meyering  <meyering@lucent.com>
29515
29516         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
29517         (noinst_HEADERS): Add getstr.h.
29518
29519         * lib/getline.c (getstr): Move into a separate file.
29520         * lib/getstr.c (getstr): New file, extracted from getline.c, with
29521         the following changes: new parameter, delim2; both delim[12]
29522         parameters have type `int', not `char'.  The latter would lose
29523         with 8-bit delimiters.
29524         * lib/getstr.h: New file.
29525
29526 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29527
29528         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
29529         than 1024, return a memory chunk of least possible size, instead
29530         of size PATH_MAX + 2. In the loop, increment the size proportionally.
29531         Use free/xmalloc instead of xrealloc to avoid copying for very long
29532         paths.
29533
29534 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29535
29536         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
29537         the empty string.
29538
29539 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29540
29541         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
29542         address, not strdup.  Include <stdlib.h> and don't declare free().
29543
29544 2000-06-19  Jim Meyering  <meyering@lucent.com>
29545
29546         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
29547
29548 2000-06-18  Jim Meyering  <meyering@lucent.com>
29549
29550         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
29551
29552         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
29553         `checking whether...' message to be consistent with that of the
29554         lstat test.
29555
29556 2000-06-18  Jim Meyering  <meyering@lucent.com>
29557
29558         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
29559         Besides, these days every porting target provides a mkdir function.
29560
29561         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
29562         needed. (this snippet comes from src/system.h).
29563
29564 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
29565
29566         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
29567
29568 2000-06-15  Paul Eggert  <eggert@twinsun.com>
29569
29570         * lib/human.c (adjust_value): New function.
29571         (human_readable_inexact): Apply rounding style even when
29572         printing approximate values.
29573
29574 2000-06-14  Paul Eggert  <eggert@twinsun.com>
29575
29576         * lib/human.c (human_readable_inexact): Allow an input block
29577         size that is not a multiple of the output block size, and vice versa.
29578         Reported by Piergiorgio Sartor.
29579
29580 2000-06-14  Paul Eggert  <eggert@twinsun.com>
29581
29582         * lib/getdate.y (get_date): Apply relative times after time
29583         zone indicator, not before.  Reported by Todd A. Jacobs.
29584
29585 2000-06-13  Jim Meyering  <meyering@lucent.com>
29586
29587         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
29588
29589         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
29590
29591 2000-06-12  Paul Eggert  <eggert@twinsun.com>
29592
29593         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
29594
29595 2000-06-12  Jim Meyering  <meyering@lucent.com>
29596
29597         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
29598         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
29599         optional argument.
29600         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
29601         the optional argument, `lib'.
29602
29603 2000-06-08  Jim Meyering  <meyering@lucent.com>
29604
29605         * m4/largefile.m4: Remove file (now that it's part of autoconf).
29606
29607 2000-06-04  Paul Eggert  <eggert@twinsun.com>
29608
29609         Rewrite largefile configuration so that we don't need to run
29610         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
29611         AC_CANONICAL_HOST in configure.in -- jmm]
29612
29613         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
29614         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
29615         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
29616         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
29617         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
29618         All uses changed.
29619         Instead of inspecting the output of getconf, try to compile the
29620         test program without and with the macro definition.
29621         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
29622         for getconf.  Instead, check for the needed flags by compiling
29623         test programs.
29624
29625 2000-06-04  Paul Eggert  <eggert@twinsun.com>
29626
29627         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
29628
29629 2000-06-04  Jim Meyering  <meyering@lucent.com>
29630
29631         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
29632         SunOS 4.1.4 for which gid_t is an unsigned type.
29633
29634 2000-06-03  Jim Meyering  <meyering@lucent.com>
29635
29636         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
29637         now that autoconf requires that.
29638
29639         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
29640         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
29641         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
29642
29643 2000-06-03  Jim Meyering  <meyering@lucent.com>
29644
29645         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
29646
29647 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
29648
29649         * m4/glibc21.m4: New file.
29650         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
29651
29652 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
29653
29654         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
29655         newer, don't install charset.alias.
29656         * lib/config.charset: Change the Linux/glibc rules so they become empty
29657         on glibc-2.1 or newer.
29658
29659 2000-06-02  Jim Meyering  <meyering@lucent.com>
29660
29661         * lib/mountlist.c: Back out last change.  Instead, do this...
29662         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
29663         me_dummy member using the same `ignore'-testing code.
29664         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
29665         fs_type strings.
29666         From Mark D. Roth.
29667
29668 2000-05-29  Jim Meyering  <meyering@lucent.com>
29669
29670         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
29671         mounts with the `ignore' attribute.  Based on a patch from
29672         Mark D. Roth.
29673
29674 2000-05-28  Jim Meyering  <meyering@lucent.com>
29675
29676         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
29677         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29678         * m4/stat.m4: Likewise.
29679         * m4/lstat.m4: Likewise.
29680         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
29681
29682         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
29683         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
29684
29685 2000-05-26  Jim Meyering  <meyering@lucent.com>
29686
29687         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
29688
29689 2000-05-24  Jim Meyering  <meyering@lucent.com>
29690
29691         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
29692         autoconf requires that.
29693         * m4/lib-check.m4: Likewise.
29694         * m4/jm-macros.m4: Likewise.
29695         * m4/strftime.m4: Likewise.
29696
29697         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
29698         AC_CHECK_DECLS, now that autoconf requires that.
29699
29700 2000-05-22  Jim Meyering  <meyering@lucent.com>
29701
29702         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29703         * m4/lstat.m4: Likewise.
29704
29705 2000-05-22  Jim Meyering  <meyering@lucent.com>
29706
29707         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
29708
29709 2000-05-20  Jim Meyering  <meyering@lucent.com>
29710
29711         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
29712         (jm_PREREQ): Use it.
29713
29714 2000-05-18  Jim Meyering  <meyering@lucent.com>
29715
29716         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
29717         back, too, since it may have been modified by allocate_entry.
29718         (hash_delete): Rewrite to use neither the assignment operator
29719         nor the comma operator in an if-expression.
29720
29721 2000-05-15  Paul Eggert  <eggert@twinsun.com>
29722
29723         * lib/closeout.c:
29724         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
29725         Remove; no longer needed.
29726         "quotearg.h": Add include.
29727         (file_name): Do not bother to explicitly initialize to NULL; it's less
29728         efficient on some hosts.
29729         (close_stdout_status): Remove test as to whether stdout was already
29730         closed; it breaks for the case "echo x | sort >&-".
29731         Quote file name colons.
29732         Do not assume that _("write error") lacks format strings.
29733
29734 2000-05-15  Jim Meyering  <meyering@lucent.com>
29735
29736         * lib/version-etc.c (version_etc_copyright): Update the copyright
29737         string used in all --version output.
29738
29739 2000-05-14  Jim Meyering  <meyering@lucent.com>
29740
29741         * lib/closeout.c (close_stdout_set_file_name): New function.
29742         (close_stdout_status): Use new file-scoped global.
29743         Return right away if fstat says the stdout file descriptor is invalid.
29744         * lib/closeout.h (close_stdout_set_file_name): Declare.
29745
29746 2000-05-10  Jim Meyering  <meyering@lucent.com>
29747
29748         * lib/closeout.c [default_exit_status]: New file-scoped variable.
29749         (close_stdout_set_status): New function.
29750         * lib/closeout.h (close_stdout_set_status): Declare.
29751
29752 2000-05-09  Jim Meyering  <meyering@lucent.com>
29753
29754         * m4/gettext.m4: Rename this...
29755         * m4/libintl.m4: ...to this.
29756
29757 2000-05-08  Jim Meyering  <meyering@lucent.com>
29758
29759         * lib/long-options.c: Don't include closeout.h.
29760         (parse_long_options): Don't call close_stdout for --version.
29761
29762 2000-05-06  Paul Eggert  <eggert@twinsun.com>
29763
29764         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
29765         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
29766         2.1.3 bug.  This avoids a clash when files like regex.c define
29767         _GNU_SOURCE.
29768
29769 2000-05-06  Jim Meyering  <meyering@lucent.com>
29770
29771         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
29772         (AC_REPLACE_FUNCS): Add strnlen.
29773
29774         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
29775         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
29776
29777         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
29778         AC_SEARCH_LIBS call for nanosleep.
29779         (LIB_NANOSLEEP): Set and AC_SUBST.
29780
29781 2000-05-06  Jim Meyering  <meyering@lucent.com>
29782
29783         * lib/strnlen.c: Undefine __strnlen and strnlen.
29784         [!weak_alias]: Define __strnlen to strnlen.
29785
29786         * lib/atexit.c: New file, from libiberty.
29787
29788 2000-05-06  Jim Meyering  <meyering@lucent.com>
29789
29790         * lib/closeout.c (close_stdout_status): Also check for errors on the
29791         stderr stream.
29792
29793 2000-05-05  Jim Meyering  <meyering@lucent.com>
29794
29795         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
29796         AC_SEARCH_LIBS call for clock_gettime.
29797         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
29798
29799         * m4/search-libs.m4: Update from autoconf.
29800
29801         su doesn't work on Solaris 2.6.
29802         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
29803         <shadow.h>.  Reported by Dragos Harabor.
29804
29805 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
29806
29807         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
29808         memcpy instead of xmalloc, xrealloc, path_concat.
29809         (locale_charset): Treat empty environment variables as absent.
29810         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
29811
29812 2000-05-04  Jim Meyering  <meyering@lucent.com>
29813
29814         * lib/getopt.c: Update from glibc.
29815         * lib/obstack.c: Likewise.
29816         * lib/obstack.h: Likewise.
29817         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
29818         file
29819
29820         * lib/regex.h: Likewise.
29821         * lib/strndup.c: Likewise.
29822         * lib/strnlen.c: New file, from glibc.
29823
29824 2000-05-03  Jim Meyering  <meyering@lucent.com>
29825
29826         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
29827
29828 2000-05-02  Paul Eggert  <eggert@twinsun.com>
29829
29830         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
29831         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
29832         compile-time test, rather than inspecting host and OS, to
29833         decide whether to define _LARGEFILE_SOURCE.
29834
29835 2000-05-01  Jim Meyering  <meyering@lucent.com>
29836
29837         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
29838
29839         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
29840         Based on a patch from Bruno Haible.
29841
29842 2000-05-01  Jim Meyering  <meyering@lucent.com>
29843
29844         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
29845
29846 2000-04-29  Jim Meyering  <meyering@lucent.com>
29847
29848         * lib/path-concat.c: Declare strdup only if it's not defined.
29849         * lib/canon-host.c: Likewise.
29850
29851 2000-04-28  Jim Meyering  <meyering@lucent.com>
29852
29853         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
29854         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
29855         is included first, then limits.h is included by locale.h by libintl.h.
29856         From John David Anglin.
29857
29858 2000-04-25  Jim Meyering  <meyering@lucent.com>
29859
29860         * lib/makepath.c (S_IRWXUGO): Define.
29861         (make_path): Always perform explicit chmod if MODE specifies any
29862         of the `special' permission bits.  Prompted by a bug report against
29863         install from Mate Wierdl and Joost van Baal.
29864
29865 2000-04-18  Jim Meyering  <meyering@lucent.com>
29866
29867         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
29868         (jm_PREREQ): Use it.
29869
29870 2000-04-18  Jim Meyering  <meyering@lucent.com>
29871
29872         * lib/README: New file.
29873
29874         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
29875         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
29876
29877 2000-04-17  Jim Meyering  <meyering@lucent.com>
29878
29879         Get it right :-)
29880         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
29881         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
29882         Suggestion from Akim Demaille.
29883
29884 2000-04-17  Jim Meyering  <meyering@lucent.com>
29885
29886         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
29887         the definition of it to rpl_strftime also defined-away the system's
29888         declaration.
29889
29890 2000-04-15  Jim Meyering  <meyering@lucent.com>
29891
29892         Use `C' to denote so-called `contiguous' files, the same way
29893         that tar does.
29894         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
29895         (ftypelet): Use S_ISCTG.
29896         From Michael Deutschmann.
29897
29898 2000-04-14  Jim Meyering  <meyering@lucent.com>
29899
29900         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
29901         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
29902         clobbered.
29903
29904 2000-04-14  Jim Meyering  <meyering@lucent.com>
29905
29906         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
29907
29908 2000-04-13  Jim Meyering  <meyering@lucent.com>
29909
29910         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
29911         AH_VERBATIM to insert required #ifndef into config.h.in.
29912         Suggestion from Akim Demaille.
29913
29914 2000-04-12  Jim Meyering  <meyering@lucent.com>
29915
29916         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
29917         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
29918         Christian Krackowizer.
29919
29920         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
29921         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
29922         (AC_SYS_LARGEFILE): Require.
29923         (AM_C_PROTOTYPES): Require.
29924
29925 2000-04-08  Jim Meyering  <meyering@lucent.com>
29926
29927         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
29928         names don't conflict.  Reported by Eli Zaretskii.
29929
29930 2000-04-07  Jim Meyering  <meyering@lucent.com>
29931
29932         * lib/putenv.c: Move inclusion of errno.h so it follows that of
29933         sys/types.h, to work around system header problems on AIX 3.2.5.
29934         From Bruno Haible.
29935
29936 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
29937
29938         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
29939         bug.  Deal with the different error behavior of Irix iconv.
29940
29941 2000-04-05  Paul Eggert  <eggert@twinsun.com>
29942
29943         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
29944         IRIX if the installer said otherwise.
29945
29946 2000-04-05  Jim Meyering  <meyering@lucent.com>
29947
29948         Portability tweaks required for ultrix4.3.
29949         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
29950         (jm_CHECK_DECLS): Add getutent to the list of functions.
29951         (_jm_DECL_HEADERS): Add utmpx.h.
29952         From John David Anglin.
29953
29954         * m4/strftime.m4: Back out the 2000-04-02 change.
29955         Instead of that change, simply undefine putenv in the test program.
29956
29957 2000-04-05  Jim Meyering  <meyering@lucent.com>
29958
29959         Portability tweaks required for ultrix4.3.
29960         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
29961         getutent.
29962         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
29963         * lib/canon-host.c: Declare strdup.
29964         * lib/path-concat.c: Likewise.
29965         From John David Anglin.
29966
29967 2000-04-04  Jim Meyering  <meyering@lucent.com>
29968
29969         Be more DOS 8.3-friendly.
29970         * lib/ref-add.sin: Renamed from ref-add.sed.in.
29971         * lib/ref-del.sin: Renamed from ref-del.sed.in.
29972         * lib/Makefile.am: Reflect renaming.
29973         Reported by Eli Zaretskii.
29974
29975         Use a temporary file name that won't clash with `charset.alias'
29976         in the DOS 8.3 name space.
29977         * lib/Makefile.am (charset_tmp): Define.
29978         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
29979         (uninstall-local): Likewise.
29980         Reported by Eli Zaretskii.
29981
29982 2000-04-03  Jim Meyering  <meyering@lucent.com>
29983
29984         * m4/gettext.m4: Fix typo in comment.
29985
29986         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
29987         textutils/configure.in).  Suggestion from Paul Eggert.
29988         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
29989
29990 2000-04-02  Paul Eggert  <eggert@twinsun.com>
29991
29992         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
29993         variable in the shell rather than using putenv, which isn't
29994         portable.  This avoids the configure-time inter-test dependency
29995         on the potentially-renamed putenv function.
29996
29997 2000-03-30  Paul Eggert  <eggert@twinsun.com>
29998
29999         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30000         before checking struct stat.st_blksize, so that
30001         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30002
30003 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30004
30005         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30006         since strftime.c uses HAVE_STRFTIME to decide whether to use
30007         the underlying strftime.
30008
30009 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30010
30011         * lib/time/strftime.c (my_strftime): Make sure we call the system
30012         strftime, not ourselves, when invoking the underlying strftime.
30013
30014 2000-03-24  Jim Meyering  <meyering@lucent.com>
30015
30016         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30017         (charset_alias): Define.
30018         (install-exec-local): Factor out common code.
30019         (uninstall-local): Split lines longer than 80.
30020         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30021         (SUFFIXES): Define.
30022         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30023         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30024
30025 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30026
30027         * lib/config.charset: Output a line containing "Packages using this
30028         file".
30029         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30030         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30031         ref-del.sed): New rules.
30032
30033 2000-03-17  Jim Meyering  <meyering@lucent.com>
30034
30035         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30036         Otherwise, include <strings.h>
30037
30038 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30039
30040         * lib/unicodeio.c (utf8_wctomb): New function.
30041         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30042         format instead of in UCS-4 with platform dependent endianness.
30043
30044 2000-03-10  Jim Meyering  <meyering@lucent.com>
30045
30046         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30047         From Marco Franzen.
30048
30049 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30050
30051         * lib/savedir.c (savedir): Work even if directory size is
30052         negative; this can happen with some screwy NFS configurations.
30053
30054 2000-03-06  Jim Meyering  <meyering@lucent.com>
30055
30056         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
30057         if it's NULL (because we ran out of memory).  From Bruno Haible.
30058
30059 2000-03-05  Jim Meyering  <meyering@lucent.com>
30060
30061         * lib/localcharset.c ("path-concat.h"): Include.
30062         (get_charset_aliases): Use path_concat instead of ANSI string
30063         concatenation.
30064
30065         * lib/unicodeio.h (PARAMS): Define.
30066         Use it to guard prototype.
30067
30068 2000-03-04  Jim Meyering  <meyering@lucent.com>
30069
30070         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
30071         for lib/localcharset.c.
30072
30073 2000-03-04  Jim Meyering  <meyering@lucent.com>
30074
30075         * lib/Makefile.am (install-exec-local): Create $(libdir) before
30076         installing into it.
30077         (uninstall-local): Uncomment this rule so `make distcheck' works
30078         once again.
30079
30080         * lib/unicodeio.c (<errno.h>): Include it.
30081         (errno): Declare if not defined.
30082
30083         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
30084
30085         * lib/config.charset: New version, incorporating remarks from a linux
30086         i18n mailing list.  From Bruno Haible.
30087
30088 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
30089
30090         * m4/codeset.m4: New file.
30091         * m4/iconv.m4: New file.
30092         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
30093
30094 2000-03-03  Jim Meyering  <meyering@lucent.com>
30095
30096         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
30097
30098 2000-03-02  Jim Meyering  <meyering@lucent.com>
30099
30100         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
30101         the messages come out on separate lines.
30102
30103         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
30104         rather than jm_CHECK_DECLARATIONS.
30105         * m4/decl.m4: Remove now-unused file.
30106
30107         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
30108         geteuid.
30109
30110 2000-03-02  Jim Meyering  <meyering@lucent.com>
30111
30112         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
30113
30114 2000-03-01  Jim Meyering  <meyering@lucent.com>
30115
30116         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
30117         * lib/unicodeio.c: Likewise.
30118
30119 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
30120
30121         * lib/config.charset: New file.
30122         * lib/localcharset.c: New file.
30123         * lib/unicodeio.h, lib/unicodeio.c: New files.
30124         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
30125         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
30126         (noinst_HEADERS): Add unicodeio.h.
30127         (all-local, install-exec-local, charset.alias): New targets.
30128
30129 2000-02-28  Paul Eggert  <eggert@twinsun.com>
30130
30131         * lib/quotearg.c (ALERT_CHAR): New macro.
30132         (quotearg_buffer_restyled): Use it.
30133
30134 2000-02-27  Jim Meyering  <meyering@lucent.com>
30135
30136         * m4/check-decl.m4: Add getenv to the list.
30137
30138 2000-02-27  Jim Meyering  <meyering@lucent.com>
30139
30140         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
30141         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
30142
30143         * lib/backupfile.c: Guard inclusion of stdlib.h with
30144         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
30145         Declare malloc if needed.
30146
30147         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
30148         `#ifndef HAVE_DECL..'
30149         now that autoconf always defines the HAVE_DECL_ symbols.
30150         * lib/human.c: Likewise.
30151         * lib/same.c: Likewise.
30152         * lib/strtoumax.c: Likewise.
30153
30154         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
30155         declaration check was not run.
30156         * lib/hash.c: Likewise.
30157         * lib/human.c: Likewise.
30158         * lib/same.c: Likewise.
30159         * lib/strtoumax.c: Likewise.
30160
30161         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
30162         `.', then first look up the entire `.'-containing string as a login
30163         name.
30164
30165 2000-02-23  Jim Meyering  <meyering@lucent.com>
30166
30167         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
30168         in place of my hack.
30169
30170 2000-02-18  Paul Eggert  <eggert@twinsun.com>
30171
30172         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
30173         (textint): New typedef.
30174         (parser_control): Member year changed from int to textint.
30175         All uses changed.
30176         (YYSTYPE): Removed; replaced by %union with int and textint members.
30177         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
30178         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
30179         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
30180         (tSNUMBER, tUNUMBER): Now of type <textintval>.
30181         (date, number, to_year): Use width of number in digits, not its value,
30182         to determine whether it's a 2-digit year, or a 2-digit time.
30183         (yylex): Store number of digits of numeric tokens.
30184         Reported by John Kendall.
30185
30186         (parser_control): Changed from struct parser_control to typedef (for
30187         consistency).  All uses changed.
30188
30189         (tID): Removed; not used.
30190         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
30191
30192 2000-02-14  Paul Eggert  <eggert@twinsun.com>
30193
30194         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
30195         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
30196
30197 2000-02-12  Jim Meyering  <meyering@lucent.com>
30198
30199         * lib/userspec.c (ISDIGIT): Define it.
30200         (isdigit): Remove definition.
30201         (is_number): Use ISDIGIT, not isdigit.
30202         <libintl.h>: Include.
30203         (_ and N_): Define.
30204         (parse_user_spec): Mark translatable strings.
30205
30206 2000-02-10  Jim Meyering  <meyering@lucent.com>
30207
30208         With these changes, nanosleep.[ch] are finally enough like the other
30209         lib/* replacement files to compile on a few more losing systems.
30210
30211         * lib/nanosleep.h: Don't include config.h.
30212         Remove prototype from declaration of nanosleep.
30213         (PARAMS): Remove now-unneeded definition.
30214         * lib/nanosleep.c: #undef nanosleep.
30215         (rpl_nanosleep): Rename from nanosleep.
30216
30217 2000-02-10  Jim Meyering  <meyering@lucent.com>
30218
30219         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
30220         gnu_nanosleep to rpl_nanosleep.
30221
30222 2000-02-09  Jim Meyering  <meyering@lucent.com>
30223
30224         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
30225         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
30226
30227 2000-02-08  Akim Demaille  <akim@epita.fr>
30228
30229         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
30230         `[' and `]' and remove uses of `changequote'.
30231         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
30232         (AC_SYS_LARGEFILE): Likewise.
30233         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
30234         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
30235         of changequote.
30236         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
30237         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
30238         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
30239         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
30240
30241 2000-02-05  Jim Meyering  <meyering@lucent.com>
30242
30243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
30244         Remove explicit use of AC_HEADER_TIME.  It is required by
30245         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
30246         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
30247         in autoconf whereby the expansion of the latter ended up preceding
30248         the expansion of its prerequisite, AC_HEADER_TIME.
30249         Reported by Volker Borchert.
30250
30251 2000-02-03  Jim Meyering  <meyering@lucent.com>
30252
30253         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
30254
30255 2000-02-03  Jim Meyering  <meyering@lucent.com>
30256
30257         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
30258         rather than with `#if HAVE_UTMPNAME'.
30259
30260 2000-02-02  Jim Meyering  <meyering@lucent.com>
30261
30262         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
30263         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
30264         Reported by Eli Zaretskii.
30265
30266 2000-02-01  Jim Meyering  <meyering@lucent.com>
30267
30268         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
30269
30270 2000-01-31  Jim Meyering  <meyering@lucent.com>
30271
30272         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
30273         functions.  Add the time.h and sys/time.h headers along with the
30274         AC_REQUIRE'ment of AC_HEADER_TIME.
30275
30276 2000-01-31  Jim Meyering  <meyering@lucent.com>
30277
30278         * lib/nanosleep.h (nanosleep): Guard declaration with
30279         `#if ! HAVE_DECL_NANOSLEEP'.
30280         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
30281         the declaration in that vendor's sys/timers.h.
30282         Reported by Christian Krackowizer.
30283
30284         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
30285         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
30286         (ISPRINT): Likewise.
30287         Reported by Tom Tromey.
30288
30289 2000-01-30  Jim Meyering  <meyering@lucent.com>
30290
30291         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
30292
30293         * m4/prereq.m4 (utmp_includes): Define.
30294         Check for ut_user and ut_name members in both struct utmpx
30295         and struct utmp.
30296
30297 2000-01-30  Jim Meyering  <meyering@lucent.com>
30298
30299         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
30300         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
30301         header files where only utmpx.ut_user is declared.
30302
30303         * lib/readutmp.h (UT_USER): Define.
30304
30305 2000-01-29  Jim Meyering  <meyering@lucent.com>
30306
30307         * m4/lib-check.m4: New file containing library-related checks from
30308         fileutils and sh-utils (textutils had none).
30309
30310 2000-01-28  Jim Meyering  <meyering@lucent.com>
30311
30312         * m4/perl.m4: Change format of warning message to look more like that
30313         from the missing script.  Suggestion from François Pinard.
30314
30315 2000-01-25  Jim Meyering  <meyering@lucent.com>
30316
30317         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
30318         well as time.h in the compile check.
30319         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
30320         Fix typo in cross-compiling case: s/yes/no/.
30321
30322 2000-01-23  Jim Meyering  <meyering@lucent.com>
30323
30324         * m4/jm-macros.m4: Move df-related tests here from
30325         fileutils/configure.in
30326
30327         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
30328         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
30329
30330         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
30331         s/space/ac_fsusage_space/.
30332         (jm_FILE_SYSTEM_USAGE): Take two parameters.
30333
30334         * m4/ftruncate.m4: New file (derived from part of
30335         fileutils/configure.in).
30336         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
30337         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
30338
30339         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
30340         AC_SUBST these here, rather than just in sh-util/configure.in, so
30341         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
30342         all the same.
30343         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
30344         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
30345         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
30346         (AC_SUBST(POW_LIBM)): Likewise.
30347         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
30348
30349 2000-01-23  Jim Meyering  <meyering@lucent.com>
30350
30351         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
30352         obstack.c.
30353
30354 2000-01-22  Jim Meyering  <meyering@lucent.com>
30355
30356         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
30357
30358         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
30359
30360         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
30361         configure.in
30362         (AC_CHECK_HEADERS): Likewise for sh-utils.
30363         (AC_CHECK_HEADERS): Likewise for textutils.
30364         Merge the three lists of headers.
30365
30366         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
30367         from fileutils' configure.in.
30368
30369         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
30370         code. Moved tests into their own function (_jm_DECL_HEADERS) in
30371         check-decl.m4.
30372
30373         * m4/check-decl.m4: Use #if rather than #ifdef.
30374         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
30375         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
30376         (_jm_DECL_HEADERS): Define new function.
30377         (jm_CHECK_DECLARATIONS): Require it.
30378
30379 2000-01-22  Jim Meyering  <meyering@lucent.com>
30380
30381         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
30382         [! HAVE_DECL_STRTOULL]: Declare strtoull.
30383         Required for some AIX systems.  Reported by Christian Krackowizer.
30384         [TESTING] (main): New function.
30385
30386         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
30387         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
30388         letters.
30389
30390         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
30391         iswprint.
30392
30393         * lib/strverscmp.c (ISDIGIT): Define.
30394         (strverscmp): Use ISDIGIT, not isdigit.
30395
30396 2000-01-19  Jim Meyering  <meyering@lucent.com>
30397
30398         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
30399         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
30400         defines `struct timespec' in <sys/time.h>
30401
30402         * m4/c-bs-a.m4: Remove uses of changequote altogether.
30403         Thanks to Akim for explaining.
30404
30405 2000-01-17  Paul Eggert  <eggert@twinsun.com>
30406
30407         * lib/nanosleep.c (nanosleep):
30408         Don't use SA_INTERRUPT to decide whether to call sigaction, as
30409         POSIX.1 doesn't require SA_INTERRUPT and some systems
30410         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
30411         it's been part of POSIX.1 since day 1 (in 1988).
30412
30413 2000-01-17  Jim Meyering  <meyering@lucent.com>
30414
30415         * lib/interlock: Remove unused file.  Reported by François Pinard.
30416
30417 2000-01-16  Paul Eggert  <eggert@twinsun.com>
30418
30419         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
30420         alert, backslash, formfeed, and vertical tab unnecessarily in
30421         shell quoting style.
30422
30423 2000-01-16  Jim Meyering  <meyering@lucent.com>
30424
30425         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
30426         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
30427         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
30428         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
30429
30430 2000-01-16  Jim Meyering  <meyering@lucent.com>
30431
30432         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
30433         because the latter didn't work.
30434
30435 2000-01-15  Jim Meyering  <meyering@lucent.com>
30436
30437         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
30438         (AC_REPLACE_FUNCS): Add memcpy and memset.
30439         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
30440         Add strpbrk.
30441         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
30442
30443 2000-01-12  Jim Meyering  <meyering@lucent.com>
30444
30445         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
30446         (jm_PREREQ): Use it.
30447         (jm_PREREQ_READUTMP): New macro.
30448         (jm_PREREQ): Use it.
30449
30450 2000-01-11  Paul Eggert  <eggert@twinsun.com>
30451
30452         Quote multibyte characters correctly.
30453         * m4/c-bs-a.m4: New file.
30454         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
30455         (jm_PREREQ): Use it.
30456
30457 2000-01-11  Paul Eggert  <eggert@twinsun.com>
30458
30459         * m4/uintmax_t.m4: Port to autoconf 2.13.
30460
30461 2000-01-08  Jim Meyering  <meyering@ascend.com>
30462
30463         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
30464         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
30465
30466 2000-01-04  Jim Meyering  <meyering@ascend.com>
30467
30468         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
30469         jm_STRUCT_DIRENT_D_TYPE.
30470         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
30471         jm_STRUCT_DIRENT_D_INO.
30472         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
30473         jm_STRUCT_UTIMBUF.
30474         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
30475         renamings.
30476         * m4/utime.m4: Likewise.
30477
30478         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
30479         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
30480
30481 2000-01-03  Paul Eggert  <eggert@twinsun.com>
30482
30483         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
30484         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
30485
30486 2000-01-02  Jim Meyering  <meyering@ascend.com>
30487
30488         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
30489         remember if this is necessary.
30490
30491 1999-12-26  Jim Meyering  <meyering@ascend.com>
30492
30493         * m4/jm-macros.m4: Use it here.
30494         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
30495
30496 1999-12-23  Jim Meyering  <meyering@ascend.com>
30497
30498         * m4/jm-macros.m4: Check for clock_gettime (moved from
30499         fileutils/configure.in)
30500         Check for gettimeofday.
30501
30502 1999-12-20  Jim Meyering  <meyering@ascend.com>
30503
30504         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
30505         autoconf-2.14a-1999-12-20.
30506
30507 1999-12-19  Jim Meyering  <meyering@ascend.com>
30508
30509         * m4/lstat-slash.m4: New file.
30510         * m4/jm-macros.m4: Use the new macro:
30511         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30512
30513 1999-12-07  Jim Meyering  <meyering@ascend.com>
30514
30515         * m4/perl.m4: Require that File::Compare be available, too.
30516         Too many systems seem to lack it.
30517
30518         * m4/strftime.m4: Add checks for most of the cpp macros tested in
30519         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
30520
30521 1999-11-18  Paul Eggert  <eggert@twinsun.com>
30522
30523         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
30524         problem with the QNX 4.25 shell, which doesn't propagate exit
30525         status of failed commands inside shell assignments.
30526
30527 1999-11-17  Jim Meyering  <meyering@ascend.com>
30528
30529         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
30530
30531 1999-11-07  Jim Meyering  <meyering@ascend.com>
30532
30533         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
30534
30535 1999-11-06  Jim Meyering  <meyering@ascend.com>
30536
30537         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
30538         * m4/jm-macros.m4 (jm_MACROS): Use it here.
30539
30540 1999-11-05  Jim Meyering  <meyering@ascend.com>
30541
30542         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
30543         configure.in of textutils, fileutils, and sh-utils into this one
30544         (shared between those packages) file.
30545         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
30546         AC_STRUCT_ST_BLKSIZE.
30547
30548 1999-11-03  Jim Meyering  <meyering@ascend.com>
30549
30550         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
30551         of AC_CHECK_TYPE checks includes unistd.h.
30552         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
30553         Suggestion from Akim Demaille.
30554
30555 1999-10-30  Jim Meyering  <meyering@ascend.com>
30556
30557         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
30558         m4-quoted string.
30559         * m4/ls-mntd-fs.m4: Likewise.
30560         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
30561         * m4/jm-winsz1.m4: Likewise.
30562
30563         * m4/const.m4: Remove file, since the fix made it into the experimental
30564         version of autoconf.
30565         * m4/mktime.m4: Likewise.
30566
30567         * m4/check-type.m4: Remove file, now that the latest version of
30568         AC_CHECK_TYPE takes a third arg to specify additional #includes.
30569
30570         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
30571         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
30572         AC_CHECK_TYPE.
30573
30574 1999-10-04  Jim Meyering  <meyering@ascend.com>
30575
30576         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
30577
30578 1999-09-22  Paul Eggert  <eggert@twinsun.com>
30579
30580         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
30581         2.95.1 bug with HP-UX 10.20.
30582
30583 1999-09-17  Jim Meyering  <meyering@ascend.com>
30584
30585         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
30586         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
30587         due to missing strdup (against sh-utils-2.0).
30588
30589 1999-08-29  Jim Meyering  <meyering@ascend.com>
30590
30591         * m4/jm-macros.m4: Require jm_BISON.
30592         * m4/bison.m4: New file.
30593
30594 1999-08-17  Paul Eggert  <eggert@twinsun.com>
30595
30596         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
30597         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
30598
30599 1999-08-05  Jim Meyering  <meyering@ascend.com>
30600
30601         * m4/getline.m4: Rename test file from conftestdata to conftest.data
30602         to avoid conflicts with `conftest' on 8+3 filesystems.
30603         Suggestion from Eli Zaretskii.
30604
30605 1999-08-04  Jim Meyering  <meyering@ascend.com>
30606
30607         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
30608         fileutils and sh-utils (textutils's getline test was inadequate).
30609         (AM_FUNC_GETLINE): Run this test.
30610         (AC_CHECK_FUNCS): Check for getdelim.
30611         Reported by Bob Proulx.
30612
30613 1999-08-02  Jim Meyering  <meyering@ascend.com>
30614
30615         * m4/jm-macros.m4: Add a comment.
30616
30617 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30618
30619         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
30620         <inttypes.h> defines strtoumax as a macro (and not as a
30621         function).
30622
30623 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30624
30625         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
30626         that we can shift, multiply and divide unsigned long long
30627         values; Ultrix cc can't do it.
30628
30629 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30630
30631         * m4/mktime.m4: New file, which is a preview of what should appear
30632         in the next public autoconf release.
30633
30634 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30635
30636         * m4/lfs.m4: Remove this file.
30637         * m4/largefile.m4: New file.  It contains the old contents of
30638         lfs.m4, except that all names with prefix AC_LFS have been
30639         changed to use the prefix AC_SYS_LARGEFILE instead, to be
30640         compatible with future autoconf versions.  Also, some minor m4
30641         quoting problems have been fixed.
30642
30643 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30644
30645         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
30646         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
30647         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
30648         and simplify the shell code.
30649
30650 1999-08-01  Jim Meyering  <meyering@ascend.com>
30651
30652         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
30653         m4.
30654
30655 1999-07-20  Jim Meyering  <meyering@ascend.com>
30656
30657         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
30658
30659 1999-07-15  Jim Meyering  <meyering@ascend.com>
30660
30661         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
30662
30663 1999-05-22  Jim Meyering  <meyering@ascend.com>
30664
30665         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
30666
30667 1999-05-20  Jim Meyering  <meyering@ascend.com>
30668
30669         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
30670         Add a colon after each `then' in case $4 is empty.
30671
30672 1999-05-16  Jim Meyering  <meyering@ascend.com>
30673
30674         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
30675
30676 1999-05-10  Jim Meyering  <meyering@ascend.com>
30677
30678         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
30679
30680         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
30681         AC_FUNC_MKTIME.
30682
30683 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
30684
30685         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
30686
30687 1999-05-04  Paul Eggert  <eggert@twinsun.com>
30688
30689         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
30690         not CPPFLAGS, so that linking works correctly in IRIX.
30691
30692 1999-04-30  Paul Eggert  <eggert@twinsun.com>
30693
30694         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
30695
30696 1999-04-20  Paul Eggert  <eggert@twinsun.com>
30697
30698         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
30699         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
30700         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
30701         jm_AC_TYPE_UNSIGNED_LONG_LONG.
30702         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
30703
30704         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
30705
30706 1999-04-20  Jim Meyering  <meyering@ascend.com>
30707
30708         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
30709         AC_REPLACE xstroull if necessary.  From Paul Eggert.
30710         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
30711
30712 1999-04-18  Jim Meyering  <meyering@ascend.com>
30713
30714         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
30715         * m4/jm-macros.m4: Use it.
30716
30717 1999-04-06  Jim Meyering  <meyering@ascend.com>
30718
30719         * m4/strftime.m4: Remove test for %f.
30720
30721 1999-03-29  Jim Meyering  <meyering@ascend.com>
30722
30723         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
30724         superset of the AC_TYPE_* checks in the textutils, fileutils,
30725         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
30726         AC_TYPE_PID_T.
30727
30728 1999-03-28  Jim Meyering  <meyering@ascend.com>
30729
30730         * m4/jm-macros.m4: Define GNU_PACKAGE here.
30731         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
30732         replaced e.g., in the *.sh files of the sh-utils.
30733
30734 1999-03-20  Jim Meyering  <meyering@ascend.com>
30735
30736         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
30737         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
30738         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
30739
30740 1999-03-19  Jim Meyering  <meyering@ascend.com>
30741
30742         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
30743
30744 1999-03-12  Jim Meyering  <meyering@ascend.com>
30745
30746         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
30747
30748 1999-03-07  Jim Meyering  <meyering@ascend.com>
30749
30750         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
30751         declared.
30752
30753 1999-02-17  Jim Meyering  <meyering@ascend.com>
30754
30755         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
30756         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
30757
30758 1999-02-07  Jim Meyering  <meyering@ascend.com>
30759
30760         * m4/group-member.m4: New file -- extracted from sh-utils'
30761         configure.in.
30762
30763         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
30764         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
30765
30766 1999-02-06  Jim Meyering  <meyering@ascend.com>
30767
30768         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
30769         * m4/fnmatch.m4: Likewise.
30770         * m4/getgroups.m4: Likewise.
30771         * m4/lstat.m4: Likewise.
30772         * m4/malloc.m4: Likewise.
30773         * m4/putenv.m4: Likewise.
30774         * m4/realloc.m4: Likewise.
30775         * m4/regex.m4: Likewise.
30776         * m4/stat.m4: Likewise.
30777         * m4/strftime.m4: Likewise.
30778         Suggestion from Alain Magloire.
30779
30780         * m4/chown.m4: Use `.$ac_objext', not `.o'.
30781         * m4/fnmatch.m4: Likewise.
30782         * m4/getgroups.m4: Likewise.
30783         * m4/getline.m4: Likewise.
30784         * m4/lstat.m4: Likewise.
30785         * m4/malloc.m4: Likewise.
30786         * m4/memcmp.m4: Likewise.
30787         * m4/putenv.m4: Likewise.
30788         * m4/realloc.m4: Likewise.
30789         * m4/regex.m4: Likewise.
30790         * m4/stat.m4: Likewise.
30791         * m4/strftime.m4: Likewise.
30792         Suggestion from Alain Magloire.
30793
30794         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
30795         an argument.
30796
30797         * m4/regex.m4: Add a run-time Test for proper operation of
30798         re_compile_pattern.
30799
30800 1999-01-31  Jim Meyering  <meyering@ascend.com>
30801
30802         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
30803
30804 1999-01-30  Jim Meyering  <meyering@ascend.com>
30805
30806         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
30807
30808         * m4/jm-mktime.m4: Make this a wrapper around the official
30809         AM_FUNC_MKTIME rather than my private copy, now that the official one
30810         is up to date.
30811         * m4/mktime.m4: Remove file.
30812
30813         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
30814         * m4/uptime.m4: Likewise.
30815         * m4/uintmax_t.m4: Likewise.
30816
30817 1999-01-28  Jim Meyering  <meyering@ascend.com>
30818
30819         * m4/jm-macros.m4: Use jm_AFS.
30820         * m4/afs.m4: New file (from fileutils' configure.in).
30821
30822         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
30823         * m4/chown.m4: Likewise.
30824         * m4/d-ino.m4: Likewise.
30825         * m4/d-type.m4: Likewise.
30826         * m4/fnmatch.m4: Likewise.
30827         * m4/getgroups.m4: Likewise.
30828         * m4/gettext.m4: Likewise.
30829         * m4/jm-mktime.m4: Likewise.
30830         * m4/jm-winsz2.m4: Likewise.
30831         * m4/lcmessage.m4: Likewise.
30832         * m4/ls-mntd-fs.m4: Likewise.
30833         * m4/malloc.m4: Likewise.
30834         * m4/memcmp.m4: Likewise.
30835         * m4/putenv.m4: Likewise.
30836         * m4/realloc.m4: Likewise.
30837         * m4/st_mtim.m4: Likewise.
30838         * m4/strftime.m4: Likewise.
30839
30840 1999-01-16  Jim Meyering  <meyering@ascend.com>
30841
30842         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
30843         (ARGMATCH_DIE_DECL): Define.
30844
30845 1999-01-12  Jim Meyering  <meyering@ascend.com>
30846
30847         * m4/Makefile.am.in: Rewrite to avoid using fmt.
30848         Reported by Lars Hecking.
30849
30850 1999-01-10  Jim Meyering  <meyering@ascend.com>
30851
30852         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
30853         gross kludge.
30854         * m4/inttypes_h.m4: Likewise.
30855         * m4/lstat.m4: Likewise.
30856         * m4/malloc.m4: Likewise.
30857         * m4/readdir.m4: Likewise.
30858         * m4/realloc.m4: Likewise.
30859         * m4/st_dm_mode.m4: Likewise.
30860         * m4/stat.m4: Likewise.
30861         * m4/utimbuf.m4: Likewise.
30862         * m4/utimes.m4: Likewise.
30863
30864         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
30865         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
30866         comments in config.h.in are meaningful.
30867
30868         * m4/jm-macros.m4: Require autoconf-2.13 here.
30869
30870         * m4/regex.m4: By default, don't use the included regex.c on systems
30871         with glibc 2.  Suggestion from Uli Drepper.
30872
30873 1999-01-02  Jim Meyering  <meyering@ascend.com>
30874
30875         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
30876
30877 1998-12-18  Jim Meyering  <meyering@ascend.com>
30878
30879         * m4/Makefile.am.in (Makefile.am): Simplify rule.
30880         Based on a suggestion from Lars Hecking.
30881
30882 1998-11-16  Paul Eggert  <eggert@twinsun.com>
30883
30884         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
30885
30886 1998-11-16  Jim Meyering  <meyering@ascend.com>
30887
30888         * m4/lfs.m4: Double-quote the `uname...` expression.
30889
30890 1998-11-14  Jim Meyering  <meyering@ascend.com>
30891
30892         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
30893         * m4/stat.m4: Likewise.
30894
30895 1998-11-03  Jim Meyering  <meyering@ascend.com>
30896
30897         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
30898         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
30899
30900 1998-10-18  Jim Meyering  <meyering@ascend.com>
30901
30902         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
30903
30904 1998-10-17  Jim Meyering  <meyering@ascend.com>
30905
30906         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
30907         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
30908         calls for those previously hard-coded headers.  Instead, take a new
30909         parameter.
30910         (jm_CHECK_DECLARATIONS): Reflect interface change.
30911         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
30912         (jm_CHECK_DECL_LOCALTIME_R): New macro.
30913
30914         * m4/mktime.m4: Test for spring-forward gap before long-running test.
30915
30916 1998-10-14  Jim Meyering  <meyering@ascend.com>
30917
30918         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
30919         instead of "TZ=America/Vancouver".  From Paul Eggert.
30920
30921 1998-10-11  Jim Meyering  <meyering@ascend.com>
30922
30923         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
30924         This adds a test for a recently added compatibility fix for mktime.c.
30925         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
30926
30927 1998-09-27  Jim Meyering  <meyering@ascend.com>
30928
30929         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
30930
30931         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
30932         ../configure.in, including a change from Gordon Matzigkeit to allow
30933         cross-compiling for the Hurd.
30934
30935         * m4/glibc.m4: New file/macro to test for the GNU C Library
30936         versions 1 and 2.  From Gordon Matzigkeit.
30937         Indent.
30938
30939 1998-09-21  Jim Meyering  <meyering@ascend.com>
30940
30941         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
30942
30943 1998-08-18  Paul Eggert  <eggert@twinsun.com>
30944
30945         Port nanosecond-resolution times to UnixWare 2.1.2 and
30946         pedantic Solaris 2.6.
30947
30948         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
30949         AC_STRUCT_ST_MTIM.
30950         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
30951         Generate name of ns member, instead of just 1 or undef.
30952         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
30953
30954 1998-08-15  Jim Meyering  <meyering@ascend.com>
30955
30956         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
30957         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
30958         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
30959         instead of jm_TYPE_SSIZE_T.
30960
30961 1998-08-12  Jim Meyering  <meyering@ascend.com>
30962
30963         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
30964
30965 1998-08-02  Jim Meyering  <meyering@ascend.com>
30966
30967         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
30968         in acconfig.h manually.
30969
30970 1998-07-31  Paul Eggert  <eggert@twinsun.com>
30971
30972         * m4/st_mtim.m4: New file.
30973
30974 1998-07-28  Jim Meyering  <meyering@ascend.com>
30975
30976         * m4/utimes.m4: Undef stat.
30977
30978 1998-07-25  Jim Meyering  <meyering@ascend.com>
30979
30980         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
30981         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
30982
30983 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
30984
30985         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
30986         uid and gid actually remain unchanged.
30987
30988 1998-07-07  Jim Meyering  <meyering@ascend.com>
30989
30990         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
30991
30992 1998-07-04  Jim Meyering  <meyering@ascend.com>
30993
30994         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
30995         to prove that this macro can be used in packages without regex.c.
30996
30997 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
30998
30999         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31000         is to be used.
31001
31002 1998-07-03  Jim Meyering  <meyering@ascend.com>
31003
31004         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31005
31006         * m4/gettext.m4: New file -- from gettext-0.10.35.
31007         * m4/lcmessage.m4: Likewise.
31008         * m4/progtest.m4: Likewise.
31009
31010         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31011         * m4/jm-macros.m4: Require the new macro.
31012
31013 1998-06-29  Jim Meyering  <meyering@ascend.com>
31014
31015         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31016         for the definition of NGROUPS (used in a system header included
31017         by sys/mount.h).
31018
31019 1998-06-28  Jim Meyering  <meyering@ascend.com>
31020
31021         * m4/ls-mntd-fs.m4: New file.
31022         * m4/fstypename.m4: New file.
31023
31024         * m4/jm-macros.m4: Require the new macro.
31025         * m4/jm-glibc-io.m4: New file.
31026
31027 1998-05-19  Jim Meyering  <meyering@ascend.com>
31028
31029         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31030         * m4/lchown.m4: New file.
31031
31032         * m4/Makefile.am.in: New file.
31033         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31034
31035 1998-05-14  Jim Meyering  <meyering@ascend.com>
31036
31037         * m4/Makefile.am (EXTRA_DIST): Add them.
31038         * m4/jm-macros.m4: New file.
31039         * m4/utimbuf.m4: New file.
31040
31041 1998-05-12  Jim Meyering  <meyering@ascend.com>
31042
31043         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31044
31045 1998-05-11  Jim Meyering  <meyering@ascend.com>
31046
31047         * m4/isc-posix.m4: New file.
31048
31049 1998-05-10  Jim Meyering  <meyering@ascend.com>