e849664075216260afc36e66f0f0682a8fc14430
[gnulib.git] / ChangeLog
1 2007-06-07  Bruno Haible  <bruno@clisp.org>
2
3         Work around the lack of <wchar.h> on some builds of uClibc.
4         * doc/headers/wchar.texi: Update.
5         * lib/wchar_.h: Include <wchar.h> only if it exists.
6         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
7         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
9         doesn't exist.
10         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
11         * modules/mbfile (Depends-on): Add wchar.
12         * modules/mbiter (Depends-on): Likewise.
13         * modules/mbuiter (Depends-on): Likewise.
14
15 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16
17         Work around problem reported by Steven M. Schweda in
18         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19         Tru64 5.1B with the Compaq compiler environment installed declares
20         an 'isblank' function but does not define it in the C library.
21         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
22         * lib/regex_internal.h (isblank): Likewise.
23         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
24         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25
26 2007-06-05  Bruno Haible  <bruno@clisp.org>
27
28         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
29         ia64.
30         * modules/printf-safe: New file.
31         * modules/fprintf-posix (Depends-on): Add printf-safe.
32         * modules/printf-posix (Depends-on): Likewise.
33         * modules/snprintf-posix (Depends-on): Likewise.
34         * modules/sprintf-posix (Depends-on): Likewise.
35         * modules/vasnprintf-posix (Depends-on): Likewise.
36         * modules/vasprintf-posix (Depends-on): Likewise.
37         * modules/vfprintf-posix (Depends-on): Likewise.
38         * modules/vprintf-posix (Depends-on): Likewise.
39         * modules/vsnprintf-posix (Depends-on): Likewise.
40         * modules/vsprintf-posix (Depends-on): Likewise.
41         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
42         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
43         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
44         "no" on i386, x86_64, ia64.
45         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
46         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
47         on i386, x86_64, ia64.
48         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
49         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
50         on i386, x86_64, ia64.
51         * tests/test-vasnprintf-posix.c: Include float.h.
52         (LDBL80_WORDS): New macro.
53         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
54         on i386, x86_64, ia64.
55         * tests/test-vasprintf-posix.c: Include float.h.
56         (LDBL80_WORDS): New macro.
57         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
58         on i386, x86_64, ia64.
59         * tests/test-snprintf-posix.c: Include float.h.
60         * tests/test-sprintf-posix.c: Likewise.
61         * tests/test-vsnprintf-posix.c: Likewise.
62         * tests/test-vsprintf-posix.c: Likewise.
63
64 2007-06-05  Bruno Haible  <bruno@clisp.org>
65
66         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
67         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
68         non-IEEE numbers on i386, x86_64, ia64.
69         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
70         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
71         * tests/test-isnanl.h: Include float.h.
72         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
73
74 2007-06-05  Bruno Haible  <bruno@clisp.org>
75
76         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
77         also the %a / %A. Handle the %a / %A code before this extra handling.
78
79 2007-06-05  Bruno Haible  <bruno@clisp.org>
80
81         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
82         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
83
84 2007-06-05  Bruno Haible  <bruno@clisp.org>
85
86         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
87         typo in variable name.
88
89 2007-06-05  Eric Blake  <ebb9@byu.net>
90
91         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
92         Reported by Simon Josefsson.
93
94 2007-06-04  Bruno Haible  <bruno@clisp.org>
95
96         Avoid test failures on some PowerPC platforms.
97         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
98         Define differently for PowerPC.
99         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
100         Reported by Gary V. Vaughan <gary@gnu.org>.
101
102 2007-06-02  Bruno Haible  <bruno@clisp.org>
103
104         Fix test-stdint failure on FreeBSD/ia64.
105         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
106         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
107         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
108         * doc/headers/stdint.texi: Update.
109
110 2007-06-01  Bruno Haible  <bruno@clisp.org>
111
112         * tests/test-binary-io.c (main): Pass a third argument to open().
113         Reported by Gary V. Vaughan <gary@gnu.org>.
114
115 2007-06-01  Bruno Haible  <bruno@clisp.org>
116
117         * doc/functions/frexpl.texi: Update for mingw.
118
119 2007-06-01  Bruno Haible  <bruno@clisp.org>
120
121         * tests/test-lseek.c (main): Disable test of errno for invalid third
122         argument.
123         * doc/functions/lseek.texi: Update.
124         Reported by Gary V. Vaughan <gary@gnu.org>.
125
126 2007-05-28  Bruno Haible  <bruno@clisp.org>
127
128         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
129
130 2007-05-31  Eric Blake  <ebb9@byu.net>
131
132         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
133         cross compiling.
134
135 2007-05-30  Eric Blake  <ebb9@byu.net>
136         and Bruno Haible  <bruno@clisp.org>
137
138         Work around mingw test failures exposed by m4-1.4.9b.
139         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
140         * tests/test-unistd.c: Disable uid_t and git_t tests for the
141         moment.
142
143 2007-05-30  Bruno Haible  <bruno@clisp.org>
144
145         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
146         assuming that they are closed. Needed on HP-UX 11.
147
148 2007-05-29  Bruno Haible  <bruno@clisp.org>
149
150         Fix a problem with #include_next.
151         * lib/dirent_.h: Split the double-inclusion guard.
152         * lib/fcntl_.h: Likewise.
153         * lib/float_.h: Likewise.
154         * lib/iconv_.h: Likewise.
155         * lib/inttypes_.h: Likewise.
156         * lib/locale_.h: Likewise.
157         * lib/math_.h: Likewise.
158         * lib/netinet_in_.h: Likewise.
159         * lib/search_.h: Likewise.
160         * lib/signal_.h: Likewise.
161         * lib/stdint_.h: Likewise.
162         * lib/stdio_.h: Likewise.
163         * lib/stdlib_.h: Likewise.
164         * lib/string_.h: Likewise.
165         * lib/sys_select_.h: Likewise.
166         * lib/sys_socket_.h: Likewise.
167         * lib/sys_stat_.h: Likewise.
168         * lib/sys_time_.h: Likewise.
169         * lib/sysexits_.h: Likewise.
170         * lib/time_.h: Likewise.
171         * lib/unistd_.h: Likewise.
172         * lib/wchar_.h: Likewise.
173         * lib/wctype_.h: Likewise.
174
175 2007-05-29  Bruno Haible  <bruno@clisp.org>
176
177         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
178         for the moment.
179
180 2007-05-29  Bruno Haible  <bruno@clisp.org>
181
182         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
183         invocation.
184         Reported by Eric Blake.
185
186 2007-05-29  Bruno Haible  <bruno@clisp.org>
187
188         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
189         compiling case.
190
191 2007-05-29  Eric Blake  <ebb9@byu.net>
192             Bruno Haible  <bruno@clisp.org>
193
194         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
195         cross compiles.
196
197 2007-05-28  Eric Blake  <ebb9@byu.net>
198
199         * modules/closein-tests (test_closein_LDADD): Support test on
200         cygwin with libtool.
201
202 2007-05-28  Bruno Haible  <bruno@clisp.org>
203
204         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
205         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
206         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
207         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
208         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
209         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
210         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
211         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
212         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
213
214 2007-05-28  Eric Blake  <ebb9@byu.net>
215
216         Unconditionally include <config.h> in unit tests.
217         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
218         * tests/test-allocsa.c, tests/test-arcfour.c,
219         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
220         tests/test-array_list.c, tests/test-array_oset.c,
221         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
222         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
223         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
224         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
225         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
226         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
227         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
228         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
229         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
230         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
231         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
232         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
233         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
234         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
235         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
236         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
237         test-md5.c, test-memmem.c, test-printf-posix.c,
238         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
239         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
240         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
241         test-strcasestr.c, test-striconv.c, test-striconveh.c,
242         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
243         test-vasnprintf-posix2.c, test-vasnprintf.c,
244         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
245         test-vfprintf-posix.c, test-vprintf-posix.c,
246         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
247         test-xvasprintf.c: Likewise.
248
249 2007-05-28  Bruno Haible  <bruno@clisp.org>
250
251         * gnulib-tool (func_import): Remember the --with-tests command-line
252         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
253         Reported by Eric Blake.
254
255 2007-05-28  Bruno Haible  <bruno@clisp.org>
256
257         * modules/ftell-tests: New file.
258         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
259         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
260
261         * lib/ftell.c: New file.
262         * modules/ftell: New file.
263         * m4/ftell.m4: New file.
264         * doc/functions/ftell.texi: Update.
265         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
266         REPLACE_FTELL.
267         * lib/stdio_.h (rpl_ftell): New declaration.
268         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
269         REPLACE_FTELL.
270
271 2007-05-28  Eric Blake  <ebb9@byu.net>
272
273         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
274
275 2007-05-28  Bruno Haible  <bruno@clisp.org>
276
277         * modules/fseek-tests: New file.
278         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
279         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
280
281         * lib/fseek.c: New file.
282         * modules/fseek: New file.
283         * m4/fseek.m4: New file.
284         * doc/functions/fseek.texi: Update.
285         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
286         REPLACE_FSEEK.
287         * lib/stdio_.h (rpl_fseek): New declaration.
288         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
289         REPLACE_FSEEK.
290
291 2007-05-28  Bruno Haible  <bruno@clisp.org>
292
293         * lib/stdio_.h (fflush): More comments.
294
295 2007-05-28  Bruno Haible  <bruno@clisp.org>
296
297         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
298         runtime test.
299
300 2007-05-28  Eric Blake  <ebb9@byu.net>
301
302         Improve lseek module.
303         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
304         * lib/unistd_.h (lseek): Scale back link warning message.
305         * tests/test-lseek.c: Beef up test.
306         * tests/test-lseek.sh: Exercise more facets of lseek.
307         Reported by Bruno Haible.
308
309 2007-05-28  Bruno Haible  <bruno@clisp.org>
310
311         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
312         to define.
313
314 2007-05-27  Bruno Haible  <bruno@clisp.org>
315
316         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
317
318 2007-05-27  Bruno Haible  <bruno@clisp.org>
319
320         * modules/openmp: New file.
321         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
322         Noah Misch.
323
324 2007-05-26  Bruno Haible  <bruno@clisp.org>
325
326         * modules/chdir-long (Depends-on): Add fchdir.
327         * modules/chdir-safer (Depends-on): Likewise.
328         * modules/fts (Depends-on): Likewise.
329         * modules/fts-lgpl (Depends-on): Likewise.
330         * modules/openat (Depends-on): Likewise.
331         * modules/savewd (Depends-on): Likewise.
332
333 2007-05-24  Eric Blake  <ebb9@byu.net>
334
335         Fix lseek on mingw.
336         * modules/lseek: New module.
337         * m4/lseek.m4: New file.
338         * lib/lseek.c: New file.
339         * modules/lseek-tests: New file.
340         * tests/test-lseek.c: New file.
341         * tests/test-lseek.sh: New file.
342         * MODULES.html.sh: Document lseek module.
343         * modules/fflush (Depends-on): Add lseek, fseeko.
344         * modules/fseeko (Depends-on): Likewise.
345         * modules/ftello (Depends-on): Likewise.
346         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
347         broken.
348         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
349         broken.
350         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
351         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
352         * lib/ftello.c (rpl_ftello): Likewise.
353         * tests/test-fseeko.c (main): Test this.
354         * tests/test-fseeko.sh: Likewise.
355         * tests/test-ftello.c (main): Likewise.
356         * tests/test-ftello.sh: Likewise.
357         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
358         implies replacing fseek.
359         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
360         HAVE_FTELLO.
361         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
362         * modules/unistd (Makefile.am): Likewise.
363         * lib/unistd_.h (lseek): Declare a replacement.
364         * doc/functions/lseek.texi (lseek): Document this fix.
365         * doc/functions/fseek.texi (fseek): Likewise.
366         * doc/functions/ftell.texi (ftell): Likewise.
367
368 2007-05-24  Bruno Haible  <bruno@clisp.org>
369
370         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
371         in the printed representation of a NaN.
372         * tests/test-vasprintf-posix.c (test_function): Likewise.
373         * tests/test-snprintf-posix.h (test_function): Likewise.
374         * tests/test-sprintf-posix.h (test_function): Likewise.
375         Reported by Eric Blake.
376
377 2007-05-23  Eric Blake  <ebb9@byu.net>
378
379         Fix fseeko/ftello on cygwin 1.5.24.
380         * doc/functions/fseeko.texi (fseeko): Document the fix.
381         * doc/functions/ftello.texi (ftello): Document the fix.
382         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
383         * doc/functions/stdout.text (stdout): New file.
384         * doc/functions/stderr.text (stderr): New file.
385         * doc/gnulib.texi (Function Substitutes): Use new files.
386         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
387         prior to 1.7.0.
388         * tests/test-ftello.c (main): Likewise for ftello.
389         * tests/test-fseeko.sh: New file.
390         * tests/test-ftello.sh: New file.
391         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
392         with seekable stdin.
393         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
394         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
395         (gl_REPLACE_FSEEKO): New macro.
396         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
397         * modules/fseeko (Files): Distribute fseeko.c.
398         * modules/ftello (Files): Distribute ftello.c.
399         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
400         mode.
401         * lib/ftello.c (rpl_ftello): New file.
402         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
403         fseeko, ftello.
404         (gl_STDIN_LARGE_OFFSET): New macro.
405         * modules/stdio (Makefile.am): Perform the replacement.
406         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
407
408 2007-05-23  Bruno Haible  <bruno@clisp.org>
409
410         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
411         GNULIB_POSIXCHECK is defined.
412
413 2007-05-21  Bruno Haible  <bruno@clisp.org>
414
415         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
416         Check also the output for NaN arguments. When cross-compiling, guess
417         no on IRIX.
418         * lib/vasnprintf.c: Update comments.
419         * tests/test-vasnprintf-posix.c (strisnan): New function.
420         (test_function): Use it.
421         * tests/test-vasprintf-posix.c (strisnan): New function.
422         (test_function): Use it.
423         * tests/test-snprintf-posix.h (strisnan): New function.
424         (test_function): Use it.
425         * tests/test-sprintf-posix.h (strisnan): New function.
426         (test_function): Use it.
427         Reported by Eric Blake.
428
429 2007-05-20  Bruno Haible  <bruno@clisp.org>
430
431         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
432         numbers that fails on BeOS.
433         * doc/functions/frexpl.texi: Update.
434
435 2007-05-20  Jim Meyering  <jim@meyering.net>
436
437         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
438         forced upon us by glibc-2.6.
439
440 2007-05-20  Bruno Haible  <bruno@clisp.org>
441
442         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
443         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
444         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
445         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
446         NEED_PRINTF_INFINITE.
447         (is_infinitel): New function.
448         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
449         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
450         gl_PREREQ_VASNPRINTF_INFINITE.
451         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
452         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
453         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
454         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
455         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
456         gl_PREREQ_VASNPRINTF_INFINITE.
457         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
458         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
459         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
460         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
461         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
462         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
463         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
464         * doc/functions/fprintf.texi: Update.
465         * doc/functions/printf.texi: Update.
466         * doc/functions/snprintf.texi: Update.
467         * doc/functions/sprintf.texi: Update.
468         * doc/functions/vfprintf.texi: Update.
469         * doc/functions/vprintf.texi: Update.
470         * doc/functions/vsnprintf.texi: Update.
471         * doc/functions/vsprintf.texi: Update.
472
473 2007-05-20  Bruno Haible  <bruno@clisp.org>
474
475         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
476         was not found in libc.
477         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
478
479 2007-05-20  Bruno Haible  <bruno@clisp.org>
480
481         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
482         printed as "-nan" instead of "nan".
483         * tests/test-vasprintf-posix.c (test_function): Likewise.
484         * tests/test-snprintf-posix.h (test_function): Likewise.
485         * tests/test-sprintf-posix.h (test_function): Likewise.
486         Needed for HP-UX 11.
487
488 2007-05-20  Jim Meyering  <jim@meyering.net>
489
490         Fix buggy test for the fchownat-deref bug.
491         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
492         symlink required for the run-test.  Without it, this test would
493         always declare that fchownat doesn't work, and client code would
494         unnecessarily use the replacement function with fixed libc.
495         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
496         Reported by Greg Schafer.
497
498 2007-05-19  Bruno Haible  <bruno@clisp.org>
499
500         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
501         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
502         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
503         Needed for IRIX 6.5 and Solaris 2.5.1.
504
505 2007-05-19  Bruno Haible  <bruno@clisp.org>
506
507         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
508         (test_function): Skip tests involving -0.0 on platforms where
509         -0.0 = 0.0.
510         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
511         (test_function): Skip tests involving -0.0 on platforms where
512         -0.0 = 0.0.
513         * tests/test-snprintf-posix.h (have_minus_zero): New function.
514         (test_function): Skip tests involving -0.0 on platforms where
515         -0.0 = 0.0.
516         * tests/test-sprintf-posix.h (have_minus_zero): New function.
517         (test_function): Skip tests involving -0.0 on platforms where
518         -0.0 = 0.0.
519         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
520         tests.
521         * tests/test-printf-posix.h (test_function): Likewise.
522         * tests/test-printf-posix.output: Remove all -0.0 related results.
523         Needed for IRIX 6.5.
524
525 2007-05-19  Bruno Haible  <bruno@clisp.org>
526
527         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
528         printed as "nan0x7fffffff" instead of "nan".
529         * tests/test-vasprintf-posix.c (test_function): Likewise.
530         * tests/test-snprintf-posix.h (test_function): Likewise.
531         * tests/test-sprintf-posix.h (test_function): Likewise.
532         * tests/test-fprintf-posix.h (NaN): Remove macro.
533         (test_function): Remove all NaN related tests.
534         * tests/test-printf-posix.h (NaN): Remove macro.
535         (test_function): Remove all NaN related tests.
536         * tests/test-printf-posix.output: Remove all NaN related results.
537         Needed for IRIX 6.5.
538
539 2007-05-19  Bruno Haible  <bruno@clisp.org>
540
541         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
542         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
543
544 2007-05-19  Bruno Haible  <bruno@clisp.org>
545
546         * lib/float_.h: New file.
547         * m4/float_h.m4: New file.
548         * modules/float: New file.
549         * modules/isnanl (Dependencies): Add float.
550         * modules/isnanl-nolibm (Dependencies): Likewise.
551         * modules/mathl (Dependencies): Likewise.
552         * modules/printf-frexpl (Dependencies): Likewise.
553         * modules/signbit (Dependencies): Likewise.
554         * modules/vasnprintf (Dependencies): Likewise.
555         * doc/headers/float.texi: Update.
556
557 2007-05-19  Jim Meyering  <jim@meyering.net>
558
559         * lib/utimens.c (gl_futimens): Rename from futimens,
560         now that glibc-2.6 declares futimens.
561         * lib/utimens.h: Likewise.
562
563 2007-05-19  Bruno Haible  <bruno@clisp.org>
564
565         Avoid test failures on mingw.
566         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
567         * tests/test-printf-posix.sh: Likewise.
568         * tests/test-vfprintf-posix.sh: Likewise.
569         * tests/test-vprintf-posix.sh: Likewise.
570
571 2007-05-19  Bruno Haible  <bruno@clisp.org>
572
573         Fix *printf result for NaN, Inf, -0.0 on mingw.
574         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
575         * lib/vasnprintf.c: Include math.h and isnan.h.
576         (is_infinite_or_zero): New function.
577         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
578         values in the %f, %F, %e, %E, %g, %G directives.
579         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
580         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
581         gl_PRINTF_INFINITE and test its result. Invoke
582         gl_PREREQ_VASNPRINTF_INFINITE.
583         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
584         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
585         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
586         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
587         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
588         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
589         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
590         * doc/functions/fprintf.texi: Update.
591         * doc/functions/printf.texi: Update.
592         * doc/functions/snprintf.texi: Update.
593         * doc/functions/sprintf.texi: Update.
594         * doc/functions/vfprintf.texi: Update.
595         * doc/functions/vprintf.texi: Update.
596         * doc/functions/vsnprintf.texi: Update.
597         * doc/functions/vsprintf.texi: Update.
598
599 2007-05-19  Bruno Haible  <bruno@clisp.org>
600
601         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
602         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
603         Instead of multiplying with 10^k, set extra_zeroes to k.
604         (scale10_round_long_double): Remove function.
605
606 2007-05-18  Bruno Haible  <bruno@clisp.org>
607
608         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
609         introduced on 2007-05-06.
610
611 2007-05-18  Bruno Haible  <bruno@clisp.org>
612
613         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
614         %g directives.
615         * tests/test-vasprintf-posix.c (test_function): Likewise.
616         * tests/test-snprintf-posix.h (test_function): Likewise.
617         * tests/test-sprintf-posix.h (test_function): Likewise.
618
619 2007-05-18  Bruno Haible  <bruno@clisp.org>
620
621         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
622         (strmatch): New function.
623         (test_function): Test the %f directive on numbers of various exponents.
624         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
625         (strmatch): New function.
626         (test_function): Test the %f directive on numbers of various exponents.
627         * tests/test-snprintf-posix.h (strmatch): New function.
628         (test_function): Test the %f directive on numbers of various exponents.
629         * tests/test-sprintf-posix.h (strmatch): New function.
630         (test_function): Test the %f directive on numbers of various exponents.
631         * tests/test-snprintf-posix.c (SIZEOF): New macro.
632         * tests/test-sprintf-posix.c (SIZEOF): New macro.
633         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
634         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
635
636 2007-05-18  Bruno Haible  <bruno@clisp.org>
637
638         Add support for 'long double' number output.
639         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
640         * lib/vasnprintf.c: Include math.h and float+.h.
641         (mp_limb_t): New type.
642         (GMP_LIMB_BITS): New macro.
643         (mp_twolimb_t): New type.
644         (GMP_TWOLIMB_BITS): New macro.
645         (mpn_t): New type.
646         (multiply, divide, convert_to_decimal, decode_long_double,
647         scale10_round_long_double, scale10_round_decimal_long_double,
648         floorlog10l): New functions.
649         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
650         for the %f, %F, %e, %E, %g, %G directives.
651         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
652         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
653         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
654         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
655         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
656         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
657         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
658         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
659         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
660         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
661         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
662         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
663         * modules/snprintf-posix (Depends-on): Likewise.
664         * modules/sprintf-posix (Depends-on): Likewise.
665         * modules/vasnprintf-posix (Depends-on): Likewise.
666         * modules/vasprintf-posix (Depends-on): Likewise.
667         * modules/vfprintf-posix (Depends-on): Likewise.
668         * modules/vsnprintf-posix (Depends-on): Likewise.
669         * modules/vsprintf-posix (Depends-on): Likewise.
670         * modules/vasnprintf (Files): Add lib/float+.h.
671         * doc/functions/fprintf.texi: Update.
672         * doc/functions/printf.texi: Update.
673         * doc/functions/snprintf.texi: Update.
674         * doc/functions/sprintf.texi: Update.
675         * doc/functions/vfprintf.texi: Update.
676         * doc/functions/vprintf.texi: Update.
677         * doc/functions/vsnprintf.texi: Update.
678         * doc/functions/vsprintf.texi: Update.
679
680 2007-05-18  Bruno Haible  <bruno@clisp.org>
681
682         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
683
684 2007-05-18  Bruno Haible  <bruno@clisp.org>
685
686         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
687         for printing 64-bit integers. Needed for mingw.
688
689 2007-05-18  Bruno Haible  <bruno@clisp.org>
690
691         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
692         gl_FUNC_FREXPL_WORKS.
693         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
694
695 2007-05-18  Bruno Haible  <bruno@clisp.org>
696
697         * modules/frexpl-nolibm-tests: New file.
698
699         * modules/frexpl-nolibm: New file.
700         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
701
702 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
703
704         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
705         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
706         GCC 4.2, which otherwise issues a lot of warnings.
707         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
708         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
709         Likewise.
710         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
711         * modules/iconv_open (iconv.h): Likewise.
712         * modules/locale (locale.h): Likewise.
713         * modules/netinet_in (netinet/in.h): Likewise.
714         * modules/sys_select (sys_select.h): Likewise.
715         * modules/sys_socket (sys/socket.h): Likewise.
716         * modules/sys_stat (sys/stat.h): Likewise.
717         * modules/sysexits (sysexits.h): Likewise.
718         * modules/unistd (unistd.h): Likewise.
719
720 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
721
722         * modules/closein-tests (Makefile.am): Distribute
723         `test-closein.sh'.
724
725 2007-05-17  Bruno Haible  <bruno@clisp.org>
726
727         * tests/test-printf-posix.output: Renamed from
728         tests/test-fprintf-posix.out.
729         * modules/fprintf-posix-tests: Update.
730         * modules/printf-posix-tests: Update.
731         * modules/vfprintf-posix-tests: Update.
732         * modules/vprintf-posix-tests: Update.
733         * tests/test-fprintf-posix.sh: Update.
734         * tests/test-printf-posix.sh: Update.
735         * tests/test-vfprintf-posix.sh: Update.
736         * tests/test-vprintf-posix.sh: Update.
737         Reported by Ralf Wildenhues.
738
739 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
740
741         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
742         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
743         GCC 4.2, which otherwise issues a lot of warnings.
744         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
745         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
746         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
747         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
748         it should no longer be needed.
749         * lib/string_.h: Likewise.
750         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
751         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
752         * modules/inttypes (inttypes.h): Likewise.
753         * modules/math (math.h): Likewise.
754         * modules/search (search.h): Likewise.
755         * modules/signal (signal.h): Likewise.
756         * modules/stdint (stdint.h): Likewise.
757         * modules/stdio (stdio.h): Likewise.
758         * modules/stdlib (stdlib.h): Likewise.
759         * modules/string (string.h): Likewise.
760         * modules/sys_time (sys/time.h): Likewise.
761         * modules/time (time.h): Likewise.
762         * modules/wchar (wchar.h): Likewise.
763         * modules/wctype (wtype.h): Likewise.
764
765 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
766
767         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
768
769 2007-05-13  Bruno Haible  <bruno@clisp.org>
770
771         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
772         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
773         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
774         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
775         (gl_PREREQ_STRTOK_R): Don't require it here.
776
777 2007-05-13  Bruno Haible  <bruno@clisp.org>
778
779         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
780         when used in C++ mode.
781
782 2007-05-12  Bruno Haible  <bruno@clisp.org>
783
784         * lib/linebuffer.h: Tweak doc.
785         * lib/linebuffer.c: Likewise.
786
787 2007-05-12  James Youngman  <jay@gnu.org>
788
789         * lib/linebuffer.c (readlinebuffer_delim): New function,
790         like readlinebuffer, but use a caller-specified delimiter.
791         (readlinebuffer): Just call readlinebuffer_delim with '\n'
792         as the delimiter.
793         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
794
795 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
796
797         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
798         * modules/openat (Files): Remove openat-die.c.
799         (Depends-on): Add openat-die.
800         * modules/openat-die: New module.
801
802 2007-05-06  Bruno Haible  <bruno@clisp.org>
803
804         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
805         Update with info about Cygwin.
806         * doc/functions/fprintf.texi: Update.
807         * doc/functions/printf.texi: Update.
808         * doc/functions/snprintf.texi: Update.
809         * doc/functions/sprintf.texi: Update.
810         * doc/functions/vfprintf.texi: Update.
811         * doc/functions/vprintf.texi: Update.
812         * doc/functions/vsnprintf.texi: Update.
813         * doc/functions/vsprintf.texi: Update.
814         Reported by Eric Blake.
815
816 2007-05-06  Bruno Haible  <bruno@clisp.org>
817
818         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
819         padding ourselves for the floating-point directives.
820         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
821         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
822         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
823         gl_PRINTF_FLAG_ZERO and test its result. Invoke
824         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
825         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
826         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
827         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
828         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
829         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
830         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
831         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
832         * tests/test-snprintf-posix.h (test_function): Also check the width
833         and some flags in the %f directive.
834         * tests/test-sprintf-posix.h (test_function): Likewise.
835         * tests/test-vasnprintf-posix.c (test_function): Likewise.
836         * tests/test-vasprintf-posix.c (test_function): Likewise.
837         * doc/functions/fprintf.texi: Update.
838         * doc/functions/printf.texi: Update.
839         * doc/functions/snprintf.texi: Update.
840         * doc/functions/sprintf.texi: Update.
841         * doc/functions/vfprintf.texi: Update.
842         * doc/functions/vprintf.texi: Update.
843         * doc/functions/vsnprintf.texi: Update.
844         * doc/functions/vsprintf.texi: Update.
845
846 2007-05-06  Bruno Haible  <bruno@clisp.org>
847
848         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
849         pass the ' flag character to sprintf or snprintf.
850         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
851         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
852         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
853         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
854         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
855         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
856         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
857         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
858         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
859         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
860         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
861         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
862         * tests/test-snprintf-posix.h (test_function): Also check the grouping
863         flag.
864         * tests/test-sprintf-posix.h (test_function): Likewise.
865         * tests/test-vasnprintf-posix.c (test_function): Likewise.
866         * tests/test-vasprintf-posix.c (test_function): Likewise.
867         * doc/functions/fprintf.texi: Update.
868         * doc/functions/printf.texi: Update.
869         * doc/functions/snprintf.texi: Update.
870         * doc/functions/sprintf.texi: Update.
871         * doc/functions/vfprintf.texi: Update.
872         * doc/functions/vprintf.texi: Update.
873         * doc/functions/vsnprintf.texi: Update.
874         * doc/functions/vsprintf.texi: Update.
875
876 2007-05-01  Bruno Haible  <bruno@clisp.org>
877
878         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
879
880 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
881
882         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
883         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
884
885 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
886
887         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
888         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
889         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
890
891 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
892
893         * lib/argp-help.c (struct hol_entry): New member `ord'.
894         (HOL_ENTRY_PTRCMP): Use ord for comparison
895         (hol_sort): Initialize ord.
896
897 2007-05-01  Bruno Haible  <bruno@clisp.org>
898
899         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
900         Reported by Eric Blake.
901         * doc/gnulib.texi (Function Substitutes): Update.
902
903 2007-05-01  Bruno Haible  <bruno@clisp.org>
904
905         * doc/functions.texi: Remove file, now redundant through
906         doc/functions/*.texi.
907
908 2007-05-01  Bruno Haible  <bruno@clisp.org>
909
910         * modules/argp (Depends-on): Add sleep.
911
912 2007-05-01  Bruno Haible  <bruno@clisp.org>
913
914         * modules/sleep-tests: New file.
915         * tests/test-sleep.c: New file.
916
917         * modules/sleep: New file.
918         * lib/sleep.c: New file.
919         * m4/sleep.m4: New file.
920         * lib/unistd_.h (sleep): New declaration.
921         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
922         HAVE_SLEEP.
923         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
924         * doc/functions/sleep.texi: Document the sleep module.
925
926 2007-05-01  Bruno Haible  <bruno@clisp.org>
927
928         * lib/sigprocmask.h: Remove file.
929         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
930         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
931         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
932         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
933         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
934         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
935         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
936         HAVE_SIGSET_T as a shell variable.
937         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
938         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
939         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
940         (Depends-on): Add signal. Remove verify.
941         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
942         (Include): Mention <signal.h> instead of sigprocmask.h.
943         * NEWS: Mention the change.
944         * lib/fatal-signal.c: Don't include sigprocmask.h.
945
946 2007-05-01  Bruno Haible  <bruno@clisp.org>
947
948         * modules/signal: New file.
949         * lib/signal_.h: New file.
950         * m4/signal_h.m4: New file.
951
952 2007-05-01  Bruno Haible  <bruno@clisp.org>
953
954         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
955         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
956         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
957         HAVE_WCTYPE_CTMP_BUG into wctype.h.
958
959 2007-05-01  Bruno Haible  <bruno@clisp.org>
960
961         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
962         configure time.
963         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
964         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
965         * modules/sys_stat (Makefile.am): Substitute their values into
966         sys/stat.h.
967
968 2007-05-01  Bruno Haible  <bruno@clisp.org>
969
970         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
971         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
972         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
973
974 2007-05-01  Bruno Haible  <bruno@clisp.org>
975
976         * doc/header/assert.texi: Undo last change: don't mention the gnulib
977         'assert' module here.
978
979 2007-05-01  Bruno Haible  <bruno@clisp.org>
980
981         * doc/functions/*.texi: New files.
982         * doc/functions/google-ranking.txt: New file.
983         * doc/gnulib.texi (Function Substitutes): New chapter.
984         (ctime, inet_ntoa): Remove sections.
985         * doc/ctime.texi: Remove file.
986         * doc/inet_ntoa.texi: Remove file.
987         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
988         dependencies.
989         (%.info): New rule, specifying a --reference-limit.
990
991 2007-05-01  Bruno Haible  <bruno@clisp.org>
992
993         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
994
995 2007-05-01  Bruno Haible  <bruno@clisp.org>
996
997         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
998         the portability of 'mkdir' to mingw systems.
999
1000 2007-05-01  Bruno Haible  <bruno@clisp.org>
1001
1002         * doc/headers/google-ranking.txt: New file.
1003
1004 2007-04-30  Eric Blake  <ebb9@byu.net>
1005
1006         Prefer fseeko to fseek.
1007         * modules/getpass (Depends-on): Add fseeko.
1008         * lib/getpass.c (getpass): Use fseeko, not fseek.
1009
1010 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
1011
1012         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
1013         assumes the sorting is stable, while most qsort implementations
1014         are not.  Use argument addresses to ensure they never compare as
1015         equal.
1016
1017         * tests/test-argp-2.sh (usage-indent test): Fix output
1018         (func_compare): Restore diff options
1019         * tests/test-argp.c: Restore #include "progname.h"
1020
1021 2007-04-29  Bruno Haible  <bruno@clisp.org>
1022
1023         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
1024         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1025         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
1026         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1027         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
1028         (configure.ac): Define CHECK_SNPRINTF_POSIX.
1029         (TESTS, check_PROGRAMS): Add test-snprintf.
1030         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
1031         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
1032         (TESTS, check_PROGRAMS): Add test-vsnprintf.
1033         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
1034         assertions that fail on HP-UX, OSF/1, or IRIX.
1035         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
1036
1037 2007-04-29  Bruno Haible  <bruno@clisp.org>
1038
1039         * MODULES.html.sh (posix_functions): Remove 'contents'.
1040
1041 2007-04-29  Karl Berry  <karl@gnu.org>
1042
1043         * config/srclist.txt (gendocs_template_min): new entry.
1044
1045 2007-04-29  Bruno Haible  <bruno@clisp.org>
1046
1047         Work around fpurge bug on BSD systems.
1048         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
1049         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
1050         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
1051         fpurge to rpl_fpurge if the system already has this function.
1052         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
1053         the case where the system already has this function. Correct invariants
1054         on BSD systems.
1055         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
1056         BSD systems.
1057
1058 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1059
1060         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
1061         proposed by Sven Verdoolaege.
1062
1063         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
1064         options.
1065         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
1066         (usage and help tests): Update
1067
1068 2007-04-29  Bruno Haible  <bruno@clisp.org>
1069
1070         * tests/test-fflush.c (main): Use a file of size 17, not 10.
1071         Print more information in case of failure. Disable a test on BeOS.
1072
1073 2007-04-29  Bruno Haible  <bruno@clisp.org>
1074
1075         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
1076         This helps debugging on systems on which no gdb is available.
1077
1078 2007-04-29  Bruno Haible  <bruno@clisp.org>
1079
1080         * lib/freading.h: Improve comments.
1081         * lib/fwriting.h: Likewise.
1082         * tests/test-freading.c (main): Don't check freading immediately after
1083         repositioning. Needed for glibc.
1084
1085 2007-04-29  Bruno Haible  <bruno@clisp.org>
1086
1087         * lib/freading.c (freading): Trivial simplification.
1088
1089 2007-04-28  Bruno Haible  <bruno@clisp.org>
1090
1091         * tests/test-fwriting.c (main): Also test the interaction between
1092         fflush and fwriting.
1093         * modules/fwriting-tests (Depends-on): Add fflush.
1094
1095         * tests/test-freading.c (main): Also test the interaction between
1096         fflush and freading.
1097         * modules/freading-tests (Depends-on): Add fflush.
1098
1099 2007-04-28  Bruno Haible  <bruno@clisp.org>
1100
1101         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
1102         fseeko and ftello.
1103         Suggested by Eric Blake.
1104
1105 2007-04-28  Jim Meyering  <jim@meyering.net>
1106
1107         Avoid false-negative in gl_STDINT_H's C99 conformance test.
1108         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
1109         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
1110
1111 2007-04-27  Eric Blake  <ebb9@byu.net>
1112
1113         * doc/headers/assert.texi (assert.h): Document assert module use.
1114
1115 2007-04-27  Bruno Haible  <bruno@clisp.org>
1116
1117         * doc/headers/*.texi: New files.
1118         * doc/gnulib.texi (Header File Substitutes): New chapter.
1119         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
1120         dependencies.
1121         (standards.info ,standards.html, standards.dvi): Update dependencies.
1122         (mostlyclean, clean): New targets.
1123
1124 2007-04-27  Bruno Haible  <bruno@clisp.org>
1125
1126         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
1127         * modules/sysexits (Files, Makefile.am): Update.
1128
1129         * lib/sys_socket_.h: Renamed from lib/socket_.h.
1130         * modules/sys_socket (Files, Makefile.am): Update.
1131
1132         * lib/sys_stat_.h: Renamed from lib/stat_.h.
1133         * modules/sys_stat (Files, Makefile.am): Update.
1134
1135 2007-04-27  Eric Blake  <ebb9@byu.net>
1136
1137         * lib/freading.h: Improve comments.
1138         * lib/fwriting.h: Likewise.
1139         * lib/fflush.c: Likewise.
1140
1141         Fix closein for mingw.
1142         * modules/closein-tests: Add tests for closein.
1143         * tests/test-closein.c: New file.
1144         * tests/test-closein.sh: Likewise.
1145         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
1146         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
1147
1148 2007-04-27  Bruno Haible  <bruno@clisp.org>
1149
1150         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
1151         version is < 6.
1152         * lib/math_.h [__DECC]: Likewise.
1153         * lib/stdio_.h [__DECC]: Likewise.
1154         * lib/stdlib_.h [__DECC]: Likewise.
1155         * lib/string_.h [__DECC]: Likewise.
1156         * lib/time_.h [__DECC]: Likewise.
1157         * lib/wchar_.h [__DECC]: Likewise.
1158         * lib/wctype_.h [__DECC]: Likewise.
1159
1160 2007-04-27  Bruno Haible  <bruno@clisp.org>
1161
1162         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
1163
1164 2007-04-27  Bruno Haible  <bruno@clisp.org>
1165
1166         * lib/fflush.c: Add comments.
1167         * modules/fpurge-tests (Depends-on): Add fflush.
1168         * modules/freadable-tests (Depends-on): Likewise.
1169         * modules/fwritable-tests (Depends-on): Likewise.
1170
1171 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
1172
1173         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
1174         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
1175         Report by Bruno Haible <bruno@clisp.org>.
1176
1177 2007-04-26  Eric Blake  <ebb9@byu.net>
1178
1179         Fix fflush on mingw.
1180         * modules/fflush (Depends-on): Add freading.
1181         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
1182         but unread data.
1183
1184 2007-04-26  Eric Blake  <ebb9@byu.net>
1185         and Bruno Haible  <bruno@clisp.org>
1186
1187         Implement freading and fwriting.
1188         * lib/freading.c: New file.
1189         * lib/freading.h: Likewise.
1190         * m4/freading.m4: Likewise.
1191         * modules/freading: Likewise.
1192         * modules/freading-tests: Likewise.
1193         * tests/test-freading.c: Likewise.
1194         * lib/fwriting.c: New file.
1195         * lib/fwriting.h: Likewise.
1196         * m4/fwriting.m4: Likewise.
1197         * modules/fwriting: Likewise.
1198         * modules/fwriting-tests: Likewise.
1199         * tests/test-fwriting.c: Likewise.
1200         * MODULES.html.sh (File stream based Input/Output): Mention them.
1201
1202 2007-04-26  Bruno Haible  <bruno@clisp.org>
1203
1204         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
1205         'long' when we assume it.
1206         Suggested by Eric Blake.
1207
1208 2007-04-26  Bruno Haible  <bruno@clisp.org>
1209
1210         Ensure fseeko, ftello are declared on glibc systems.
1211         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
1212         * modules/fseeko (configure.ac-early): Likewise.
1213         * modules/ftello (configure.ac-early): Likewise.
1214         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
1215         AC_FUNC_FSEEKO for this.
1216         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
1217         (gl_CHECK_FSEEKO): Remove macro.
1218
1219 2007-04-26  Bruno Haible  <bruno@clisp.org>
1220
1221         * tests/test-fflush.c (main): Also check the ftell result after
1222         fflush and fseek/fseeko.
1223         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
1224         file descriptor position cache in the stream.
1225         * lib/fseeko.c (rpl_fseeko): Likewise.
1226
1227 2007-04-26  Bruno Haible  <bruno@clisp.org>
1228
1229         * modules/fflush-tests (Depends-on): Add fseeko.
1230
1231 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
1232             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1233
1234         * lib/argz_.h: ensure error_t definition is obtained in same
1235         mechanism system argz.h would have.
1236         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
1237         argz facilities are known bad.  Err on the side of caution if
1238         cross-compiling.
1239
1240 2007-04-25  Eric Blake  <ebb9@byu.net>
1241
1242         * lib/fpurge.c (includes): Use stdlib.h for free.
1243         * tests/test-fflush.c (main): Also test fflush-fseeko.
1244
1245 2007-04-25  Bruno Haible  <bruno@clisp.org>
1246
1247         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
1248         * lib/fseeko.c: New file.
1249         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
1250         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
1251         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
1252         gl_FUNC_FSEEKO.
1253         (gl_FUNC_FSEEKO): Invoke it.
1254         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
1255         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
1256         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
1257
1258 2007-04-25  Bruno Haible  <bruno@clisp.org>
1259
1260         * modules/fflush (Depends-on): Add ftello.
1261
1262 2007-04-25  Bruno Haible  <bruno@clisp.org>
1263
1264         * modules/ftello-tests: New file.
1265         * tests/test-ftello.c: New file.
1266
1267         * modules/ftello: New file.
1268         * m4/ftello.m4: New file.
1269         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
1270         HAVE_FTELLO.
1271         * lib/stdio_.h (ftello): New declaration.
1272         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
1273         HAVE_FTELLO.
1274
1275 2007-04-25  Bruno Haible  <bruno@clisp.org>
1276
1277         * modules/fseeko-tests: New file.
1278         * tests/test-fseeko.c: New file.
1279
1280         * modules/fseeko: New file.
1281         * m4/fseeko.m4: New file.
1282         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
1283         HAVE_FSEEKO.
1284         * lib/stdio_.h (fseeko): New declaration.
1285         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
1286         HAVE_FSEEKO.
1287
1288 2007-04-25  Bruno Haible  <bruno@clisp.org>
1289
1290         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
1291
1292 2007-04-25  Bruno Haible  <bruno@clisp.org>
1293
1294         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
1295         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
1296         * tests/test-unistd.c: Likewise.
1297         * tests/test-fcntl.c: Likewise.
1298
1299 2007-04-23  Eric Blake  <ebb9@byu.net>
1300
1301         * lib/fflush.c: Fix missing include.
1302         Reported by Bruno Haible.
1303
1304 2007-04-23  Bruno Haible  <bruno@clisp.org>
1305
1306         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
1307         Reported by Eric Blake.
1308
1309 2007-04-23  Bruno Haible  <bruno@clisp.org>
1310
1311         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
1312
1313 2007-04-23  Bruno Haible  <bruno@clisp.org>
1314
1315         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
1316
1317 2007-04-23  Bruno Haible  <bruno@clisp.org>
1318
1319         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
1320         Needed on HP-UX 11.
1321
1322 2007-04-16  Eric Blake  <ebb9@byu.net>
1323
1324         Make fflush rely on fpurge.
1325         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
1326         open coding all variants.
1327         * modules/fflush (Depends-on): Add fpurge and unistd.
1328         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
1329         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
1330
1331         Fix --with-tests compilation on cygwin.
1332         * modules/argmatch-tests (Makefile.am): List gnulib library first
1333         in LDADD.
1334         * modules/argp-tests (Makefile.am): Likewise.
1335         * modules/array-list-tests (Makefile.am): Likewise.
1336         * modules/array-oset-tests (Makefile.am): Likewise.
1337         * modules/avltree-list-tests (Makefile.am): Likewise.
1338         * modules/avltree-oset-tests (Makefile.am): Likewise.
1339         * modules/avltreehash-list-tests (Makefile.am): Likewise.
1340         * modules/carray-list-tests (Makefile.am): Likewise.
1341         * modules/dirname-tests (Makefile.am): Likewise.
1342         * modules/frexp-tests (Makefile.am): Likewise.
1343         * modules/isnanl-tests (Makefile.am): Likewise.
1344         * modules/linked-list-tests (Makefile.am): Likewise.
1345         * modules/linkedhash-list-tests (Makefile.am): Likewise.
1346         * modules/lock-tests (Makefile.am): Likewise.
1347         * modules/rbtree-list-tests (Makefile.am): Likewise.
1348         * modules/rbtree-oset-tests (Makefile.am): Likewise.
1349         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
1350         * modules/tls-tests (Makefile.am): Likewise.
1351         * modules/tsearch-tests (Makefile.am): Likewise.
1352         * modules/xvasprintf-tests (Makefile.am): Likewise.
1353
1354         Fix fpurge for cygwin.
1355         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
1356         value.
1357         * modules/fpurge-tests (Depends-on): Clean up trash.
1358
1359 2007-04-16  Simon Josefsson  <simon@josefsson.org>
1360
1361         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
1362
1363         * m4/autobuild.m4: Re-indent.
1364
1365 2007-04-13  Bruno Haible  <bruno@clisp.org>
1366
1367         * modules/fpurge-tests: New file.
1368         * tests/test-fpurge.c: New file.
1369
1370         * modules/fpurge: New file.
1371         * lib/fpurge.h: New file.
1372         * lib/fpurge.c: New file.
1373         * m4/fpurge.m4: New file.
1374
1375 2007-04-13  Bruno Haible  <bruno@clisp.org>
1376
1377         * modules/fbufmode-tests: New file.
1378         * tests/test-fbufmode.c: New file.
1379
1380         * modules/fbufmode: New file.
1381         * lib/fbufmode.h: New file.
1382         * lib/fbufmode.c: New file.
1383         * m4/fbufmode.m4: New file.
1384
1385 2007-04-13  Bruno Haible  <bruno@clisp.org>
1386
1387         * modules/fwritable-tests: New file.
1388         * tests/test-fwritable.c: New file.
1389
1390         * modules/fwritable: New file.
1391         * lib/fwritable.h: New file.
1392         * lib/fwritable.c: New file.
1393         * m4/fwritable.m4: New file.
1394
1395 2007-04-13  Bruno Haible  <bruno@clisp.org>
1396
1397         * modules/freadable-tests: New file.
1398         * tests/test-freadable.c: New file.
1399
1400         * modules/freadable: New file.
1401         * lib/freadable.h: New file.
1402         * lib/freadable.c: New file.
1403         * m4/freadable.m4: New file.
1404
1405 2007-04-13  Bruno Haible  <bruno@clisp.org>
1406
1407         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
1408         MOSTLYCLEANFILES.
1409
1410 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
1411
1412         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
1413         gzip bootstrap.conf to avoid dragging in i18n machinery.
1414         (gnulib_tool_option): Use it.
1415
1416 2007-04-13  Bruno Haible  <bruno@clisp.org>
1417
1418         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
1419         %F directives.
1420         * tests/test-vasprintf-posix.c (test_function): Likewise.
1421         * tests/test-snprintf-posix.h (test_function): Likewise.
1422         * tests/test-sprintf-posix.h (test_function): Likewise.
1423         * tests/test-fprintf-posix.h (test_function): Likewise.
1424         * tests/test-printf-posix.h (test_function): Likewise.
1425         * tests/test-fprintf-posix.out: Likewise.
1426
1427 2007-04-13  Bruno Haible  <bruno@clisp.org>
1428
1429         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
1430         * modules/tls-tests (configure.ac): Likewise.
1431         Reported by Arto C. Nirkko <anirkko@insel.ch>.
1432
1433 2007-04-13  Bruno Haible  <bruno@clisp.org>
1434
1435         * lib/tls.c (glthread_tls_get): Fix return type.
1436         Patch by Arto C. Nirkko <anirkko@insel.ch>.
1437
1438 2007-04-12  Eric Blake  <ebb9@byu.net>
1439
1440         * modules/gettime (Depends-on): Remove gettime.
1441         Reported by Dmitry V. Levin.
1442
1443 2007-04-12  Bruno Haible  <bruno@clisp.org>
1444
1445         * modules/fflush (Include): Mention <stdio.h>.
1446         * modules/strtoimax (Include): Mention <inttypes.h>.
1447         * modules/strtoumax (Include): Likewise.
1448
1449 2007-04-12  Eric Blake  <ebb9@byu.net>
1450
1451         * .cvsignore: New file.
1452         * .gitignore: Likewise.
1453
1454 2007-04-12  Bruno Haible  <bruno@clisp.org>
1455
1456         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
1457         not before, since $(LDADD) often contains libgnu.a.
1458         * modules/striconv-tests (test_striconv_LDADD): Likewise.
1459         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
1460         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
1461         Needed on Cygwin.
1462
1463 2007-04-12  Eric Blake  <ebb9@byu.net>
1464
1465         Work around glibc's failure to flush stdin on fclose.
1466         * lib/closein.c (close_stdin): Flush stdin before closing.
1467
1468         Work around glibc's failure to reset seekable stdin on exit.
1469         * modules/closein: New module.
1470         * lib/closein.c: New file.
1471         * lib/closein.h: Likewise.
1472         * m4/closein.m4: Likewise.
1473         * MODULES.html.sh (File stream based Input/Output): Document it.
1474
1475 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1476
1477         * gnulib-tool: Rename generated 'autobuild' script to
1478         'do-autobuild' in --create-megatestdir output.
1479
1480         * doc/gnulib.texi (Build robot for gnulib): Fix.
1481
1482 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1483
1484         * modules/sysexits (Depends-on): Add absolute-header.
1485
1486 2007-04-12  Eric Blake  <ebb9@byu.net>
1487
1488         No need to preserve errno on success.
1489         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
1490         Reported by Bruno Haible.
1491
1492 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1493
1494         * MODULES.html.sh (Support for maintaining and releasing
1495         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
1496
1497 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1498
1499         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
1500
1501 2007-04-12  Simon Josefsson  <simon@josefsson.org>
1502
1503         * modules/autobuild: New module.
1504
1505         * m4/autobuild.m4: New file.
1506
1507 2007-04-11  Bruno Haible  <bruno@clisp.org>
1508
1509         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
1510         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
1511         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
1512         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
1513         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1514         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1515         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1516         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
1517         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1518         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1519         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
1520         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1521         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1522         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
1523         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1524         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1525         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
1526         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1527         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1528         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
1529         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1530         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1531         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
1532         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1533         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1534         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
1535         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
1536         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
1537         Reported by Eric Blake.
1538
1539 2007-04-11  Bruno Haible  <bruno@clisp.org>
1540
1541         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
1542
1543 2007-04-10  Bruno Haible  <bruno@clisp.org>
1544
1545         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
1546         for NaN and Infinity. Needed on FreeBSD 6.1.
1547         * tests/test-vasnprintf-posix.c (test_function): Undo last change
1548         regarding results for "%010a" of Infinity and NaN.
1549         * tests/test-vasprintf-posix.c (test_function): Likewise.
1550         * tests/test-snprintf-posix.h (test_function): Likewise.
1551         * tests/test-sprintf-posix.h (test_function): Likewise.
1552         * tests/test-fprintf-posix.h (test_function): Likewise.
1553         * tests/test-printf-posix.h (test_function): Likewise.
1554         * tests/test-fprintf-posix.out: Likewise.
1555
1556 2007-04-10  Bruno Haible  <bruno@clisp.org>
1557
1558         * modules/locale-tests: New file.
1559         * tests/test-locale.c: New file.
1560
1561         * modules/locale: New file.
1562         * lib/locale_.h: New file.
1563         * m4/locale_h.m4: New file.
1564
1565 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
1566             Bruno Haible  <bruno@clisp.org>
1567
1568         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
1569         be determined, test for availability of the copysignf, copysign,
1570         copysignl functions.
1571         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
1572         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
1573         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
1574
1575 2007-04-09  Eric Blake  <ebb9@byu.net>
1576
1577         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
1578         * modules/stdio (Makefile.am): Support fflush.
1579         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
1580         * modules/fflush: New file.
1581         * lib/fflush.c: Likewise.
1582         * m4/fflush.m4: Likewise.
1583         * modules/fflush-tests: New test.
1584         * tests/test-fflush.c: Likewise.
1585         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
1586
1587 2007-04-06  Bruno Haible  <bruno@clisp.org>
1588
1589         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
1590         (VASNPRINTF): Use signbit for faster determination whether to print a
1591         minus sign.
1592         * modules/vasnprintf (Files): Remove lib/float+.h.
1593         * modules/fprintf-posix (Depends-on): Add signbit.
1594         * modules/snprintf-posix (Depends-on): Likewise.
1595         * modules/sprintf-posix (Depends-on): Likewise.
1596         * modules/vasnprintf-posix (Depends-on): Likewise.
1597         * modules/vasprintf-posix (Depends-on): Likewise.
1598         * modules/vfprintf-posix (Depends-on): Likewise.
1599         * modules/vsnprintf-posix (Depends-on): Likewise.
1600         * modules/vsprintf-posix (Depends-on): Likewise.
1601
1602 2007-04-06  Bruno Haible  <bruno@clisp.org>
1603
1604         * tests/test-frexp.c (main): Test also the sign bit of zero results.
1605         * tests/test-frexpl.c (main): Likewise.
1606         * tests/test-ldexpl.c (main): Likewise.
1607         * modules/frexp-tests (Depends-on): Add signbit.
1608         * modules/frexpl-tests (Depdends-on): Likewise.
1609         * modules/ldexpl-tests (Depdends-on): Likewise.
1610
1611 2007-04-06  Bruno Haible  <bruno@clisp.org>
1612
1613         * modules/signbit-tests: New file.
1614         * tests/test-signbit.c: New file.
1615
1616         * modules/signbit: New file.
1617         * lib/signbitf.c: New file.
1618         * lib/signbitd.c: New file.
1619         * lib/signbitl.c: New file.
1620         * m4/signbit.m4: New file.
1621         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
1622         (signbit): New macro.
1623         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
1624         REPLACE_SIGNBIT.
1625         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
1626         REPLACE_FREXPL into math.h.
1627
1628 2007-04-06  Bruno Haible  <bruno@clisp.org>
1629
1630         * modules/isnanf-nolibm-tests: New file.
1631         * tests/test-isnanf.c: New file.
1632
1633         * modules/isnanf-nolibm: New file.
1634         * lib/isnanf.h: New file.
1635         * lib/isnanf.c: New file.
1636         * lib/isnan.c: Consider the USE_FLOAT macro.
1637         * m4/isnanf.m4: New file.
1638
1639 2007-04-06  Bruno Haible  <bruno@clisp.org>
1640
1641         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
1642         (Link): New section.
1643
1644         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
1645
1646 2007-04-06  Bruno Haible  <bruno@clisp.org>
1647
1648         Assume the 'long double' type.
1649         * m4/longdouble.m4: Remove file.
1650         * config/srclist.txt: Don't mention longdouble.m4.
1651         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
1652         * lib/float+.h: Likewise.
1653         * lib/frexp.c: Likewise.
1654         * lib/printf-args.h: Likewise.
1655         * lib/printf-args.c: Likewise.
1656         * lib/printf-frexp.c: Likewise.
1657         * lib/printf-parse.c: Likewise.
1658         * lib/vasnprintf.c: Likewise.
1659         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
1660         * m4/intl.m4: Likewise.
1661         * m4/isnanl.m4: Likewise.
1662         * m4/printf.m4: Likewise.
1663         * m4/printf-frexpl.m4: Likewise.
1664         * m4/vasnprintf.m4: Likewise.
1665         * modules/allocsa (Files): Remove m4/longdouble.m4.
1666         * modules/gettext (Files): Likewise.
1667         * modules/relocatable-prog-wrapper (Files): Likewise.
1668         * modules/vasnprintf (Files): Likewise.
1669         * modules/isnanl (Files): Likewise.
1670         (Include): Simplify.
1671         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
1672         (Include): Simplify.
1673         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
1674         (Include): Simplify.
1675         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
1676         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1677         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
1678         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1679         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
1680         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1681         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
1682         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1683         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
1684         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1685         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
1686         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
1687         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
1688         * tests/test-isnanl.c: Likewise.
1689         * tests/test-snprintf-posix.h: Likewise.
1690         * tests/test-sprintf-posix.h: Likewise.
1691         * tests/test-vasnprintf-posix.c: Likewise.
1692         * tests/test-vasnprintf-posix2.c: Likewise.
1693         * tests/test-vasprintf-posix.c: Likewise.
1694
1695 2007-04-06  Bruno Haible  <bruno@clisp.org>
1696
1697         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
1698         * lib/math_.h [__DECC]: Include the overridden include file through
1699         #include_next, outside the double-inclusion guard.
1700         * lib/stdio_.h [__DECC]: Likewise.
1701         * lib/stdlib_.h [__DECC]: Likewise.
1702         * lib/string_.h [__DECC]: Likewise.
1703         * lib/time_.h [__DECC]: Likewise.
1704         * lib/wchar_.h [__DECC]: Likewise.
1705         * lib/wctype_.h [__DECC]: Likewise.
1706         * lib/inttypes_.h [__DECC]: Likewise.
1707         Reported by Albert Chin <china@thewrittenword.com> in
1708         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
1709
1710 2007-04-04  Eric Blake  <ebb9@byu.net>
1711
1712         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
1713         1.5.x.
1714
1715 2007-04-04  Bruno Haible  <bruno@clisp.org>
1716
1717         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
1718         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
1719
1720 2007-04-04  Bruno Haible  <bruno@clisp.org>
1721
1722         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
1723         results for "%010a" of Infinity and NaN.
1724         * tests/test-vasprintf-posix.c (test_function): Likewise.
1725         * tests/test-snprintf-posix.h (test_function): Likewise.
1726         * tests/test-sprintf-posix.h (test_function): Likewise.
1727         * tests/test-fprintf-posix.h (test_function): Remove these tests.
1728         * tests/test-printf-posix.h (test_function): Likewise.
1729         * tests/test-fprintf-posix.out: Update.
1730         Needed for FreeBSD 6.1.
1731
1732 2007-04-04  Bruno Haible  <bruno@clisp.org>
1733
1734         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
1735         directly used by the gnulib modules nor by gnulib-tool.
1736
1737 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
1738
1739         * DEPENDENCIES: Give overall description of version dependency
1740         desirability.  Use more-typical names for apps.
1741         Add shell, coreutils, diffutils, grep, tar, gzip.
1742
1743 2007-04-04  Simon Josefsson  <simon@josefsson.org>
1744
1745         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
1746
1747 2007-04-04  Karl Berry  <karl@gnu.org>
1748
1749         * MODULES.html.sh (func_module): missing '.
1750
1751 2007-04-03  Bruno Haible  <bruno@clisp.org>
1752
1753         * modules/argmatch-tests (Makefile.am): New variable
1754         test_argmatch_LDADD.
1755         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
1756         * modules/array-list-tests (Makefile.am): New variable
1757         test_array_list_LDADD.
1758         * modules/array-oset-tests (Makefile.am): New variable
1759         test_array_oset_LDADD.
1760         * modules/avltree-list-tests (Makefile.am): New variable
1761         test_avltree_list_LDADD.
1762         * modules/avltree-oset-tests (Makefile.am): New variable
1763         test_avltree_oset_LDADD.
1764         * modules/avltreehash-list-tests (Makefile.am): New variable
1765         test_avltreehash_list_LDADD.
1766         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
1767         test_canonicalize_lgpl_LDADD.
1768         * modules/carray-list-tests (Makefile.am): New variable
1769         test_carray_list_LDADD.
1770         * modules/dirname-tests (Makefile.am): New variable
1771         test_dirname_LDADD.
1772         * modules/linked-list-tests (Makefile.am): New variable
1773         test_linked_list_LDADD.
1774         * modules/linkedhash-list-tests (Makefile.am): New variable
1775         test_linkedhash_list_LDADD.
1776         * modules/rbtree-list-tests (Makefile.am): New variable
1777         test_rbtree_list_LDADD.
1778         * modules/rbtree-oset-tests (Makefile.am): New variable
1779         test_rbtree_oset_LDADD.
1780         * modules/rbtreehash-list-tests (Makefile.am): New variable
1781         test_rbtreehash_list_LDADD.
1782         * modules/xvasprintf-tests (Makefile.am): New variable
1783         test_xvasprintf_LDADD.
1784         Reported by Eric Blake.
1785
1786 2007-04-03  Eric Blake  <ebb9@byu.net>
1787
1788         * DEPENDENCIES: Weaken m4 requirements.
1789
1790 2007-04-03  Bruno Haible  <bruno@clisp.org>
1791
1792         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
1793         * modules/isnanl-tests (configure.ac): Likewise.
1794
1795 2007-04-03  Ben Pfaff  <blp@gnu.org>
1796
1797         * modules/iconv_open: Add $(srcdir)/ to source directory
1798         references in Makefile fragments that call gperf, to fix VPATH
1799         builds.
1800
1801 2007-04-03  Bruno Haible  <bruno@clisp.org>
1802
1803         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
1804         * lib/ldexpl.c: Undo last change.
1805
1806 2007-04-03  Bruno Haible  <bruno@clisp.org>
1807
1808         * modules/printf-frexpl (Depends-on): Undo last change.
1809         (Files): Add m4/ldexpl.m4.
1810
1811 2007-04-03  Bruno Haible  <bruno@clisp.org>
1812
1813         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
1814         * modules/isnanl (Link): New section.
1815
1816         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
1817         * modules/frexp (Link): New section.
1818
1819         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
1820         * modules/frexpl (Link): New section.
1821
1822         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
1823         * modules/ldexpl (Link): New section.
1824
1825 2007-04-03  Bruno Haible  <bruno@clisp.org>
1826
1827         * modules/TEMPLATE-EXTENDED: New file.
1828         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
1829
1830 2007-04-03  Bruno Haible  <bruno@clisp.org>
1831
1832         * DEPENDENCIES: New file.
1833         Suggested by Simon Josefsson.
1834
1835 2007-04-03  Bruno Haible  <bruno@clisp.org>
1836
1837         * doc/gnulib.texi: Escape @.
1838
1839 2007-04-03  James Youngman  <jay@gnu.org>
1840         and Paul Eggert  <eggert@cs.ucla.edu>
1841
1842         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
1843         birthtime on all systems that have birthtime, not just those which
1844         use st_birthtimensec rather than st_birthtim.  Putting zero in
1845         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
1846         that the birth time is not available for files on an NFS mount.
1847
1848 2007-04-03  Simon Josefsson  <simon@josefsson.org>
1849
1850         * modules/memxor: Move back from crypto/, suggested by Bruno.
1851         * modules/crypto/hmac-sha1: Fix memxor dependency.
1852
1853         * modules/crypto/gc: Moved from ../.
1854
1855 2007-04-02  Eric Blake  <ebb9@byu.net>
1856
1857         * lib/ldexpl.c (includes): Avoid libm.
1858
1859         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
1860
1861 2007-04-02  Bruno Haible  <bruno@clisp.org>
1862
1863         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
1864         on IRIX.
1865
1866 2007-04-02  Bruno Haible  <bruno@clisp.org>
1867
1868         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
1869         x86 or x86_64 platforms running MacOS X.
1870         Reported by Ryan Schmidt <@ryandesign.com>.
1871
1872 2007-04-02  Bruno Haible  <bruno@clisp.org>
1873
1874         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
1875         i386.
1876
1877 2007-04-01  Simon Josefsson  <simon@josefsson.org>
1878
1879         * modules/crypto/arcfour: Moved from ../.
1880         * modules/crypto/arcfour-tests: Moved from ../.
1881         * modules/crypto/arctwo: Moved from ../.
1882         * modules/crypto/arctwo-tests: Moved from ../.
1883         * modules/crypto/des: Moved from ../.
1884         * modules/crypto/des-tests: Moved from ../.
1885         * modules/crypto/gc-arcfour: Moved from ../.
1886         * modules/crypto/gc-arcfour-tests: Moved from ../.
1887         * modules/crypto/gc-arctwo: Moved from ../.
1888         * modules/crypto/gc-arctwo-tests: Moved from ../.
1889         * modules/crypto/gc-des: Moved from ../.
1890         * modules/crypto/gc-des-tests: Moved from ../.
1891         * modules/crypto/gc-hmac-md5: Moved from ../.
1892         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
1893         * modules/crypto/gc-hmac-sha1: Moved from ../.
1894         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
1895         * modules/crypto/gc-md2: Moved from ../.
1896         * modules/crypto/gc-md2-tests: Moved from ../.
1897         * modules/crypto/gc-md4: Moved from ../.
1898         * modules/crypto/gc-md4-tests: Moved from ../.
1899         * modules/crypto/gc-md5: Moved from ../.
1900         * modules/crypto/gc-md5-tests: Moved from ../.
1901         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
1902         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
1903         * modules/crypto/gc-random: Moved from ../.
1904         * modules/crypto/gc-rijndael: Moved from ../.
1905         * modules/crypto/gc-rijndael-tests: Moved from ../.
1906         * modules/crypto/gc-sha1: Moved from ../.
1907         * modules/crypto/gc-sha1-tests: Moved from ../.
1908         * modules/crypto/gc-tests: Moved from ../.
1909         * modules/crypto/hmac-md5: Moved from ../.
1910         * modules/crypto/hmac-md5-tests: Moved from ../.
1911         * modules/crypto/hmac-sha1: Moved from ../.
1912         * modules/crypto/hmac-sha1-tests: Moved from ../.
1913         * modules/crypto/md2: Moved from ../.
1914         * modules/crypto/md2-tests: Moved from ../.
1915         * modules/crypto/md4: Moved from ../.
1916         * modules/crypto/md4-tests: Moved from ../.
1917         * modules/crypto/md5: Moved from ../.
1918         * modules/crypto/md5-tests: Moved from ../.
1919         * modules/crypto/memxor: Moved from ../.
1920         * modules/crypto/rijndael: Moved from ../.
1921         * modules/crypto/rijndael-tests: Moved from ../.
1922         * modules/crypto/sha1: Moved from ../.
1923
1924 2007-03-30  James Youngman  <jay@gnu.org>
1925
1926         * tests/test-stat-time.c (prepare_test): use chmod() rather than
1927         rename() to change the ctime of a file (because ctime is unaffected
1928         by rename on jfs2 on AIX 5.1).
1929         (main): Start by doing cleanup, in case a previous run failed leaving
1930         test files behind.
1931
1932 2007-03-31  Bruno Haible  <bruno@clisp.org>
1933
1934         Support old proprietary implementations of iconv.
1935         * modules/iconv_open: New file.
1936         * lib/iconv_.h: New file.
1937         * m4/iconv_h.m4: New file.
1938         * lib/iconv_open.c: New file.
1939         * lib/iconv_open-aix.gperf: New file.
1940         * lib/iconv_open-hpux.gperf: New file.
1941         * lib/iconv_open-irix.gperf: New file.
1942         * lib/iconv_open-osf.gperf: New file.
1943         * m4/iconv_open.m4: New file.
1944         * modules/linebreak (Depends-on): Add iconv_open.
1945         * modules/striconv (Depends-on): Likewise.
1946         * modules/striconveh (Depends-on): Likewise.
1947         * modules/unicodeio (Depends-on): Likewise.
1948         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
1949         (iconv_t)(-1).
1950         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
1951         conversion if cd is (iconv_t)(-1).
1952         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
1953         is not possible.
1954
1955 2007-03-31  Bruno Haible  <bruno@clisp.org>
1956
1957         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
1958         work on Solaris either. Protect also second use of "autodetect_jp".
1959
1960 2007-03-31  Bruno Haible  <bruno@clisp.org>
1961
1962         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
1963         the function is not present.
1964
1965 2007-03-31  Bruno Haible  <bruno@clisp.org>
1966
1967         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
1968         the function is not present.
1969
1970 2007-03-31  Bruno Haible  <bruno@clisp.org>
1971
1972         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
1973         a bug in HP-UX iconv_open().
1974
1975 2007-03-31  Bruno Haible  <bruno@clisp.org>
1976
1977         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
1978         (Mathematics <math.h>): New section, add fpieee.
1979         (Input/output <stdio.h>): Add fseterr.
1980         (Mathematics <math.h>): New section, add printf-frexp.
1981         (Container data structures): Add sublist.
1982         (Core language properties): Add fpucw, inline.
1983         (Functions for greatest-width integer types <inttypes.h>): Add
1984         imaxabs, imaxdiv, inttypes.
1985         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
1986         isnanl-nolibm, ldexp.
1987         (Mathematics <math.h>): New section, add printf-frexpl.
1988         (Support for systems lacking POSIX:2001): Add fprintf-posix,
1989         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
1990         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
1991         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
1992         (Unicode string functions): Add unistr/u*-mbtoucr.
1993         (Java): Add javacomp-script, javaexec-script.
1994         (C#): Add csharpcomp-script, csharpexec-script.
1995         (Support for building libraries and executables): Add havelib,
1996         relocatable-*.
1997         (Support for maintaining and releasing projects): Renamed from
1998         'Support for maintaining and release projects'. Add announce-gen.
1999
2000 2007-03-31  Bruno Haible  <bruno@clisp.org>
2001
2002         * README: Talk primarily about git.
2003         (git and CVS): Renamed from CVS.
2004         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
2005         gnulib is available through git.
2006         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
2007
2008 2007-03-30  Bruno Haible  <bruno@clisp.org>
2009
2010         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
2011         * lib/poll_.h: Likewise.
2012         * lib/stat_.h: Likewise.
2013         * lib/sys_time_.h: Likewise.
2014         * lib/sysexit_.h: Likewise.
2015         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
2016         * lib/stdbool_.h: Likewise.
2017         * lib/byteswap_.h: Add double-inclusion guard.
2018
2019 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
2020
2021         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
2022
2023 2007-03-30  Karl Berry  <karl@gnu.org>
2024
2025         * config/srclist-update: double space after USA in the license
2026         substitution, since that's how it's usually (?) written.
2027
2028 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
2031         reported by Bruno Haible.
2032
2033 2007-03-29  Bruno Haible  <bruno@clisp.org>
2034
2035         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
2036         a bug in AIX iconv().
2037
2038 2007-03-29  Bruno Haible  <bruno@clisp.org>
2039
2040         * modules/ldexpl-tests: New file.
2041         * tests/test-ldexpl.c: New file.
2042
2043 2007-03-29  Bruno Haible  <bruno@clisp.org>
2044
2045         * lib/ldexpl.c: Include fpucw.h.
2046         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
2047         multiplication.
2048         * modules/ldexpl (Depends-on): Add fpucw.
2049
2050 2007-03-29  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/ldexpl: New file.
2053         * m4/ldexpl.m4: New file.
2054         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
2055         set.
2056         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
2057         REPLACE_LDEXPL.
2058         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
2059         REPLACE_LDEXPL.
2060         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2061         gl_FUNC_LDEXPL_WORKS.
2062         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
2063         * modules/mathl (Files): Remove lib/ldexpl.c.
2064         (Depends-on): Add ldexpl.
2065
2066 2007-03-29  Bruno Haible  <bruno@clisp.org>
2067
2068         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
2069
2070 2007-03-29  Bruno Haible  <bruno@clisp.org>
2071
2072         * tests/test-striconveh.c (main): Don't assume that a direct conversion
2073         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
2074         and possibly also HP-UX.
2075         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
2076         work on AIX, IRIX, HP-UX, OSF/1.
2077         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
2078         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
2079         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
2080         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
2081         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
2082         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
2083
2084 2007-03-29  Bruno Haible  <bruno@clisp.org>
2085
2086         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
2087
2088 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2089
2090         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
2091         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
2092
2093 2007-03-29  Eric Blake  <ebb9@byu.net>
2094
2095         * lib/acl-internal.h: Remove redundant include.
2096         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
2097         Cygwin when a file is locked.
2098
2099 2007-03-29  Bruno Haible  <bruno@clisp.org>
2100
2101         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
2102         file.
2103         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
2104
2105 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
2106
2107         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
2108         try to remove a parent directory if the child couldn't be removed
2109         (except for the first rmdir, which could fail because the child
2110         doesn't exist).  Problem reported by Jeff Blaine in
2111         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
2112
2113 2007-03-28  Bruno Haible  <bruno@clisp.org>
2114
2115         * lib/striconveh.c (utf8conv_carefully): New function.
2116         (mem_cd_iconveh_internal): Invoke it.
2117
2118 2007-03-28  Bruno Haible  <bruno@clisp.org>
2119
2120         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
2121         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
2122         input.
2123         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
2124         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
2125         unistr/u8-uctomb.
2126
2127 2007-03-28  Bruno Haible  <bruno@clisp.org>
2128
2129         * modules/unistr/u8-mbtoucr: New file.
2130         * lib/unistr/u8-mbtoucr.c: New file.
2131         * modules/unistr/u16-mbtoucr: New file.
2132         * lib/unistr/u16-mbtoucr.c: New file.
2133         * modules/unistr/u16-mbtoucr: New file.
2134         * lib/unistr/u16-mbtoucr.c: New file.
2135         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
2136
2137 2007-03-27  Simon Josefsson  <simon@josefsson.org>
2138             Bruno Haible  <bruno@clisp.org>
2139
2140         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
2141         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
2142         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
2143
2144         * m4/stdio_h.m4: Add stubs for vasprintf too.
2145
2146         * modules/stdio: Support vasprintf in sed command.
2147
2148         * modules/vasprintf: Depend on stdio for prototypes.  Remove
2149         vasprintf.h.  Add stdio module indicator.
2150
2151         * lib/stdio_.h: Declare asprintf and vasprintf, based on
2152         vasprintf.h.
2153
2154         * lib/vasprintf.h: File removed.
2155
2156         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
2157         * lib/vasprintf.c: Ditto.
2158         * lib/xvasprintf.c: Ditto.
2159         * tests/test-vasprintf-posix.c: Ditto.
2160         * tests/test-vasprintf.c: Ditto.
2161
2162 2007-03-27  Bruno Haible  <bruno@clisp.org>
2163
2164         Make vasnprintf multithread-safe.
2165         * lib/vasnprintf.c (decimal_point_char): New function.
2166         (VASNPRINTF): Use it.
2167         Suggested by Simon Josefsson.
2168
2169 2007-03-27  Eric Blake  <ebb9@byu.net>
2170
2171         Support sub-second birthtime on cygwin.
2172         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
2173         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
2174         (get_stat_birthtime): Also work with st_birthtim.
2175
2176 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
2177
2178         * lib/stat-time.h (USE_BIRTHTIME): Remove.
2179         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
2180         (get_stat_birthtime_ns): Do not try to use "spare" fields.
2181         (get_stat_birthtime_ns): Simplify compile-time tests.
2182         (get_stat_birthtime): Change the API to look like
2183         get_stat_mtime etc., except return a negative tv_nsec on error.
2184         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
2185         Don't check for "spare" fields.
2186         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
2187         or for struct stat.st_birthtime, as these tests aren't used.
2188         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
2189
2190 2007-03-27  Bruno Haible  <bruno@clisp.org>
2191
2192         * lib/stat-time.h: Include <sys/stat.h>.
2193
2194 2007-03-27  James Youngman  <jay@gnu.org>
2195
2196         * lib/stat-time.h (get_stat_birthtime): New function for
2197           retrieving st_birthtime as provided by UFS2 (hence *BSD).
2198         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
2199           and its variants.
2200         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
2201         * modules/stat-time-test: New file.
2202         * tests/test-stat-time.c: New test, devised by Bruno Haible.
2203
2204 2007-03-26  Bruno Haible  <bruno@clisp.org>
2205
2206         Better support of signalling NaNs.
2207         * lib/atanl.c: Include isnanl.h.
2208         (atanl): Perform test for NaN at the beginning of the function and
2209         through a call to isnanl.
2210         * lib/cosl.c: Include isnanl.h.
2211         (cosl): Perform test for NaN at the beginning of the function and
2212         through a call to isnanl.
2213         * lib/ldexpl.c: Include isnanl.h.
2214         (ldexpl): Perform test for NaN through a call to isnanl.
2215         * lib/logl.c: Include isnanl.h.
2216         (logl): Perform test for NaN at the beginning of the function and
2217         through a call to isnanl.
2218         * lib/sinl.c: Include isnanl.h.
2219         (sinl): Perform test for NaN at the beginning of the function and
2220         through a call to isnanl.
2221         * lib/sqrtl.c: Include isnanl.h.
2222         (sqrtl): Perform test for NaN at the beginning of the function and
2223         through a call to isnanl.
2224         * lib/tanl.c: Include isnanl.h.
2225         (tanl): Perform test for NaN at the beginning of the function and
2226         through a call to isnanl.
2227         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
2228         * modules/mathl (Depends-on): Add isnanl.
2229
2230 2007-03-26  Eric Blake  <ebb9@byu.net>
2231
2232         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
2233         regression in logic sense of previous patch.
2234
2235 2007-03-26  Bruno Haible  <bruno@clisp.org>
2236
2237         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
2238         unportable shell command "if ! ...".
2239         Reported by Ralf Wildenhues.
2240
2241 2007-03-25  Bruno Haible  <bruno@clisp.org>
2242
2243         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
2244         <sysexits.h> file, and only add EX_CONFIG.
2245         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
2246         absolute file name and whether it is sufficient. Substitute also
2247         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
2248         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
2249         ABSOLUTE_SYSEXITS_H into sysexits.h.
2250
2251 2007-03-25  Bruno Haible  <bruno@clisp.org>
2252
2253         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
2254         hints is NULL.
2255
2256 2007-03-25  Bruno Haible  <bruno@clisp.org>
2257
2258         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
2259         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
2260
2261 2007-03-25  Bruno Haible  <bruno@clisp.org>
2262
2263         * lib/vasnprintf.c: Include langinfo.h.
2264         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
2265         multithread-safe.
2266         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
2267         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
2268         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2269         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2270         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2271         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2272         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2273         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
2274         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2275         Reported by Simon Josefsson.
2276
2277 2007-03-25  Bruno Haible  <bruno@clisp.org>
2278
2279         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
2280         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
2281         * modules/vasnprintf (Depends-on): Add stdint.
2282
2283 2007-03-25  Bruno Haible  <bruno@clisp.org>
2284
2285         * modules/fpieee: New file.
2286         * m4/fpieee.m4: New file.
2287         * modules/isnan-nolibm (Depends-on): Add fpieee.
2288         * modules/isnanl-nolibm (Depends-on): Add fpieee.
2289         * modules/isnanl (Depends-on): Add fpieee.
2290
2291 2007-03-25  Bruno Haible  <bruno@clisp.org>
2292
2293         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
2294
2295 2007-03-25  Bruno Haible  <bruno@clisp.org>
2296
2297         Avoid test failures on IRIX 6.5.
2298         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
2299         (main): Use it.
2300         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
2301         macros.
2302         (main): Use them.
2303
2304 2007-03-25  Bruno Haible  <bruno@clisp.org>
2305
2306         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
2307         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
2308         exists but doesn't work.
2309         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
2310         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
2311         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
2312         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
2313
2314 2007-03-25  Bruno Haible  <bruno@clisp.org>
2315
2316         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
2317         returns inf. Needed on IRIX 6.5.
2318
2319 2007-03-25  Bruno Haible  <bruno@clisp.org>
2320
2321         * tests/test-frexpl.c: Include isnanl-nolibm.h.
2322         (main): Use isnanl instead of x != x idiom.
2323         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
2324
2325         * tests/test-frexp.c: Include isnan.h.
2326         (main): Use isnan instead of x != x idiom.
2327         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
2328
2329 2007-03-25  Bruno Haible  <bruno@clisp.org>
2330
2331         * tests/test-frexp.c (NaN): New function/macro.
2332         (main): Use it instead of 0.0 / 0.0.
2333         * tests/test-isnan.c (NaN): New function/macro.
2334         (main): Use it instead of 0.0 / 0.0.
2335         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
2336         (test_function): Use it instead of 0.0 / 0.0.
2337         * tests/test-vasprintf-posix.c (NaN): New function/macro.
2338         (test_function): Use it instead of 0.0 / 0.0.
2339         * tests/test-snprintf-posix.h (NaN): New function/macro.
2340         (test_function): Use it instead of 0.0 / 0.0.
2341         * tests/test-sprintf-posix.h (NaN): New function/macro.
2342         (test_function): Use it instead of 0.0 / 0.0.
2343         * tests/test-fprintf-posix.h (NaN): New function/macro.
2344         (test_function): Use it instead of 0.0 / 0.0.
2345         * tests/test-printf-posix.h (NaN): New function/macro.
2346         (test_function): Use it instead of 0.0 / 0.0.
2347
2348         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
2349
2350 2007-03-25  Bruno Haible  <bruno@clisp.org>
2351
2352         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
2353
2354 2007-03-25  Bruno Haible  <bruno@clisp.org>
2355
2356         * lib/regexec.c (merge_state_with_log): Make static.
2357
2358 2007-03-25  Bruno Haible  <bruno@clisp.org>
2359
2360         * lib/trigl.c (kernel_rem_pio2): Make static.
2361
2362 2007-03-25  Bruno Haible  <bruno@clisp.org>
2363
2364         * lib/sincosl.c (sincosl_table): Make static.
2365
2366 2007-03-25  Bruno Haible  <bruno@clisp.org>
2367
2368         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
2369         if the compiler does not support C99.
2370
2371 2007-03-25  Bruno Haible  <bruno@clisp.org>
2372
2373         * modules/time (Makefile.am): Ensure all rule action lines start with a
2374         tab.
2375
2376 2007-03-24  Bruno Haible  <bruno@clisp.org>
2377
2378         * modules/tsearch-tests: New file.
2379         * tests/test-tsearch.sh: New file.
2380         * tests/test-tsearch.c: New file, mostly copied from glibc.
2381
2382         * modules/search-tests: New file.
2383         * tests/test-search.c: New file.
2384
2385         * modules/search: New file.
2386         * lib/search_.h: New file, incorporating lib/tsearch.h.
2387         * m4/search_h.m4: New file.
2388         * lib/tsearch.h: Remove file.
2389         * lib/tsearch.c: Include search.h instead of tsearch.h.
2390         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
2391         HAVE_TSEARCH.
2392         * modules/tsearch (Files): Remove lib/tsearch.h.
2393         (Depends-on): Add search.
2394         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
2395         (Include): Change tsearch.h into search.h.
2396
2397 2007-03-24  Bruno Haible  <bruno@clisp.org>
2398
2399         * modules/fpucw: New file.
2400         * lib/fpucw.h: New file.
2401         * lib/frexp.c: Include fpucw.h.
2402         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
2403         (FUNC): Use them.
2404         * lib/printf-frexp.c: Include fpucw.h.
2405         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
2406         (FUNC): Use them.
2407         * lib/vasnprintf.c: Include fpucw.h.
2408         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
2409         'long double' calculations.
2410         * tests/test-frexpl.c: Include fpucw.h.
2411         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
2412         * tests/test-printf-frexpl.c: Include fpucw.h.
2413         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
2414         * modules/frexpl (Depends-on): Add fpucw.
2415         * modules/printf-frexpl (Depends-on): Likewise.
2416         * modules/fprintf-posix (Depends-on): Likewise.
2417         * modules/snprintf-posix (Depends-on): Likewise.
2418         * modules/sprintf-posix (Depends-on): Likewise.
2419         * modules/vasnprintf-posix (Depends-on): Likewise.
2420         * modules/vasprintf-posix (Depends-on): Likewise.
2421         * modules/vfprintf-posix (Depends-on): Likewise.
2422         * modules/vsnprintf-posix (Depends-on): Likewise.
2423         * modules/vsprintf-posix (Depends-on): Likewise.
2424         * modules/frexpl-tests (Depends-on): Likewise.
2425         * modules/printf-frexpl-tests (Depends-on): Likewise.
2426
2427 2007-03-24  Bruno Haible  <bruno@clisp.org>
2428
2429         * lib/float+.h: New file.
2430         * lib/isnan.c: Include float+.h.
2431         (SIZE): New macro.
2432         (FUNC): Compare only SIZE bytes of the value.
2433         * lib/vasnprintf.c: Include float+.h.
2434         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
2435         SIZEOF_LDBL or SIZEOF_DBL bytes.
2436         * modules/isnan-nolibm (Files): Add lib/float+.h.
2437         * modules/isnanl-nolibm (Files): Add lib/float+.h.
2438         * modules/isnanl (Files): Add lib/float+.h.
2439         * modules/vasnprintf (Files): Add lib/float+.h.
2440
2441 2007-03-24  Bruno Haible  <bruno@clisp.org>
2442
2443         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
2444         include isnanl-nolibm.h.
2445
2446 2007-03-24  Bruno Haible  <bruno@clisp.org>
2447
2448         * tests/test-read-file.c (main): Don't produce spurious output for
2449         expected situations. Make the test fail if it encountered unexpected
2450         results.
2451
2452 2007-03-24  Bruno Haible  <bruno@clisp.org>
2453
2454         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
2455         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
2456
2457 2007-03-24  Bruno Haible  <bruno@clisp.org>
2458
2459         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
2460
2461 2007-03-24  Bruno Haible  <bruno@clisp.org>
2462
2463         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
2464         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
2465
2466         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
2467         * modules/utf8-ucs4: Turn into a symbolic link to module
2468         unistr/u8-mbtouc.
2469
2470         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
2471         utf8-ucs4-unsafe.
2472         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
2473         unistr/u8-mbtouc-unsafe.
2474
2475         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
2476         * modules/utf16-ucs4: Turn into a symbolic link to module
2477         unistr/u16-mbtouc.
2478
2479         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
2480         utf16-ucs4-unsafe.
2481         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
2482         unistr/u16-mbtouc-unsafe.
2483
2484         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
2485         * modules/ucs4-utf8: Turn into a symbolic link to module
2486         unistr/u8-ubtomb.
2487
2488         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
2489         * modules/ucs4-utf16: Turn into a symbolic link to module
2490         unistr/u16-ubtomb.
2491
2492 2007-03-24  Bruno Haible  <bruno@clisp.org>
2493
2494         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
2495         Enable the function only if HAVE_INLINE.
2496         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
2497         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
2498         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
2499         Enable the function only if HAVE_INLINE.
2500         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
2501         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
2502         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
2503         Enable the function only if HAVE_INLINE.
2504         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
2505         Enable the function only if HAVE_INLINE.
2506         * modules/utf8-ucs4: Update.
2507         * modules/utf8-ucs4-unsafe: Update.
2508         * modules/utf16-ucs4: Update.
2509         * modules/utf16-ucs4-unsafe: Update.
2510         * modules/ucs4-utf8: Update.
2511         * modules/ucs4-utf16: Update.
2512
2513 2007-03-24  Bruno Haible  <bruno@clisp.org>
2514
2515         * lib/utf8-ucs4.h: Remove file.
2516         * lib/utf8-ucs4-unsafe.h: Remove file.
2517         * lib/utf16-ucs4.h: Remove file.
2518         * lib/utf16-ucs4-unsafe.h: Remove file.
2519         * lib/ucs4-utf8.h: Remove file.
2520         * lib/ucs4-utf16.h: Remove file.
2521         * lib/unistr.h: Include their previous contents.
2522         * m4/utf-ucs4.m4: Remove file.
2523         * m4/ucs4-utf.m4: Remove file.
2524         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
2525         (Depends-on): Add unistr/base.
2526         (configure.ac): Remove gl_UTF_UCS4.
2527         (Makefile.am): Update.
2528         (Include): Change to unistr.h.
2529         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
2530         (Depends-on): Add unistr/base.
2531         (configure.ac): Remove gl_UTF_UCS4.
2532         (Makefile.am): Update.
2533         (Include): Change to unistr.h.
2534         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
2535         (Depends-on): Add unistr/base.
2536         (configure.ac): Remove gl_UTF_UCS4.
2537         (Makefile.am): Update.
2538         (Include): Change to unistr.h.
2539         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
2540         (Depends-on): Add unistr/base.
2541         (configure.ac): Remove gl_UTF_UCS4.
2542         (Makefile.am): Update.
2543         (Include): Change to unistr.h.
2544         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
2545         (Depends-on): Add unistr/base.
2546         (configure.ac): Remove gl_UCS4_UTF.
2547         (Makefile.am): Update.
2548         (Include): Change to unistr.h.
2549         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
2550         (Depends-on): Add unistr/base.
2551         (configure.ac): Remove gl_UCS4_UTF.
2552         (Makefile.am): Update.
2553         (Include): Change to unistr.h.
2554         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
2555         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
2556         utf8-ucs4-unsafe.h.
2557         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
2558         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
2559         utf16-ucs4-unsafe.h.
2560         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
2561         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
2562         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
2563         * lib/unistr/u8-strchr.c: Likewise.
2564         * lib/unistr/u8-strrchr.c: Likewise.
2565         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
2566         * lib/unistr/u16-strchr.c: Likewise.
2567         * lib/unistr/u16-strrchr.c: Likewise.
2568         * lib/striconveh.c: Update.
2569         * lib/linebreak.c: Update.
2570
2571 2007-03-24  Bruno Haible  <bruno@clisp.org>
2572
2573         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
2574         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
2575
2576 2007-03-22  Bruno Haible  <bruno@clisp.org>
2577
2578         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
2579
2580 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2581
2582         * MODULES.html.sh (File system functions): New module write-any-file.
2583         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
2584         * m4/write-any-file.m4: New files.
2585
2586 2007-03-23  Eric Blake  <ebb9@byu.net>
2587
2588         * gnulib-tool: Rearrange space-tab sequences, since some editors
2589         like to eat them.
2590
2591 2007-03-23  Eric Blake  <ebb9@byu.net>
2592
2593         * lib/version-etc.c (version_etc_va): Update license wording to
2594         be more concise.  Recommended by Richard Stallman.
2595
2596 2007-03-22  Bruno Haible  <bruno@clisp.org>
2597
2598         * lib/poll.c (MSG_PEEK): New fallback definition.
2599
2600 2007-03-22  Bruno Haible  <bruno@clisp.org>
2601
2602         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
2603         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
2604         (main): Update.
2605         Fixes a compilation error on BeOS.
2606
2607 2007-03-22  Bruno Haible  <bruno@clisp.org>
2608
2609         * modules/frexpl-tests: New file.
2610         * tests/test-frexpl.c: New file.
2611
2612         * modules/frexpl: New file.
2613         * m4/frexpl.m4: New file.
2614         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
2615         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
2616         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
2617         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
2618         (Depends-on): Add frexpl. Remove isnanl-nolibm.
2619         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
2620
2621 2007-03-22  Bruno Haible  <bruno@clisp.org>
2622
2623         * lib/frexpl.c: Share code with lib/frexp.c.
2624         * modules/mathl (Files): Add lib/frexp.c.
2625         (Depends-on): Add isnanl-nolibm.
2626
2627 2007-03-22  Bruno Haible  <bruno@clisp.org>
2628
2629         * modules/printf-frexp (Files): Add m4/frexp.m4.
2630         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
2631         only if the found frexp function actually works.
2632
2633 2007-03-22  Bruno Haible  <bruno@clisp.org>
2634
2635         * lib/frexp.c: Remove older implementation that uses divisions.
2636
2637 2007-03-21  Bruno Haible  <bruno@clisp.org>
2638
2639         * modules/frexp-tests: New file.
2640         * tests/test-frexp.c: New file.
2641
2642         * modules/frexp: New file.
2643         * lib/frexp.c: New file.
2644         * m4/frexp.m4: New file.
2645         * lib/math_.h (frexp): New declaration.
2646         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
2647         REPLACE_FREXP.
2648         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
2649
2650 2007-03-21  Bruno Haible  <bruno@clisp.org>
2651
2652         * modules/isnanl-tests: New file.
2653         * tests/test-isnanl.c: New file.
2654
2655         * modules/isnanl: New file.
2656         * lib/isnanl.h: New file.
2657         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
2658         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
2659         gl_FUNC_ISNANL_WORKS.
2660         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
2661         New macros.
2662
2663 2007-03-21  Bruno Haible  <bruno@clisp.org>
2664
2665         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
2666         lib/isnanl.h.
2667         (Include): Update.
2668         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
2669         * lib/vasnprintf.c: Update.
2670         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
2671         tests/test-isnanl.h, remove tests/test-isnanl.c.
2672         (Makefile.am): Update.
2673         * tests/test-isnanl-nolibm.c: New file.
2674         * tests/test-isnanl.h: New file.
2675         * tests/test-isnanl.c: Remove file.
2676
2677 2007-03-21  Jim Meyering  <jim@meyering.net>
2678
2679         When trying to open ".", treat ESTALE like EACCES.
2680         * lib/savewd.c (savewd_save): Resort to forking not just upon
2681         failure with EACCES, but also when errno is ESTALE.
2682
2683 2007-03-20  Bruno Haible  <bruno@clisp.org>
2684
2685         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
2686         Needed on AIX 5.1. Reported by Matthew Woehlke.
2687
2688 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2689
2690         Suggestions by Bruno Haible:
2691         * lib/acl-internal.h: Include "gettext.h" rather than rolling
2692         our own.
2693         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
2694         * modules/acl (Depends-on): Add gettext.
2695
2696 2007-03-19  Bruno Haible  <bruno@clisp.org>
2697
2698         * modules/iconvme: Remove file.
2699         * lib/iconvme.h: Remove file.
2700         * lib/iconvme.c: Remove file.
2701         * m4/iconvme.m4: Remove file.
2702
2703 2007-03-19  Bruno Haible  <bruno@clisp.org>
2704
2705         * doc/relocatable-maint.texi: Break long shell script line.
2706         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
2707
2708 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2709
2710         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
2711         handle file_has_acl.
2712         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
2713         * lib/acl.c: Move header inclusions and related macro defns into
2714         lib/acl-internal.h.
2715         (S_ISLNK): Remove defn, since that's now done for us.
2716         (file_has_acl): Move to lib/file-has-acl.c.
2717         Call acl_trivial if available.  This is the crucial part of the fix.
2718         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
2719         shared within the library.  Rewrite a bit, partly to make it compatible
2720         with the GNU coding style.
2721         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
2722         Remove unnecessary double-quotes.
2723         Don't test for acl_to_text; the build will catch that.
2724         Replace acl_entries if it doesn't exist and it is needed.
2725         Check for -lsec and acl_trivial (as used on Solaris 10).
2726         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
2727         lib/file-has-acl.c.
2728         (Depends-on): Add sys_stat, for S_ISLNK.
2729
2730 2007-03-19  Ben Pfaff  <blp@gnu.org>
2731
2732         * doc/gnulib.texi: Fix typos.
2733         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
2734
2735 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
2736
2737         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
2738         If size is zero here, buf must be zero.
2739
2740 2007-03-19  Simon Josefsson  <simon@josefsson.org>
2741
2742         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
2743         <bruno@clisp.org>.
2744
2745 2007-03-18  Bruno Haible  <bruno@clisp.org>
2746
2747         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
2748         Suggested by Eric Blake.
2749
2750 2007-03-18  Ben Pfaff  <blp@gnu.org>
2751
2752         * doc/relocatable.texi: Recommend using as prefix a directory
2753         that does not exist and will never be created.  Based on
2754         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
2755         and others.
2756
2757 2007-03-17  Bruno Haible  <bruno@clisp.org>
2758
2759         * lib/fchownat.c: Include lchown.h.
2760
2761 2007-03-17  Bruno Haible  <bruno@clisp.org>
2762
2763         Fix endless loop when the given allocated size was > INT_MAX.
2764         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
2765         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
2766         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
2767         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
2768         * lib/sprintf.c (sprintf): Likewise.
2769
2770 2007-03-17  Bruno Haible  <bruno@clisp.org>
2771
2772         * tests/test-argp-2.sh (func_compare): Output a context diff.
2773
2774 2007-03-17  Bruno Haible  <bruno@clisp.org>
2775
2776         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
2777         locale's decimal-point character.
2778
2779 2007-03-17  Bruno Haible  <bruno@clisp.org>
2780
2781         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
2782         before comparing it. Needed because on some platforms (e.g. x86) a
2783         'long double' occupies less bytes than sizeof (long double).
2784
2785 2007-03-17  Bruno Haible  <bruno@clisp.org>
2786
2787         * tests/test-crc.c (main): Make printf statements 64-bit clean.
2788         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
2789         * tests/test-getaddrinfo.c (simple): Likewise.
2790         * tests/test-read-file.c (main): Likewise.
2791
2792 2007-03-17  Bruno Haible  <bruno@clisp.org>
2793
2794         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
2795
2796 2007-03-17  Bruno Haible  <bruno@clisp.org>
2797
2798         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
2799         unused variable.
2800
2801 2007-03-17  Bruno Haible  <bruno@clisp.org>
2802
2803         * tests/test-c-strcasecmp.c: Include c-strcase.h.
2804         * tests/test-c-strncasecmp.c: Likewise.
2805
2806 2007-03-17  Bruno Haible  <bruno@clisp.org>
2807
2808         * modules/stdlib (Depends-on): Add unistd.
2809         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
2810         Needed for MacOS X 10.3.
2811
2812 2007-03-17  Bruno Haible  <bruno@clisp.org>
2813
2814         * lib/unistr/u-strdup.h: Include <stdlib.h>.
2815
2816 2007-03-17  Bruno Haible  <bruno@clisp.org>
2817
2818         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
2819
2820 2007-03-17  Bruno Haible  <bruno@clisp.org>
2821
2822         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
2823         to reflect files copied from gnulib (with or without modifications).
2824         Suggested by Jim Meyering.
2825
2826 2007-03-17  Eric Blake  <ebb9@byu.net>
2827
2828         * NEWS: Document stdlib change from 2007-02-18.
2829
2830 2007-03-17  Jim Meyering  <jim@meyering.net>
2831
2832         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
2833         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
2834         someone uses a name containing shell meta-characters.
2835         Reported by Alfred M. Szmidt.
2836
2837         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
2838
2839 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
2840
2841         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
2842         and copy gettext configuration files only if configure.ac contains
2843         a use of AM_GNU_GETTEXT_VERSION.
2844
2845 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
2846
2847         * build-aux/bootstrap (gnulib_name): New variable.
2848         (gnulib_tool_options): Use it.
2849
2850 2007-03-13  Simon Josefsson  <simon@josefsson.org>
2851
2852         * tests/test-des.c: Use new namespace.
2853
2854 2007-03-15  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
2857         Reported by James Youngman <jay@gnu.org>.
2858
2859 2007-03-15  Bruno Haible  <bruno@clisp.org>
2860
2861         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
2862         declared prototype. Needed with cc on OSF/1 5.1.
2863
2864 2007-03-15  Bruno Haible  <bruno@clisp.org>
2865
2866         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
2867         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
2868         (struct gl_list_implementation): Add dispose_fn argument to the
2869         'create_empty', 'create' methods.
2870         (struct gl_list_impl_base): Add field 'dispose_fn'.
2871         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
2872         argument.
2873         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
2874         dispose_fn argument.
2875         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
2876         dispose_fn on the dropped values.
2877         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
2878         dispose_fn argument.
2879         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
2880         dropped values.
2881         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
2882         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2883         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
2884         (gl_tree_remove_node): Call dispose_fn on the dropped value.
2885         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
2886         argument.
2887         (gl_tree_list_free): Call dispose_fn on the dropped values.
2888         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
2889         the dropped values.
2890         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2891         Add dispose_fn argument.
2892         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
2893         Call dispose_fn on the dropped values.
2894         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
2895         Add dispose_fn argument.
2896         (gl_sublist_create): Initialize the 'dispose_fn' field.
2897         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
2898         * tests/test-array_list.c (main): Update.
2899         * tests/test-carray_list.c (main): Update.
2900         * tests/test-avltree_list.c (main): Update.
2901         * tests/test-rbtree_list.c (main): Update.
2902         * tests/test-avltreehash_list.c (main): Update.
2903         * tests/test-rbtreehash_list.c (main): Update.
2904         * tests/test-linked_list.c (main): Update.
2905         * tests/test-linkedhash_list.c (main): Update.
2906         * tests/test-array_oset.c (main): Update.
2907
2908 2007-03-15  Bruno Haible  <bruno@clisp.org>
2909
2910         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
2911         (gl_oset_create_empty): Add dispose_fn argument.
2912         (struct gl_oset_implementation): Add dispose_fn argument to
2913         'create_empty' method.
2914         (struct gl_oset_impl_base): Add dispose_fn field.
2915         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
2916         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
2917         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
2918         values.
2919         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
2920         (gl_tree_oset_free): Call dispose_fn on the dropped values.
2921         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2922         dropped value.
2923         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
2924         dropped value.
2925         * tests/test-array_oset.c (main): Update.
2926         * tests/test-avltree_oset.c (main): Update.
2927         * tests/test-rbtree_oset.c (main): Update.
2928         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
2929
2930 2007-03-13  Bruno Haible  <bruno@clisp.org>
2931
2932         * tests/test-stdbool.c (i): Update after last patch.
2933
2934 2007-03-12  Bruno Haible  <bruno@clisp.org>
2935
2936         * lib/quotearg.c: Include <wctype.h> early, before the definition of
2937         the iswprint macro. Needed on Solaris 2.5.1.
2938
2939 2007-03-12  Bruno Haible  <bruno@clisp.org>
2940
2941         * tests/test-printf-frexp.c (main): Declare x as volatile.
2942
2943 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2944
2945         * doc/gnulib.texi (Build robot for gnulib): New section.
2946
2947 2007-03-12  Jim Meyering  <jim@meyering.net>
2948
2949         * build-aux/bootstrap: New file.
2950         * build-aux/bootstrap.conf: New file, from coreutils.
2951
2952 2007-03-11  Bruno Haible  <bruno@clisp.org>
2953
2954         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
2955
2956 2007-03-12  Simon Josefsson  <simon@josefsson.org>
2957
2958         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
2959         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
2960         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
2961
2962 2007-03-11  Bruno Haible  <bruno@clisp.org>
2963
2964         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
2965         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
2966
2967 2007-03-11  Bruno Haible  <bruno@clisp.org>
2968
2969         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
2970         formula. Needed for SunPRO C 5.0.
2971
2972 2007-03-11  Bruno Haible  <bruno@clisp.org>
2973
2974         * modules/long-options (Depends-on): Add getopt.
2975
2976 2007-03-11  Bruno Haible  <bruno@clisp.org>
2977
2978         * modules/modechange (Depends-on): Add stdbool.
2979
2980 2007-03-11  Bruno Haible  <bruno@clisp.org>
2981
2982         * modules/i-ring (Depends-on): Add stdbool.
2983
2984 2007-03-11  Bruno Haible  <bruno@clisp.org>
2985
2986         * modules/gc-des (Depends-on): Add stdbool.
2987
2988 2007-03-11  Bruno Haible  <bruno@clisp.org>
2989
2990         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
2991
2992 2007-03-11  Bruno Haible  <bruno@clisp.org>
2993
2994         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
2995
2996 2007-03-11  Bruno Haible  <bruno@clisp.org>
2997
2998         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
2999
3000 2007-03-11  Bruno Haible  <bruno@clisp.org>
3001
3002         * lib/vasnprintf.c (sprintf): Undefine.
3003
3004 2007-03-11  Bruno Haible  <bruno@clisp.org>
3005
3006         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
3007         initializers in SunPRO C and Compaq C compilers.
3008
3009 2007-03-11  Bruno Haible  <bruno@clisp.org>
3010
3011         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
3012         decrementing code ANSI C compliant.
3013
3014 2007-03-11  Bruno Haible  <bruno@clisp.org>
3015
3016         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
3017         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
3018
3019 2007-03-11  Bruno Haible  <bruno@clisp.org>
3020
3021         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
3022         <stdbool.h> substitute doesn't pass.
3023
3024 2007-03-11  Bruno Haible  <bruno@clisp.org>
3025
3026         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
3027
3028 2007-03-11  Bruno Haible  <bruno@clisp.org>
3029
3030         * gnulib-tool (func_create_megatestdir): Create also an autobuild
3031         script, for submission to autobuild.josefsson.org.
3032
3033 2007-03-10  Bruno Haible  <bruno@clisp.org>
3034
3035         * modules/canonicalize-lgpl-tests: New file.
3036         * tests/test-canonicalize-lgpl.sh: New file.
3037         * tests/test-canonicalize-lgpl.c: New file.
3038
3039         * modules/c-strcase-tests: New file.
3040         * tests/test-c-strcase.sh: New file.
3041         * tests/test-c-strcasecmp.c: New file.
3042         * tests/test-c-strncasecmp.c: New file.
3043
3044         * modules/atexit-tests: New file.
3045         * tests/test-atexit.sh: New file.
3046         * tests/test-atexit.c: New file.
3047
3048 2007-03-10  Bruno Haible  <bruno@clisp.org>
3049
3050         * tests/test-binary-io.sh: Use temporary filenames that are not so
3051         likely to clash with those of other tests (in a parallel make).
3052         * tests/test-binary-io.c: Likewise.
3053
3054 2007-03-10  Bruno Haible  <bruno@clisp.org>
3055
3056         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
3057         fallback; use #error instead.
3058         Suggested by Simon Josefsson.
3059
3060 2007-03-10  Bruno Haible  <bruno@clisp.org>
3061
3062         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
3063         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
3064         first and the last.
3065
3066 2007-03-10  Bruno Haible  <bruno@clisp.org>
3067
3068         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
3069
3070 2007-03-10  Bruno Haible  <bruno@clisp.org>
3071
3072         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
3073         "make distcheck".
3074         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
3075         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
3076         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
3077
3078 2007-03-10  Bruno Haible  <bruno@clisp.org>
3079
3080         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
3081         variable.
3082         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
3083         variable.
3084
3085 2007-03-09  Eric Blake  <ebb9@byu.net>
3086         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
3087
3088         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
3089         types are not being provided by gnulib.
3090         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
3091         types are supported.
3092
3093 2007-03-10  Bruno Haible  <bruno@clisp.org>
3094
3095         * lib/stdio_.h (__attribute__): New macro.
3096         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
3097         vsprintf): Specify __attribute__ __format__ for GCC.
3098         Suggested by Eric Blake.
3099
3100 2007-03-09  Bruno Haible  <bruno@clisp.org>
3101
3102         * modules/printf-posix-tests: New file.
3103         * tests/test-printf-posix.sh: New file.
3104         * tests/test-printf-posix.c: New file.
3105
3106         * modules/printf-posix: New file.
3107         * lib/printf.c: New file.
3108         * m4/printf-posix-rpl.m4: New file.
3109         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
3110         REPLACE_PRINTF.
3111         * lib/stdio_.h (printf): New declaration.
3112         (format, __format__, ____printf____, ____scanf____, ____strftime____,
3113         ____strfmon____): New macros.
3114         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
3115         REPLACE_PRINTF.
3116
3117 2007-03-09  Bruno Haible  <bruno@clisp.org>
3118
3119         * tests/test-vasnprintf-posix2.sh: New file.
3120         * tests/test-vasnprintf-posix2.c: New file.
3121         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
3122         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
3123         (Makefile.am): Activate test-vasnprintf-posix2.sh.
3124
3125         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
3126         a locale dependent decimal point, rather than always '.'.
3127
3128 2007-03-09  Eric Blake  <ebb9@byu.net>
3129
3130         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
3131         spite of platforms like Tandem/NSK that define it to -1.
3132
3133 2007-03-08  Bruno Haible  <bruno@clisp.org>
3134
3135         * modules/vprintf-posix-tests: New file.
3136         * tests/test-vprintf-posix.sh: New file.
3137         * tests/test-vprintf-posix.c: New file.
3138         * tests/test-printf-posix.h: New file.
3139
3140         * modules/vprintf-posix: New file.
3141         * lib/vprintf.c: New file.
3142         * m4/vprintf-posix.m4: New file.
3143         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
3144         REPLACE_VPRINTF.
3145         * lib/stdio_.h (vprintf): New declaration.
3146         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
3147         REPLACE_VPRINTF.
3148
3149 2007-03-08  Bruno Haible  <bruno@clisp.org>
3150
3151         * modules/fprintf-posix-tests: New file.
3152         * tests/test-fprintf-posix.sh: New file.
3153         * tests/test-fprintf-posix.c: New file.
3154
3155         * modules/fprintf-posix: New file.
3156         * lib/fprintf.c: New file.
3157         * m4/fprintf-posix.m4: New file.
3158         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
3159         REPLACE_FPRINTF.
3160         * lib/stdio_.h (fprintf): New declaration.
3161         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
3162         REPLACE_FPRINTF.
3163
3164 2007-03-08  Bruno Haible  <bruno@clisp.org>
3165
3166         * modules/vfprintf-posix-tests: New file.
3167         * tests/test-vfprintf-posix.sh: New file.
3168         * tests/test-vfprintf-posix.c: New file.
3169         * tests/test-fprintf-posix.h: New file.
3170         * tests/test-fprintf-posix.out: New file.
3171
3172         * modules/vfprintf-posix: New file.
3173         * lib/vfprintf.c: New file.
3174         * m4/vfprintf-posix.m4: New file.
3175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
3176         REPLACE_VFPRINTF.
3177         * lib/stdio_.h (vfprintf): New declaration.
3178         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
3179         REPLACE_VFPRINTF.
3180
3181 2007-03-08  Bruno Haible  <bruno@clisp.org>
3182
3183         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
3184
3185 2007-03-08  Bruno Haible  <bruno@clisp.org>
3186
3187         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
3188         instead of 'expr' invocations.
3189         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3190         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3191         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3192         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3193         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3194         Suggested by Paul Eggert.
3195
3196 2007-03-08  Bruno Haible  <bruno@clisp.org>
3197
3198         * modules/fseterr-tests: New file.
3199         * tests/test-fseterr.c: New file.
3200
3201         * modules/fseterr: New file.
3202         * lib/fseterr.h: New file.
3203         * lib/fseterr.c: New file.
3204
3205 2007-03-08  Bruno Haible  <bruno@clisp.org>
3206
3207         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
3208         * lib/getopt_.h: Likewise.
3209         * lib/mbswidth.h: Likewise.
3210         * lib/setenv.h: Likewise.
3211         * lib/vasnprintf.h: Likewise.
3212         * lib/vasprintf.h: Likewise.
3213         * lib/verror.h: Likewise.
3214         * lib/xsetenv.h: Likewise.
3215         * lib/xvasprintf.h: Likewise.
3216
3217 2007-03-08  Jim Meyering  <jim@meyering.net>
3218
3219         * users.txt: Add parted.
3220
3221         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
3222
3223 2007-03-07  Bruno Haible  <bruno@clisp.org>
3224
3225         * m4/printf.m4: Make the shell script snippets copy&pastable.
3226
3227 2007-03-02  Bruno Haible  <bruno@clisp.org>
3228
3229         * lib/netinet_in_.h: New file.
3230         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
3231         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
3232         * modules/netinet_in (Files): Add lib/netinet_in_.h.
3233         (Depends-on): Add absolute-header.
3234         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
3235         into netinet/in.h.
3236
3237 2007-03-03  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/sys_select_.h: New file.
3240         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
3241         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
3242         * modules/sys_select (Files): Add lib/sys_select_.h.
3243         (Depends-on): Add absolute-header.
3244         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
3245         into sys/select.h.
3246
3247 2007-03-02  Bruno Haible  <bruno@clisp.org>
3248
3249         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
3250         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
3251         values.
3252         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
3253         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
3254         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
3255         * modules/sys_socket (Depends-on): Add absolute-header.
3256         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
3257         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
3258         (Include): Remove requirement of inclusion of <sys/types.h>.
3259
3260 2007-03-02  Bruno Haible  <bruno@clisp.org>
3261
3262         * lib/byteswap_.h (bswap_32): Fix formula.
3263
3264 2007-03-06  Bruno Haible  <bruno@clisp.org>
3265
3266         * modules/sprintf-posix-tests: New file.
3267         * tests/test-sprintf-posix.c: New file.
3268
3269         * modules/sprintf-posix: New file.
3270         * lib/sprintf.c: New file.
3271         * m4/sprintf-posix.m4: New file.
3272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
3273         REPLACE_SPRINTF.
3274         * lib/stdio_.h (sprintf): New declaration.
3275         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
3276         REPLACE_SPRINTF.
3277
3278 2007-03-06  Bruno Haible  <bruno@clisp.org>
3279
3280         * modules/vsprintf-posix-tests: New file.
3281         * tests/test-vsprintf-posix.c: New file.
3282         * tests/test-sprintf-posix.h: New file.
3283
3284         * modules/vsprintf-posix: New file.
3285         * lib/vsprintf.c: New file.
3286         * m4/vsprintf-posix.m4: New file.
3287         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
3288         REPLACE_VSPRINTF.
3289         * lib/stdio_.h (vsprintf): New declaration.
3290         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
3291         REPLACE_VSPRINTF.
3292
3293 2007-03-06  Bruno Haible  <bruno@clisp.org>
3294
3295         * modules/vsnprintf (Depend-on): Remove minmax.
3296
3297 2007-03-06  Bruno Haible  <bruno@clisp.org>
3298
3299         * modules/snprintf-posix-tests: New file.
3300         * tests/test-snprintf-posix.c: New file.
3301
3302         * modules/snprintf-posix: New file.
3303         * m4/snprintf-posix.m4: New file.
3304         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
3305         gl_FUNC_SNPRINTF.
3306         (gl_FUNC_SNPRINTF): Invoke it.
3307         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
3308         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
3309         is set.
3310         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
3311
3312 2007-03-06  Bruno Haible  <bruno@clisp.org>
3313
3314         * modules/vsnprintf-posix-tests: New file.
3315         * tests/test-vsnprintf-posix.c: New file.
3316         * tests/test-snprintf-posix.h: New file.
3317
3318         * modules/vsnprintf-posix: New file.
3319         * m4/vsnprintf-posix.m4: New file.
3320         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
3321         gl_FUNC_VSNPRINTF.
3322         (gl_FUNC_VSNPRINTF): Invoke it.
3323         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
3324         * lib/stdio_.h (vsnprintf): Define as a replacement if
3325         REPLACE_VSNPRINTF is set.
3326         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
3327
3328 2007-03-06  Bruno Haible  <bruno@clisp.org>
3329
3330         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
3331         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
3332
3333 2007-03-06  Bruno Haible  <bruno@clisp.org>
3334
3335         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
3336         (asinl): Declare also if HAVE_DECL_ASINL is set.
3337         (atanl): Declare also if HAVE_DECL_ATANL is set.
3338         (ceill): Declare also if HAVE_DECL_CEILL is set.
3339         (cosl): Declare also if HAVE_DECL_COSL is set.
3340         (expl): Declare also if HAVE_DECL_EXPL is set.
3341         (floorl): Declare also if HAVE_DECL_FLOORL is set.
3342         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
3343         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
3344         (logl): Declare also if HAVE_DECL_LOGL is set.
3345         (sinl): Declare also if HAVE_DECL_SINL is set.
3346         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
3347         (tanl): Declare also if HAVE_DECL_TANL is set.
3348         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
3349         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
3350         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
3351         declaration of frexpl, ldexpl.
3352         * modules/printf-frexpl (Depends-on): Add math.
3353         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
3354
3355 2007-03-05  Bruno Haible  <bruno@clisp.org>
3356
3357         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
3358         frexpl and ldexpl are declared.
3359         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
3360
3361 2007-03-05  Bruno Haible  <bruno@clisp.org>
3362
3363         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
3364         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
3365
3366 2007-03-05  Bruno Haible  <bruno@clisp.org>
3367
3368         * lib/stdio_.h: Include <stddef.h>.
3369
3370 2007-03-05  Bruno Haible  <bruno@clisp.org>
3371
3372         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
3373
3374 2007-03-05  Bruno Haible  <bruno@clisp.org>
3375
3376         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
3377         NetBSD 4, from Ralf Wildenhues.
3378
3379 2007-03-04  Bruno Haible  <bruno@clisp.org>
3380
3381         * lib/vasprintf.h: Update #if logic for the case when the functions
3382         exist but are overridden.
3383
3384 2007-03-04  Bruno Haible  <bruno@clisp.org>
3385
3386         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
3387         implementations: glibc-2.4 and MacOS X 10.3.
3388         * tests/test-vasnprintf-posix.c (test_function): Test also the case
3389         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
3390         * tests/test-vasprintf-posix.c (test_function): Likewise.
3391
3392 2007-03-04  Bruno Haible  <bruno@clisp.org>
3393
3394         * modules/vasprintf-posix-tests: New file.
3395         * tests/test-vasprintf-posix.c: New file.
3396
3397         * modules/vasprintf-posix: New file.
3398         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
3399         defined.
3400         * m4/vasprintf-posix.m4: New file.
3401         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
3402         gl_FUNC_VASPRINTF.
3403         (gl_FUNC_VASPRINTF): Invoke it.
3404         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
3405         here.
3406         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
3407
3408 2007-03-04  Bruno Haible  <bruno@clisp.org>
3409
3410         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
3411         REPLACE_GETTIMEOFDAY.
3412         * modules/sys_time (Makefile.am): Likewise.
3413         * m4/sys_time_h.m4: Likewise.
3414         * m4/gettimeofday.m4: Likewise.
3415
3416 2007-03-04  Bruno Haible  <bruno@clisp.org>
3417
3418         * modules/vasnprintf-posix-tests: New file.
3419         * tests/test-vasnprintf-posix.c: New file.
3420
3421         * modules/vasnprintf-posix: New file.
3422         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
3423         printf-frexpl.h.
3424         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
3425         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
3426         REPLACE_VASNPRINTF is defined.
3427         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
3428         gl_FUNC_VASNPRINTF.
3429         (gl_FUNC_VASNPRINTF): Invoke it.
3430         * m4/vasnprintf-posix.m4: New file.
3431         * m4/printf.m4: New file.
3432
3433 2007-03-04  Bruno Haible  <bruno@clisp.org>
3434
3435         Compile progreloc.c only if --enable-relocatable is specified.
3436         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
3437         if --enable-relocatable was specified.
3438         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
3439         lib_SOURCES.
3440
3441 2007-03-04  Jim Meyering  <jim@meyering.net>
3442
3443         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
3444         Use it consistently, rather than enumerating errno constants.
3445
3446 2007-03-04  Bruno Haible  <bruno@clisp.org>
3447
3448         * modules/xvasprintf-tests: New file.
3449         * tests/test-xvasprintf.c: New file.
3450
3451         * modules/vasprintf-tests: New file.
3452         * tests/test-vasprintf.c: New file.
3453
3454         * modules/vasnprintf-tests: New file.
3455         * tests/test-vasnprintf.c: New file.
3456
3457         * modules/vsnprintf-tests: New file.
3458         * tests/test-vsnprintf.c: New file.
3459
3460         * modules/snprintf-tests: New file.
3461         * tests/test-snprintf.c: New file.
3462
3463 2007-03-04  Bruno Haible  <bruno@clisp.org>
3464
3465         Compile relocatable.c only if --enable-relocatable is specified.
3466         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
3467         gl_RELOCATABLE_LIBRARY.
3468         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
3469         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
3470         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
3471         gl_RELOCATABLE_LIBRARY.
3472         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
3473         (Makefile.am): Remove lib_SOURCES.
3474         * modules/relocatable-lib-lgpl (configure.ac): Invoke
3475         gl_RELOCATABLE_LIBRARY.
3476         (Makefile.am): Remove lib_SOURCES.
3477         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
3478         always.
3479         * modules/relocatable-prog-wrapper (configure.ac): Invoke
3480         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
3481
3482 2007-03-04  Bruno Haible  <bruno@clisp.org>
3483
3484         * modules/argmatch-tests: New file.
3485         * tests/test-argmatch.c: New file.
3486
3487         * tests/test-allocsa.c (main): Halve the number of loop runs.
3488
3489         * modules/alloca-opt-tests: New file.
3490         * tests/test-alloca-opt.c: New file.
3491
3492 2007-03-04  Jim Meyering  <jim@meyering.net>
3493
3494         Work around difference between Linux ACLs and Solaris 10 ZFS.
3495         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
3496         for EINVAL.
3497
3498 2007-03-03  Bruno Haible  <bruno@clisp.org>
3499
3500         * modules/relocatable-prog (Depends-on): Add back progreloc's
3501         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
3502
3503 2007-03-03  Bruno Haible  <bruno@clisp.org>
3504
3505         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
3506         * modules/relocatable-lib: New file.
3507
3508 2007-03-03  Bruno Haible  <bruno@clisp.org>
3509
3510         * modules/relocatable-prog: Renamed from modules/relocatable.
3511         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
3512
3513 2007-03-03  Bruno Haible  <bruno@clisp.org>
3514
3515         * modules/relocatable-script (Files): Add doc/relocatable.texi,
3516         m4/relocatable-lib.m4.
3517         (Depends-on): Remove 'relocatable'.
3518         (configure.ac): Add gl_RELOCATABLE_NOP.
3519
3520 2007-03-03  Bruno Haible  <bruno@clisp.org>
3521
3522         * modules/relocatable-prog-wrapper: New file.
3523         * modules/relocatable (Depends-on): Add it. Remove all other
3524         dependencies except progname.
3525         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
3526
3527         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
3528         (gl_FUNC_STRERROR): Nop.
3529         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
3530
3531         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
3532         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
3533
3534         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
3535         (gl_FUNC_READLINK): Update.
3536
3537         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
3538
3539 2007-03-03  Bruno Haible  <bruno@clisp.org>
3540
3541         * lib/xreadlink.c: Include <unistd.h> unconditionally.
3542         * modules/xreadlink (Depends-on): Add unistd.
3543         * modules/xreadlink-with-size (Depends-on): Likewise.
3544
3545 2007-03-03  Bruno Haible  <bruno@clisp.org>
3546
3547         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
3548         extracted from gt_FUNC_SETENV.
3549         (gt_FUNC_SETENV): Remove macro.
3550         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
3551         remove gt_FUNC_SETENV.
3552
3553 2007-03-03  Bruno Haible  <bruno@clisp.org>
3554
3555         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
3556         ENABLE_RELOCATABLE here.
3557         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
3558
3559 2007-03-03  Bruno Haible  <bruno@clisp.org>
3560
3561         * modules/rbtreehash-list-tests (Depends-on): Add progname.
3562         * tests/test-rbtreehash_list.c: Include progname.h.
3563         (main): Call set_program_name.
3564
3565         * modules/rbtree-oset-tests (Depends-on): Add progname.
3566         * tests/test-rbtree_oset.c: Include progname.h.
3567         (main): Call set_program_name.
3568
3569         * modules/rbtree-list-tests (Depends-on): Add progname.
3570         * tests/test-rbtree_list.c: Include progname.h.
3571         (main): Call set_program_name.
3572
3573         * modules/linked-list-tests (Depends-on): Add progname.
3574         * tests/test-linked_list.c: Include progname.h.
3575         (main): Call set_program_name.
3576
3577 2007-03-03  Bruno Haible  <bruno@clisp.org>
3578
3579         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
3580         All uses of __restrict changed to _Restrict_.
3581         * lib/glob_.h (__restrict): Remove macro.
3582
3583 2007-03-02  Bruno Haible  <bruno@clisp.org>
3584
3585         * modules/gettext (configure.ac): Require gettext infrastructure
3586         from version 0.16.1.
3587
3588 2007-03-02  Bruno Haible  <bruno@clisp.org>
3589
3590         * modules/linkedhash-list-tests (Depends-on): Add progname.
3591         * tests/test-linkedhash_list.c: Include progname.h.
3592         (main): Call set_program_name.
3593
3594         * modules/carray-list-tests (Depends-on): Add progname.
3595         * tests/test-carray_list.c: Include progname.h.
3596         (main): Call set_program_name.
3597
3598         * modules/avltreehash-list-tests (Depends-on): Add progname.
3599         * tests/test-avltreehash_list.c: Include progname.h.
3600         (main): Call set_program_name.
3601
3602         * modules/avltree-oset-tests (Depends-on): Add progname.
3603         * tests/test-avltree_oset.c: Include progname.h.
3604         (main): Call set_program_name.
3605
3606         * modules/avltree-list-tests (Depends-on): Add progname.
3607         * tests/test-avltree_list.c: Include progname.h.
3608         (main): Call set_program_name.
3609
3610         * modules/array-oset-tests (Depends-on): Add progname.
3611         * tests/test-array_oset.c: Include progname.h.
3612         (main): Call set_program_name.
3613
3614         * modules/array-list-tests (Depends-on): Add progname.
3615         * tests/test-array_list.c: Include progname.h.
3616         (main): Call set_program_name.
3617
3618         * modules/argp-tests (Depends-on): Add progname.
3619         * tests/test-argp.c: Include argp.h first. Include progname.h.
3620         (main): Call set_program_name.
3621
3622 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
3623
3624         * doc/gnulib-tool.texi (Initial import): Reword description of
3625         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
3626         limited effect even if defined after the first system include.
3627
3628 2007-03-01  Bruno Haible  <bruno@clisp.org>
3629
3630         * build-aux/config.libpath: Update to libtool-1.5.22.
3631         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3632
3633 2007-03-01  Bruno Haible  <bruno@clisp.org>
3634
3635         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
3636         foo_CFLAGS.
3637         Reported by Ralf Wildenhues.
3638
3639 2007-03-01  Bruno Haible  <bruno@clisp.org>
3640
3641         * build-aux/install-reloc: Remove object files left over by some
3642         compilers.
3643         Reported by Ralf Wildenhues.
3644
3645 2007-03-01  Bruno Haible  <bruno@clisp.org>
3646
3647         * build-aux/install-reloc: Break long lines.
3648
3649 2007-03-01  Bruno Haible  <bruno@clisp.org>
3650
3651         * doc/relocatable.texi: Document that it may not work on OpenBSD.
3652         Reported by Ralf Wildenhues.
3653
3654 2007-03-01  Bruno Haible  <bruno@clisp.org>
3655
3656         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
3657         include ordering constraints.
3658
3659 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
3660
3661         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
3662         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
3663         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
3664         as another example.
3665         * lib/time_.h: Fix misspelling.
3666         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3667         Require gl_HEADER_TIME_H_DEFAULTS.
3668         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
3669         * m4/time_r.m4 (gl_TIME_R): Likewise.
3670         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
3671
3672 2007-03-01  Bruno Haible  <bruno@clisp.org>
3673
3674         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
3675         * m4/utimens.m4 (gl_UTIMENS): Likewise.
3676
3677 2007-03-01  Jim Meyering  <jim@meyering.net>
3678
3679         * modules/xreadlink (Maintainer): Add my name.
3680         * modules/xreadlink-with-size (Depends-on): Alphabetize.
3681
3682 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
3683             Bruno Haible  <bruno@clisp.org>
3684
3685         * build-aux/install-reloc: Compile also c-ctype.c.
3686         * build-aux/relocatable.sh.in: New file.
3687         * doc/relocatable.texi: New file.
3688         * doc/relocatable-maint.texi: New file.
3689         * doc/gnulib.texi: Include relocatable-maint.texi.
3690         * lib/progreloc.c: Include unistd.h unconditionally.
3691         * lib/relocwrapper.c: Include unistd.h unconditionally.
3692         Include c-ctype.h.
3693         (add_dotbin): Use c_tolower.
3694         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
3695         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
3696         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
3697         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
3698         to m4/relocatable-lib.m4.
3699         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
3700         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
3701         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
3702         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
3703         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
3704         * modules/relocatable: New file.
3705         * modules/relocatable-lib: New file.
3706         * modules/relocatable-script: New file.
3707
3708 2007-02-28  Bruno Haible  <bruno@clisp.org>
3709
3710         Import --enable-relocatable infrastructure.
3711         * build-aux/config.libpath: New file, from GNU gettext.
3712         * build-aux/install-reloc: New file, from GNU gettext.
3713         * build-aux/reloc-ldflags: New file, from GNU gettext.
3714         * lib/relocatable.h: New file, from GNU gettext.
3715         * lib/relocatable.c: New file, from GNU gettext.
3716         * lib/relocwrapper.c: New file, from GNU gettext.
3717         * m4/relocatable.m4: New file, from GNU gettext.
3718
3719 2007-02-28  Bruno Haible  <bruno@clisp.org>
3720
3721         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
3722
3723         * modules/xreadlink: New file, from GNU gettext with modifications.
3724         * lib/xreadlink.c: New file, from GNU gettext.
3725         * lib/xreadlink.h: Add comments.
3726         (xreadlink): New declaration.
3727
3728         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
3729         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
3730         lib/xreadlink-with-size.c.
3731         (configure.ac): Remove gl_XREADLINK invocation.
3732         (Makefile.am): Augment lib_SOURCES.
3733         * m4/xreadlink.m4: Remove file.
3734         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
3735         (xreadlink_with_size): Renamed from xreadink.
3736         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
3737         * modules/canonicalize (Depends-on): Replace xreadlink with
3738         xreadlink-with-size.
3739         * lib/canonicalize.c (canonicalize_filename_mode): Update.
3740
3741 2007-02-25  Jim Meyering  <jim@meyering.net>
3742
3743         * build-aux/announce-gen: When complaining about excess arguments,
3744         list them.
3745
3746 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
3747
3748         * README: Document signed integer overflow situation more
3749         accurately.
3750
3751 2007-02-25  Bruno Haible  <bruno@clisp.org>
3752
3753         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
3754         'a' or 'A' conversion.
3755
3756 2007-02-25  Bruno Haible  <bruno@clisp.org>
3757
3758         * modules/filename: Renamed from modules/pathname.
3759         (Files): Replace lib/pathname.h with lib/filename.h. Replace
3760         lib/concatpath.c with lib/concat-filename.c.
3761         (Makefile.am): Update.
3762         (Include): Replace pathname.h with filename.h.
3763         * lib/filename.h: Renamed from lib/pathname.h.
3764         (concatenated_filename): Renamed from concatenated_pathname.
3765         * lib/concat-filename.c: Renamed from lib/concatpath.c.
3766         (concatenated_filename): Renamed from concatenated_pathname.
3767         * lib/findprog.c: Include filename.h instead of pathname.h.
3768         (find_in_path): Update.
3769         * lib/javacomp.c: Include filename.h instead of pathname.h.
3770         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
3771         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
3772         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
3773         is_oldgcj_14_13_usable, is_javac_usable): Update.
3774         * lib/javaexec.c: Include filename.h instead of pathname.h.
3775         (execute_java_class): Update.
3776         * modules/findprog: Update.
3777         * modules/javacomp: Update.
3778         * modules/javaexec: Update.
3779         * MODULES.html.sh (File system functions): Add 'filename', remove
3780         'pathname'.
3781
3782 2007-02-25  Bruno Haible  <bruno@clisp.org>
3783
3784         * modules/printf-frexpl-tests: New file.
3785         * tests/test-printf-frexpl.c: New file.
3786
3787         * modules/printf-frexpl: New file.
3788         * lib/printf-frexpl.h: New file.
3789         * lib/printf-frexpl.c: New file.
3790         * m4/printf-frexpl.m4: New file.
3791
3792 2007-02-25  Bruno Haible  <bruno@clisp.org>
3793
3794         * modules/printf-frexp-tests: New file.
3795         * tests/test-printf-frexp.c: New file.
3796
3797         * modules/printf-frexp: New file.
3798         * lib/printf-frexp.h: New file.
3799         * lib/printf-frexp.c: New file.
3800         * m4/printf-frexp.m4: New file.
3801
3802 2007-02-25  Bruno Haible  <bruno@clisp.org>
3803
3804         Assume automake >= 1.10 for the tests.
3805         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
3806         * modules/arctwo-tests: Likewise.
3807         * modules/argp-tests: Likewise.
3808         * modules/avltree-list-tests: Likewise.
3809         * modules/avltree-oset-tests: Likewise.
3810         * modules/avltreehash-list-tests: Likewise.
3811         * modules/carray-list-tests: Likewise.
3812         * modules/crc-tests: Likewise.
3813         * modules/des-tests: Likewise.
3814         * modules/gc-arcfour-tests: Likewise.
3815         * modules/gc-arctwo-tests: Likewise.
3816         * modules/gc-des-tests: Likewise.
3817         * modules/gc-hmac-md5-tests: Likewise.
3818         * modules/gc-hmac-sha1-tests: Likewise.
3819         * modules/gc-md2-tests: Likewise.
3820         * modules/gc-md4-tests: Likewise.
3821         * modules/gc-md5-tests: Likewise.
3822         * modules/gc-pbkdf2-sha1-tests: Likewise.
3823         * modules/gc-rijndael-tests: Likewise.
3824         * modules/gc-sha1-tests: Likewise.
3825         * modules/gc-tests: Likewise.
3826         * modules/getaddrinfo-tests: Likewise.
3827         * modules/hmac-md5-tests: Likewise.
3828         * modules/hmac-sha1-tests: Likewise.
3829         * modules/linked-list-tests: Likewise.
3830         * modules/linkedhash-list-tests: Likewise.
3831         * modules/lock-tests: Likewise.
3832         * modules/md2-tests: Likewise.
3833         * modules/md4-tests: Likewise.
3834         * modules/md5-tests: Likewise.
3835         * modules/rbtree-list-tests: Likewise.
3836         * modules/rbtree-oset-tests: Likewise.
3837         * modules/rbtreehash-list-tests: Likewise.
3838         * modules/read-file-tests: Likewise.
3839         * modules/rijndael-tests: Likewise.
3840         * modules/stdint-tests: Likewise.
3841         * modules/tls-tests: Likewise.
3842
3843 2007-02-24  Bruno Haible  <bruno@clisp.org>
3844
3845         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
3846         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
3847         function; instead check whether isnan with a double argument links.
3848         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
3849         function; instead check whether isnan with a 'long double' argument
3850         links.
3851         Reported by Eric Blake <ebb9@byu.net>.
3852
3853 2007-02-24  Bruno Haible  <bruno@clisp.org>
3854
3855         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
3856         defined.
3857         * lib/isnanl.c: Remove all code. Just include isnan.c.
3858         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
3859
3860 2007-02-25  Jim Meyering  <jim@meyering.net>
3861
3862         Avoid conflicting types for 'unsetenv' on FreeBSD.
3863         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
3864         conflicting with FreeBSD's (5.0 and 6.1) function declaration
3865         in stdlib.h.
3866
3867 2007-02-24  Bruno Haible  <bruno@clisp.org>
3868
3869         * modules/isnanl-nolibm-tests: New file.
3870         * tests/test-isnanl.c: New file.
3871
3872         * modules/isnanl-nolibm: New file.
3873         * lib/isnanl.h: New file.
3874         * lib/isnanl.c: New file.
3875         * m4/isnanl.m4: New file.
3876
3877 2007-02-24  Bruno Haible  <bruno@clisp.org>
3878
3879         * modules/isnan-nolibm-tests: New file.
3880         * tests/test-isnan.c: New file.
3881
3882         * modules/isnan-nolibm: New file.
3883         * lib/isnan.h: New file.
3884         * lib/isnan.c: New file.
3885         * m4/isnan.m4: New file.
3886
3887 2007-02-24  Bruno Haible  <bruno@clisp.org>
3888
3889         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
3890         assume that an exponent fits in 20 bits.
3891
3892 2007-02-24  Jim Meyering  <jim@meyering.net>
3893
3894         * m4/regex.m4: Update the description of the configure-time option,
3895         --without-included-regex, to state accurately what the defaults are,
3896         and perhaps to give people an idea why using this option is risky.
3897
3898 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
3899
3900         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
3901         loops on small arguments.  This attempts to avoid the problem
3902         Bruno Haible reported for AIX 4.3.2 in
3903         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
3904
3905 2007-02-23  Bruno Haible  <bruno@clisp.org>
3906
3907         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
3908         Needed for help2man.
3909
3910 2007-02-23  Karl Berry  <karl@gnu.org>
3911
3912         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
3913         exists, foo.h should be cvs-ignored, not committed.
3914
3915 2007-02-23  Eric Blake  <ebb9@byu.net>
3916
3917         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
3918         * lib/stat-time.h (includes): Likewise.
3919         * lib/utimecmp.c (includes): Likewise.
3920         * lib/utimens.h (includes): Likewise.
3921         * lib/getdate.y (includes): Also include "timespec.h" for use
3922         internal to the module.
3923         * modules/utimens (Depends-on): Revert yesterday's patch.
3924         * modules/nanosleep (Depends-on): Add missing dependency.
3925
3926 2007-02-22  Bruno Haible  <bruno@clisp.org>
3927
3928         * lib/glob.c: Don't include getlogin_r.h.
3929
3930 2007-02-22  Jim Meyering  <jim@meyering.net>
3931
3932         * modules/utimens (Depends-on): Add timespec, required for
3933         utimens.h's inclusion of timespec.h.
3934
3935 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
3936
3937         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
3938         long unreadable paths in GNU/Linux.  Problem reported by Andreas
3939         Schwab in
3940         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
3941         I'll try to think of a better way to fix the Solaris problem.
3942
3943         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
3944         like glibc; on Solaris 10, it fails with errno == EINVAL.
3945         POSIX says the behavior is unspecified if the first argument is NULL,
3946         so play it safe and never pass NULL to the system getcwd.
3947
3948 2007-02-21  Jim Meyering  <jim@meyering.net>
3949
3950         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
3951         of gettimeofday.  It would conflict with the one now always
3952         provided via sys_time_.h.  Reported by Matthew Woehlke, as
3953         an IRIX 6.5 build failure.
3954
3955 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
3956
3957         Minor fixups to port to Solaris 10 with Sun C 5.8.
3958         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
3959         * modules/getcwd (Depends-on): Add dirfd.
3960         * lib/putenv.c (putenv): #undef it.
3961         (rpl_putenv): New decl.
3962         (malloc, free): Include <stdlib.h> rather than prototyping separately.
3963
3964 2007-02-20  Bruno Haible  <bruno@clisp.org>
3965
3966         * modules/stdio-tests: New file.
3967         * tests/test-stdio.c: New file.
3968
3969         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
3970         (Depends-on): Add stdio.
3971         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3972         (Include): Use <stdio.h> instead of vsnprintf.h.
3973         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3974         HAVE_DECL_VSNPRINTF.
3975         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
3976
3977         * modules/snprintf (Files): Remove lib/snprintf.h.
3978         (Depends-on): Add stdio.
3979         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
3980         (Include): Use <stdio.h> instead of snprintf.h.
3981         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
3982         HAVE_DECL_SNPRINTF.
3983         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
3984         * lib/getaddrinfo.c: Likewise.
3985
3986         * modules/stdio: New file.
3987         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
3988         * lib/snprintf.h: Remove file.
3989         * lib/vsnprintf.h: Remove file.
3990         * lib/.cppi-disable: Remove snprintf.h.
3991         * m4/stdio_h.m4: New file.
3992         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
3993
3994 2007-02-20  Jim Meyering  <jim@meyering.net>
3995
3996         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
3997         used by e.g., mingw.  From Bruno Haible.
3998
3999 2007-02-19  Bruno Haible  <bruno@clisp.org>
4000
4001         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
4002         warnings.
4003         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4004
4005 2007-02-19  Bruno Haible  <bruno@clisp.org>
4006
4007         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
4008         from mingw users.
4009
4010 2007-02-19  Bruno Haible  <bruno@clisp.org>
4011
4012         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
4013         warnings.
4014         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
4015
4016 2007-02-19  Jim Meyering  <jim@meyering.net>
4017
4018         Don't use FD after a successful "fdopendir (fd)".
4019         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
4020         Reset it by calling dirfd on the just-obtained DIR*.
4021
4022         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
4023         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
4024
4025 2007-02-18  Bruno Haible  <bruno@clisp.org>
4026
4027         * lib/readlink.c: Include <unistd.h>.
4028         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
4029         HAVE_READLINK.
4030         * modules/readlink (Depends-on): Add unistd.
4031         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4032         (Include): Add <unistd.h>.
4033
4034         * lib/getlogin_r.h: Remove file.
4035         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
4036         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
4037         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
4038         HAVE_DECL_GETLOGIN_R.
4039         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
4040         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4041         (Include): Use <unistd.h> instead of getlogin_r.h.
4042
4043         * lib/getcwd.h: Remove file.
4044         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
4045         * lib/xgetcwd.c: Likewise.
4046         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
4047         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
4048         * modules/getcwd (Files): Remove lib/getcwd.h.
4049         (Depends-on): Add unistd.
4050         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4051         (Include): Use <unistd.h> instad of getcwd.h.
4052
4053         * lib/ftruncate.c: Include <unistd.h> first.
4054         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
4055         Set HAVE_FTRUNCATE.
4056         * modules/ftruncate (Depends-on): Add unistd.
4057         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4058
4059         * lib/fchdir.c: Include <unistd.h> first.
4060         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
4061         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
4062         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
4063         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4064         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
4065
4066         * lib/dup2.c: Include <unistd.h> first.
4067         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
4068         HAVE_DUP2.
4069         * modules/dup2 (Depends-on): Add unistd.
4070         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4071
4072         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
4073         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
4074         REPLACE_CHOWN. Don't define chown as a macro here.
4075         * modules/chown (Depends-on): Add unistd.
4076         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
4077
4078         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
4079         Add definition for GL_LINK_WARNING.
4080         (chown, dup2): New declarations.
4081         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
4082         link warning.
4083         (ftruncate): New declaration.
4084         (getcwd): New declaration, taken from old getcwd.h.
4085         (getlogin_r): New declaration, taken from old getlogin_r.h.
4086         (readlink): New declaration.
4087         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
4088         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
4089         (gl_PREREQ_UNISTD): Remove macro.
4090         (gl_UNISTD_MODULE_INDICATOR): New macro.
4091         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
4092         many new variables. Don't set UNISTD_H.
4093         * modules/unistd (Description): Change.
4094         (Depends-on): Add link-warning.
4095         (configure.ac): Update.
4096         (Makefile.am): Create unistd.h always. Substitute many new variables
4097         into it.
4098
4099 2007-02-18  Bruno Haible  <bruno@clisp.org>
4100
4101         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
4102         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
4103         HAVE_GETSUBOPT.
4104         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
4105         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
4106         * lib/getsubopt.h: Remove file.
4107         * modules/getsubopt (Files): Remove lib/getsubopt.h.
4108         (Depends-on): Add stdlib.
4109         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4110         (Includes): Use <stdlib.h> instead of getsubopt.h.
4111         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
4112         Set HAVE_GETSUBOPT.
4113         * lib/getsubopt.c: Don't include getsubopt.h.
4114
4115 2007-02-18  Bruno Haible  <bruno@clisp.org>
4116
4117         * modules/fchdir (Depends-on): Add dup2.
4118
4119 2007-02-18  Bruno Haible  <bruno@clisp.org>
4120
4121         * lib/stdlib_.h: Handle glibc's special invocation convention
4122         specially.
4123
4124 2007-02-18  Bruno Haible  <bruno@clisp.org>
4125
4126         * modules/stdlib-tests: New file.
4127         * tests/test-stdlib.c: New file.
4128
4129         * modules/mkstemp (Files): Remove lib/mkstemp.h.
4130         (Depends-on): Add stdlib.
4131         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4132         (Includes): Use <stdlib.h> instead of mkstemp.h.
4133         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4134         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
4135         * lib/mkstemp.c: Don't include mkstemp.h.
4136         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
4137         * lib/stdlib--.h: Don't include mkstemp.h.
4138
4139         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
4140         (Depends-on): Add stdlib.
4141         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4142         (Includes): Use <stdlib.h> instead of mkdtemp.h.
4143         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
4144         HAVE_MKDTEMP.
4145         * lib/mkdtemp.c: Don't include mkdtemp.h.
4146         * lib/clean-temp.c: Don't include mkdtemp.h.
4147
4148         * modules/exit (Files): Remove lib/exit.h.
4149         (Depends-on): Add stdlib.
4150         (Makefile.am): Remove lib_SOURCES.
4151         (Include): Use <stdlib.h> instead of exit.h.
4152         * lib/argmatch.c: Don't include exit.h.
4153         * lib/execute.c: Likewise.
4154         * lib/pagealign_alloc.c: Likewise.
4155         * lib/pipe.c: Likewise.
4156         * lib/wait-process.c: Likewise.
4157         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
4158         * lib/exitfail.c: Likewise.
4159         * lib/savewd.c: Likewise.
4160         * lib/xsetenv.c: Likewise.
4161
4162         * modules/stdlib: New file.
4163         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
4164         and extra comments about mkstemp().
4165         * lib/exit.h: Remove file.
4166         * lib/mkdtemp.h: Remove file.
4167         * lib/mkstemp.h: Remove file.
4168         * m4/stdlib_h.m4: New file.
4169         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
4170
4171 2007-02-18  Bruno Haible  <bruno@clisp.org>
4172
4173         * modules/math-tests: New file.
4174         * tests/test-math.c: New file.
4175
4176         * modules/math: New file.
4177         * modules/mathl (Files): Remove lib/mathl.h.
4178         (Depends-on): Add math.
4179         (Makefile.am): Don't mention mathl.h.
4180         (Include): Use <math.h> instead of mathl.h.
4181         * lib/math_.h: New file.
4182         * lib/mathl.h: Remove file.
4183         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
4184         mathl.h.
4185         * lib/asinl.c: Likewise.
4186         * lib/atanl.c: Likewise.
4187         * lib/ceill.c: Likewise.
4188         * lib/cosl.c: Likewise.
4189         * lib/expl.c: Likewise.
4190         * lib/floorl.c: Likewise.
4191         * lib/frexpl.c: Likewise.
4192         * lib/ldexpl.c: Likewise.
4193         * lib/logl.c: Likewise.
4194         * lib/sincosl.c: Likewise.
4195         * lib/sinl.c: Likewise.
4196         * lib/sqrtl.c: Likewise.
4197         * lib/tanl.c: Likewise.
4198         * lib/trigl.c: Likewise.
4199         * m4/math_h.m4: New file.
4200         * MODULES.html.sh (Mathematics): Add math.
4201
4202 2007-02-17  Bruno Haible  <bruno@clisp.org>
4203
4204         * modules/wctype-tests: New file.
4205         * tests/test-wctype.c: New file.
4206
4207         * modules/wchar-tests: New file.
4208         * tests/test-wchar.c: New file.
4209
4210         * modules/unistd-tests: New file.
4211         * tests/test-unistd.c: New file.
4212
4213         * modules/time-tests: New file.
4214         * tests/test-time.c: New file.
4215
4216         * modules/sysexits-tests: New file.
4217         * tests/test-sysexits.c: New file.
4218
4219         * modules/sys_time-tests: New file.
4220         * tests/test-sys_time.c: New file.
4221
4222         * modules/sys_stat-tests: New file.
4223         * tests/test-sys_stat.c: New file.
4224
4225         * modules/sys_socket-tests: New file.
4226         * tests/test-sys_socket.c: New file.
4227
4228         * modules/sys_select-tests: New file.
4229         * tests/test-sys_select.c: New file.
4230
4231         * modules/string-tests: New file.
4232         * tests/test-string.c: New file.
4233
4234         * modules/stdbool-tests: New file.
4235         * tests/test-stdbool.c: New file.
4236
4237         * modules/netinet_in-tests: New file.
4238         * tests/test-netinet_in.c: New file.
4239
4240         * modules/inttypes-tests: New file.
4241         * tests/test-inttypes.c: New file.
4242
4243         * modules/fcntl-tests: New file.
4244         * tests/test-fcntl.c: New file.
4245
4246         * modules/byteswap-tests: New file.
4247         * tests/test-byteswap.c: New file.
4248
4249         * modules/arpa_inet-tests: New file.
4250         * tests/test-arpa_inet.c: New file.
4251
4252 2007-02-17  Bruno Haible  <bruno@clisp.org>
4253
4254         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
4255         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
4256         if the corresponding module is not enabled. Emit link warnings if
4257         the function is used nevertheless.
4258         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
4259         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
4260         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
4261         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
4262         * modules/inttypes (Depends-on): Add link-warning.
4263         (Makefile.am): Copy the contents of build-aux/link-warning.h into
4264         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
4265         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
4266         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
4267         * modules/imaxdiv (configure.ac): Likewise.
4268         * modules/strtoimax (configure.ac): Likewise.
4269         * modules/strtoumax (configure.ac): Likewise.
4270
4271 2007-02-17  Bruno Haible  <bruno@clisp.org>
4272
4273         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
4274         gl_STRING_MODULE_INDICATOR_DEFAULTS.
4275         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
4276         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
4277
4278 2007-02-17  Bruno Haible  <bruno@clisp.org>
4279
4280         * modules/link-warning: New file.
4281         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
4282         * lib/string_.h (GL_LINK_WARNING): Remove definition.
4283         * modules/string (Depends-on): Add link-warning.
4284         (Makefile.am): Copy the contents of build-aux/link-warning.h into
4285         string.h.
4286         * MODULES.html.sh (Support for building libraries and executables): Add
4287         link-warning.
4288
4289 2007-02-17  Bruno Haible  <bruno@clisp.org>
4290
4291         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
4292         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
4293         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
4294         long lines.
4295
4296 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
4297             Bruno Haible  <bruno@clisp.org>
4298
4299         * modules/tmpfile: New file.
4300         * lib/tmpfile.c: New file.
4301         * m4/tmpfile.m4: New file.
4302         * MODULES.html.sh (func_all_modules): New section "Input/output".
4303
4304 2007-02-15  Bruno Haible  <bruno@clisp.org>
4305
4306         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
4307         (supports_delete_on_close): New function.
4308         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
4309
4310 2007-02-14  Bruno Haible  <bruno@clisp.org>
4311
4312         * modules/mbspcasecmp-tests: New file.
4313         * tests/test-mbspcasecmp.sh: New file.
4314         * tests/test-mbspcasecmp.c: New file.
4315
4316         New module mbspcasecmp.
4317         * modules/mbspcasecmp: New file.
4318         * lib/mbspcasecmp.c: New file.
4319         * lib/string_.h (strncasecmp): Change warning message.
4320         (mbspcasecmp): New declaration.
4321         * m4/mbspcasecmp.m4: New file.
4322         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4323         GNULIB_MBSPCASECMP.
4324         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
4325         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
4326
4327 2007-02-14  Bruno Haible  <bruno@clisp.org>
4328
4329         * modules/mbsncasecmp-tests: New file.
4330         * tests/test-mbsncasecmp.sh: New file.
4331         * tests/test-mbsncasecmp.c: New file.
4332
4333         New module mbsncasecmp.
4334         * modules/mbsncasecmp: New file.
4335         * lib/mbsncasecmp.c: New file.
4336         * lib/string_.h (mbsncasecmp): New declaration.
4337         * m4/mbsncasecmp.m4: New file.
4338         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4339         GNULIB_MBSNCASECMP.
4340         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
4341         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
4342
4343 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
4344
4345         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
4346         Verify that it doesn't overlap with our flags.
4347         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
4348         do not have the desired effect in multibyte locales; instead, use
4349         mbscasecmp.
4350         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
4351         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
4352         we don't require GNU fnmatch ourselves (if our users require it, they
4353         should do so explicitly).
4354
4355         Fix regex code so it doesn't rely on strcasecmp.
4356         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
4357         Otherwise, include gnulib's langinfo.h.
4358         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
4359         undesirable behavior in non-C locales.  Instead, rely on localecharset.
4360         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
4361         * modules/regex (FILES): Remove m4/codeset.m4.
4362         (Depends-on): Add localcharset.  Remove strcase.
4363
4364 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4365
4366         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
4367         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
4368
4369 2007-02-13  Bruno Haible  <bruno@clisp.org>
4370
4371         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
4372         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4373
4374 2007-02-12  Bruno Haible  <bruno@clisp.org>
4375
4376         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4377         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
4378         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
4379         time warning rather than a link error.
4380
4381 2007-02-12  Bruno Haible  <bruno@clisp.org>
4382
4383         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
4384         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
4385         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4386
4387 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4388
4389         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
4390         args, not 2.
4391
4392 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
4393
4394         New module 'time', so that apps can include <time.h> as per
4395         POSIX and GNU instead of separate include files like time_r.h
4396         and timegm.h.  This implementation tries out a simpler approach
4397         for replacing decls in standard include files (as compared to
4398         the string module), somewhat as an experiment.
4399
4400         * config/srclist.txt: Comment out mktime.c for now.
4401         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
4402         since it doesn't apply any more.  Use generic wording instead.
4403         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
4404         'time'.
4405         * lib/time_.h, m4/time_h.m4, modules/time: New files.
4406         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
4407         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
4408         Don't include <sys/types.h>; no longer needed since we assume C89.
4409         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
4410         * lib/strftime.c: Likewise.
4411         * lib/time_r.c: Likewise.
4412         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
4413         * lib/nanosleep.c: Include <time.h> first, to check interface.
4414         * lib/strptime.c: Likewise.
4415         * lib/time_r.c: Likewise.
4416         * lib/timegm.c: Likewise.
4417         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
4418         needed.
4419         * lib/timegm.c: Don't include timegm.h; no longer needed.
4420         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
4421         time.h now handles any problems in that area.
4422         (struct timespec, nanosleep): Remove; time.h now arranges for these.
4423         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
4424         that time.h defines struct timespec.
4425         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
4426         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
4427         handles that.
4428         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
4429         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
4430         needed.  Set REPLACE_LOCALTIME.
4431         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
4432         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
4433         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
4434         nanosleep; time_h.m4 now does that.  Don't require
4435         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
4436         module handles this now.
4437         * modules/getdate (Depends-on): Remove timespec.  Add time.
4438         * modules/nanosleep (Depends-on): Likewise.
4439         * modules/stat-time (Depends-on): Likewise.
4440         * modules/nanosleep (Include): Include time.h, not timespec.h.
4441         * modules/strptime (Files): Remove lib/strptime.h.
4442         (Depends-on): Add extensions, time.
4443         (Include): Include time.h, not strptime.h.
4444         * modules/time_r (Files): Remove lib/time_r.h.
4445         (Depends-on): Add time.
4446         (Include): Include time.h, not time_r.h.
4447         * modules/timegm: Likewise.
4448         * modules/timespec (Description): Now does timespec-related decls
4449         of our own, instead of struct timespec itself.
4450         (Depends-on): Add time; remove extensions.
4451         (Maintainer): Add self.
4452         * modules/utimecmp (Depends-on): Add time; remove timespec.
4453         * modules/utimens (Depends-on): Likewise.
4454         * modules/xnanosleep (Depends-on): Likewise.
4455
4456 2007-02-11  Bruno Haible  <bruno@clisp.org>
4457
4458         * lib/c-strstr.c: Include allocsa.h.
4459         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4460         * lib/c-strcasestr.c: Include allocsa.h.
4461         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4462         * lib/strcasestr.c: Include allocsa.h.
4463         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
4464         * lib/mbsstr.c: Include allocsa.h.
4465         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
4466         allocsa/freesa instead of malloc/free.
4467         * lib/mbscasestr.c: Include allocsa.h.
4468         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
4469         allocsa/freesa instead of malloc/free.
4470         * modules/c-strstr (Depends-on): Add allocsa.
4471         * modules/c-strcasestr (Depends-on): Likewise.
4472         * modules/strcasestr (Depends-on): Likewise.
4473         * modules/mbsstr (Depends-on): Likewise.
4474         * modules/mbscasestr (Depends-on): Likewise.
4475
4476 2007-02-11  Bruno Haible  <bruno@clisp.org>
4477
4478         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
4479
4480         * modules/mbsspn-tests: New file.
4481         * tests/test-mbsspn.sh: New file.
4482         * tests/test-mbsspn.c: New file.
4483
4484 2007-02-11  Bruno Haible  <bruno@clisp.org>
4485
4486         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
4487
4488         * modules/mbspbrk-tests: New file.
4489         * tests/test-mbspbrk.sh: New file.
4490         * tests/test-mbspbrk.c: New file.
4491
4492 2007-02-11  Bruno Haible  <bruno@clisp.org>
4493
4494         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
4495         unneeded cast.
4496
4497         * modules/mbscspn-tests: New file.
4498         * tests/test-mbscspn.sh: New file.
4499         * tests/test-mbscspn.c: New file.
4500
4501 2007-02-11  Bruno Haible  <bruno@clisp.org>
4502
4503         * modules/mbscasecmp-tests: New file.
4504         * tests/test-mbscasecmp.sh: New file.
4505         * tests/test-mbscasecmp.c: New file.
4506
4507 2007-02-11  Bruno Haible  <bruno@clisp.org>
4508
4509         Ensure O(n) worst-case complexity of mbscasestr.
4510         * lib/mbscasestr.c: Include stdbool.h.
4511         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
4512         functions.
4513         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
4514         the bookkeeping indicates that it's worth it.
4515         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
4516
4517         * modules/mbscasestr-tests: New file.
4518         * tests/test-mbscasestr1.c: New file.
4519         * tests/test-mbscasestr2.sh: New file.
4520         * tests/test-mbscasestr2.c: New file.
4521         * tests/test-mbscasestr3.sh: New file.
4522         * tests/test-mbscasestr3.c: New file.
4523         * tests/test-mbscasestr4.sh: New file.
4524         * tests/test-mbscasestr4.c: New file.
4525         * m4/locale-tr.m4: New file.
4526
4527 2007-02-11  Bruno Haible  <bruno@clisp.org>
4528
4529         Ensure O(n) worst-case complexity of mbsstr.
4530         * lib/mbsstr.c: Include stdbool.h.
4531         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
4532         functions.
4533         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
4534         bookkeeping indicates that it's worth it.
4535         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
4536
4537         * modules/mbsstr-tests: New file.
4538         * tests/test-mbsstr1.c: New file.
4539         * tests/test-mbsstr2.sh: New file.
4540         * tests/test-mbsstr2.c: New file.
4541         * tests/test-mbsstr3.sh: New file.
4542         * tests/test-mbsstr3.c: New file.
4543         * m4/locale-fr.m4: New file.
4544
4545 2007-02-11  Bruno Haible  <bruno@clisp.org>
4546
4547         * lib/mbsrchr.c (mbsrchr): Fix bug.
4548
4549         * modules/mbsrchr-tests: New file.
4550         * tests/test-mbsrchr.sh: New file.
4551         * tests/test-mbsrchr.c: New file.
4552
4553 2007-02-11  Bruno Haible  <bruno@clisp.org>
4554
4555         * lib/mbschr.c (mbschr): Fix bug.
4556
4557         * modules/mbschr-tests: New file.
4558         * tests/test-mbschr.sh: New file.
4559         * tests/test-mbschr.c: New file.
4560         * m4/locale-zh.m4: New file.
4561
4562 2007-02-11  Bruno Haible  <bruno@clisp.org>
4563
4564         Support for copying multibyte string iterators.
4565         * lib/mbiter.h: Include <string.h>.
4566         (mbiter_multi_copy): New function.
4567         (mbi_copy): New macro.
4568         * lib/mbuiter.h: Include <string.h>.
4569         (mbuiter_multi_copy): New function.
4570         (mbui_copy): New macro.
4571
4572 2007-02-11  Bruno Haible  <bruno@clisp.org>
4573
4574         New module mbslen.
4575         * modules/mbslen: New file.
4576         * lib/mbslen.c: New file.
4577         * lib/string_.h (mbslen): New declaration.
4578         * m4/mbslen.m4: New file.
4579         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4580         GNULIB_MBSLEN.
4581         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
4582         * MODULES.html.sh (Internationalization functions): Add mbslen.
4583
4584 2007-02-11  Bruno Haible  <bruno@clisp.org>
4585
4586         Ensure O(n) worst-case complexity of strcasestr substitute.
4587         * lib/strcasestr.c: Include stdbool.h.
4588         (knuth_morris_pratt): New function.
4589         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
4590         bookkeeping indicates that it's worth it.
4591         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
4592
4593         * modules/strcasestr-tests: New file.
4594         * tests/test-strcasestr.c: New file.
4595
4596 2007-02-11  Bruno Haible  <bruno@clisp.org>
4597
4598         Ensure O(n) worst-case complexity of c_strcasestr.
4599         * lib/c-strcasestr.c: Include stdbool.h, string.h.
4600         (knuth_morris_pratt): New function.
4601         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
4602         the bookkeeping indicates that it's worth it.
4603         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
4604
4605         * modules/c-strcasestr-tests: New file.
4606         * tests/test-c-strcasestr.c: New file.
4607
4608 2007-02-11  Bruno Haible  <bruno@clisp.org>
4609
4610         Ensure O(n) worst-case complexity of c_strstr.
4611         * lib/c-strstr.c: Include stdbool.h, string.h.
4612         (knuth_morris_pratt): New function.
4613         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
4614         bookkeeping indicates that it's worth it.
4615         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
4616
4617         * lib/c-strstr.c: Complete rewrite for maintainability.
4618
4619         * modules/c-strstr-tests: New file.
4620         * tests/test-c-strstr.c: New file.
4621
4622 2007-02-11  Bruno Haible  <bruno@clisp.org>
4623
4624         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
4625         5.2.1 and earlier, whereby \055 was treated just like the range
4626         delimiter '-'.
4627         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
4628
4629 2007-02-08  Bruno Haible  <bruno@clisp.org>
4630
4631         * modules/regex (Depends-on): Add stdbool.
4632         Reported by Dalibor Topic <robilad@kaffe.org>.
4633
4634 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
4635
4636         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
4637         Prefer returning from main to exiting from it.
4638         Remove unnecessary parens after sizeof.
4639
4640 2007-02-05  Bruno Haible  <bruno@clisp.org>
4641
4642         New module mbssep.
4643         * modules/mbssep: New file.
4644         * lib/mbssep.c: New file.
4645         * lib/string_.h (strsep): Add a conditional link warning.
4646         (mbssep): New declaration.
4647         * m4/mbssep.m4: New file.
4648         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4649         GNULIB_MBSSEP.
4650         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
4651         * MODULES.html.sh (Internationalization functions): Add mbssep.
4652
4653 2007-02-05  Bruno Haible  <bruno@clisp.org>
4654
4655         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
4656         Optimize search in case of 1 delimiter.
4657
4658 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4659
4660         * lib/acl.h: Include sys/types.h before sys/acl.h.
4661
4662 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4663
4664         Merge upstream fix for glibc bugzilla #3957:
4665
4666         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
4667
4668         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
4669         bit for RE_HAT_LISTS_NOT_NEWLINE.
4670         (build_charclass_op): Remove bogus comment.
4671
4672 2007-02-05  Simon Josefsson  <simon@josefsson.org>
4673
4674         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
4675
4676 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4677
4678         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
4679         * lib/memmem.c [!defined _LIBC]: Include config.h.
4680
4681 2007-02-04  Bruno Haible  <bruno@clisp.org>
4682
4683         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
4684         warning message.
4685
4686 2007-02-04  Bruno Haible  <bruno@clisp.org>
4687
4688         New module mbstok_r.
4689         * modules/mbstok_r: New file.
4690         * lib/mbstok_r.c: New file.
4691         * lib/string_.h (strtok_r): Change argument names to match the
4692         comments. Add a conditional link warning.
4693         (mbstok_r): New declaration.
4694         * m4/mbstok_r.m4: New file.
4695         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4696         GNULIB_MBSTOK_R.
4697         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
4698         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
4699
4700 2007-02-04  Bruno Haible  <bruno@clisp.org>
4701
4702         New module mbsspn.
4703         * modules/mbsspn: New file.
4704         * lib/mbsspn.c: New file.
4705         * lib/string_.h (strspn): Add a conditional link warning.
4706         (mbsspn): New declaration.
4707         * m4/mbsspn.m4: New file.
4708         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4709         GNULIB_MBSSPN.
4710         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
4711         * MODULES.html.sh (Internationalization functions): Add mbsspn.
4712
4713 2007-02-04  Bruno Haible  <bruno@clisp.org>
4714
4715         New module mbspbrk.
4716         * modules/mbspbrk: New file.
4717         * lib/mbspbrk.c: New file.
4718         * lib/string_.h (strpbrk): Add a conditional link warning.
4719         (mbspbrk): New declaration.
4720         * m4/mbspbrk.m4: New file.
4721         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4722         GNULIB_MBSPBRK.
4723         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
4724         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
4725
4726 2007-02-04  Bruno Haible  <bruno@clisp.org>
4727
4728         New module mbscspn.
4729         * modules/mbscspn: New file.
4730         * lib/mbscspn.c: New file.
4731         * lib/string_.h (strcspn): Add a conditional link warning.
4732         (mbscspn): New declaration.
4733         * m4/mbscspn.m4: New file.
4734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4735         GNULIB_MBSCSPN.
4736         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
4737         * MODULES.html.sh (Internationalization functions): Add mbscspn.
4738
4739 2007-02-04  Bruno Haible  <bruno@clisp.org>
4740
4741         New module mbscasestr, reduced goal of strcasestr.
4742         * modules/mbscasestr: New file.
4743         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
4744         (mbscasestr): Renamed from strcasestr.
4745         * lib/strcasestr.c: Don't include mbuiter.h.
4746         (strcasestr): Remove support for multibyte locales.
4747         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
4748         Change the conditional link warning.
4749         (mbscasestr): New declaration.
4750         * m4/mbscasestr.m4: New file.
4751         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
4752         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
4753         REPLACE_STRCASESTR.
4754         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
4755         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4756         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
4757         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
4758         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
4759         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
4760         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
4761         (Depends-on): Remove mbuiter.
4762         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
4763
4764 2007-02-04  Bruno Haible  <bruno@clisp.org>
4765
4766         Simplify handling of strncasecmp.
4767         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
4768         the conditional link warning.
4769         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
4770         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
4771         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
4772         * modules/strcase (configure.ac): Don't invoke
4773         gl_STRING_MODULE_INDICATOR.
4774         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
4775
4776 2007-02-04  Bruno Haible  <bruno@clisp.org>
4777
4778         New module mbscasecmp, reduced goal of strcasecmp.
4779         * modules/mbscasecmp: New file.
4780         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
4781         (mbscasecmp): Renamed from strcasecmp.
4782         * lib/strcasecmp.c: Don't include mbuiter.h.
4783         (strcasecmp): Remove support for multibyte locales.
4784         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
4785         Change the conditional link warning.
4786         (mbscasecmp): New declaration.
4787         * m4/mbscasecmp.m4: New file.
4788         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
4789         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
4790         REPLACE_STRCASECMP.
4791         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
4792         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4793         GNULIB_MBSCASECMP.
4794         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
4795         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
4796         * modules/strcase (Files): Remove m4/mbrtowc.m4.
4797         (Depends-on): Remove mbuiter.
4798         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
4799
4800 2007-02-04  Bruno Haible  <bruno@clisp.org>
4801
4802         New module mbsstr. Remove module strstr.
4803         * modules/mbsstr: New file.
4804         * modules/strstr: Remove file.
4805         * lib/mbsstr.c: Renamed from lib/strstr.c.
4806         (mbsstr): Renamed from strstr.
4807         * lib/string_.h (strstr): Remove declaration. Change the conditional
4808         link warning.
4809         (mbsstr): New declaration.
4810         * m4/mbsstr.m4: New file.
4811         * m4/strstr.m4: Remove file.
4812         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
4813         REPLACE_STRSTR.
4814         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
4815         Don't initialize GNULIB_STRSTR.
4816         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
4817         substitute GNULIB_STRSTR and REPLACE_STRSTR.
4818         * MODULES.html.sh (Internationalization functions): Add mbsstr.
4819         (Support for systems lacking ANSI C 89): Remove strstr.
4820
4821 2007-02-04  Bruno Haible  <bruno@clisp.org>
4822
4823         New module mbsrchr.
4824         * modules/mbsrchr: New file.
4825         * lib/mbsrchr.c: New file.
4826         * lib/string_.h (strrchr): Add a conditional link warning.
4827         (mbsrchr): New declaration.
4828         * m4/mbsrchr.m4: New file.
4829         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4830         GNULIB_MBSRCHR.
4831         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
4832         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
4833
4834 2007-02-04  Bruno Haible  <bruno@clisp.org>
4835
4836         New module mbschr.
4837         * modules/mbschr: New file.
4838         * lib/mbschr.c: New file.
4839         * lib/string_.h (strchr): Add a conditional link warning.
4840         (mbschr): New declaration.
4841         * m4/mbschr.m4: New file.
4842         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
4843         GNULIB_MBSCHR.
4844         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
4845         * MODULES.html.sh (Internationalization functions): Add mbschr.
4846
4847 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
4848
4849         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
4850
4851         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
4852
4853 2007-02-04  Bruno Haible  <bruno@clisp.org>
4854
4855         New module description section 'configure.ac-early'.
4856         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
4857         (func_get_autoconf_early_snippet): New function.
4858         (func_import, func_create_testdir): Use it. Remove special cases for
4859         modules 'extensions' and 'lock'.
4860         * modules/extensions (configure.ac-early): Require
4861         gl_USE_SYSTEM_EXTENSIONS.
4862         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
4863
4864 2007-02-04  Bruno Haible  <bruno@clisp.org>
4865
4866         Make use of gcj-4.3's -fsource and -ftarget option.
4867         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
4868         and if so try the options -fsource and -ftarget.
4869         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
4870         source_version, ftarget_option, target_version arguments.
4871         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
4872         (is_envjavac_oldgcj_14_14_usable): Renamed from
4873         is_envjavac_gcj_14_14_usable.
4874         (is_envjavac_oldgcj_14_13_usable): Renamed from
4875         is_envjavac_gcj_14_13_usable.
4876         (is_gcj_present): Update.
4877         (is_gcj_43, is_gcj43_usable): New functions.
4878         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
4879         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
4880         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
4881         try the options -fsource and -ftarget.
4882
4883 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4884
4885         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
4886         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
4887         larger value.
4888
4889 2007-02-03  Jim Meyering  <jim@meyering.net>
4890
4891         Give tools a better chance to allocate space for very large buffers.
4892         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
4893
4894         Make pwd and readlink work also when run with an unreadable parent dir
4895         on systems with openat support.
4896         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
4897         provided getcwd function, even when we have openat support.
4898         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
4899
4900 2007-02-02  Bruno Haible  <bruno@clisp.org>
4901
4902         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
4903         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
4904         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
4905         portability problems if one of these functions is only used on specific
4906         platforms.
4907         Reported by Paul Eggert.
4908
4909 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
4910
4911         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
4912         is causing more trouble than it's curing.
4913         * lib/regex_internal.h (__mempcpy): Remove.
4914         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
4915         (and make the code a tad smaller to boot).
4916         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
4917
4918 2007-02-02  Jim Meyering  <jim@meyering.net>
4919
4920         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
4921         section, not in the Makefile.am: one.
4922
4923 2007-02-02  Eric Blake  <ebb9@byu.net>
4924
4925         * lib/strchrnul.c: Always include config.h first.
4926
4927         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
4928         gnulib strstr is not necessary here.
4929
4930 2007-02-02  Simon Josefsson  <simon@josefsson.org>
4931
4932         * m4/socklen.m4: Fix typo.
4933
4934 2007-02-02  Eric Blake  <ebb9@byu.net>
4935
4936         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
4937         * modules/netinet_in (Makefile.am): Likewise.
4938
4939 2007-02-01  Bruno Haible  <bruno@clisp.org>
4940
4941         * lib/string_.h (GL_LINK_WARNING): New macro.
4942         (strcasecmp, strstr, strcasestr): If provided by the system,
4943         conditionally define as a macro that leads to a warning instead of to
4944         an error.
4945         (strncasecmp): Conditionally define as a macro that leads to a warning.
4946
4947 2007-02-01  Karl Berry  <karl@gnu.org>
4948
4949         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
4950
4951 2007-02-01  Bruno Haible  <bruno@clisp.org>
4952
4953         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
4954         renamings.
4955
4956 2007-02-01  Eric Blake  <ebb9@byu.net>
4957
4958         * modules/regex (Depends-on): Revert dependence on mempcpy.
4959         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
4960         module's definition of mempcpy.
4961         Reported by Paul Eggert.
4962
4963 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
4964
4965         * lib/string_.h: If the gnulib module XYZ is not present, undefine
4966         the symbol XYZ before redefining it.  This fixes a problem with
4967         programs that don't use XYZ, when compiled on systems that define
4968         XYZ to something else.
4969
4970 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
4971
4972         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
4973         occurs when "mkdir -m foo" creates a setgid directory that is (1)
4974         writeable to group or other and (2) is intended to have a special
4975         mode bit that is set or cleared.  In such a case, the directory
4976         should be neither group- nor other-writeable until the special
4977         mode bits are right.
4978
4979 2007-01-31  Eric Blake  <ebb9@byu.net>
4980
4981         * modules/mountlist (Depends-on): Add strstr.
4982
4983         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
4984         bug.
4985         * modules/string (Makefile.am): Remove redundant replacement.
4986         * modules/regex (Depends-on): Add mempcpy.
4987
4988 2007-01-31  Bruno Haible  <bruno@clisp.org>
4989
4990         New module description field 'Link'.
4991         * gnulib-tool (func_usage): Document --extract-link-directive.
4992         (sed_extract_prog): Recognize 'Link' directive.
4993         (func_get_link_directive): New function.
4994         (func_import): Show summary of link directives.
4995         Handle --extract-link-directive option.
4996         * modules/acl (Link): New section.
4997         * modules/clock-time (Link): New section.
4998         * modules/euidaccess (Link): New section.
4999         * modules/gettext (Link): New section.
5000         * modules/iconv (Link): New section.
5001         * modules/lock (Link): New section.
5002         * modules/nanosleep (Link): New section.
5003         * modules/readline (Link): New section.
5004
5005 2007-01-27  Bruno Haible  <bruno@clisp.org>
5006
5007         Enforce the use of gnulib modules for unportable <string.h> functions.
5008         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
5009         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
5010         (gl_HEADER_STRING_H_BODY): Require it.
5011         * lib/string_.h: If the gnulib module XYZ is not present, redefine
5012         the symbol XYZ to one that gives a link error.
5013         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
5014         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
5015         * modules/mempcpy (configure.ac): Likewise.
5016         * modules/memrchr (configure.ac): Likewise.
5017         * modules/stpcpy (configure.ac): Likewise.
5018         * modules/stpncpy (configure.ac): Likewise.
5019         * modules/strcase (configure.ac): Likewise.
5020         * modules/strcasestr (configure.ac): Likewise.
5021         * modules/strchrnul (configure.ac): Likewise.
5022         * modules/strdup (configure.ac): Likewise.
5023         * modules/strndup (configure.ac): Likewise.
5024         * modules/strnlen (configure.ac): Likewise.
5025         * modules/strpbrk (configure.ac): Likewise.
5026         * modules/strsep (configure.ac): Likewise.
5027         * modules/strstr (configure.ac): Likewise.
5028         * modules/strtok_r (configure.ac): Likewise.
5029
5030 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
5031
5032         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
5033
5034 2007-01-30  Jim Meyering  <jim@meyering.net>
5035
5036         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
5037
5038 2007-01-29  Bruno Haible  <bruno@clisp.org>
5039
5040         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
5041         * lib/execute.c: Likewise.
5042         * lib/pipe.c: Likewise.
5043         * lib/printf-args.h: Likewise.
5044         * lib/printf-args.c: Likewise.
5045         * lib/printf-parse.c: Likewise.
5046         * lib/vasnprintf.c: Likewise.
5047
5048 2007-01-29  Eric Blake  <ebb9@byu.net>
5049
5050         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
5051         declaration.
5052
5053 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
5054
5055         * lib/strptime.h (strptime): Use 'restrict' for args where
5056         POSIX requires this.
5057         * lib/strptime.c (strptime): Likewise.
5058         Change license notice from LGPL to GPL, since gnulib-tool will
5059         change this as needed.
5060         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
5061         defined.
5062         Include "strptime.h" first, to check interface.
5063         Do not #undef _LIBC and _NL_CURRENT.
5064         Do not include <stdlib.h>; no longer needed.
5065         Include "time_r.h" and declare ptime_locale_status
5066         only if _LIBC is not defined.
5067         (__P): Remove unused macro.
5068         (match_string): Bring back glibc version, but use it only if _LIBC
5069         is defined.
5070         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
5071         Remove unnecessary assertion and abort() call.
5072         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
5073         * m4/strptime.m4: Fix serial number comment.
5074         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
5075         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
5076         (Depends-on): Add time_r.
5077
5078 2007-01-29  Bruno Haible  <bruno@clisp.org>
5079
5080         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5081         strptime.
5082         * modules/strptime (Depends-on): Add stdbool.
5083         * lib/strptime.h: Include <time.h> always. Add comments.
5084
5085 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5086
5087         * modules/strptime: New file.
5088         * lib/strptime.h: New file.
5089         * lib/strptime.c: New file.
5090         * m4/strptime.m4: New file.
5091
5092 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
5093
5094         * MODULES.html.sh: New module mpsort.
5095         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
5096
5097         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
5098         a circularity problem with HP-UX ia64 reported by Bob Proulx in
5099         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
5100         All uses changed.
5101         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
5102         All uses changed.
5103         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
5104         to _Restrict_.
5105         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
5106         the parameter matches the prototype.
5107
5108 2007-01-28  Jim Meyering  <jim@meyering.net>
5109
5110         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
5111         sys/time.h here, reverting that part of the previous patch:
5112         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
5113
5114 2007-01-28  Bruno Haible  <bruno@clisp.org>
5115
5116         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
5117         value of $(SYS_TIME_H).
5118         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
5119         remove it conditionally, too. [added by Jim Meyering]
5120         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
5121         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5122         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
5123         GETTIMEOFDAY_REPLACEMENT to 1.
5124
5125 2007-01-28  Bruno Haible  <bruno@clisp.org>
5126
5127         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
5128         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
5129         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
5130         Set UNISTD_H instead of UNISTD_H2.
5131         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
5132
5133 2007-01-28  Bruno Haible  <bruno@clisp.org>
5134
5135         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
5136         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
5137
5138 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5139
5140         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
5141         (func_create_testdir): Ensure C locale for `grep' and `tr'
5142         character ranges.
5143         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
5144         ACLOCAL_AMFLAGS parsing state machine.
5145
5146 2007-01-27  Bruno Haible  <bruno@clisp.org>
5147
5148         * modules/unistr/base: Update.
5149
5150 2007-01-27  Bruno Haible  <bruno@clisp.org>
5151
5152         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
5153         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
5154         * modules/unistr/u32-mbtouc-unsafe: Renamed from
5155         modules/unistr/u32-mbtouc.
5156         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
5157         * lib/unistr.h: Update.
5158         * lib/linebreak.c: Update.
5159         * modules/unistr/u32-mbtouc: Renamed from
5160         modules/unistr/u32-mbtouc-safe.
5161         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
5162         * lib/unistr.h: Update.
5163         * lib/unistr/u32-to-u8.c: Update.
5164         * lib/unistr/u32-to-u16.c: Update.
5165
5166 2007-01-27  Bruno Haible  <bruno@clisp.org>
5167
5168         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
5169         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
5170         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
5171         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
5172         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
5173         * modules/unistr/u16-mbtouc-unsafe: Renamed from
5174         modules/unistr/u16-mbtouc.
5175         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
5176         * lib/unistr.h: Update.
5177         * lib/linebreak.c: Update.
5178         * modules/linebreak: Update.
5179         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
5180         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
5181         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
5182         * modules/unistr/u16-mbtouc: Renamed from
5183         modules/unistr/u16-mbtouc-safe.
5184         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
5185         * lib/unistr.h: Update.
5186         * lib/unistr/u16-to-u8.c: Update.
5187         * modules/unistr/u16-to-u8: Update.
5188         * lib/unistr/u16-to-u32.c: Update.
5189         * modules/unistr/u16-to-u32: Update.
5190
5191 2007-01-27  Bruno Haible  <bruno@clisp.org>
5192
5193         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
5194         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
5195         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
5196         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
5197         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
5198         * modules/unistr/u8-mbtouc-unsafe: Renamed from
5199         modules/unistr/u8-mbtouc.
5200         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
5201         * lib/unistr.h: Update.
5202         * lib/striconveh.c: Update.
5203         * modules/striconveh: Update.
5204         * lib/linebreak.c: Update.
5205         * modules/linebreak: Update.
5206         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
5207         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
5208         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
5209         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
5210         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
5211         * lib/unistr.h: Update.
5212         * lib/striconveh.c: Update.
5213         * modules/striconveh: Update.
5214         * lib/unistr/u8-to-u16.c: Update.
5215         * modules/unistr/u8-to-u16: Update.
5216         * lib/unistr/u8-to-u32.c: Update.
5217         * modules/unistr/u8-to-u32: Update.
5218
5219 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5220
5221         Sync from Libtool.
5222         * lib/argz.c: Do not include strings.h nor memory.h, include
5223         string.h unconditionally.  Patch by Simon Josefsson.
5224
5225 2007-01-27  Bruno Haible  <bruno@clisp.org>
5226
5227         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
5228         from gl_HEADER_STRING_H_BODY.
5229         (gl_HEADER_STRING_H_BODY): Require it.
5230         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
5231         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
5232         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
5233         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
5234         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5235         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
5236         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
5237         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
5238         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
5239         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5240         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
5241         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
5242         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
5243         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
5244         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5245
5246 2007-01-27  Bruno Haible  <bruno@clisp.org>
5247
5248         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
5249         check_PROGRAMS into noinst_PROGRAMS.
5250         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
5251         check_PROGRAMS in this case.
5252         (func_import): Set for_test to false.
5253         (func_create_testdir): Set for_test to true.
5254
5255 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5256             Bruno Haible  <bruno@clisp.org>
5257
5258         * modules/strcasestr (Files): Remove lib/strcasestr.h.
5259         (Depends-on): Add string.
5260         (Includes): Use <string.h> instead of strcasestr.h.
5261         * modules/string (Makefile.am): Also substitute the value of
5262         REPLACE_STRCASESTR.
5263         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
5264         assume strcasestr is declared in <string.h> not <strings.h>. Also
5265         set REPLACE_STRCASESTR.
5266         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
5267         REPLACE_STRCASESTR.
5268         * lib/strcasestr.h: Remove file.
5269         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
5270         * lib/string_.h (strcasestr): New declaration.
5271
5272 2007-01-27  Bruno Haible  <bruno@clisp.org>
5273
5274         * lib/string_.h: Use 'extern'.
5275
5276 2007-01-27  Jim Meyering  <jim@meyering.net>
5277
5278         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
5279         of set-but-not-used local, "q".
5280
5281         * lib/mempcpy.c: Include <config.h> before <string.h>.
5282         This fixes a compilation error on HP-UX, due to the system's
5283         "restrict"-using mempcpy prototype.
5284
5285 2007-01-26  Bruno Haible  <bruno@clisp.org>
5286
5287         Small optimization.
5288         * lib/javacomp.c: Include c-strstr.h.
5289          (is_envjavac_gcj): Use c_strstr instead of strstr.
5290         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
5291
5292 2007-01-26  Bruno Haible  <bruno@clisp.org>
5293
5294         * MODULES.html.sh (Unicode string functions): Add the new modules.
5295
5296         * modules/uniconv/u32-strconv-to-locale: New file.
5297         * lib/uniconv/u32-strconv-to-locale.c: New file.
5298
5299         * modules/uniconv/u16-strconv-to-locale: New file.
5300         * lib/uniconv/u16-strconv-to-locale.c: New file.
5301
5302         * modules/uniconv/u8-strconv-to-locale: New file.
5303         * lib/uniconv/u8-strconv-to-locale.c: New file.
5304
5305         * modules/uniconv/u32-strconv-from-locale: New file.
5306         * lib/uniconv/u32-strconv-from-locale.c: New file.
5307
5308         * modules/uniconv/u16-strconv-from-locale: New file.
5309         * lib/uniconv/u16-strconv-from-locale.c: New file.
5310
5311         * modules/uniconv/u8-strconv-from-locale: New file.
5312         * lib/uniconv/u8-strconv-from-locale.c: New file.
5313
5314         * modules/uniconv/u32-strconv-to-enc: New file.
5315         * lib/uniconv/u32-strconv-to-enc.c: New file.
5316         * modules/uniconv/u32-strconv-to-enc-tests: New file.
5317         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
5318
5319         * modules/uniconv/u16-strconv-to-enc: New file.
5320         * lib/uniconv/u16-strconv-to-enc.c: New file.
5321         * lib/uniconv/u-strconv-to-enc.h: New file.
5322         * modules/uniconv/u16-strconv-to-enc-tests: New file.
5323         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
5324
5325         * modules/uniconv/u8-strconv-to-enc: New file.
5326         * lib/uniconv/u8-strconv-to-enc.c: New file.
5327         * modules/uniconv/u8-strconv-to-enc-tests: New file.
5328         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
5329
5330         * modules/uniconv/u32-strconv-from-enc: New file.
5331         * lib/uniconv/u32-strconv-from-enc.c: New file.
5332         * modules/uniconv/u32-strconv-from-enc-tests: New file.
5333         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
5334
5335         * modules/uniconv/u16-strconv-from-enc: New file.
5336         * lib/uniconv/u16-strconv-from-enc.c: New file.
5337         * modules/uniconv/u16-strconv-from-enc-tests: New file.
5338         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
5339
5340         * modules/uniconv/u8-strconv-from-enc: New file.
5341         * lib/uniconv/u8-strconv-from-enc.c: New file.
5342         * lib/uniconv/u-strconv-from-enc.h: New file.
5343         * modules/uniconv/u8-strconv-from-enc-tests: New file.
5344         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
5345
5346         * modules/uniconv/u32-conv-from-enc: New file.
5347         * lib/uniconv/u32-conv-from-enc.c: New file.
5348         * modules/uniconv/u32-conv-from-enc-tests: New file.
5349         * tests/uniconv/test-u32-conv-from-enc.c: New file.
5350
5351         * modules/uniconv/u16-conv-from-enc: New file.
5352         * lib/uniconv/u16-conv-from-enc.c: New file.
5353         * lib/uniconv/u-conv-from-enc.h: New file.
5354         * modules/uniconv/u16-conv-from-enc-tests: New file.
5355         * tests/uniconv/test-u16-conv-from-enc.c: New file.
5356
5357         * modules/uniconv/u8-conv-from-enc: New file.
5358         * lib/uniconv/u8-conv-from-enc.c: New file.
5359         * modules/uniconv/u8-conv-from-enc-tests: New file.
5360         * tests/uniconv/test-u8-conv-from-enc.c: New file.
5361
5362         * modules/uniconv/base: New file.
5363         * lib/uniconv.h: New file.
5364
5365 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * doc/gnulib-tool.texi (Initial import): Update to match current
5368         behavior with strdup module.
5369         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
5370         * lib/memmem.h: Remove; all uses removed.  This is now done
5371         by <string.h>.
5372         * lib/mempcpy.h: Likewise.
5373         * lib/memrchr.h: Likewise.
5374         * lib/stpcpy.h: Likewise.
5375         * lib/stpncpy.h: Likewise.
5376         * lib/strcase.h: Likewise.
5377         * lib/strchrnul.h: Likewise.
5378         * lib/strdup.h: Likewise.
5379         * lib/strndup.h: Likewise.
5380         * lib/strnlen.h: Likewise.
5381         * lib/strpbrk.h: Likewise.
5382         * lib/strsep.h: Likewise.
5383         * lib/strstr.h: Likewise.
5384         * lib/strtok_r.h: Likewise.
5385         * lib/string_.h: New file.
5386         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
5387         Rely on <string.h> instead.
5388         * lib/canon-host.c: Likewise.
5389         * lib/chdir-long.c: Likewise.
5390         * lib/concatpath.c: Likewise.
5391         * lib/exclude.c: Likewise.
5392         * lib/fchdir.c: Likewise.
5393         * lib/getaddrinfo.c: Likewise.
5394         * lib/getcwd.c: Likewise.
5395         * lib/getsubopt.c: Likewise.
5396         * lib/glob.c: Likewise.
5397         * lib/hard-locale.c: Likewise.
5398         * lib/iconvme.c: Likewise.
5399         * lib/javacomp.c: Likewise.
5400         * lib/mempcpy.c: Likewise.
5401         * lib/memrchr.c: Likewise.
5402         * lib/regex_internal.h: Likewise.
5403         * lib/stpncpy.c: Likewise.
5404         * lib/strcasecmp.c: Likewise.
5405         * lib/strchrnul.c: Likewise.
5406         * lib/strdup.c: Likewise.
5407         * lib/striconv.c: Likewise.
5408         * lib/striconveh.c: Likewise.
5409         * lib/striconveha.c: Likewise.
5410         * lib/strncasecmp.c: Likewise.
5411         * lib/strndup.c: Likewise.
5412         * lib/strnlen.c: Likewise.
5413         * lib/strsep.c: Likewise.
5414         * lib/strstr.c: Likewise.
5415         * lib/strtok_r.c: Likewise.
5416         * lib/userspec.c: Likewise.
5417         * lib/w32spawn.h: Likewise.
5418         * lib/xstrndup.c: Likewise.
5419         * lib/mountlist.c (strstr): Remove decl.
5420         * m4/string_h.m4: New file.
5421         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
5422         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
5423         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
5424         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
5425         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
5426         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
5427         Set REPLACE_STRCASECMP if necessary.
5428         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
5429         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
5430         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
5431         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
5432         HAVE_DECL_STRDUP if necessary.
5433         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
5434         since gl_FUNC_STRNDUP does that now.
5435         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
5436         Check for decl here...
5437         (gl_PREREQ_STRNLEN): ... not here.
5438         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
5439         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
5440         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
5441         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
5442         necessary.
5443         * modules/string: New file.
5444         * modules/memmem (Files): Remove special-purpose include file.
5445         (Depends-on): Add string.
5446         (Include): Include <string.h>, not the removed file.
5447         * modules/mempcpy: Likewise.
5448         * modules/memrchr: Likewise.
5449         * modules/stpcpy: Likewise.
5450         * modules/stpncpy: Likewise.
5451         * modules/strcase: Likewise.
5452         * modules/strchrnul: Likewise.
5453         * modules/strdup: Likewise.
5454         * modules/strndup: Likewise.
5455         * modules/strnlen: Likewise.
5456         * modules/strpbrk: Likewise.
5457         * modules/strsep: Likewise.
5458         * modules/strstr: Likewise.
5459         * modules/strtok_r: Likewise.
5460         * tests/test-dirname.c: Don't include "strdup.h", since
5461         <string.h> now suffices.
5462         * tests/test-memmem.c: Don't include "memmem.h", since
5463         <string.h> now suffices.
5464
5465 2007-01-25  Bruno Haible  <bruno@clisp.org>
5466
5467         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
5468         *resultp is 0.
5469
5470         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
5471         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
5472         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
5473         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
5474
5475         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
5476         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
5477         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
5478         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
5479         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
5480         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
5481
5482 2007-01-24  Bruno Haible  <bruno@clisp.org>
5483
5484         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
5485         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
5486         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
5487         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
5488         gl_FUNC_FTS_CORE.
5489         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
5490         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
5491         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5492         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
5493         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
5494         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
5495         gl_FUNC_FCHOWNAT.
5496         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
5497         gl_FUNC_STRFTIME.
5498         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
5499         Reported by Ralf Wildenhues.
5500
5501 2007-01-24  Bruno Haible  <bruno@clisp.org>
5502
5503         Drop AC_REQUIRE calls that are redundant with the module dependencies.
5504         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
5505         gl_GETADDRINFO.
5506         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
5507         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
5508         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
5509
5510 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
5511
5512         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
5513         Don't use 'exit'; just return from 'main'.
5514         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
5515
5516         * lib/fnmatch_.h: Readjust white space and comments to match
5517         glibc, to avoid spurious diffs.
5518
5519 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5520
5521         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
5522         2004-12-01 change by Jakub Jelinek, since this code won't compile
5523         if !LIBC.  Problem reported by Bob Proulx.
5524
5525 2007-01-23  Bruno Haible  <bruno@clisp.org>
5526
5527         * lib/striconveh.c: Include c-strcaseeq.h.
5528         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
5529         * modules/striconveh (Depends-on): Add c-strcaseeq.
5530
5531 2007-01-23  Bruno Haible  <bruno@clisp.org>
5532
5533         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
5534
5535         * modules/c-strcaseeq: New file.
5536         * lib/c-strcaseeq.h: New file.
5537
5538         * modules/streq: New file.
5539         * lib/streq.h: New file.
5540
5541 2007-01-23  Bruno Haible  <bruno@clisp.org>
5542
5543         * modules/striconveha-tests: New file.
5544         * tests/test-striconveha.c: New file.
5545
5546         * lib/striconveha.h: Include <stdbool.h>.
5547         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
5548         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
5549         (mem_iconveha_notranslit): Renamed from mem_iconveha.
5550         (mem_iconveha): New function.
5551         (str_iconveha_notranslit): Renamed from str_iconveha.
5552         (str_iconveha): New function.
5553         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
5554         c-strcase.
5555
5556 2007-01-23  Bruno Haible  <bruno@clisp.org>
5557
5558         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
5559         encodings without forgiving before trying any encoding with handler.
5560         (str_iconveha): Try all encodings without forgiving before trying any
5561         encoding with handler.
5562
5563 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5564
5565         Import the following changes from libc.
5566
5567         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
5568
5569         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
5570
5571         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
5572
5573         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
5574         normal_bracket label.
5575
5576         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
5577
5578         [BZ #361]
5579         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
5580         to normal_bracket after fetching the next character.
5581
5582 2007-01-22  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
5585         argument.
5586         * lib/striconveh.c (iconv_carefully_1): New function.
5587         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
5588         argument.
5589         (str_cd_iconveh): Update.
5590         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
5591         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
5592         * tests/test-striconveh.c (MAGIC): New macro.
5593         (new_offsets): New function.
5594         (main): Test call with and without offsets.
5595
5596 2007-01-22  Bruno Haible  <bruno@clisp.org>
5597
5598         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
5599         * modules/sys_select (Makefile.am): Likewise.
5600         * modules/sys_socket (Makefile.am): Likewise.
5601         * modules/sys_time (Makefile.am): Likewise.
5602
5603 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
5604
5605         * modules/gettimeofday (License): Change from GPL to LGPL, since
5606         gettimeofday is a library function.
5607
5608 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5609
5610         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
5611
5612 2007-01-21  Bruno Haible  <bruno@clisp.org>
5613
5614         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
5615
5616 2007-01-21  Bruno Haible  <bruno@clisp.org>
5617
5618         * modules/striconveha: New file.
5619         * lib/striconveha.h: New file.
5620         * lib/striconveha.c: New file.
5621         * MODULES.html.sh (Internationalization functions): Add striconveha.
5622         * lib/striconv.c (str_iconv): Optimize the case of an empty input
5623         string.
5624         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
5625
5626 2007-01-21  Bruno Haible  <bruno@clisp.org>
5627
5628         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
5629         * lib/striconveh.c (str_iconveh): Likewise.
5630
5631 2007-01-21  Bruno Haible  <bruno@clisp.org>
5632
5633         * lib/striconveh.h (mem_iconveh): New declaration.
5634         * lib/striconveh.c (mem_iconveh): New function.
5635         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
5636
5637 2007-01-21  Bruno Haible  <bruno@clisp.org>
5638
5639         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
5640
5641         * lib/striconveh.h (mem_cd_iconveh): Change specification.
5642         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
5643         original result buffer.
5644         (str_cd_iconveh): Update.
5645         * tests/test-striconveh.c (main): Update.
5646
5647         * lib/striconv.h (mem_cd_iconv): Change specification.
5648         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
5649         result buffer.
5650         (str_cd_iconv): Update.
5651         * tests/test-striconv.c (main): Update.
5652
5653 2007-01-21  Bruno Haible  <bruno@clisp.org>
5654
5655         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
5656
5657 2007-01-20  Jim Meyering  <jim@meyering.net>
5658
5659         * lib/userspec.c (parse_with_separator): If a user or group string
5660         starts with "+", skip the corresponding name-to-ID look-up, since
5661         such a look-up must fail: user and group names may not include "+".
5662
5663 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
5664
5665         * lib/poll.c: Include sys/time.h and time.h unconditionally,
5666         since we now assume the sys_time module.
5667         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
5668         check for sys/time.h; no longer needed.
5669         * modules/poll (Depends-on): Depend on sys_time.
5670
5671 2007-01-18  Bruno Haible  <bruno@clisp.org>
5672
5673         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
5674         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
5675
5676         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
5677         gettimeofday.
5678
5679         * tests/test-gettimeofday.c: Include <time.h>.
5680         (dummy): Remove variable.
5681
5682         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
5683         gl_HEADER_SYS_TIME_H.
5684         (gl_HEADER_SYS_TIME_H): New macro.
5685
5686         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
5687         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5688         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
5689         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
5690         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5691         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
5692         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
5693         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5694         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
5695         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
5696         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5697
5698         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
5699         last change; it caused a compilation error when cross-compiling to
5700         Cygwin.
5701
5702 2007-01-18  Jim Meyering  <jim@meyering.net>
5703
5704         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
5705         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
5706         than the race-prone "test -d sys || mkdir sys".
5707         (configure.ac): Use AC_PROG_MKDIR_P.
5708         * modules/sys_select: Likewise.
5709         * modules/sys_socket: Likewise.
5710         * modules/sys_time: Likewise.
5711
5712 2007-01-18  Eric Blake  <ebb9@byu.net>
5713
5714         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
5715         replace gettimeofday.
5716         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
5717         name, to avoid infinite recursion.
5718
5719 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
5720
5721         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
5722         module sys_time.
5723         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
5724         assume timespec.h defines struct timeval.
5725         * lib/settime.c: Likewise.
5726         * lib/utimens.c: Likewise.
5727         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
5728         since we now assume the gettimeofday module.
5729         * lib/tempname.c (__gen_tempname): Likewise.
5730         * lib/gettimeofday.h: Remove.
5731         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
5732         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
5733         Include <time.h>, for 'time()'.
5734         (localtime_buffer_addr): Also use this workaround if
5735         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
5736         to simplify the uses.  All uses changed.
5737         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
5738         that #undef is inside {}, and 'const' follows type name consistently.
5739         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
5740         (gettimeofday): Do not use the maximum possible value for
5741         tv->tv_usec, since that might break usages other than ls.c.
5742         Instead, we'll leave ls.c alone.  This undoes today's patch
5743         by Bruno.  Add a compile-time warning for 1s-clock resolution;
5744         we've never observed the problem but might as well keep the
5745         canary.
5746         * lib/nanosleep.c: Include timespec.h first, for interface check.
5747         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
5748         now assume the sys_time module.
5749         * lib/tempname.c: Likewise.
5750         * lib/timespec.h: Likewise.
5751         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
5752         needed.
5753         * lib/strftime.c: Likewise.
5754         * lib/timespec.h: Likewise.
5755         * lib/posixtm.c: Include posixtm.h first, for interface check.
5756         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
5757         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
5758         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
5759         * lib/sys_time_.h: New file.
5760         * lib/timespec.h (struct timespec): Use long int, not long.
5761         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
5762         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
5763         Remove obsolescent call to AC_HEADER_TIME.
5764         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5765         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5766         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
5767         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
5768         Likewise.
5769         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
5770         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
5771         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
5772         into the sys_time module.  Check for gettimeofday just once.
5773         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
5774         for gettimeofday signature to just check the signature.  Merely
5775         compile it, since linking doesn't test signature.  Improve test for
5776         whether gettimeofday.o is actually needed.
5777         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
5778         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
5779         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
5780         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5781         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
5782         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
5783         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
5784         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
5785         than worrying about sys/time.h.
5786         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5787         Don't bother worrying about TIME_WITH_SYS_TIME.
5788         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
5789         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
5790         * m4/sys_time_h.m4: New file.
5791         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
5792         Don't include sys/time.h.  Return from main rather than exiting.
5793         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
5794         all uses changed.
5795         * modules/gethrxtime (Depends-on): Add sys_time.
5796         * modules/gettime (Depends-on): Likewise.
5797         * modules/gettimeofday (Depends-on): Likewise.
5798         * modules/nanosleep (Depends-on): Likewise.
5799         * modules/settime (Depends-on): Likewise.
5800         * modules/tempname (Depends-on): Likewise.
5801         * modules/utimens (Depends-on): Likewise.
5802         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
5803         (Include:) Change back to <sys/time.h>.
5804         (Maintainer:) Add self.
5805         * modules/sys_time: New file.
5806         * modules/tempname (Depends-on): Add gettimeofday.
5807         * tests/test-gettimeofday.c: Include <sys/time.h>
5808         rather than gettimeofday.h.
5809
5810 2007-01-17  Bruno Haible  <bruno@clisp.org>
5811
5812         * gnulib-tool (func_get_license): Revert last patch. Instead, let
5813         the license default to GPL.
5814         (func_create_testdir): Don't complain if a module is LGPL and its
5815         tests module depends on GPLed modules.
5816
5817 2007-01-17  Bruno Haible  <bruno@clisp.org>
5818
5819         * lib/gettimeofday.c (gettimeofday): Add code for the case
5820         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
5821         maximum possible value for tv->tv_usec, rather than the minimum one.
5822
5823 2005-10-08  Martin Lambers  <marlam@marlam.de>
5824 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5825 2007-01-16  Bruno Haible  <bruno@clisp.org>
5826
5827         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
5828         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
5829         gl_FUNC_GETTIMEOFDAY.
5830         (Include): Add gettimeofday.h.
5831         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
5832         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
5833         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
5834         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
5835         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
5836         * lib/gettimeofday.h: New file.
5837         * lib/gettimeofday.c: Include <sys/timeb.h>.
5838         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
5839         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
5840         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
5841         fall back on time().
5842
5843         * tests/test-gettimeofday.c: New file.
5844         * modules/gettimeofday-tests: New file.
5845
5846 2007-01-16  Eric Blake  <ebb9@byu.net>
5847
5848         * modules/fnmatch (Depends-on): Depend on wchar.
5849         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
5850         * m4/fnmatch.m4: Likewise.
5851         * modules/mbchar (Makefile.am): Assume <wchar.h>.
5852         * m4/mbchar.m4: Likewise.
5853         * modules/mbswidth (Depends-on): Depend on wchar.
5854         * lib/mbswidth.c: Assume <wchar.h>.
5855         * m4/mbswidth.m4: Likewise.
5856         * modules/quotearg (Depends-on): Depend on wchar.
5857         * lib/quotearg.c: Assume <wchar.h>.
5858         * m4/quotearg.m4: Likewise.
5859         * modules/regex (Depends-on): Depend on wchar.
5860         * lib/regex_internal.h: Assume <wchar.h>.
5861         * m4/regex.m4: Likewise.
5862         * modules/stdint (Depends-on): Depend on wchar.
5863         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
5864         * m4/stdint.m4: Likewise.
5865         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
5866         * modules/strftime (Depends-on): Depend on wchar.
5867         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
5868         * modules/strtol (Depends-on): Depend on wchar.
5869         * lib/strtol.c: Assume <wchar.h>.
5870         * modules/wcwidth (Depends-on): Depend on wchar.
5871         * lib/wcwidth.h: Assume <wchar.h>.
5872         * m4/wcwidth.m4: Likewise.
5873
5874 2007-01-16  Bruno Haible  <bruno@clisp.org>
5875
5876         * modules/csharpexec-script: New, created from...
5877         * modules/csharpexec: ... this.
5878
5879 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
5880
5881         * modules/javaexec-script: New, created from...
5882         * modules/javaexec: ... this.
5883
5884 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5885
5886         * modules/poll (Dependencies): Add sys_select.
5887
5888 2007-01-15  Jim Meyering  <jim@meyering.net>
5889
5890         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
5891         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
5892         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
5893         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
5894
5895 2007-01-15  Bruno Haible  <bruno@clisp.org>
5896
5897         * modules/striconveh: New file.
5898         * lib/striconveh.h: New file.
5899         * lib/striconveh.c: New file.
5900         * MODULES.html.sh (Internationalization functions): Add striconveh.
5901
5902         * modules/striconveh-tests: New file.
5903         * tests/test-striconveh.c: New file.
5904
5905 2007-01-15  Bruno Haible  <bruno@clisp.org>
5906
5907         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
5908         not from GNU libiconv or GNU libc.
5909
5910 2007-01-15  Bruno Haible  <bruno@clisp.org>
5911
5912         * doc/gnulib-intro.texi (Copyright): Explain the different license
5913         terms for module descriptions, autoconf macros, tests, documentation.
5914
5915 2007-01-14  Bruno Haible  <bruno@clisp.org>
5916
5917         * modules/striconv-tests: New file.
5918         * tests/test-striconv.c: New file.
5919
5920 2007-01-14  Bruno Haible  <bruno@clisp.org>
5921
5922         * modules/iconv-tests: New file.
5923         * tests/test-iconv.c: New file.
5924
5925 2007-01-14  Bruno Haible  <bruno@clisp.org>
5926
5927         * gnulib-tool (func_get_license): For test modules, use the license of
5928         the main module.
5929
5930 2007-01-14  Bruno Haible  <bruno@clisp.org>
5931
5932         * modules/iconv (Include): Clarify that <iconv.h> can only be included
5933         if iconv is found to exist.
5934
5935 2007-01-14  Bruno Haible  <bruno@clisp.org>
5936
5937         * modules/c-ctype-tests: New file.
5938         * tests/test-c-ctype.c: New file.
5939
5940 2007-01-14  Bruno Haible  <bruno@clisp.org>
5941
5942         * modules/binary-io-tests: New file.
5943         * tests/test-binary-io.sh: New file.
5944         * tests/test-binary-io.c: New file.
5945
5946 2007-01-14  Bruno Haible  <bruno@clisp.org>
5947
5948         * modules/array-oset-tests: New file.
5949         * tests/test-array_oset.c: New file.
5950
5951 2007-01-14  Bruno Haible  <bruno@clisp.org>
5952
5953         * modules/array-list-tests: New file.
5954         * tests/test-array_list.c: New file.
5955
5956 2007-01-14  Bruno Haible  <bruno@clisp.org>
5957
5958         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
5959         and make.
5960         Reported by Simon Josefsson in
5961         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
5962
5963 2007-01-14  Bruno Haible  <bruno@clisp.org>
5964
5965         * modules/allocsa-tests: New file.
5966         * tests/test-allocsa.c: New file.
5967
5968 2007-01-14  Bruno Haible  <bruno@clisp.org>
5969
5970         * modules/fchdir (Depends-on): Add absolute-header.
5971         * modules/unistd (Depends-on): Likewise.
5972
5973 2006-12-30  Bruno Haible  <bruno@clisp.org>
5974
5975         * modules/fchdir: New file.
5976         * modules/unistd (Files): Add lib/unistd_.h.
5977         (Makefile.am): Generate unistd.h from unistd_.h.
5978         * lib/fchdir.c: New file.
5979         * lib/dirent_.h: New file.
5980         * lib/unistd_.h: New file.
5981         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
5982         * m4/fchdir.m4: New file.
5983         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
5984         (gl_HEADER_UNISTD): Invoke it.
5985         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
5986         function.
5987         * lib/backupfile.c (opendir, closedir): Undefine.
5988         * lib/chown.c (open, close): Undefine.
5989         * lib/clean-temp.c (open, close): Undefine.
5990         * lib/copy-file.c (open, close): Undefine.
5991         * lib/execute.c (open, close): Undefine.
5992         * lib/fsusage.c (open, close): Undefine.
5993         * lib/gc-gnulib.c (open, close): Undefine.
5994         * lib/getcwd.c (opendir, closedir): Undefine.
5995         * lib/glob.c (opendir, closedir): Undefine.
5996         * lib/javacomp.c (open, close): Undefine.
5997         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
5998         * lib/openat-proc.c (open, close): Undefine.
5999         * lib/pagealign_alloc.c (open, close): Undefine.
6000         * lib/pipe.c (open, close): Undefine.
6001         * lib/progreloc.c (open, close): Undefine.
6002         * lib/savedir.c (opendir, closedir): Undefine.
6003         * lib/utime.c (open, close): Undefine.
6004         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
6005
6006 2007-01-10  Bruno Haible  <bruno@clisp.org>
6007
6008         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
6009
6010 2007-01-12  Eric Blake  <ebb9@byu.net>
6011
6012         Provide a robust <wchar.h>.  Further simplifications are now
6013         possible in other modules, but not included here.
6014         * modules/wchar: New module.
6015         * m4/wchar.m4: New file.
6016         * lib/wchar_.h: Likewise.
6017         * modules/mbchar (Depends-on): Depend on wchar, as the first use
6018         of the new module.
6019         * MODULES.html.sh (Extended multibyte and wide character utilities):
6020         New section.
6021
6022 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
6023
6024         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
6025         to a reasonable default for memory allocation.
6026         (xreadlink): Don't allocate a huge buffer, to work around a buggy
6027         file system that reports garbage st_size values for symlinks.
6028         Problem reported by Liyang Hu.
6029
6030 2007-01-11  Simon Josefsson  <simon@josefsson.org>
6031
6032         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
6033         Emacs .#* auto-save files).
6034
6035 2007-01-11  Bruno Haible  <bruno@clisp.org>
6036
6037         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
6038         directory.
6039
6040 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
6041
6042         Use @...@ consistently in lib/wctype_.h.
6043         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
6044         on it being set to 1 or 0.
6045         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
6046         go back to AC_SUBSTing it.
6047         * modules/wctype (Makefile.am): Undo previous change.
6048
6049 2007-01-10  Eric Blake  <ebb9@byu.net>
6050
6051         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
6052         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
6053         * modules/wctype (Makefile.am): Likewise.
6054         Reported by Chris McGuire.
6055
6056 2007-01-10  Jim Meyering  <jim@meyering.net>
6057
6058         fts.c: a small readability/maintainability improvement
6059         * lib/fts.c (fts_read): Make this code slightly more readable and
6060         maintainable by hoisting the "sp->fts_cur = p" assignments to
6061         immediately follow the statements that set P.  Derived from
6062         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
6063
6064 2007-01-10  Eric Blake  <ebb9@byu.net>
6065
6066         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
6067         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
6068         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6069         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
6070         Reported by Chris McGuire.
6071
6072 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6073
6074         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
6075         in sed script.
6076
6077 2007-01-09  Bruno Haible  <bruno@clisp.org>
6078
6079         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
6080         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
6081         variables.
6082         (func_module): Use them.
6083
6084 2007-01-09  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/unistr/base: New file.
6087         * lib/unistr.h: New file.
6088
6089         * modules/unistr/u8-to-u16: New file.
6090         * lib/unistr/u8-to-u16.c: New file.
6091
6092         * modules/unistr/u8-to-u32: New file.
6093         * lib/unistr/u8-to-u32.c: New file.
6094
6095         * modules/unistr/u16-to-u8: New file.
6096         * lib/unistr/u16-to-u8.c: New file.
6097
6098         * modules/unistr/u16-to-u32: New file.
6099         * lib/unistr/u16-to-u32.c: New file.
6100
6101         * modules/unistr/u32-to-u8: New file.
6102         * lib/unistr/u32-to-u8.c: New file.
6103
6104         * modules/unistr/u32-to-u16: New file.
6105         * lib/unistr/u32-to-u16.c: New file.
6106
6107         * modules/unistr/u8-check: New file.
6108         * modules/unistr/u16-check: New file.
6109         * modules/unistr/u32-check: New file.
6110         * lib/unistr/u8-check.c: New file.
6111         * lib/unistr/u16-check.c: New file.
6112         * lib/unistr/u32-check.c: New file.
6113
6114         * modules/unistr/u8-chr: New file.
6115         * modules/unistr/u16-chr: New file.
6116         * modules/unistr/u32-chr: New file.
6117         * lib/unistr/u8-chr.c: New file.
6118         * lib/unistr/u16-chr.c: New file.
6119         * lib/unistr/u32-chr.c: New file.
6120
6121         * modules/unistr/u8-cmp: New file.
6122         * modules/unistr/u16-cmp: New file.
6123         * modules/unistr/u32-cmp: New file.
6124         * lib/unistr/u8-cmp.c: New file.
6125         * lib/unistr/u16-cmp.c: New file.
6126         * lib/unistr/u32-cmp.c: New file.
6127
6128         * modules/unistr/u8-cpy: New file.
6129         * modules/unistr/u16-cpy: New file.
6130         * modules/unistr/u32-cpy: New file.
6131         * lib/unistr/u8-cpy.c: New file.
6132         * lib/unistr/u16-cpy.c: New file.
6133         * lib/unistr/u32-cpy.c: New file.
6134         * lib/unistr/u-cpy.h: New file.
6135
6136         * modules/unistr/u8-cpy-alloc: New file.
6137         * modules/unistr/u16-cpy-alloc: New file.
6138         * modules/unistr/u32-cpy-alloc: New file.
6139         * lib/unistr/u8-cpy-alloc.c: New file.
6140         * lib/unistr/u16-cpy-alloc.c: New file.
6141         * lib/unistr/u32-cpy-alloc.c: New file.
6142         * lib/unistr/u-cpy-alloc.h: New file.
6143
6144         * modules/unistr/u8-endswith: New file.
6145         * modules/unistr/u16-endswith: New file.
6146         * modules/unistr/u32-endswith: New file.
6147         * lib/unistr/u8-endswith.c: New file.
6148         * lib/unistr/u16-endswith.c: New file.
6149         * lib/unistr/u32-endswith.c: New file.
6150         * lib/unistr/u-endswith.h: New file.
6151
6152         * modules/unistr/u8-mblen: New file.
6153         * modules/unistr/u16-mblen: New file.
6154         * modules/unistr/u32-mblen: New file.
6155         * lib/unistr/u8-mblen.c: New file.
6156         * lib/unistr/u16-mblen.c: New file.
6157         * lib/unistr/u32-mblen.c: New file.
6158
6159         * modules/unistr/u8-mbtouc: New file.
6160         * modules/unistr/u16-mbtouc: New file.
6161         * modules/unistr/u32-mbtouc: New file.
6162         * lib/unistr/u8-mbtouc.c: New file.
6163         * lib/unistr/u16-mbtouc.c: New file.
6164         * lib/unistr/u32-mbtouc.c: New file.
6165
6166         * modules/unistr/u8-mbtouc-safe: New file.
6167         * modules/unistr/u16-mbtouc-safe: New file.
6168         * modules/unistr/u32-mbtouc-safe: New file.
6169         * lib/unistr/u8-mbtouc-safe.c: New file.
6170         * lib/unistr/u16-mbtouc-safe.c: New file.
6171         * lib/unistr/u32-mbtouc-safe.c: New file.
6172
6173         * modules/unistr/u8-move: New file.
6174         * modules/unistr/u16-move: New file.
6175         * modules/unistr/u32-move: New file.
6176         * lib/unistr/u8-move.c: New file.
6177         * lib/unistr/u16-move.c: New file.
6178         * lib/unistr/u32-move.c: New file.
6179         * lib/unistr/u-move.h: New file.
6180
6181         * modules/unistr/u8-next: New file.
6182         * modules/unistr/u16-next: New file.
6183         * modules/unistr/u32-next: New file.
6184         * lib/unistr/u8-next.c: New file.
6185         * lib/unistr/u16-next.c: New file.
6186         * lib/unistr/u32-next.c: New file.
6187
6188         * modules/unistr/u8-prev: New file.
6189         * modules/unistr/u16-prev: New file.
6190         * modules/unistr/u32-prev: New file.
6191         * lib/unistr/u8-prev.c: New file.
6192         * lib/unistr/u16-prev.c: New file.
6193         * lib/unistr/u32-prev.c: New file.
6194
6195         * modules/unistr/u8-set: New file.
6196         * modules/unistr/u16-set: New file.
6197         * modules/unistr/u32-set: New file.
6198         * lib/unistr/u8-set.c: New file.
6199         * lib/unistr/u16-set.c: New file.
6200         * lib/unistr/u32-set.c: New file.
6201         * lib/unistr/u-set.h: New file.
6202
6203         * modules/unistr/u8-startswith: New file.
6204         * modules/unistr/u16-startswith: New file.
6205         * modules/unistr/u32-startswith: New file.
6206         * lib/unistr/u8-startswith.c: New file.
6207         * lib/unistr/u16-startswith.c: New file.
6208         * lib/unistr/u32-startswith.c: New file.
6209         * lib/unistr/u-startswith.h: New file.
6210
6211         * modules/unistr/u8-stpcpy: New file.
6212         * modules/unistr/u16-stpcpy: New file.
6213         * modules/unistr/u32-stpcpy: New file.
6214         * lib/unistr/u8-stpcpy.c: New file.
6215         * lib/unistr/u16-stpcpy.c: New file.
6216         * lib/unistr/u32-stpcpy.c: New file.
6217         * lib/unistr/u-stpcpy.h: New file.
6218
6219         * modules/unistr/u8-stpncpy: New file.
6220         * modules/unistr/u16-stpncpy: New file.
6221         * modules/unistr/u32-stpncpy: New file.
6222         * lib/unistr/u8-stpncpy.c: New file.
6223         * lib/unistr/u16-stpncpy.c: New file.
6224         * lib/unistr/u32-stpncpy.c: New file.
6225         * lib/unistr/u-stpncpy.h: New file.
6226
6227         * modules/unistr/u8-strcat: New file.
6228         * modules/unistr/u16-strcat: New file.
6229         * modules/unistr/u32-strcat: New file.
6230         * lib/unistr/u8-strcat.c: New file.
6231         * lib/unistr/u16-strcat.c: New file.
6232         * lib/unistr/u32-strcat.c: New file.
6233         * lib/unistr/u-strcat.h: New file.
6234
6235         * modules/unistr/u8-strchr: New file.
6236         * modules/unistr/u16-strchr: New file.
6237         * modules/unistr/u32-strchr: New file.
6238         * lib/unistr/u8-strchr.c: New file.
6239         * lib/unistr/u16-strchr.c: New file.
6240         * lib/unistr/u32-strchr.c: New file.
6241
6242         * modules/unistr/u8-strcmp: New file.
6243         * modules/unistr/u16-strcmp: New file.
6244         * modules/unistr/u32-strcmp: New file.
6245         * lib/unistr/u8-strcmp.c: New file.
6246         * lib/unistr/u16-strcmp.c: New file.
6247         * lib/unistr/u32-strcmp.c: New file.
6248
6249         * modules/unistr/u8-strcpy: New file.
6250         * modules/unistr/u16-strcpy: New file.
6251         * modules/unistr/u32-strcpy: New file.
6252         * lib/unistr/u8-strcpy.c: New file.
6253         * lib/unistr/u16-strcpy.c: New file.
6254         * lib/unistr/u32-strcpy.c: New file.
6255         * lib/unistr/u-strcpy.h: New file.
6256
6257         * modules/unistr/u8-strcspn: New file.
6258         * modules/unistr/u16-strcspn: New file.
6259         * modules/unistr/u32-strcspn: New file.
6260         * lib/unistr/u8-strcspn.c: New file.
6261         * lib/unistr/u16-strcspn.c: New file.
6262         * lib/unistr/u32-strcspn.c: New file.
6263         * lib/unistr/u-strcspn.h: New file.
6264
6265         * modules/unistr/u8-strdup: New file.
6266         * modules/unistr/u16-strdup: New file.
6267         * modules/unistr/u32-strdup: New file.
6268         * lib/unistr/u8-strdup.c: New file.
6269         * lib/unistr/u16-strdup.c: New file.
6270         * lib/unistr/u32-strdup.c: New file.
6271         * lib/unistr/u-strdup.h: New file.
6272
6273         * modules/unistr/u8-strlen: New file.
6274         * modules/unistr/u16-strlen: New file.
6275         * modules/unistr/u32-strlen: New file.
6276         * lib/unistr/u8-strlen.c: New file.
6277         * lib/unistr/u16-strlen.c: New file.
6278         * lib/unistr/u32-strlen.c: New file.
6279         * lib/unistr/u-strlen.h: New file.
6280
6281         * modules/unistr/u8-strmblen: New file.
6282         * modules/unistr/u16-strmblen: New file.
6283         * modules/unistr/u32-strmblen: New file.
6284         * lib/unistr/u8-strmblen.c: New file.
6285         * lib/unistr/u16-strmblen.c: New file.
6286         * lib/unistr/u32-strmblen.c: New file.
6287
6288         * modules/unistr/u8-strmbtouc: New file.
6289         * modules/unistr/u16-strmbtouc: New file.
6290         * modules/unistr/u32-strmbtouc: New file.
6291         * lib/unistr/u8-strmbtouc.c: New file.
6292         * lib/unistr/u16-strmbtouc.c: New file.
6293         * lib/unistr/u32-strmbtouc.c: New file.
6294
6295         * modules/unistr/u8-strncat: New file.
6296         * modules/unistr/u16-strncat: New file.
6297         * modules/unistr/u32-strncat: New file.
6298         * lib/unistr/u8-strncat.c: New file.
6299         * lib/unistr/u16-strncat.c: New file.
6300         * lib/unistr/u32-strncat.c: New file.
6301         * lib/unistr/u-strncat.h: New file.
6302
6303         * modules/unistr/u8-strncmp: New file.
6304         * modules/unistr/u16-strncmp: New file.
6305         * modules/unistr/u32-strncmp: New file.
6306         * lib/unistr/u8-strncmp.c: New file.
6307         * lib/unistr/u16-strncmp.c: New file.
6308         * lib/unistr/u32-strncmp.c: New file.
6309
6310         * modules/unistr/u8-strncpy: New file.
6311         * modules/unistr/u16-strncpy: New file.
6312         * modules/unistr/u32-strncpy: New file.
6313         * lib/unistr/u8-strncpy.c: New file.
6314         * lib/unistr/u16-strncpy.c: New file.
6315         * lib/unistr/u32-strncpy.c: New file.
6316         * lib/unistr/u-strncpy.h: New file.
6317
6318         * modules/unistr/u8-strnlen: New file.
6319         * modules/unistr/u16-strnlen: New file.
6320         * modules/unistr/u32-strnlen: New file.
6321         * lib/unistr/u8-strnlen.c: New file.
6322         * lib/unistr/u16-strnlen.c: New file.
6323         * lib/unistr/u32-strnlen.c: New file.
6324         * lib/unistr/u-strnlen.h: New file.
6325
6326         * modules/unistr/u8-strpbrk: New file.
6327         * modules/unistr/u16-strpbrk: New file.
6328         * modules/unistr/u32-strpbrk: New file.
6329         * lib/unistr/u8-strpbrk.c: New file.
6330         * lib/unistr/u16-strpbrk.c: New file.
6331         * lib/unistr/u32-strpbrk.c: New file.
6332         * lib/unistr/u-strpbrk.h: New file.
6333
6334         * modules/unistr/u8-strrchr: New file.
6335         * modules/unistr/u16-strrchr: New file.
6336         * modules/unistr/u32-strrchr: New file.
6337         * lib/unistr/u8-strrchr.c: New file.
6338         * lib/unistr/u16-strrchr.c: New file.
6339         * lib/unistr/u32-strrchr.c: New file.
6340
6341         * modules/unistr/u8-strspn: New file.
6342         * modules/unistr/u16-strspn: New file.
6343         * modules/unistr/u32-strspn: New file.
6344         * lib/unistr/u8-strspn.c: New file.
6345         * lib/unistr/u16-strspn.c: New file.
6346         * lib/unistr/u32-strspn.c: New file.
6347         * lib/unistr/u-strspn.h: New file.
6348
6349         * modules/unistr/u8-strstr: New file.
6350         * modules/unistr/u16-strstr: New file.
6351         * modules/unistr/u32-strstr: New file.
6352         * lib/unistr/u8-strstr.c: New file.
6353         * lib/unistr/u16-strstr.c: New file.
6354         * lib/unistr/u32-strstr.c: New file.
6355         * lib/unistr/u-strstr.h: New file.
6356
6357         * modules/unistr/u8-strtok: New file.
6358         * modules/unistr/u16-strtok: New file.
6359         * modules/unistr/u32-strtok: New file.
6360         * lib/unistr/u8-strtok.c: New file.
6361         * lib/unistr/u16-strtok.c: New file.
6362         * lib/unistr/u32-strtok.c: New file.
6363         * lib/unistr/u-strtok.h: New file.
6364
6365         * modules/unistr/u8-uctomb: New file.
6366         * modules/unistr/u16-uctomb: New file.
6367         * modules/unistr/u32-uctomb: New file.
6368         * lib/unistr/u8-uctomb.c: New file.
6369         * lib/unistr/u16-uctomb.c: New file.
6370         * lib/unistr/u32-uctomb.c: New file.
6371
6372         * MODULES.html.sh (Unicode string functions): Add the new modules.
6373
6374 2007-01-08  Bruno Haible  <bruno@clisp.org>
6375
6376         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
6377         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
6378         subdirectories.
6379
6380 2007-01-08  Karl Berry  <karl@gnu.org>
6381
6382         * doc/error.texi: mention that main() fns must set program_name
6383         when progname is used.
6384
6385 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
6386
6387         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
6388         WCTYPE_H is empty, for the benefit of builds from non-distclean
6389         directories.  Problem reported by Eric Blake in
6390         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
6391
6392 2007-01-08  Bruno Haible  <bruno@clisp.org>
6393
6394         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
6395         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
6396         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
6397         PROVIDE_CANONICALIZE_FILENAME_MODE.
6398         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
6399
6400 2007-01-08  Bruno Haible  <bruno@clisp.org>
6401
6402         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
6403         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
6404         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
6405         * lib/fts.c: Likewise.
6406         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
6407
6408 2006-12-25  Bruno Haible  <bruno@clisp.org>
6409
6410         * modules/utf8-ucs4-safe: New file.
6411         * lib/utf8-ucs4-safe.h: New file.
6412         * lib/unistr/utf8-ucs4-safe.c: New file.
6413
6414         * modules/utf16-ucs4-safe: New file.
6415         * lib/utf16-ucs4-safe.h: New file.
6416         * lib/unistr/utf16-ucs4-safe.c: New file.
6417
6418         * MODULES.html.sh (Unicode string functions): Add the new modules.
6419
6420 2007-01-08  Bruno Haible  <bruno@clisp.org>
6421
6422         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
6423         (Depends-on): Add unitypes.
6424         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
6425         (u8_mbtouc_aux): Move out to separate file.
6426         (u8_mbtouc): Use ucs4_t, uint8_t types.
6427         * lib/unistr/utf8-ucs4.c: New file.
6428
6429         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
6430         (Depends-on): Add unitypes.
6431         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
6432         (u16_mbtouc_aux): Move out to separate file.
6433         (u16_mbtouc): Use ucs4_t, uint16_t types.
6434         * lib/unistr/utf16-ucs4.c: New file.
6435
6436         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
6437         (Depends-on): Add unitypes.
6438         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
6439         (u8_uctomb_aux): Move out to separate file.
6440         (u8_uctomb): Use ucs4_t, uint8_t types.
6441         * lib/unistr/ucs4-utf8.c: New file.
6442
6443         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
6444         (Depends-on): Add unitypes.
6445         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
6446         (u16_uctomb_aux): Move out to separate file.
6447         (u16_uctomb): Use ucs4_t, uint16_t types.
6448         * lib/unistr/ucs4-utf16.c: New file.
6449
6450 2006-12-25  Bruno Haible  <bruno@clisp.org>
6451
6452         * modules/unitypes: New file.
6453         * lib/unitypes.h: New file.
6454         * MODULES.html.sh (func_all_modules): New section "Unicode string
6455         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
6456         this section. Add unitypes.
6457
6458 2007-01-08  Bruno Haible  <bruno@clisp.org>
6459
6460         Avoid variable names that conflict with those from libtool.
6461         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
6462         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
6463         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
6464         library_names_spec to acl_library_names_spec, hardcode_* to
6465         acl_hardcode_*.
6466         Reported by Ralf Wildenhues.
6467
6468 2007-01-08  Bruno Haible  <bruno@clisp.org>
6469
6470         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
6471         definition.
6472         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
6473         definition.
6474         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
6475         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
6476         definition.
6477         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
6478         definition.
6479         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
6480         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
6481         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
6482         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
6483         definition.
6484         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
6485         definition.
6486         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
6487         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
6488         GC_USE_<algorithm>.
6489         * lib/gc-libgcrypt.c: Likewise.
6490         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
6491         * modules/gc-arctwo (configure.ac): Likewise.
6492         * modules/gc-des (configure.ac): Likewise.
6493         * modules/gc-hmac-md5 (configure.ac): Likewise.
6494         * modules/gc-hmac-sha1 (configure.ac): Likewise.
6495         * modules/gc-md2 (configure.ac): Likewise.
6496         * modules/gc-md4 (configure.ac): Likewise.
6497         * modules/gc-md5 (configure.ac): Likewise.
6498         * modules/gc-random (configure.ac): Likewise.
6499         * modules/gc-rijndael (configure.ac): Likewise.
6500         * modules/gc-sha1 (configure.ac): Likewise.
6501
6502 2007-01-08  Bruno Haible  <bruno@clisp.org>
6503
6504         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
6505         macro definition.
6506         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
6507         definition.
6508         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
6509         definition.
6510         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
6511         * modules/fcntl-safer (configure.ac): Likewise.
6512         * modules/fopen-safer (configure.ac): Likewise.
6513         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
6514         GNULIB_FWRITEERROR macro definition.
6515
6516 2007-01-08  Bruno Haible  <bruno@clisp.org>
6517
6518         * m4/gnulib-common.m4: New file.
6519         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
6520         (func_get_filelist): Add m4/gnulib-common.m4.
6521
6522 2007-01-08  Bruno Haible  <bruno@clisp.org>
6523
6524         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
6525         command.
6526
6527 2007-01-08  Jim Meyering  <jim@meyering.net>
6528
6529         Use a more robust test for a "can't happen" condition.
6530         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
6531         narrowed the st_size value.  Presuming the "can't happen" condition
6532         is true, that narrowing could conceivably convert an invalid st_size
6533         value into a valid one.  Instead, use a change based on Matthew
6534         Woehlke's original patch.
6535
6536         Slight readability improvement: use an assert-like macro
6537         in place of literal "abort ()" uses.
6538         * lib/fts.c (fts_assert): Define.
6539         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
6540         Use this macro instead of a bare 'abort'.
6541
6542 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6543
6544         Don't worry about using IRIX 5.3's wctype.h broken definitions;
6545         simply work around them.
6546         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
6547         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
6548         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
6549         declaring.
6550         Don't bother to define as macros, since the standard doesn't require it.
6551         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
6552         longer worry about IRIX 5.3.
6553         (HAVE_WCTYPE_CTMP_BUG): Remove.
6554
6555 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6556
6557         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
6558         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
6559         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6560         Problems reported by Georg Schwarz for IRIX 5.3.
6561
6562         * gnulib-tool (autoconf_minversion): Take the maximum version number
6563         found, not the minimum.  Problem reported by James Youngman.
6564
6565 2007-01-03  Karl Berry  <karl@gnu.org>
6566
6567         * doc/error.texi: new file, explaining interaction with progname.
6568         * doc/gnulib.texi: include it.  Update copyright.
6569
6570 2007-01-03  Simon Josefsson  <simon@josefsson.org>
6571
6572         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
6573         AC_CANONICAL_HOST, to improve autobuild outputs.
6574
6575 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
6576             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6577
6578         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
6579         sockets, server sockets, and other file descriptors.  Count errors
6580         to compute the return value.  Reorder the code a bit to be easier
6581         to follow.  Don't set event bits that were not requested (except
6582         POLLERR and POLLHUP).
6583
6584 2007-01-01  Bruno Haible  <bruno@clisp.org>
6585
6586         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
6587
6588 2007-01-03  Jim Meyering  <jim@meyering.net>
6589
6590         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
6591
6592 2007-01-02  Bruno Haible  <bruno@clisp.org>
6593
6594         * modules/settime (Include): Require timespec.h.
6595         * modules/nanosleep (Include): Likewise.
6596
6597 2007-01-01  Bruno Haible  <bruno@clisp.org>
6598
6599         * gnulib-tool (func_emit_copyright_notice): Bump year.
6600         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
6601
6602 2007-01-01  Bruno Haible  <bruno@clisp.org>
6603
6604         Improve support for OpenBSD.
6605         * build-aux/config.rpath (libname_spec): Export.
6606         (library_names_spec): New variable. Export.
6607         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
6608         library_names_spec from the config.rpath output. Locate shared library
6609         through the name pattern in library_names_spec.
6610
6611 2007-01-01  Eric Blake  <ebb9@byu.net>
6612
6613         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
6614
6615 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
6616
6617         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
6618         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
6619         assume the C locale, and avoid an "eval" that could cause trouble.
6620         Problem with SORT reported by Bob Proulx.
6621
6622         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
6623         Define.  Trivial patch from Henning Nielsen Lund, originally
6624         sent to bug-grep@gnu.org today.
6625
6626 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
6627
6628         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
6629         struct stat.  Problem reported by Henning Nielsen Lund.
6630         * lib/acl.c: Include acl.h first, to check interface.  Don't
6631         bother to include sys/types.h and sys/stat.h again.
6632
6633 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
6634
6635         Import the following change from libc; problem reported by
6636         Sven Verdoolaege.
6637
6638         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
6639
6640         [BZ #1373]
6641         * lib/argp.h: Remove __NTH for __argp_usage inline function.
6642
6643 2006-12-28  Jim Meyering  <jim@meyering.net>
6644
6645         * build-aux/announce-gen: Do not assume that the package
6646         builds any of tar.gz, tar.bz2, and .xdelta files.
6647         Suggestion from Simon Josefsson.
6648
6649 2006-12-28  Simon Josefsson  <simon@josefsson.org>
6650
6651         * modules/announce-gen: New file.
6652
6653 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
6654
6655         * lib/mbchar.h: Just include <wctype.h>; the wctype module
6656         handles its gotchas now.
6657         * lib/mbswidth.c: Likewise.
6658         * lib/wcwidth.h: Likewise.
6659         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
6660         and iswcntrl; the wctype module does this stuff now.
6661         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
6662         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
6663         * modules/mbchar (Depends-on): Add wctype.
6664         * modules/mbswidth (Depends-on): Likewise.
6665         * modules/wcwidth (Depends-on): Likewise.
6666
6667 2006-12-27  Eric Blake  <ebb9@byu.net>
6668
6669         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
6670         module uses more than what <wctype.h> is required to provide.
6671
6672 2006-12-26  Eric Blake  <ebb9@byu.net>
6673
6674         * gnulib-tool (sed_extract_prog): Avoid space-tab.
6675
6676 2006-12-26  Eric Blake  <ebb9@byu.net>
6677
6678         * modules/absolute-header: New module.
6679         * modules/fcntl (Depends-on): Depend on it.
6680         * modules/inttypes (Depends-on): Likewise.
6681         * modules/stdint (Depends-on): Likewise.
6682         * modules/sys_stat (Depends-on): Likewise.
6683         * modules/wctype (Depends-on): Likewise.
6684         * MODULES.html.sh (Support for building libraries and
6685         executables): Document it.
6686
6687 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
6688
6689         * gnulib-tool (SED): Remove, undoing previous change.
6690         The problem was that it broke coreutils on Solaris, because
6691         "sed --posix" leaked into a makefile.
6692         (sed): New alias, if 'alias' and GNU sed.
6693
6694 2006-12-24  Jim Meyering  <jim@meyering.net>
6695
6696         Work around an fchownat bug in glibc-2.4:
6697         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
6698         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
6699         in spite of the -P option.
6700         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
6701         New macros.
6702         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
6703         * modules/openat (Files): Add lib/fchownat.c.
6704         * lib/openat.c (fchownat): Don't define here.  Move to...
6705         * lib/fchownat.c: ...this new file.
6706
6707 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
6708
6709         Fix bug reported by Bruno Haible in
6710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
6711         where quotearg.c didn't compile on Mac OS X 10.2 because it
6712         lacks <wchar.h> and wint_t.
6713         * lib/wctype_.h (__wctype_wint_t): New type.
6714         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
6715         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
6716         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
6717         Arg is now of type __wctype_wint_t, not wint_t.
6718         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
6719         substitute HAVE_WINT_T.
6720         * modules/wctype (Files): Add m4/wint_t.m4.
6721         (wctype.h): Substitute HAVE_WINT_T.
6722
6723 2006-12-23  Bruno Haible  <bruno@clisp.org>
6724
6725         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
6726
6727 2006-12-23  Bruno Haible  <bruno@clisp.org>
6728
6729         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
6730         S_ISLNK.
6731         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
6732         mingw.
6733
6734 2006-12-22  Bruno Haible  <bruno@clisp.org>
6735
6736         * lib/copy-file.c: Include acl.h.
6737         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
6738         Close the file descriptors only after being done with copy_acl.
6739         * modules/copy-file (Depends-on): Add acl.
6740
6741 2006-12-22  Bruno Haible  <bruno@clisp.org>
6742
6743         * gnulib-tool (SED): New variable.
6744         Use $SED instead of sed everywhere.
6745
6746 2006-12-22  Bruno Haible  <bruno@clisp.org>
6747
6748         * modules/no-c++: New file.
6749         * m4/no-c++.m4: New file.
6750         * MODULES.html.sh (Support for building libraries and executables):
6751         Add no-c++.
6752
6753 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
6754
6755         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
6756         Include <limits.h>, and use its INT_MAX to rewrite the
6757         j loop so that it does not overflow 'int'.  Problem reported by
6758         Ralf Wildenhues in
6759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
6760         Play it safe by shifting left by 1 rather than multiplying by 2,
6761         as GCC is less likely to optimize this away when the value
6762         is signed (when it assumes overflow leads to undefined behavior).
6763         Also, don't assume time_t uses two's complement.
6764
6765 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
6766
6767         * MODULES.html.sh: New module wctype.
6768         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
6769         * lib/fnmatch.c: Don't bother to include <wchar.h> before
6770         <wctype.h>, since the new wctype module should fix this.
6771         * lib/quotearg.c: Include <wctype.h> unconditionally, since
6772         the wctype module should arrange for it.
6773         * lib/regex_internal.h: Likewise.
6774         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
6775         since the wctype module should handle this now.
6776         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
6777         * modules/fnmatch (Depends-on): Add wctype.
6778         * modules/quotearg (Depends-on): Likewise.
6779         * modules/regex (Depends-on): Likewise.
6780
6781 2006-12-19  Bruno Haible  <bruno@clisp.org>
6782
6783         * lib/strdup.h [C++]: Wrap definitions in extern "C".
6784         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
6785
6786 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6787
6788         * modules/savewd (Depends-on): Fix dependency on fcntl.
6789
6790 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6791
6792         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
6793         conforms to C99, rather than relying on the user's environment
6794         setting of STDINT_H.
6795
6796 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
6797         and Eric Blake  <ebb9@byu.net>
6798
6799         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
6800         This is more consistent with the other defines here.
6801         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
6802         Port to z/OS.  Problem reported by Paul Gilmartin.
6803         Change local vars to use gl_ prefix rather than ac_.
6804         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
6805         with other defines.
6806         * modules/double-slash-root: New module.
6807         * modules/dirname (Files): Remove m4/double-slash-root.m4.
6808         (Depends-on): Add double-slash-root.
6809         * MODULES.html.sh (File system functions): Mention new module.
6810
6811 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
6812
6813         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
6814         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
6815         This is for the benefit of gzip, which doesn't do i18n.
6816
6817 2006-12-12  Jim Meyering  <jim@meyering.net>
6818
6819         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
6820         Reported by Andreas Schwab <schwab@suse.de>.
6821
6822 2006-12-12  Bruno Haible  <bruno@clisp.org>
6823
6824         Merge these changes.
6825         2006-09-05  Bruno Haible  <bruno@clisp.org>
6826         * lib/iconvme.c (iconv_string): No need to save and restore errno when
6827         iconv_alloc succeeded.
6828         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
6829         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
6830         test for " && dest " at the end - dest is always != NULL there. Call
6831         iconv with 4xNULL arguments initially, to reset the state. Call iconv
6832         with 2xNULL arguments, also to flush the state storage. Handle the
6833         IRIX iconv behaviour. Realloc the final result, to throw away unused
6834         memory.
6835
6836 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
6837
6838         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
6839         and fchmodat unconditionally, since glibc 2.4 has them.
6840         Problem reported by Arkadiusz Miskiewicz.
6841
6842 2006-12-10  Bruno Haible  <bruno@clisp.org>
6843
6844         * gnulib-tool (func_import): Show the include files only for those
6845         modules that are copied and specified.
6846         Reported by Karl Berry.
6847
6848 2006-12-08  Jim Meyering  <jim@meyering.net>
6849
6850         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
6851         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
6852
6853         * build-aux/announce-gen: Add two new options, both optional:
6854         --bootstrap-tools=TOOL_LIST
6855               a comma-separated list of tools, e.g.,
6856               autoconf,automake,bison,gnulib
6857         --gnulib-snapshot-date=DATE
6858               if gnulib is in the bootstrap tool list,
6859               then report this as the snapshot date.
6860               If not specified, use the current date/time.
6861               If you specify a date here, be sure it's UTC.
6862
6863 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6864
6865         * tests/test-argp-2.sh: Fix test to match actual output.
6866         (func_compare): Fix sed script to be portable.
6867
6868 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
6869
6870         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
6871         workaround for this case.  It is not autoconfigured now; offhand
6872         it's hard to see how to autoconfigure it.
6873
6874 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
6875
6876         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
6877         a directory that is about to be chowned.  Such a directory's
6878         initial file permissions should permit the owner only and this
6879         should not be changed until after the chown, since the group and
6880         other bits would be incorrect if they granted permission before
6881         the chown.
6882
6883         Fix porting problem for iswctype reported by Georg Schwarz in:
6884         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
6885         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
6886         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
6887         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
6888         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
6889
6890 2006-12-03  Jim Meyering  <jim@meyering.net>
6891
6892         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
6893         p->fts_statp may not yet be defined.
6894         (fts_read): Instead, set it in the caller, once p->fts_statp is
6895         sure to be defined, and corresponds to a top-level directory.
6896         This bug made du -x fail.  Here's the coreutils test case:
6897         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
6898         Reported by Mike Frysinger.
6899
6900 2006-12-01  Jim Meyering  <jim@meyering.net>
6901
6902         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
6903         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
6904         Reported by Simon Josefsson.
6905
6906 2006-11-30  Jim Meyering  <jim@meyering.net>
6907
6908         * m4/warning.m4: Use the all-permissive copyright notice
6909         recommended by RMS (rather than LGPL).
6910         * m4/vararrays.m4: Likewise.
6911         * m4/flexmember.m4: Likewise.
6912
6913 2006-11-29  Bruno Haible  <bruno@clisp.org>
6914
6915         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6916         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
6917         using +=.
6918         Reported by Simon Josefsson <simon@josefsson.org>.
6919
6920 2006-11-28  James Youngman <jay@gnu.org>
6921
6922         * README: Advise users that they might find the bug-gnulib@gnu.org
6923         and autotools-announce@gnu.org mailing lists useful.
6924
6925 2006-11-28  Bruno Haible  <bruno@clisp.org>
6926
6927         * m4/ptrdiff_max.m4: Remove file.
6928
6929 2006-11-21  Bruno Haible  <bruno@clisp.org>
6930
6931         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
6932         _AC_COMPUTE_INT.
6933         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6934         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
6935         _AC_COMPUTE_INT.
6936         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6937         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
6938         _AC_COMPUTE_INT.
6939         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6940
6941 2006-11-28  Jim Meyering  <jim@meyering.net>
6942
6943         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
6944         warning from "gcc -Wshadow" about shadowing the builtin.
6945
6946 2006-11-27  Bruno Haible  <bruno@clisp.org>
6947
6948         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
6949         _AC_COMPUTE_INT.
6950         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
6951
6952 2006-11-27  Bruno Haible  <bruno@clisp.org>
6953             Paul Eggert  <eggert@cs.ucla.edu>
6954
6955         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
6956
6957 2006-11-26  Bruno Haible  <bruno@clisp.org>
6958
6959         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
6960         noinst_LTLIBRARIES.
6961
6962 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
6963             Bruno Haible  <bruno@clisp.org>
6964
6965         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
6966         if compiling with "gcc -ansi".
6967
6968 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
6969
6970         Fix some incompatibilities with gcc -ansi -pedantic.
6971         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
6972         if compiling pedantically with GCC, unless it's C99 or later.
6973         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
6974         it mishandles gcc -ansi -pedantic as well.
6975         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
6976         if gcc -pedantic.
6977         * lib/regexec.c (check_node_accept_bytes): Don't use auto
6978         initializers for struct if -pedantic, unless it's C99 or later.
6979
6980 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
6981
6982         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
6983         Don't close an fd more than once. Identical atimes indicate
6984         success, not failure.
6985
6986 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
6987
6988         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
6989
6990 2006-11-23  Jim Meyering  <jim@meyering.net>
6991
6992         * build-aux/announce-gen: New file.  From coreutils.
6993
6994 2006-11-22  Jim Meyering  <jim@meyering.net>
6995
6996         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
6997         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
6998         (fts_read): Use a temporary to narrow the overused st_size member
6999         before using it in a switch statement.  Reported by Matthew Woehlke.
7000
7001         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
7002         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7003
7004 2006-11-20  Bruno Haible  <bruno@clisp.org>
7005
7006         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
7007         changequote instead of pairs of brackets.
7008         Reported by Andreas Schwab <schwab@suse.de>.
7009
7010 2006-11-21  Jim Meyering  <jim@meyering.net>
7011
7012         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
7013         so as to remain compatible with older compilers.
7014         Patch from Michael Deutschmann.
7015
7016 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7017
7018         * MODULES.html.sh (File system functions): Add openat.
7019
7020         * lib/openat.h (rpl_fstatat): New macro, if
7021         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
7022         (fstatat): Define to rpl_fstatat under the same conditions,
7023         unless COMPILING_FSTATAT.
7024         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
7025         seems to have the bug.
7026         * lib/fstatat.c: New file.
7027         * modules/openat (Files): Add it.
7028
7029 2006-11-20  Bruno Haible  <bruno@clisp.org>
7030
7031         * Makefile: New file.
7032
7033 2006-11-20  Jim Meyering  <jim@meyering.net>
7034
7035         The beginnings of syntax-related checks for gnulib.
7036         * lib/Makefile: New file.
7037         * lib/t-idcache: New script.  Ensure that the two halves of
7038         idcache.c stay in sync.
7039
7040         * lib/idcache.c: Adjust comments in user- and group- portions to
7041         be more accurate, and to be consistent with one another.
7042
7043 2006-11-20  Jim Meyering  <jim@meyering.net>
7044
7045         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
7046         continue using the flexible array member (thus, this module performs
7047         half as many malloc calls), with the addition that...
7048         (getgroup, getuser): Consistently record a non-match via an empty
7049         "name" string, and map an empty string match to a NULL return value.
7050         * modules/idcache (Depends-on): Re-add flexmember.
7051
7052         * lib/idcache.c (getuser): Remove all uses of the register keyword.
7053         (getuidbyname, getgroup, getgidbyname): Likewise.
7054
7055         Use cleaner syntax: NULL rather than 0.
7056         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
7057
7058 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
7059
7060         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
7061         It mishandled the case where the group was missing.
7062         Problem reported by Greg Schafer.
7063         * modules/idcache: Likewise.
7064
7065 2006-11-18  Jim Meyering  <jim@meyering.net>
7066
7067         * check-module (%exempt_header): Add exception for some
7068         conditionally-included headers.
7069
7070         * modules/i-ring (Depends-on): Add verify.
7071         (License): Change to LGPL.
7072
7073 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
7074
7075         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
7076         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
7077         and inttostr.h.  Use snprintf rather than uinttostr, so that
7078         LGPLed code doesn't depend on GPLed.
7079
7080 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7081
7082         * modules/inline (License): Change from GPL to LGPL.
7083
7084 2006-11-17  Jim Meyering  <jim@meyering.net>
7085
7086         * modules/d-type (License): Switch to LGPL.
7087
7088 2006-11-15  Bruno Haible  <bruno@clisp.org>
7089
7090         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
7091
7092 2006-11-15  Eric Blake  <ebb9@byu.net>
7093
7094         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
7095         the module dependency.
7096
7097 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7098             Bruno Haible  <bruno@clisp.org>
7099
7100         * gnulib-tool (func_create_testdir): Add license consistency check.
7101
7102 2006-11-15  Eric Blake  <ebb9@byu.net>
7103
7104         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
7105         random "(cached)" in configure output.
7106
7107 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7108
7109         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
7110         test for conforming inttypes.h is both announced and cached.
7111
7112         * MODULES.html.sh (seen_modules, seen_files): New variables.
7113         (func_module): Rewrite to use a few less gnulib-tool and sed
7114         invocations.  Avoid a couple of quadratic algorithms for ...
7115         (missed_modules, missed_files): ... these, with ...
7116         (func_append, func_tmpdir): ... these new functions, from
7117         gnulib-tool.  Analogously, install traps for cleanup.
7118
7119         * tests/test-gc.c (main): Remove unused variables.
7120         * tests/test-read-file.c: Include stdlib.h, for 'free'.
7121
7122 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
7123
7124         * modules/inttostr (License): Change to LGPL.
7125
7126 2006-11-14  Eric Blake  <ebb9@byu.net>
7127
7128         * modules/tempname (License): Change to LGPL.
7129
7130 2006-11-14  Eric Blake  <ebb9@byu.net>
7131
7132         * doc/functions.texi (Function Portability): *printf functions on
7133         Cygwin now understand all POSIX size specifiers.
7134
7135 2006-11-14  Bruno Haible  <bruno@clisp.org>
7136
7137         * modules/c-ctype (License): Change to LGPL.
7138
7139 2006-11-12  Bruno Haible  <bruno@clisp.org>
7140
7141         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
7142         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
7143         for GNOME libraries, for which the include files are installed in
7144         subdirectories of $prefix/include.
7145
7146 2006-11-12  Bruno Haible  <bruno@clisp.org>
7147
7148         * m4/lib-link.m4: Require at least autoconf-2.54.
7149         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
7150         name to underscores for the --with option.
7151
7152 2006-11-13  Bruno Haible  <bruno@clisp.org>
7153
7154         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
7155         the tests directory.
7156         Reported by Ralf Wildenhues.
7157
7158 2006-11-13  Bruno Haible  <bruno@clisp.org>
7159
7160         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
7161         (func_emit_initmacro_end): Undo the override here.
7162         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
7163         Works around the famous automake error in coreutils.
7164
7165 2006-11-13  Eric Blake  <ebb9@byu.net>
7166
7167         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
7168         element, not its node.
7169
7170 2006-11-12  Bruno Haible  <bruno@clisp.org>
7171
7172         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
7173         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
7174
7175 2006-11-12  Bruno Haible  <bruno@clisp.org>
7176
7177         * gnulib-tool: New option --local-symlink.
7178         (func_usage): Document it.
7179         (lsymbolic): New variable.
7180         (func_import, func_create_testdir): If --symlink was not specified,
7181         test whether --local-symlink was specified and the file comes from
7182         the local_gnulib_dir.
7183
7184 2006-11-12  Bruno Haible  <bruno@clisp.org>
7185
7186         * gnulib-tool (func_ln): New function.
7187         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
7188
7189 2006-11-12  Bruno Haible  <bruno@clisp.org>
7190
7191         Finish support for source files in subdirectories.
7192         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
7193         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
7194         AUTOMAKE_OPTIONS.
7195         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
7196
7197 2006-11-12  Bruno Haible  <bruno@clisp.org>
7198
7199         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7200         EXTRA_lib_SOURCES augmentation.
7201         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
7202
7203 2006-11-12  Jim Meyering  <jim@meyering.net>
7204
7205         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
7206         file descriptors.  This also averts a failure on systems with
7207         native openat support when a traversed directory lacks "x" access.
7208         * lib/fts_.h: Include "i-ring.h"
7209         (struct FTS) [fts_fd_ring]: New member.
7210         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
7211         (FCHDIR): Add parentheses.
7212         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
7213         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
7214         When descending, rather than simply closing the previous
7215         fts_cwd_fd value, push that file descriptor onto the ring.
7216         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
7217         (fts_open): Initialize the new fd_ring member.
7218         (fts_close): Clear the ring.
7219         (fts_safe_changedir): When possible, use our new fd_ring to skip
7220         the diropen and fstat and dev/ino comparison that would normally
7221         accompany a virtual `chdir ("..")'.
7222
7223         * modules/fts (Depends-on): Add i-ring.
7224         * modules/i-ring: New module.
7225         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
7226         * m4/i-ring.m4: New file.
7227
7228 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7229
7230         * gnulib-tool (func_create_testdir): Fix replacement of
7231         `build-aux' in configure.ac.  Run autotools in gltests
7232         subdirectory.
7233         (func_create_testdir, func_create_megatestdir, test): There is
7234         no need for '--force' in most autotool invocations in a new
7235         tree.  Actually fail the whole test if any of the tools, or the
7236         configure or make stages fail.
7237
7238         Sync from Automake.
7239         * build-aux/gnupload: Revert last change.  Add pointer to upload
7240         instructions of the GNU Maintenance Instructions.
7241         Suggestion by Karl Berry.
7242
7243 2006-11-10  Jim Meyering  <jim@meyering.net>
7244
7245         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
7246
7247 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7248
7249         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
7250         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
7251         (bind_textdomain_codeset) [! ENABLE_NLS]:
7252         Evaluate all the arguments.  That way, callers get compatible behavior
7253         if the arguments have side effects.  Also, it avoids some GCC
7254         diagnostics in some cases; Joel E. Denny reported problems when Bison
7255         was configured with --enable-gcc-warnigs.
7256
7257 2006-11-10  Jim Meyering  <jim@meyering.net>
7258
7259         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
7260         relevant options in CFLAGS (like -O, -fno-inline) are taken into
7261         account.
7262
7263 2006-11-10  Jim Meyering  <jim@meyering.net>
7264
7265         * modules/inline: New file/module.
7266         * modules/xalloc (Files): Remove m4/inline.m4.
7267         (Depends-on): Add inline, instead.
7268         * modules/oset: Likewise.
7269         * modules/list: Likewise.
7270
7271 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
7272
7273         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
7274         Problem reported by Matthew Woehlke.
7275
7276 2006-11-09  Bruno Haible  <bruno@clisp.org>
7277
7278         * lib/tempname.c (gen_tempname): Remove variant that invokes
7279         __gen_tempname.
7280         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
7281         __gen_tempname.
7282
7283 2006-11-08  Bruno Haible  <bruno@clisp.org>
7284
7285         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
7286         to 'yes' instead of 'cross-compiling'.
7287
7288 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
7289
7290         * lib/quotearg.h (quotearg_free): New decl.
7291         * lib/quotearg.c (quotearg_free): New function.
7292         (slot0, nslots, slotvec0, slotvec):
7293         Now file-scope so that quotearg_free can get at them.
7294
7295 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7296
7297         Sync from Automake.
7298         * build-aux/gnupload: Add missing 'gnu' to example URL.
7299         Report by Karl Berry.
7300
7301 2006-11-08  Bruno Haible  <bruno@clisp.org>
7302
7303         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
7304         Suggested by Paul Eggert.
7305
7306 2006-11-08  Jim Meyering  <jim@meyering.net>
7307
7308         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
7309         It's already included if !_LIBC.
7310         (fts_safe_changedir): Add a comment.
7311
7312 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
7313
7314         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
7315         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
7316         Matthew Woehlke.
7317
7318         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
7319         definitions up, to avoid colliding with change below.
7320         (static_inline) [HAVE_INLINE]: New macro.
7321         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
7322         Provide extern decls when !HAVE_INLINE.  Do not define unless
7323         static_inline is defined, either by us or by xmalloc.c.  Use
7324         static_inline rather than static inline.
7325         (XCALLOC): Optimize sizeof(T) = 1 case.
7326         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
7327
7328 2006-11-07  Bruno Haible  <bruno@clisp.org>
7329
7330         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
7331         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
7332         AC_C_INLINE.
7333         * modules/xalloc (Files): Add m4/inline.m4.
7334
7335 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7336
7337         * README: Fix typo.
7338         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
7339         (Miscellanous Notes): ...from this.
7340
7341 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
7342
7343         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
7344         Mention that offsetof should be used instead of sizeof.
7345         From Bruno Haible.
7346
7347 2006-11-07  Bruno Haible  <bruno@clisp.org>
7348
7349         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
7350
7351 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
7352
7353         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
7354         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
7355         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
7356         (gl_tree_add_before, gl_tree_add_after):
7357         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
7358         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
7359         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
7360         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
7361         (gl_linked_add_after, gl_linked_add_at): Likewise.
7362         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
7363         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
7364         (gl_tree_add_before, gl_tree_add_after): Likewise.
7365         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
7366         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
7367         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7368
7369 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7370
7371         * lib/gl_oset.h: Use C comment style, not C++ comment style.
7372
7373 2006-11-06  Bruno Haible  <bruno@clisp.org>
7374
7375         * m4/inline.m4: New file.
7376         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
7377         * modules/list (Files): Add m4/inline.m4.
7378         * modules/oset (Files): Likewise.
7379
7380 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
7381
7382         * lib/idcache.c: Include <stddef.h>, for offsetof.
7383         (struct userid.name): Change from char * to a flexible array member.
7384         All uses changed.
7385         * modules/idcache (Depends-on): Add flexmember.
7386
7387         * MODULES.html.sh (Core language properties): New module flexmember.
7388         * modules/flexmember, m4/flexmember.m4: New files.
7389
7390         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
7391         inline functions that are identical with the old xnmalloc_inline,
7392         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
7393         that we can avoid some unnecessary integer multiplications and
7394         divisions in the common case where the element size is known at
7395         compile time.
7396         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
7397         needed.
7398         (xnboundedmalloc): Remove.
7399         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
7400         arguments, for consistency with rest of this header.
7401         (xcharalloc): Rewrite using XNMALLOC.
7402         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
7403         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
7404         versions have been moved to lib/xalloc.h and renamed to be the
7405         non-*_inline versions.
7406         (xmalloc, xrealloc): Implement without reference to the xnmalloc
7407         and xnrealloc functions, since those functions are now inline and
7408         now call us.
7409         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
7410         renaming described above.
7411         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
7412         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
7413         captures the dependency in AC_C_INLINE.
7414
7415         New module canonicalize-lgpl, proposed by Charles Wilson in
7416         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
7417         with a few small changes afterwards.
7418         * MODULES.html.sh (File system functions): New module
7419         canonicalize-lgpl.
7420         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
7421         and canonicalize_file_name.
7422         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
7423         * modules/canonicalize-lgpl: New files.
7424
7425 2006-11-05  Bruno Haible  <bruno@clisp.org>
7426
7427         * gnulib-tool (func_import, func_create_testdir): Create directories
7428         also for files in subdirectories of lib/.
7429
7430 2006-11-05  Bruno Haible  <bruno@clisp.org>
7431
7432         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
7433         ANSI C compliant.
7434
7435 2006-11-03  Bruno Haible  <bruno@clisp.org>
7436
7437         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
7438         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
7439         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
7440         (xnboundedmalloc): New inline function.
7441         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
7442         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
7443         xmalloc.
7444         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
7445         xmalloc.
7446         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
7447         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
7448         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
7449         xmalloc.
7450         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
7451         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
7452         xmalloc.
7453         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
7454         gl_tree_add_after): Use XMALLOC instead of xmalloc.
7455         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
7456         xmalloc.
7457         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
7458         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
7459         gl_tree_add_after): Use XMALLOC instead of xmalloc.
7460         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
7461         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
7462         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
7463         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
7464
7465 2006-11-03  Bruno Haible  <bruno@clisp.org>
7466
7467         * lib/c-ctype.h [C++]: Define functions without name mangling.
7468         * lib/fwriteerror.h [C++]: Likewise.
7469         * lib/gcd.h [C++]: Likewise.
7470         * lib/linebreak.h [C++]: Likewise.
7471
7472 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
7473
7474         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
7475         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
7476         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
7477         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
7478         Check for functions and headers just once.
7479         Check for declaration of canonicalize_file_name.
7480         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
7481
7482 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7483
7484         * gnulib-tool (func_import): Fix typo in actioncmd.
7485
7486 2006-11-02  Bruno Haible  <bruno@clisp.org>
7487
7488         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
7489         newline sequence in the Makefile.am snippet as a space, like "make"
7490         does.
7491         Reported by Roger Persson <perrog@gmail.com>.
7492
7493 2006-11-01  Bruno Haible  <bruno@clisp.org>
7494
7495         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
7496         already declared in <string.h>.
7497         * lib/strcase.h (strncasecmp): Don't declare it if yes.
7498
7499 2006-11-01  Bruno Haible  <bruno@clisp.org>
7500
7501         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
7502         * lib/strcase.h: Include <string.h>.
7503         (strcasecmp): Define to rpl_strcasecmp here.
7504
7505 2006-11-01  Bruno Haible  <bruno@clisp.org>
7506
7507         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
7508
7509 2006-11-01  Eric Blake  <ebb9@byu.net>
7510
7511         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
7512
7513         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
7514
7515 2006-10-29  Bruno Haible  <bruno@clisp.org>
7516
7517         Make it compile in C++ mode.
7518         * lib/full-write.c (full_rw): Add a cast.
7519
7520 2006-11-01  Bruno Haible  <bruno@clisp.org>
7521
7522         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
7523         be POSIX compliant.
7524         Reported by Roger Persson <perrog@gmail.com>.
7525
7526 2006-11-01  Eric Blake  <ebb9@byu.net>
7527
7528         * lib/getopt_.h: Fix comments.
7529
7530 2006-10-31  Eric Blake  <ebb9@byu.net>
7531
7532         * modules/tmpdir (Depends-on): Add sys_stat.
7533         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
7534         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
7535         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
7536         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
7537         tempname.
7538
7539 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
7540
7541         Avoid some C++ diagnostics reported by Bruno Haible.
7542         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
7543         xmalloc.
7544         (quotearg_alloc): Use xcharalloc rather than xmalloc.
7545         (struct slotvec): Move to top level.
7546         (quotearg_n_options): Rewrite to avoid xmalloc.
7547         * lib/xalloc.h (xcharalloc): New function.
7548         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
7549         [defined __cplusplus]: Add function template that provides result
7550         type propagation.  This part of the change is from Bruno Haible.
7551
7552 2006-10-29  Bruno Haible  <bruno@clisp.org>
7553
7554         Make it compile in C++ mode.
7555         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
7556         * lib/strnlen1.c (strnlen1): Cast memchr result.
7557         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
7558         * lib/clean-temp.c (string_equals, string_hash): Add casts.
7559         (create_temp_dir): Rename local variable 'template'.
7560         (compile_csharp_using_sscli): Add cast.
7561         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
7562         * lib/findprog.c (find_in_path): Likewise.
7563         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
7564         * lib/wait-process.c (register_slave_subprocess): Likewise.
7565
7566 2006-10-22  Bruno Haible  <bruno@clisp.org>
7567
7568         * modules/tsearch: New file.
7569         * lib/tsearch.h: New file.
7570         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
7571         * m4/tsearch.m4: New file.
7572         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
7573
7574 2006-10-29  Eric Blake  <ebb9@byu.net>
7575
7576         * lib/arcfour.c: Assume config.h.
7577         * lib/arctwo.c: Likewise.
7578         * lib/base64.c: Likewise.
7579         * lib/check-version.c: Likewise.
7580         * lib/crc.c: Likewise.
7581         * lib/des.c: Likewise.
7582         * lib/gc-gnulib.c: Likewise.
7583         * lib/gc-libgcrypt.c: Likewise.
7584         * lib/gc-pbkdf2-sha1.c: Likewise.
7585         * lib/getaddrinfo.c: Likewise.
7586         * lib/getdelim.c: Likewise.
7587         * lib/getline.c: Likewise.
7588         * lib/hmac-md5.c: Likewise.
7589         * lib/hmac-sha1.c: Likewise.
7590         * lib/iconvme.c: Likewise.
7591         * lib/md2.c: Likewise.
7592         * lib/md4.c: Likewise.
7593         * lib/memxor.c: Likewise.
7594         * lib/read-file.c: Likewise.
7595         * lib/readline.c: Likewise.
7596         * lib/rijndael-alg-fst.c: Likewise.
7597         * lib/rijndael-api-fst.c: Likewise.
7598         * lib/xgetdomainname.c: Likewise.
7599
7600 2006-10-28  Eric Blake  <ebb9@byu.net>
7601
7602         * lib/xstrndup.c: Assume config.h.
7603
7604 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
7605
7606         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
7607         stat-macros.h is now for our own macros, whereas stat_h is for
7608         macros in the <sys/stat.h> name space.
7609         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
7610         (STAT_MACROS_H): Remove.
7611         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
7612         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
7613         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
7614         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
7615         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
7616         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
7617         Move these macros to ...
7618         * lib/stat_.h: here.  Don't include stat-macros.h.
7619         * lib/canonicalize.c: Don't include stat-macros.h.
7620         * lib/chown.c: Likewise.
7621         * lib/euidaccess.c: Likewise.
7622         * lib/file-type.c: Likewise.
7623         * lib/filemode.c: Likewise.
7624         * lib/glob.c: Likewise.
7625         * lib/isapipe.c: Likewise.
7626         * lib/lchown.c: Likewise.
7627         * lib/lstat.c: Likewise.
7628         * lib/mkdir-p.c: Likewise.
7629         * lib/rmdir.c: Likewise.
7630         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
7631         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
7632         unless mkdir isn't declared, to speed up 'configure'.
7633         Always create sys/stat.h, since it's unlikely any real sys/stat.h
7634         would define all the S_* symbols.
7635         * modules/canonicalize (Depends-on):
7636         Depend on sys_stat, not stat-macros.
7637         * modules/chown: Likewise.
7638         * modules/euidaccess: Likewise.
7639         * modules/filemode: Likewise.
7640         * modules/file-type: Likewise.
7641         * modules/glob: Likewise.
7642         * modules/isapipe: Likewise.
7643         * modules/lchown: Likewise.
7644         * modules/lstat: Likewise.
7645         * modules/mkancesdirs: Likewise.
7646         * modules/rmdir: Likewise.
7647         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
7648         * modules/modechange: Likewise.
7649         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
7650         (configure.ac): Remove gl_STAT_MACROS.
7651         * modules/sys_stat (Depends-on): Remove stat-macros.
7652
7653 2006-10-27  Bruno Haible  <bruno@clisp.org>
7654
7655         * m4/signed.m4: Remove file.
7656         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
7657         invocation.
7658         * modules/vasnprintf (Files): Remove m4/signed.m4.
7659
7660 2006-10-27  Bruno Haible  <bruno@clisp.org>
7661
7662         Update to GNU gettext 0.16.
7663         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
7664         m4/inttypes-h.m4, m4/signed.m4.
7665         * m4/gettext.m4: Update to GNU gettext 0.16.
7666         * m4/intl.m4: New file, from GNU gettext.
7667         * m4/intldir.m4: New file, from GNU gettext.
7668         * config/srclist.txt: Update
7669
7670 2006-10-27  Eric Blake  <ebb9@byu.net>
7671
7672         * MODULES.html.sh: Document tempname.
7673         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
7674         dependencies.
7675         (Files): Move lib/tempname.c...
7676         * modules/tempname: ...to this new module.
7677         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
7678         (gl_PREREQ_TEMPNAME): Move...
7679         * m4/tempname.m4: ...to this new file.
7680         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
7681         * modules/sys_stat (Depends-on): Add stat-macros.
7682         * lib/stat_.h (includes): Pick up stat macros.
7683         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
7684         if stat macros are broken.
7685         * lib/tempname.c (includes): No need to include "stat-macros.h".
7686         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
7687         (direxists, __path_search) [!_LIBC]: Don't compile these in
7688         gnulib; the tmpdir module covers that.
7689         * lib/tempname.h: New file.
7690
7691 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
7692
7693         * COPYING: Explain how gnulib-tool converts licence headers.
7694         Almost all wording by Eric Blake.
7695
7696 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
7697
7698         * lib/mbchar.h (is_basic_table): Make read-only.
7699         * lib/mbchar.c (is_basic_table): Likewise.
7700         Reported by John Darrington.
7701
7702 2006-10-25  Bruno Haible  <bruno@clisp.org>
7703
7704         * lib/progname.h (set_program_name): Undefine before defining.
7705
7706 2006-10-25  Bruno Haible  <bruno@clisp.org>
7707
7708         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
7709         false for non-gcc C++ compilers.
7710         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
7711
7712 2006-10-24  Bruno Haible  <bruno@clisp.org>
7713
7714         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
7715         iconv implementations like Irix iconv.
7716
7717 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7718
7719         * modules/vararrays: New file.
7720         * m4/vararrays.m4: New file, taken from diffutils.
7721         * MODULES.html.sh: New module vararrays.
7722
7723 2006-10-24  Karl Berry  <karl@gnu.org>
7724
7725         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
7726         Don't call GNU Unix.
7727
7728 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7729
7730         * users.txt: Add Libtool.
7731
7732         Sync from Libtool:
7733
7734         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7735
7736         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
7737         to gnulib's policy of including config.h unconditionally.
7738
7739 2006-10-24  Bruno Haible  <bruno@clisp.org>
7740
7741         * modules/wcwidth (Files): Add m4/wint_t.m4.
7742         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
7743         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
7744
7745 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
7746
7747         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
7748         to pacify GCC with some -W flags enabled.  Problem reported by
7749         Bruno Haible.
7750
7751 2006-10-24  Jim Meyering  <jim@meyering.net>
7752
7753         * MODULES.html.sh: Remove uinttostr.  It's not a module.
7754         Reported by Karl Berry.
7755
7756 2006-10-23  Bruno Haible  <bruno@clisp.org>
7757
7758         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
7759
7760 2006-10-24  Bruno Haible  <bruno@clisp.org>
7761
7762         * lib/gl_list.h: Use C comment style, not C++ comment style.
7763
7764 2006-10-23  Eric Blake  <ebb9@byu.net>
7765
7766         * lib/getaddrinfo.c (includes): Add missing include.
7767
7768 2006-10-23  Bruno Haible  <bruno@clisp.org>
7769             Paul Eggert  <eggert@cs.ucla.edu>
7770
7771         Ability to rename obstack_free.
7772         * lib/obstack.h (__obstack_free): New macro. Declare instead of
7773         obstack_free.
7774         (obstack_free): Invoke the __obstack_free macro.
7775         * lib/obstack.c (obstack_free): Use __obstack_free macro.
7776
7777 2006-10-23  Bruno Haible  <bruno@clisp.org>
7778             Paul Eggert  <eggert@cs.ucla.edu>
7779
7780         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
7781         __argc, __argv from the declaration. (They are defined as macros on
7782         mingw.)
7783
7784 2006-10-22  Bruno Haible  <bruno@clisp.org>
7785
7786         * doc/gnulib-intro.texi: New file.
7787         * doc/gnulib.texi: Include it.
7788
7789 2006-10-21  Bruno Haible  <bruno@clisp.org>
7790
7791         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
7792         "Introduction", "Miscellanous Notes", "Particular Modules".
7793
7794 2006-10-21  Bruno Haible  <bruno@clisp.org>
7795
7796         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7797         Change mostlyclean-local rule to avoid sh syntax error from bash
7798         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
7799
7800 2006-10-23  Jim Meyering  <jim@meyering.net>
7801
7802         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
7803         in place of snprintf.
7804
7805         * modules/inttostr (Files): Add lib/uinttostr.c.
7806         * lib/uinttostr.c (inttostr): New file/function.
7807         * lib/inttostr.h (uinttostr): Declare.
7808         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
7809         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7810         Add uinttostr.
7811         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
7812
7813 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
7814
7815         * lib/canonicalize.c (ELOOP): Define if not already defined.
7816         Problem reported by Bruno Haible in
7817         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
7818
7819 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
7820
7821         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
7822         Problem reported by Perry Smith and Ville Laurikari.
7823
7824         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
7825         uses.
7826
7827 2006-10-19  Bruno Haible  <bruno@clisp.org>
7828
7829         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
7830         for mingw.
7831
7832 2006-10-19  Bruno Haible  <bruno@clisp.org>
7833
7834         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
7835         Needed for mingw.
7836
7837 2006-10-19  Bruno Haible  <bruno@clisp.org>
7838
7839         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
7840
7841 2006-10-19  Bruno Haible  <bruno@clisp.org>
7842
7843         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
7844         it.
7845
7846 2006-10-19  Bruno Haible  <bruno@clisp.org>
7847
7848         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
7849         invocation.
7850
7851 2006-10-19  Bruno Haible  <bruno@clisp.org>
7852
7853         * gnulib-tool (func_create_testdir): Don't include ftruncate and
7854         mountlist by default.
7855
7856 2006-10-16  Bruno Haible  <bruno@clisp.org>
7857
7858         * lib/c-strstr.c: Include c-strstr.h.
7859
7860 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7861
7862         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
7863         in a slash.
7864
7865 2006-10-18  Bruno Haible  <bruno@clisp.org>
7866
7867         * lib/lock.h [C++]: Wrap definitions in extern "C".
7868
7869 2006-10-18  Bruno Haible  <bruno@clisp.org>
7870
7871         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
7872         gl_LIBOBJS list.
7873
7874 2006-10-18  Bruno Haible  <bruno@clisp.org>
7875
7876         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
7877
7878 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
7879
7880         * lib/xstrtol.h: Include gettext.h.
7881         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
7882         Problem reported by Eric Blake.
7883         * modules/xstrtol (Depends-on): Add gettext-h.
7884
7885 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
7886
7887         * lib/strftime.c (advance): New macro.
7888         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
7889         incomplete type, so you can't add 0 to it.  Problem and patch
7890         reported by Eelco Dolstra for dietlibc.
7891
7892 2006-10-18  Jim Meyering  <jim@meyering.net>
7893
7894         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
7895         type for a local, and rename it: s/up/user_proc/.
7896
7897 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
7898
7899         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
7900         READ_UTMP_USER_PROCESS.
7901         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
7902
7903 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
7904
7905         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
7906         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
7907
7908 2006-10-17  Eric Blake  <ebb9@byu.net>
7909
7910         * lib/sigprocmask.c (sigprocmask): Fix typo.
7911
7912         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
7913
7914         * modules/clean-temp (Makefile.am): Don't add to make output...
7915         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
7916         config.h.
7917
7918 2006-10-17  Bruno Haible  <bruno@clisp.org>
7919
7920         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
7921         differently if DEFAULT_TEXT_DOMAIN is set.
7922
7923 2006-10-16  Bruno Haible  <bruno@clisp.org>
7924
7925         * lib/clean-temp.c: Include fwriteerror.h.
7926
7927 2006-10-16  Bruno Haible  <bruno@clisp.org>
7928
7929         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
7930
7931 2006-10-16  Bruno Haible  <bruno@clisp.org>
7932
7933         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
7934         * lib/sigprocmask.h: Include <sys/types.h>.
7935         (sigset_t): Use the system's definition if present.
7936
7937 2006-10-17  Eric Blake  <ebb9@byu.net>
7938
7939         * lib/xvasprintf.c (includes): Assume config.h.
7940         * lib/xasprintf.c (includes): Likewise.
7941
7942 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
7945         at least as wide as intmax_t.
7946
7947 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
7948
7949         (Imported from Automake.)
7950         * build-aux/gnupload: Update to version 1.1 of directive file.
7951
7952 2006-10-16  Eric Blake  <ebb9@byu.net>
7953
7954         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
7955         match Automake 1.10a.
7956
7957 2006-10-14  Bruno Haible  <bruno@clisp.org>
7958
7959         * modules/sigprocmask: New file.
7960         * lib/sigprocmask.h: New file.
7961         * lib/sigprocmask.c: New file.
7962         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
7963         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
7964         request sigprocmask.o.
7965         (gl_PREREQ_SIGPROCMASK): New macro.
7966         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
7967         (Depends-on): Add sigprocmask.
7968         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
7969         gt_SIGNALBLOCKING. Test for 'raise' only once.
7970         * lib/fatal-signal.c: Include sigprocmask.h.
7971         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
7972         unblock_fatal_signals): Define always.
7973         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7974         sigprocmask.
7975
7976 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
7977
7978         Sync from Automake.
7979         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
7980         which incorrectly sets the mode of an existing destination
7981         directory.  In some cases the unpatched install-sh could do the
7982         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
7983         system.  We hope this is rare in practice, but it's clearly worth
7984         fixing.  Problem reported by Alex Unleashed in
7985         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
7986         Also, don't bother to check for -m bugs unless we're using -m;
7987         suggested by Stepan Kasal.
7988
7989 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7990
7991         Sync from Automake.
7992         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
7993         `-c' flag, so they appear at the same position as in %FASTDEP%
7994         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
7995         which ignores unknown options only after the first non-option.
7996         Bug report against M4 by Nelson H. F. Beebe.
7997
7998 2006-10-13  Jim Meyering  <jim@meyering.net>
7999
8000         Fix a bug in yesterday's change.
8001         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
8002         p->fts_statp->st_dev would be used uninitialized.
8003         Ensures that we always call fts_stat on the very first entry.
8004         Miklos Szeredi reported that find -xdev stopped working.
8005
8006 2006-10-12  Bruno Haible  <bruno@clisp.org>
8007
8008         * gnulib-tool (func_get_automake_snippet): Append an automatically
8009         computed EXTRA_DIST augmentation.
8010         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
8011         * modules/alloca-opt (Makefile.am): Likewise.
8012         * modules/allocsa (Makefile.am): Likewise.
8013         * modules/arcfour (Makefile.am): Likewise.
8014         * modules/arctwo (Makefile.am): Likewise.
8015         * modules/argmatch (Makefile.am): Likewise.
8016         * modules/argz (Makefile.am): Likewise.
8017         * modules/atexit (Makefile.am): Likewise.
8018         * modules/backupfile (Makefile.am): Likewise.
8019         * modules/byteswap (Makefile.am): Likewise.
8020         * modules/c-strtod (Makefile.am): Likewise.
8021         * modules/c-strtold (Makefile.am): Likewise.
8022         * modules/calloc (Makefile.am): Likewise.
8023         * modules/canon-host (Makefile.am): Likewise.
8024         * modules/canonicalize (Makefile.am): Likewise.
8025         * modules/chdir-long (Makefile.am): Likewise.
8026         * modules/chdir-safer (Makefile.am): Likewise.
8027         * modules/check-version (Makefile.am): Likewise.
8028         * modules/chown (Makefile.am): Likewise.
8029         * modules/cloexec (Makefile.am): Likewise.
8030         * modules/close-stream (Makefile.am): Likewise.
8031         * modules/closeout (Makefile.am): Likewise.
8032         * modules/crc (Makefile.am): Likewise.
8033         * modules/csharpexec (Makefile.am): Likewise.
8034         * modules/cycle-check (Makefile.am): Likewise.
8035         * modules/des (Makefile.am): Likewise.
8036         * modules/dev-ino (Makefile.am): Likewise.
8037         * modules/dirfd (Makefile.am): Likewise.
8038         * modules/dirname (Makefile.am): Likewise.
8039         * modules/dup2 (Makefile.am): Likewise.
8040         * modules/eealloc (Makefile.am): Likewise.
8041         * modules/error (Makefile.am): Likewise.
8042         * modules/euidaccess (Makefile.am): Likewise.
8043         * modules/exclude (Makefile.am): Likewise.
8044         * modules/exitfail (Makefile.am): Likewise.
8045         * modules/fcntl-safer (Makefile.am): Likewise.
8046         * modules/fcntl (Makefile.am): Likewise.
8047         * modules/file-type (Makefile.am): Likewise.
8048         * modules/fileblocks (Makefile.am): Likewise.
8049         * modules/filemode (Makefile.am): Likewise.
8050         * modules/filenamecat (Makefile.am): Likewise.
8051         * modules/fnmatch (Makefile.am): Likewise.
8052         * modules/fopen-safer (Makefile.am): Likewise.
8053         * modules/fpending (Makefile.am): Likewise.
8054         * modules/fprintftime (Makefile.am): Likewise.
8055         * modules/free (Makefile.am): Likewise.
8056         * modules/fsusage (Makefile.am): Likewise.
8057         * modules/ftruncate (Makefile.am): Likewise.
8058         * modules/fts (Makefile.am): Likewise.
8059         * modules/gc-arcfour (Makefile.am): Likewise.
8060         * modules/gc-des (Makefile.am): Likewise.
8061         * modules/gc-hmac-md5 (Makefile.am): Likewise.
8062         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
8063         * modules/gc-md4 (Makefile.am): Likewise.
8064         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8065         * modules/gc-sha1 (Makefile.am): Likewise.
8066         * modules/gc (Makefile.am): Likewise.
8067         * modules/getaddrinfo (Makefile.am): Likewise.
8068         * modules/getcwd (Makefile.am): Likewise.
8069         * modules/getdelim (Makefile.am): Likewise.
8070         * modules/getdomainname (Makefile.am): Likewise.
8071         * modules/getgroups (Makefile.am): Likewise.
8072         * modules/gethostname (Makefile.am): Likewise.
8073         * modules/gethrxtime (Makefile.am): Likewise.
8074         * modules/getline (Makefile.am): Likewise.
8075         * modules/getloadavg (Makefile.am): Likewise.
8076         * modules/getlogin_r (Makefile.am): Likewise.
8077         * modules/getndelim2 (Makefile.am): Likewise.
8078         * modules/getopt (Makefile.am): Likewise.
8079         * modules/getpagesize (Makefile.am): Likewise.
8080         * modules/getpass-gnu (Makefile.am): Likewise.
8081         * modules/getpass (Makefile.am): Likewise.
8082         * modules/getsubopt (Makefile.am): Likewise.
8083         * modules/gettime (Makefile.am): Likewise.
8084         * modules/gettimeofday (Makefile.am): Likewise.
8085         * modules/getugroups (Makefile.am): Likewise.
8086         * modules/getusershell (Makefile.am): Likewise.
8087         * modules/glob (Makefile.am): Likewise.
8088         * modules/group-member (Makefile.am): Likewise.
8089         * modules/hard-locale (Makefile.am): Likewise.
8090         * modules/hash (Makefile.am): Likewise.
8091         * modules/hmac-md5 (Makefile.am): Likewise.
8092         * modules/hmac-sha1 (Makefile.am): Likewise.
8093         * modules/human (Makefile.am): Likewise.
8094         * modules/idcache (Makefile.am): Likewise.
8095         * modules/imaxabs (Makefile.am): Likewise.
8096         * modules/imaxdiv (Makefile.am): Likewise.
8097         * modules/inet_ntop (Makefile.am): Likewise.
8098         * modules/inet_pton (Makefile.am): Likewise.
8099         * modules/intprops (Makefile.am): Likewise.
8100         * modules/inttostr (Makefile.am): Likewise.
8101         * modules/inttypes (Makefile.am): Likewise.
8102         * modules/isapipe (Makefile.am): Likewise.
8103         * modules/javaversion (Makefile.am): Likewise.
8104         * modules/lchmod (Makefile.am): Likewise.
8105         * modules/lchown (Makefile.am): Likewise.
8106         * modules/localcharset (Makefile.am): Likewise.
8107         * modules/long-options (Makefile.am): Likewise.
8108         * modules/lstat (Makefile.am): Likewise.
8109         * modules/malloc (Makefile.am): Likewise.
8110         * modules/mathl (Makefile.am): Likewise.
8111         * modules/mbchar (Makefile.am): Likewise.
8112         * modules/md2 (Makefile.am): Likewise.
8113         * modules/md4 (Makefile.am): Likewise.
8114         * modules/md5 (Makefile.am): Likewise.
8115         * modules/memcasecmp (Makefile.am): Likewise.
8116         * modules/memchr (Makefile.am): Likewise.
8117         * modules/memcmp (Makefile.am): Likewise.
8118         * modules/memcoll (Makefile.am): Likewise.
8119         * modules/memcpy (Makefile.am): Likewise.
8120         * modules/memmem (Makefile.am): Likewise.
8121         * modules/memmove (Makefile.am): Likewise.
8122         * modules/mempcpy (Makefile.am): Likewise.
8123         * modules/memrchr (Makefile.am): Likewise.
8124         * modules/memset (Makefile.am): Likewise.
8125         * modules/memxor (Makefile.am): Likewise.
8126         * modules/mkancesdirs (Makefile.am): Likewise.
8127         * modules/mkdir-p (Makefile.am): Likewise.
8128         * modules/mkdir (Makefile.am): Likewise.
8129         * modules/mkdtemp (Makefile.am): Likewise.
8130         * modules/mkstemp (Makefile.am): Likewise.
8131         * modules/mktime (Makefile.am): Likewise.
8132         * modules/modechange (Makefile.am): Likewise.
8133         * modules/mountlist (Makefile.am): Likewise.
8134         * modules/nanosleep (Makefile.am): Likewise.
8135         * modules/obstack (Makefile.am): Likewise.
8136         * modules/openat (Makefile.am): Likewise.
8137         * modules/pagealign_alloc (Makefile.am): Likewise.
8138         * modules/pathmax (Makefile.am): Likewise.
8139         * modules/physmem (Makefile.am): Likewise.
8140         * modules/poll (Makefile.am): Likewise.
8141         * modules/posixtm (Makefile.am): Likewise.
8142         * modules/posixver (Makefile.am): Likewise.
8143         * modules/putenv (Makefile.am): Likewise.
8144         * modules/quote (Makefile.am): Likewise.
8145         * modules/quotearg (Makefile.am): Likewise.
8146         * modules/raise (Makefile.am): Likewise.
8147         * modules/read-file (Makefile.am): Likewise.
8148         * modules/readline (Makefile.am): Likewise.
8149         * modules/readlink (Makefile.am): Likewise.
8150         * modules/readtokens (Makefile.am): Likewise.
8151         * modules/readutmp (Makefile.am): Likewise.
8152         * modules/realloc (Makefile.am): Likewise.
8153         * modules/regex (Makefile.am): Likewise.
8154         * modules/rename-dest-slash (Makefile.am): Likewise.
8155         * modules/rename (Makefile.am): Likewise.
8156         * modules/rijndael (Makefile.am): Likewise.
8157         * modules/rmdir (Makefile.am): Likewise.
8158         * modules/rpmatch (Makefile.am): Likewise.
8159         * modules/safe-read (Makefile.am): Likewise.
8160         * modules/safe-write (Makefile.am): Likewise.
8161         * modules/same-inode (Makefile.am): Likewise.
8162         * modules/same (Makefile.am): Likewise.
8163         * modules/save-cwd (Makefile.am): Likewise.
8164         * modules/savedir (Makefile.am): Likewise.
8165         * modules/setenv (Makefile.am): Likewise.
8166         * modules/settime (Makefile.am): Likewise.
8167         * modules/sha1 (Makefile.am): Likewise.
8168         * modules/sig2str (Makefile.am): Likewise.
8169         * modules/snprintf (Makefile.am): Likewise.
8170         * modules/stat-macros (Makefile.am): Likewise.
8171         * modules/stat-time (Makefile.am): Likewise.
8172         * modules/stdbool (Makefile.am): Likewise.
8173         * modules/stdint (Makefile.am): Likewise.
8174         * modules/stdlib-safer (Makefile.am): Likewise.
8175         * modules/stpcpy (Makefile.am): Likewise.
8176         * modules/stpncpy (Makefile.am): Likewise.
8177         * modules/strcase (Makefile.am): Likewise.
8178         * modules/strcasestr (Makefile.am): Likewise.
8179         * modules/strchrnul (Makefile.am): Likewise.
8180         * modules/strcspn (Makefile.am): Likewise.
8181         * modules/strdup (Makefile.am): Likewise.
8182         * modules/strerror (Makefile.am): Likewise.
8183         * modules/strftime (Makefile.am): Likewise.
8184         * modules/strndup (Makefile.am): Likewise.
8185         * modules/strnlen (Makefile.am): Likewise.
8186         * modules/strpbrk (Makefile.am): Likewise.
8187         * modules/strsep (Makefile.am): Likewise.
8188         * modules/strstr (Makefile.am): Likewise.
8189         * modules/strtod (Makefile.am): Likewise.
8190         * modules/strtoimax (Makefile.am): Likewise.
8191         * modules/strtok_r (Makefile.am): Likewise.
8192         * modules/strtol (Makefile.am): Likewise.
8193         * modules/strtoll (Makefile.am): Likewise.
8194         * modules/strtoul (Makefile.am): Likewise.
8195         * modules/strtoull (Makefile.am): Likewise.
8196         * modules/strtoumax (Makefile.am): Likewise.
8197         * modules/strverscmp (Makefile.am): Likewise.
8198         * modules/sys_socket (Makefile.am): Likewise.
8199         * modules/sys_stat (Makefile.am): Likewise.
8200         * modules/sysexits (Makefile.am): Likewise.
8201         * modules/time_r (Makefile.am): Likewise.
8202         * modules/timegm (Makefile.am): Likewise.
8203         * modules/timespec (Makefile.am): Likewise.
8204         * modules/tmpfile-safer (Makefile.am): Likewise.
8205         * modules/trim (Makefile.am): Likewise.
8206         * modules/unistd-safer (Makefile.am): Likewise.
8207         * modules/unlinkdir (Makefile.am): Likewise.
8208         * modules/unlocked-io (Makefile.am): Likewise.
8209         * modules/userspec (Makefile.am): Likewise.
8210         * modules/utime (Makefile.am): Likewise.
8211         * modules/utimecmp (Makefile.am): Likewise.
8212         * modules/utimens (Makefile.am): Likewise.
8213         * modules/vasnprintf (Makefile.am): Likewise.
8214         * modules/vasprintf (Makefile.am): Likewise.
8215         * modules/vsnprintf (Makefile.am): Likewise.
8216         * modules/xalloc (Makefile.am): Likewise.
8217         * modules/xgetcwd (Makefile.am): Likewise.
8218         * modules/xnanosleep (Makefile.am): Likewise.
8219         * modules/xreadlink (Makefile.am): Likewise.
8220         * modules/xstrtod (Makefile.am): Likewise.
8221         * modules/xstrtol (Makefile.am): Likewise.
8222         * modules/xstrtold (Makefile.am): Likewise.
8223         * modules/yesno (Makefile.am): Likewise.
8224         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
8225
8226 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8227
8228         * modules/error (Makefile.am): Distribute files through
8229         EXTRA_DIST, not lib_SOURCES.
8230
8231 2006-10-12  Eric Blake  <ebb9@byu.net>
8232
8233         * modules/error (Makefile.am): Distribute files in /lib.
8234         * modules/obstack (Makefile.am): Likewise.
8235
8236 2006-10-12  Bruno Haible  <bruno@clisp.org>
8237
8238         * modules/acl (Makefile.am): Distribute all files in lib/ through
8239         EXTRA_DIST.
8240         * modules/arcfour (Makefile.am): Likewise.
8241         * modules/arctwo (Makefile.am): Likewise.
8242         * modules/argmatch (Makefile.am): Likewise.
8243         * modules/argz (Makefile.am): Likewise.
8244         * modules/atexit (Makefile.am): Likewise.
8245         * modules/backupfile (Makefile.am): Likewise.
8246         * modules/c-strtod (Makefile.am): Likewise.
8247         * modules/c-strtold (Makefile.am): Likewise.
8248         * modules/calloc (Makefile.am): Likewise.
8249         * modules/canon-host (Makefile.am): Likewise.
8250         * modules/canonicalize (Makefile.am): Likewise.
8251         * modules/chdir-long (Makefile.am): Likewise.
8252         * modules/chdir-safer (Makefile.am): Likewise.
8253         * modules/check-version (Makefile.am): Likewise.
8254         * modules/chown (Makefile.am): Likewise.
8255         * modules/cloexec (Makefile.am): Likewise.
8256         * modules/close-stream (Makefile.am): Likewise.
8257         * modules/closeout (Makefile.am): Likewise.
8258         * modules/crc (Makefile.am): Likewise.
8259         * modules/cycle-check (Makefile.am): Likewise.
8260         * modules/des (Makefile.am): Likewise.
8261         * modules/dirfd (Makefile.am): Likewise.
8262         * modules/dirname (Makefile.am): Likewise.
8263         * modules/dup2 (Makefile.am): Likewise.
8264         * modules/euidaccess (Makefile.am): Likewise.
8265         * modules/exclude (Makefile.am): Likewise.
8266         * modules/exitfail (Makefile.am): Likewise.
8267         * modules/fcntl-safer (Makefile.am): Likewise.
8268         * modules/file-type (Makefile.am): Likewise.
8269         * modules/fileblocks (Makefile.am): Likewise.
8270         * modules/filemode (Makefile.am): Likewise.
8271         * modules/filenamecat (Makefile.am): Likewise.
8272         * modules/fnmatch (Makefile.am): Likewise.
8273         * modules/fopen-safer (Makefile.am): Likewise.
8274         * modules/fpending (Makefile.am): Likewise.
8275         * modules/fprintftime (Makefile.am): Likewise.
8276         * modules/free (Makefile.am): Likewise.
8277         * modules/fsusage (Makefile.am): Likewise.
8278         * modules/ftruncate (Makefile.am): Likewise.
8279         * modules/fts (Makefile.am): Likewise.
8280         * modules/gc (Makefile.am): Likewise.
8281         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
8282         * modules/getaddrinfo (Makefile.am): Likewise.
8283         * modules/getcwd (Makefile.am): Likewise.
8284         * modules/getdelim (Makefile.am): Likewise.
8285         * modules/getdomainname (Makefile.am): Likewise.
8286         * modules/getgroups (Makefile.am): Likewise.
8287         * modules/gethostname (Makefile.am): Likewise.
8288         * modules/gethrxtime (Makefile.am): Likewise.
8289         * modules/getline (Makefile.am): Likewise.
8290         * modules/getloadavg (Makefile.am): Likewise.
8291         * modules/getlogin_r (Makefile.am): Likewise.
8292         * modules/getopt (Makefile.am): Likewise.
8293         * modules/getpass (Makefile.am): Likewise.
8294         * modules/getpass-gnu (Makefile.am): Likewise.
8295         * modules/getsubopt (Makefile.am): Likewise.
8296         * modules/gettime (Makefile.am): Likewise.
8297         * modules/gettimeofday (Makefile.am): Likewise.
8298         * modules/getugroups (Makefile.am): Likewise.
8299         * modules/getusershell (Makefile.am): Likewise.
8300         * modules/glob (Makefile.am): Likewise.
8301         * modules/group-member (Makefile.am): Likewise.
8302         * modules/hard-locale (Makefile.am): Likewise.
8303         * modules/hash (Makefile.am): Likewise.
8304         * modules/hmac-md5 (Makefile.am): Likewise.
8305         * modules/hmac-sha1 (Makefile.am): Likewise.
8306         * modules/human (Makefile.am): Likewise.
8307         * modules/idcache (Makefile.am): Likewise.
8308         * modules/imaxabs (Makefile.am): Likewise.
8309         * modules/imaxdiv (Makefile.am): Likewise.
8310         * modules/inet_ntop (Makefile.am): Likewise.
8311         * modules/inet_pton (Makefile.am): Likewise.
8312         * modules/inttostr (Makefile.am): Likewise.
8313         * modules/isapipe (Makefile.am): Likewise.
8314         * modules/lchown (Makefile.am): Likewise.
8315         * modules/long-options (Makefile.am): Likewise.
8316         * modules/lstat (Makefile.am): Likewise.
8317         * modules/malloc (Makefile.am): Likewise.
8318         * modules/mathl (Makefile.am): Likewise.
8319         * modules/mbchar (Makefile.am): Likewise.
8320         * modules/md2 (Makefile.am): Likewise.
8321         * modules/md4 (Makefile.am): Likewise.
8322         * modules/md5 (Makefile.am): Likewise.
8323         * modules/memcasecmp (Makefile.am): Likewise.
8324         * modules/memchr (Makefile.am): Likewise.
8325         * modules/memcmp (Makefile.am): Likewise.
8326         * modules/memcoll (Makefile.am): Likewise.
8327         * modules/memcpy (Makefile.am): Likewise.
8328         * modules/memmem (Makefile.am): Likewise.
8329         * modules/memmove (Makefile.am): Likewise.
8330         * modules/mempcpy (Makefile.am): Likewise.
8331         * modules/memrchr (Makefile.am): Likewise.
8332         * modules/memset (Makefile.am): Likewise.
8333         * modules/memxor (Makefile.am): Likewise.
8334         * modules/mkancesdirs (Makefile.am): Likewise.
8335         * modules/mkdir (Makefile.am): Likewise.
8336         * modules/mkdir-p (Makefile.am): Likewise.
8337         * modules/mkdtemp (Makefile.am): Likewise.
8338         * modules/mkstemp (Makefile.am): Likewise.
8339         * modules/mktime (Makefile.am): Likewise.
8340         * modules/modechange (Makefile.am): Likewise.
8341         * modules/mountlist (Makefile.am): Likewise.
8342         * modules/nanosleep (Makefile.am): Likewise.
8343         * modules/openat (Makefile.am): Likewise.
8344         * modules/pagealign_alloc (Makefile.am): Likewise.
8345         * modules/physmem (Makefile.am): Likewise.
8346         * modules/poll (Makefile.am): Likewise.
8347         * modules/posixtm (Makefile.am): Likewise.
8348         * modules/posixver (Makefile.am): Likewise.
8349         * modules/putenv (Makefile.am): Likewise.
8350         * modules/quote (Makefile.am): Likewise.
8351         * modules/quotearg (Makefile.am): Likewise.
8352         * modules/raise (Makefile.am): Likewise.
8353         * modules/read-file (Makefile.am): Likewise.
8354         * modules/readline (Makefile.am): Likewise.
8355         * modules/readlink (Makefile.am): Likewise.
8356         * modules/readtokens (Makefile.am): Likewise.
8357         * modules/readutmp (Makefile.am): Likewise.
8358         * modules/realloc (Makefile.am): Likewise.
8359         * modules/regex (Makefile.am): Likewise.
8360         * modules/rename (Makefile.am): Likewise.
8361         * modules/rename-dest-slash (Makefile.am): Likewise.
8362         * modules/rijndael (Makefile.am): Likewise.
8363         * modules/rmdir (Makefile.am): Likewise.
8364         * modules/rpmatch (Makefile.am): Likewise.
8365         * modules/safe-read (Makefile.am): Likewise.
8366         * modules/safe-write (Makefile.am): Likewise.
8367         * modules/same (Makefile.am): Likewise.
8368         * modules/save-cwd (Makefile.am): Likewise.
8369         * modules/savedir (Makefile.am): Likewise.
8370         * modules/setenv (Makefile.am): Likewise.
8371         * modules/settime (Makefile.am): Likewise.
8372         * modules/sha1 (Makefile.am): Likewise.
8373         * modules/sig2str (Makefile.am): Likewise.
8374         * modules/snprintf (Makefile.am): Likewise.
8375         * modules/stdlib-safer (Makefile.am): Likewise.
8376         * modules/stpcpy (Makefile.am): Likewise.
8377         * modules/stpncpy (Makefile.am): Likewise.
8378         * modules/strcase (Makefile.am): Likewise.
8379         * modules/strcasestr (Makefile.am): Likewise.
8380         * modules/strchrnul (Makefile.am): Likewise.
8381         * modules/strcspn (Makefile.am): Likewise.
8382         * modules/strdup (Makefile.am): Likewise.
8383         * modules/strerror (Makefile.am): Likewise.
8384         * modules/strftime (Makefile.am): Likewise.
8385         * modules/strndup (Makefile.am): Likewise.
8386         * modules/strnlen (Makefile.am): Likewise.
8387         * modules/strpbrk (Makefile.am): Likewise.
8388         * modules/strsep (Makefile.am): Likewise.
8389         * modules/strstr (Makefile.am): Likewise.
8390         * modules/strtod (Makefile.am): Likewise.
8391         * modules/strtoimax (Makefile.am): Likewise.
8392         * modules/strtok_r (Makefile.am): Likewise.
8393         * modules/strtol (Makefile.am): Likewise.
8394         * modules/strtoll (Makefile.am): Likewise.
8395         * modules/strtoul (Makefile.am): Likewise.
8396         * modules/strtoull (Makefile.am): Likewise.
8397         * modules/strtoumax (Makefile.am): Likewise.
8398         * modules/strverscmp (Makefile.am): Likewise.
8399         * modules/time_r (Makefile.am): Likewise.
8400         * modules/timegm (Makefile.am): Likewise.
8401         * modules/tmpfile-safer (Makefile.am): Likewise.
8402         * modules/unistd-safer (Makefile.am): Likewise.
8403         * modules/unlinkdir (Makefile.am): Likewise.
8404         * modules/userspec (Makefile.am): Likewise.
8405         * modules/utime (Makefile.am): Likewise.
8406         * modules/utimecmp (Makefile.am): Likewise.
8407         * modules/utimens (Makefile.am): Likewise.
8408         * modules/vasnprintf (Makefile.am): Likewise.
8409         * modules/vasprintf (Makefile.am): Likewise.
8410         * modules/vsnprintf (Makefile.am): Likewise.
8411         * modules/xalloc (Makefile.am): Likewise.
8412         * modules/xgetcwd (Makefile.am): Likewise.
8413         * modules/xnanosleep (Makefile.am): Likewise.
8414         * modules/xreadlink (Makefile.am): Likewise.
8415         * modules/xstrtod (Makefile.am): Likewise.
8416         * modules/xstrtol (Makefile.am): Likewise.
8417         * modules/xstrtold (Makefile.am): Likewise.
8418         * modules/yesno (Makefile.am): Likewise.
8419
8420 2006-10-12  Jim Meyering  <jim@meyering.net>
8421
8422         * m4/getloadavg.m4: Revert the change below.
8423
8424         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
8425         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
8426         fail with a symlink, which is what coreutils' ./bootstrap now
8427         creates by default.
8428
8429 2006-10-12  Bruno Haible  <bruno@clisp.org>
8430
8431         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
8432         mingw.
8433         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
8434         MSVC and mingw explicitly.
8435
8436 2006-10-11  Simon Josefsson  <jas@extundo.com>
8437             Bruno Haible  <bruno@clisp.org>
8438
8439         Add support for multiple gnulib-tool invocations in the scope of a
8440         single configure.ac file.
8441         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
8442         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
8443         with the same contents as the _LIBADD variable.
8444         (func_emit_initmacro_start, func_emit_initmacro_end,
8445         func_emit_initmacro_done): New functions.
8446         (func_import, func_create_testdir): Invoke them. Allow the identifiers
8447         gl_LIBOBJS and gl_LTLIBOBJS.
8448
8449 2006-10-11  Bruno Haible  <bruno@clisp.org>
8450
8451         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
8452         (func_create_testdir): Don't create po/Makefile.am, don't invoke
8453         autoreconf. Instead, invoke autopoint explicitly but move back the
8454         *.m4 files from gnulib.
8455
8456 2006-10-11  Bruno Haible  <bruno@clisp.org>
8457
8458         * gnulib-tool (func_usage): Make module names after --create-testdir
8459         optional.
8460         (func_create_testdir): If no module was specified, use nearly all
8461         modules.
8462
8463 2006-10-12  Jim Meyering  <jim@meyering.net>
8464
8465         Big performance improvement for fts-based tools that use FTS_NOSTAT.
8466         Avoid spurious inode-mismatch problems on non-POSIX file systems.
8467         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
8468         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
8469         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
8470         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
8471         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
8472         (fts_set_stat_required): New function.
8473         (fts_open): Defer the calls to fts_stat, if possible or requested.
8474         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
8475         into fts_stat itself.
8476         (fts_read): Perform any required (deferred) fts_stat call.
8477         (fts_build): Likewise, for the directory we're about to open and read.
8478         In the readdir loop, carefully decide whether each entry will require
8479         an eventual call to fts_stat, using dirent.d_type info if available.
8480         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
8481         a command line argument into this function.  Update all callers.
8482         Map a return value of FTS_DOT to FTS_D for a command line argument.
8483         * modules/fts (Depends-on): Add d-type.  Alphabetize.
8484         Thanks to Miklos Szeredi for his tenacity and for the initial
8485         bug report about "find" failing on a FUSE-based file system.
8486
8487         * lib/fts.c (fts_open): Use consistent indentation.
8488
8489 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8490
8491         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
8492         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
8493         reported by Jim Meyering.  All uses of cache variables renamed
8494         to match Autoconf's.
8495         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
8496         the other one.
8497
8498         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
8499         Fix misspelling in diagnostic.
8500
8501 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8502
8503         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
8504         defined.  Problem reported by Matthew Woehlke.
8505
8506         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
8507         Add support for Tandem NonStop R series.
8508         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
8509         Use new macro.
8510
8511         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
8512         (has_trailing_slash): Omit size arg; all callers changed.
8513         Omit 'inline', since it doesn't help performance and we'd
8514         need to configure it.
8515         Don't count //, ///, etc. as having a trailing slash.
8516         As a side effect, this removes a C99ism reported by Matthew Woehlke.
8517         (rpl_rename_dest_slash): On failure, use rename's errno rather
8518         than (in some cases) an incorrect or junk errno.
8519         Simplify code by removing need to compute length; this does
8520         cause it to make two passes instead of one over the file name,
8521         but it's worth it.
8522
8523         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
8524         change, since Autoconf's version may no longer be appropriate now
8525         that we are using CVS Autoconf's version.  Add support for Tandem.
8526
8527 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
8528             Bruno Haible  <bruno@clisp.org>
8529
8530         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
8531         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
8532         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
8533         gl_AC_TYPE_LONG_LONG.
8534
8535         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
8536         instead of HAVE_LONG_LONG.
8537         * lib/printf-args.c (printf_fetchargs): Likewise.
8538         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
8539         * lib/vasnprintf.c (VASNPRINTF): Likewise.
8540         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
8541         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
8542         gl_AC_TYPE_LONG_LONG.
8543
8544 2006-10-11  Bruno Haible  <bruno@clisp.org>
8545
8546         * m4/longlong.m4: Add comments.
8547         * m4/ulonglong.m4: Likewise.
8548
8549 2006-10-10  Bruno Haible  <bruno@clisp.org>
8550
8551         Make it possible to #define stpcpy, strdup to aliases.
8552         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
8553         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
8554
8555 2006-10-10  Bruno Haible  <bruno@clisp.org>
8556
8557         Make it possible to #define gcd to an alias.
8558         * lib/gcd.c: Include config.h.
8559
8560 2006-10-10  Bruno Haible  <bruno@clisp.org>
8561
8562         Make it possible to #define c_isascii to an alias.
8563         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
8564         defined. Undefine the macros before defining them, to avoid gcc
8565         warnings.
8566         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
8567         define NO_C_CTYPE_MACROS early.
8568
8569 2006-10-10  Bruno Haible  <bruno@clisp.org>
8570
8571         Make it possible to #define set_program_name to an alias.
8572         * lib/progname.c: Don't undefine set_program_name; instead, undefine
8573         ENABLE_RELOCATABLE early.
8574
8575 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8576
8577         Port to Tandem NSK OSS, which has 64-bit signed int but at most
8578         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
8579         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
8580         More generally, don't assume that 64-bit signed int is available
8581         if unsigned int is, and vice versa.
8582         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
8583         unsigned symbols, not on their signed counterparts.
8584         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
8585         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
8586         (UINT64_C, UINTMAX_C):
8587         Likewise.
8588         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
8589         unsigned counterparts.
8590         (Have_long_long, Unsigned): New macros.
8591         (Int): Renamed from INT.
8592         (strtoimax): Use the new macros.
8593         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
8594         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
8595         * modules/inttypes (inttypes.h): Substitute
8596         HAVE_UNSIGNED_LONG_LONG_INT.
8597         * modules/stdint (stdint.h): Likewise.
8598         (Files): Add m4/ulonglong.m4.
8599
8600 2006-10-10  Bruno Haible  <bruno@clisp.org>
8601
8602         Fix a gcc -Wshadow warning.
8603         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
8604         to 'bucket'.
8605         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
8606         gl_linked_indexof_from_to): Likewise.
8607         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
8608         Likewise.
8609         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
8610         Likewise.
8611         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
8612         Reported by Eric Blake.
8613
8614 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
8615
8616         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
8617         for NetBSD.  Problem reported by Bruno Haible.
8618
8619 2006-10-09  Jim Meyering  <jim@meyering.net>
8620
8621         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
8622         Patch from Bruno Haible.
8623
8624 2006-10-09  Jim Meyering  <jim@meyering.net>
8625
8626         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
8627         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
8628         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
8629
8630 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         Don't include <config.h> twice; this doesn't work in some cases,
8633         e.g., when config.h has "#define intmax_t long long int" and
8634         we include <config.h>, <inttypes.h>, <config.h> in that order.
8635         Problem reported by Matthew Woehlke in:
8636         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
8637         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
8638         * lib/fts-cycle.c: Don't include config.h.
8639         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
8640         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
8641         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
8642         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
8643         inttypes.h.
8644         * lib/xstrtoumax.c: Likewise.
8645         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
8646         __strtol and the like, so that this module is more like its siblings.
8647         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
8648         Remove; no longer needed now that we assume gnulib inttypes.h.
8649
8650 2006-10-08  Bruno Haible  <bruno@clisp.org>
8651
8652         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
8653         option.
8654
8655 2006-10-07  Jim Meyering  <jim@meyering.net>
8656
8657         * modules/inttypes (inttypes.h): Revert what seems to have been
8658         an inadvertent part of today's change: use "|", not "/" in the
8659         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
8660
8661 2006-10-07  Bruno Haible  <bruno@clisp.org>
8662
8663         * modules/sublist: New file.
8664
8665 2006-10-07  Bruno Haible  <bruno@clisp.org>
8666
8667         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
8668         * modules/argz (argz.h): Likewise.
8669         * modules/arpa_inet (arpa/inet.h): Likewise.
8670         * modules/byteswap (byteswap.h): Likewise.
8671         * modules/configmake (configmake.h): Likewise.
8672         * modules/fcntl (fcntl.h): Likewise.
8673         * modules/fnmatch (fnmatch.h): Likewise.
8674         * modules/getopt (getopt.h): Likewise.
8675         * modules/glob (glob.h): Likewise.
8676         * modules/inttypes (inttypes.h): Likewise.
8677         * modules/netinet_in (netinet/in.h): Likewise.
8678         * modules/poll (poll.h): Likewise.
8679         * modules/stdbool (stdbool.h): Likewise.
8680         * modules/stdint (stdint.h): Likewise.
8681         * modules/sys_select (sys/select.h): Likewise.
8682         * modules/sys_socket (sys/socket.h): Likewise.
8683         * modules/sys_stat (sys/stat.h): Likewise.
8684         * modules/sysexits (sysexits.h): Likewise.
8685         * modules/unistd (unistd.h): Likewise.
8686         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8687         Add a "DO NOT EDIT" comment to the generated file.
8688         (func_import): Likewise for gnulib-comp.m4.
8689
8690 2006-10-07  Bruno Haible  <bruno@clisp.org>
8691
8692         * lib/gl_sublist.h: New file.
8693         * lib/gl_sublist.c: New file.
8694
8695 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8696
8697         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
8698         name (relative to the original working directory) and the file
8699         name component (relative to the temporary working directory).  All
8700         callers changed.
8701         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
8702         * lib/mkdir-p.c (make_dir_parents): Likewise.
8703         * lib/mkdir-p.h (make_dir_parents): Likewise.
8704
8705 2006-10-06  Eric Blake  <ebb9@byu.net>
8706
8707         Define several macros for use by the clean-temp module.
8708         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
8709         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
8710         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
8711
8712         * lib/clean-temp.h (close_stream_temp): New declaration.
8713         * lib/clean-temp.c (includes): Pull in headers according to what
8714         other modules are in use.
8715         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
8716
8717 2006-10-06  Bruno Haible  <bruno@clisp.org>
8718
8719         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
8720         instead of fopen, fwriteerror.
8721
8722 2006-10-06  Bruno Haible  <bruno@clisp.org>
8723
8724         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
8725         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
8726         int.
8727         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
8728         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
8729         Return an error indicator.
8730         Suggested by Eric Blake.
8731
8732 2006-10-06  Bruno Haible  <bruno@clisp.org>
8733
8734         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
8735         Reported by Eric Blake.
8736
8737 2006-10-06  Bruno Haible  <bruno@clisp.org>
8738
8739         * modules/closeout (Description): Mention stderr too.
8740
8741 2006-10-06  Bruno Haible  <bruno@clisp.org>
8742         and Paul Eggert  <eggert@cs.ucla.edu>
8743
8744         * lib/closeout.c (close_stdout): Also close stderr.
8745         * lib/closeout.h: Update comment.
8746
8747 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8748
8749         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
8750         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
8751         * lib/dirchownmod.c: Include lchown.h.
8752         * lib/lchown.c: Don't include files that lchown.h now includes.
8753         Don't declare chown, since lchown.h now does that.
8754         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
8755         (lchown): Define to rpl_chown if lchown is declared but
8756         does not exist.  Declare using a prototype if lchown is not
8757         declared.  Add a copyright notice.
8758         * lib/mkstemp.h: Include <unistd.h>.
8759         * lib/openat.c: Include lchown.h.
8760
8761         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
8762         we now test for that separately.
8763         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
8764         rather than O_NOFOLLOW, when testing whether it's possible to
8765         avoid a race condition reliably.
8766         * lib/savewd.c (savewd_chdir): Likewise.
8767
8768         Remove macros that are no longer needed now that stdint.h is
8769         reliable.
8770         * lib/fsusage.c (UINTMAX_MAX): Remove.
8771         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
8772         * lib/utimecmp.c (SIZE_MAX): Remove.
8773
8774         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
8775
8776         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
8777         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
8778         O_NOATIME works.
8779
8780 2006-10-05  Bruno Haible  <bruno@clisp.org>
8781
8782         * lib/gl_list.h (gl_sortedlist_search_from_to,
8783         gl_sortedlist_indexof_from_to): New declarations.
8784         (gl_list_implementation): New fields sortedlist_search_from_to,
8785         sortedlist_indexof_from_to.
8786         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
8787         inline functions.
8788         * lib/gl_list.c (gl_sortedlist_search_from_to,
8789         gl_sortedlist_indexof_from_to): New functions.
8790         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
8791         function.
8792         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
8793         (gl_array_sortedlist_search_from_to): New function.
8794         (gl_array_list_implementation): Update.
8795         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
8796         function.
8797         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
8798         (gl_carray_sortedlist_search_from_to): New function.
8799         (gl_carray_list_implementation): Update.
8800         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
8801         gl_linked_sortedlist_indexof_from_to): New functions.
8802         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8803         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8804         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
8805         gl_tree_sortedlist_indexof_from_to): New functions.
8806         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8807         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8808         Update.
8809         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8810         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
8811         Update.
8812
8813 2006-10-05  Bruno Haible  <bruno@clisp.org>
8814
8815         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
8816         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
8817         (struct gl_list_implementation): Add fields search_from_to,
8818         indexof_from_to. Remove fields search, indexof.
8819         (gl_list_search): Use the search_from_to method.
8820         (gl_list_search_from, gl_list_search_from_to): New functions.
8821         (gl_list_indexof): Use the indexof_from_to method.
8822         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
8823         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
8824         (gl_list_search_from, gl_list_search_from_to): New functions.
8825         (gl_list_indexof): Use the indexof_from_to method.
8826         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
8827         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
8828         gl_array_indexof. Add start_index, end_index arguments.
8829         (gl_array_search_from_to): Renamed from gl_array_search. Add
8830         start_index, end_index arguments.
8831         (gl_array_remove, gl_array_list_implementation): Update.
8832         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
8833         gl_carray_indexof. Add start_index, end_index arguments.
8834         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
8835         start_index, end_index arguments.
8836         (gl_carray_remove, gl_carray_list_implementation): Update.
8837         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
8838         gl_linked_search. Add start_index, end_index arguments.
8839         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
8840         start_index, end_index arguments.
8841         (gl_linked_remove): Update.
8842         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
8843         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
8844         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
8845         field to 'size_t'.
8846         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
8847         gl_tree_search. Add start_index, end_index arguments.
8848         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
8849         start_index, end_index arguments.
8850         (gl_tree_remove): Update.
8851         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
8852         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
8853         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
8854         function.
8855         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
8856         gl_tree_search. Add start_index, end_index arguments.
8857         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
8858         start_index, end_index arguments.
8859         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
8860         Update.
8861         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
8862
8863 2006-10-05  Bruno Haible  <bruno@clisp.org>
8864
8865         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
8866
8867         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
8868         fwriteerror_temp): New declarations.
8869         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
8870         (descriptors): New variable.
8871         (cleanup): First, close the descriptors.
8872         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
8873         fclose_temp, fwriteerror_temp): New functions.
8874
8875 2006-10-04  Jim Meyering  <jim@meyering.net>
8876
8877         * lib/fts.c (fts_open): Tiny comment change.
8878
8879 2006-10-04  Bruno Haible  <bruno@clisp.org>
8880
8881         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
8882         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
8883         gl_LOCK_BODY.
8884         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
8885         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
8886         gl_LOCK_EARLY_BODY.
8887         (gl_LOCK): Require gl_LOCK_BODY.
8888
8889 2006-10-04  Bruno Haible  <bruno@clisp.org>
8890
8891         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
8892         (gl_oset_search_atleast): New declaration.
8893         (struct gl_oset_implementation): Add field 'search_atleast'.
8894         (gl_oset_search_atleast): New inline function.
8895         * lib/gl_oset.c (gl_oset_search_atleast): New function.
8896         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
8897         (gl_array_oset_implementation): Update.
8898         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
8899         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
8900         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
8901
8902 2006-10-04  Bruno Haible  <bruno@clisp.org>
8903
8904         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
8905
8906 2006-10-03  Bruno Haible  <bruno@clisp.org>
8907
8908         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
8909         from gl_avltreehash_list_implementation.
8910
8911 2006-10-03  Bruno Haible  <bruno@clisp.org>
8912
8913         * lib/gl_oset.c (gl_oset_add): Fix return type.
8914
8915 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
8916
8917         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
8918
8919 2006-10-02  Eric Blake  <ebb9@byu.net>
8920
8921         * modules/strnlen (Depends-on): Add extensions.
8922
8923 2006-10-02  Eric Blake  <ebb9@byu.net>
8924
8925         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
8926         definition in 2.60+.
8927
8928 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8929
8930         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
8931         checks.
8932
8933 2006-10-02  Bruno Haible  <bruno@clisp.org>
8934
8935         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
8936         to the AUTOMAKE_OPTIONS.
8937         Reported by Jim Meyering.
8938
8939 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8940
8941         Work around bug in Solaris 10 /proc file system:
8942         /proc/self/fd/NNN/.. isn't the parent directory of
8943         the directory whose file descriptor is NNN.  This needs to
8944         be worked around at run time, not compile time, since a
8945         program might be built on Solaris 8, where things work, and
8946         run on Solaris 10.
8947         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
8948         to use the following interface instead:
8949         (OPENAT_BUFFER_SIZE): New macro.
8950         (openat_proc_name): New function.
8951         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
8952         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
8953         Likewise.
8954         * lib/openat-proc.c: New file.
8955         * modules/openat (Files): Add lib/openat-proc.c.
8956         (Depends-on): Add same-inode, stdbool.
8957         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
8958
8959 2006-09-29  Bruno Haible  <bruno@clisp.org>
8960
8961         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
8962         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
8963         argument. Set stdout_closed before testing for ferror, not after.
8964         (fwriteerror, fwriteerror_no_ebadf): New functions.
8965
8966 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8967
8968         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
8969
8970 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
8971
8972         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
8973         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
8974
8975 2006-09-28  Jim Meyering  <jim@meyering.net>
8976
8977         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
8978         Include <unistd.h>.
8979
8980 2006-09-28  Bruno Haible  <bruno@clisp.org>
8981
8982         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
8983         * modules/linkedhash-list (Depends-on): Likewise.
8984         * modules/rbtreehash-list (Depends-on): Likewise.
8985
8986 2006-09-28  Bruno Haible  <bruno@clisp.org>
8987
8988         * lib/strndup.h: Simplify the redefinition of strndup.
8989         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
8990         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
8991
8992 2006-09-28  Bruno Haible  <bruno@clisp.org>
8993
8994         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
8995         * lib/gl_linkedhash_list.c: Likewise.
8996         * lib/gl_rbtreehash_list.c: Likewise.
8997
8998 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8999
9000         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
9001         getaddrinfo.
9002
9003         * lib/__fpending.h: Don't include <stdio_ext.h> unless
9004         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
9005         it causes <stdio_ext.h> to cause a compile-time error.
9006         Problem reported by Nelson H. F. Beebe.
9007         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
9008         of HAVE_DECL___PENDING.
9009
9010         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
9011         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
9012         declaration.
9013
9014 2006-09-27  Jim Meyering  <jim@meyering.net>
9015
9016         This file could end up with a definition for a function
9017         named __strndup, rather than rpl_strndup on a system with
9018         incomplete weak_alias support.
9019         * lib/strndup.c (strndup): Rename from __strndup.
9020         Remove #defines that used to map __strndup to strndup.
9021         Don't use K&R prototypes.
9022         Remove LIBC-related code, since this file is not sync'd with glibc.
9023         * lib/strndup.h: Revamp, accordingly.
9024         * m4/strndup.m4: Modernize.
9025
9026 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9027
9028         * modules/savewd (Depends-on): Add 'raise'.
9029         * lib/savewd.c: Include <signal.h>, for 'raise'.
9030
9031 2006-09-26  Jim Meyering  <jim@meyering.net>
9032
9033         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
9034         when we detect Darwin 8.7.0's acl_get_file bug.
9035         Rearrange to perform the new (below) run-test while $LIBS
9036         contains any acl-related library.  Set USE_ACL at the end.
9037         (gl_ACL_GET_FILE): New function.
9038
9039 2006-09-26  Eric Blake  <ebb9@byu.net>
9040
9041         * lib/verror.c: Include <config.h> unconditionally.
9042
9043 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
9044
9045         * modules/clock-time (Maintainer): Add self.
9046         * modules/getlogin_r (Depends-on): Add extensions.
9047
9048 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9049
9050         * modules/clock-time: New module.
9051         * modules/nanosleep (Depends-on): Add clock-time.
9052         * modules/gethrxtime (Depends-on): Likewise.
9053         * modules/gettime (Depends-on): Likewise.
9054         * modules/settime (Depends-on): Likewise.
9055
9056         * modules/fts-lgpl: Depend on openat.
9057         * modules/mkancesdirs: Depend on savewd.
9058         * modules/mkdir-p: Likewise.
9059
9060 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9061
9062         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
9063
9064         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
9065         `gl_have_arbitrary_file_name_length_limit' to
9066         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
9067         actually works between configure runs.
9068
9069 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9070             Bruno Haible  <bruno@clisp.org>
9071
9072         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
9073
9074 2006-09-25  Jim Meyering  <jim@meyering.net>
9075
9076         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
9077         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
9078
9079 2006-09-25  Eric Blake  <ebb9@byu.net>
9080
9081         * gnulib-tool (func_import, func_create_testdir): Fix typos in
9082         exec's in 2006-09-18 patch when shuffling fds.
9083
9084 2006-09-25  Bruno Haible  <bruno@clisp.org>
9085
9086         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
9087         Reported by Jim Meyering.
9088
9089 2006-09-24  Jim Meyering  <jim@meyering.net>
9090
9091         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
9092         compare a pointer against a literal "0".  That caused failures with
9093         at least HP-UX's hpcc.
9094
9095 2006-09-22  Simon Josefsson  <jas@extundo.com>
9096
9097         * modules/gc-sha1:
9098         * modules/gc-md4:
9099         * modules/gc-hmac-sha1:
9100         * modules/gc-hmac-md5:
9101         * modules/gc-des:
9102         * modules/gc-arcfour: Distribute more files.
9103
9104 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9105
9106         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
9107         (gl_linked_iterator_from_to): Initialize struct completely.
9108         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
9109         (gl_tree_iterator_from_to): Likewise
9110         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
9111         * lib/gl_array_list.c [lint] (gl_array_iterator)
9112         (gl_array_iterator_from_to): Likewise.
9113         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
9114         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
9115         (gl_carray_iterator_from_to): Likewise.
9116
9117         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
9118         * lib/md4.c (md4_process_block): Remove unused variable.
9119         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
9120         parentheses for clarity.
9121
9122 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9123
9124         * modules/bison-i18n (Depends-on): Add gettext.
9125
9126 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9127
9128         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
9129         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
9130         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
9131         also add missing comma that caused broken test.
9132         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
9133         stdlib.h, for `abort'.
9134         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
9135         variables.
9136         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
9137         include unistd.h if present, for `rmdir'.
9138         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
9139         variables.
9140         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
9141         in the process include standard headers for prototypes.
9142         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
9143         gets declared on GNU/Linux.
9144         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
9145         unistd.h, for `rmdir'.
9146         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
9147
9148         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
9149         always true.
9150         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
9151
9152         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
9153
9154 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9155
9156         * gnulib-tool (func_version): Create output all at once.  This
9157         may help avoid triggering unnecessary SIGPIPEs, and at any
9158         rate it doesn't hurt.
9159
9160 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9161             Bruno Haible  <bruno@clisp.org>
9162
9163         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
9164         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9165         * m4/signed.m4 (bh_C_SIGNED): Likewise.
9166
9167         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
9168         (gl_FUNC_VASPRINTF): Invoke it.
9169
9170 2006-09-22  Bruno Haible  <bruno@clisp.org>
9171
9172         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
9173         getloadavg.c as first argument.
9174
9175 2006-09-22  Bruno Haible  <bruno@clisp.org>
9176
9177         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
9178         at the beginning of the gl_INIT macro.
9179         * modules/getloadavg (configure.ac): Pass $gl_source_base to
9180         gl_GETLOADAVG.
9181
9182 2006-09-22  Bruno Haible  <bruno@clisp.org>
9183
9184         * gnulib-tool (func_create_megatestdir): Don't include the config-h
9185         module.
9186         Suggested by Ralf Wildenhues.
9187
9188 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         Import this patch from libc:
9191
9192         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9193
9194         * lib/regex_internal.c (re_string_reconstruct): Handle
9195         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9196         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9197         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9198         re_string_context_at.
9199
9200         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
9201         now requires it.
9202         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
9203         gl_REGEX now does it for us.
9204         (gl_REGEX): Add test taken from
9205         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
9206
9207         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
9208         Check that large offsets work.  Modernize Autoconf usages.
9209         Prefer "yes" to mean a good thing rather than a bad.
9210         Don't put "#define mkstemp" in config.h, as this might interfere
9211         with standard system headers that "#define mkstemp mkstemp64".
9212
9213         * modules/mkstemp (Depends-on): Add extensions, so that
9214         mkstemp is visible on some platforms.
9215         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
9216         (Include): Change to "mkstemp.h" from <stdlib.h>.
9217         (Files): Add mkstemp.h.
9218
9219         * lib/mkstemp.h: New file, since some standard headers
9220         #define mkstemp.
9221         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
9222         Include "mkstemp.h".
9223         Make the _LIBC code resemble glibc original more,
9224         e.g., use K&R style.
9225         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
9226         (mkstemp): Remove, since mkstemp.h does this for us.
9227         * lib/stdlib--.h: Include mkstemp.h.
9228
9229         Import this patch from libc:
9230
9231         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
9232
9233         * lib/tempname.c (__gen_tempname): Change attempts_min
9234         into a macro.  Use preprocessor to decide how to initialize
9235         attempts [Coverity CID 67].
9236
9237 2006-09-20  Bruno Haible  <bruno@clisp.org>
9238
9239         * lib/mkdtemp.c: Import from libc.
9240         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
9241                 * sysdeps/posix/tempname.c (__gen_tempname): Change
9242                 attempts_min into a macro.  Use preprocessor to decide how to
9243                 initialize attempts [Coverity CID 67].
9244         2001-11-27  Paul Eggert  <eggert@twinsun.com>
9245                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
9246                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
9247
9248 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9249
9250         * gnulib-tool (func_exit): New function, to allow to pass the
9251         exit status portably through the trap.  Use everywhere.
9252         (--help, --version): Signal a write error.
9253         (trap): catch SIGPIPE, for write errors.
9254         Exit at the end of the trap, with the correct exit status.
9255
9256 2006-09-19  Karl Berry  <karl@gnu.org>
9257
9258         * doc/gnulib.texi: note about the license texinfo files.
9259
9260 2006-09-19  Eric Blake  <ebb9@byu.net>
9261
9262         * gnulib-tool: Avoid space-tab.
9263
9264 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9265
9266         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
9267         that prevented coreutils 6.1 from building.  Problem reported
9268         by Petter Reinholdtsen.
9269
9270 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
9271
9272         * gnulib-tool (avoidlist): Fix typo that broke options like
9273         --avoid=lock that are used by coreutils bootstrap.
9274
9275 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
9276
9277         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
9278         more systematically.
9279
9280 2006-09-18  Jim Meyering  <jim@meyering.net>
9281
9282         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
9283
9284 2006-09-18  Bruno Haible  <bruno@clisp.org>
9285
9286         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
9287
9288 2006-09-18  Bruno Haible  <bruno@clisp.org>
9289
9290         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
9291         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
9292         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
9293         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
9294         * m4/gettext.m4: Require autoconf >= 2.52.
9295         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
9296         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
9297         of gl_cv_header_inttypes_h.
9298
9299 2006-09-18  Bruno Haible  <bruno@clisp.org>
9300
9301         * lib/javaversion.c: Include configmake.h.
9302
9303 2006-09-18  Bruno Haible  <bruno@clisp.org>
9304
9305         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
9306         avoid that the while loops be executed in a subshell.
9307
9308 2006-09-18  Bruno Haible  <bruno@clisp.org>
9309
9310         * MODULES.html.sh (func_module): Break long lines.
9311         Suggested by Bruce Korb <bkorb@gnu.org>.
9312
9313 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9314
9315         Speed up by a factor of 1.12.
9316         * gnulib-tool (nl): New variable.
9317         (func_import): Rewrite include directive extraction to only read each
9318         directive once.
9319
9320 2006-09-17  Bruno Haible  <bruno@clisp.org>
9321
9322         * modules/javaversion (Makefile.am): Remove DEFS setting.
9323         (Depends-on): Add configmake, for PKGDATADIR definition.
9324
9325 2006-09-17  Bruno Haible  <bruno@clisp.org>
9326
9327         * gnulib-tool (func_create_testdir): Rewrite all files at once.
9328
9329 2006-09-17  Bruno Haible  <bruno@clisp.org>
9330
9331         * gnulib-tool (func_append): New function, stolen from libtool.m4.
9332         (func_modules_transitive_closure, func_modules_add_dummy,
9333         func_modules_to_filelist, func_import, func_create_testdir,
9334         func_create_megatestdir, ...): Use it wherever possible.
9335         Suggested by Ralf Wildenhues.
9336
9337 2006-09-16  Karl Berry  <karl@gnu.org>
9338
9339         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
9340         to avoid sectioning errors.
9341         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
9342         [ifinfo]: blank line after @center-ed titles.
9343         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
9344         Spell FSF address consistently with others.
9345         (These changes approved by rms.)
9346
9347 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9348
9349         Speed up by a factor of 1.61.
9350         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
9351         already checked module names again.
9352
9353 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9354
9355         Speed up by a factor of 1.13.
9356         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
9357         for new_files, and the input to func_add_or_update.
9358
9359 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9360
9361         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
9362         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
9363
9364 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9365
9366         * modules/mkancesdirs (Depends-on): Add fcntl.
9367         * modules/savewd: New file.
9368         * MODULES.html.sh (File system functions): Add savewd.
9369
9370         * modules/configmake (Makefile.am): Add support for the
9371         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
9372
9373 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9374
9375         * m4/savewd.m4: New file.
9376
9377 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9378
9379         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
9380         (dirchownmod): New arg FD.  All callers changed.
9381         Use FD rather than opening the directory ourself, as opening is
9382         now the caller's responsibility.
9383         * lib/dirchownmod.h: Likewise.
9384         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
9385         hosts that require <sys/types.h> before <sys/stat.h>.  Include
9386         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
9387         (test_dir): Remove.
9388         (mkancesdirs): Return length of prefix of FILE that has already
9389         been made, or -2 if there is a child doing the work.  Redo
9390         algorithm so that it is O(N) rather than O(N**2).  Optimize away
9391         ".", and treat ".." specially since it might stray back into
9392         already-created areas.  Use a subprocess if necessary.  New arg
9393         WD; all users changed.  MAKE_DIR function should now return 1
9394         if it creates a directory that is not readable.  Return -2 if
9395         a child process is spun off.
9396         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
9397         Adjust signature to match code.
9398         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
9399         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
9400         all users changed.
9401         * lib/savewd.c, lib/savewd.h: New files.
9402
9403 2006-09-15  Jim Meyering  <jim@meyering.net>
9404
9405         * modules/rename-dest-slash: New module.
9406         * MODULES.html.sh (posix_compat): Add it here.
9407
9408         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
9409
9410 2006-09-15  Jim Meyering  <jim@meyering.net>
9411
9412         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
9413         file.
9414
9415         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
9416
9417 2006-09-15  Jim Meyering  <jim@meyering.net>
9418
9419         * lib/rename-dest-slash.c (has_trailing_slash): Use
9420         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
9421         (rpl_rename_dest_slash): Perform the cheaper trailing slash
9422         test before testing whether SRC is a directory.
9423         Suggestions from Bruno Haible.
9424
9425         Avoid a warning about an unused variable.
9426         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
9427         into the #ifdef block where it's used.
9428
9429         * lib/rename-dest-slash.c: New file.
9430
9431 2006-09-14  Bruno Haible  <bruno@clisp.org>
9432
9433         * lib/allocsa.c: Include <config.h> unconditionally.
9434         * lib/asnprintf.c: Likewise.
9435         * lib/asprintf.c: Likewise.
9436         * lib/c-strcasecmp.c: Likewise.
9437         * lib/c-strcasestr.c: Likewise.
9438         * lib/c-strncasecmp.c: Likewise.
9439         * lib/c-strstr.c: Likewise.
9440         * lib/classpath.c: Likewise.
9441         * lib/clean-temp.c: Likewise.
9442         * lib/concatpath.c: Likewise.
9443         * lib/copy-file.c: Likewise.
9444         * lib/csharpcomp.c: Likewise.
9445         * lib/csharpexec.c: Likewise.
9446         * lib/execute.c: Likewise.
9447         * lib/fatal-signal.c: Likewise.
9448         * lib/findprog.c: Likewise.
9449         * lib/fwriteerror.c: Likewise.
9450         * lib/gl_array_list.c: Likewise.
9451         * lib/gl_array_oset.c: Likewise.
9452         * lib/gl_avltree_list.c: Likewise.
9453         * lib/gl_avltree_oset.c: Likewise.
9454         * lib/gl_avltreehash_list.c: Likewise.
9455         * lib/gl_carray_list.c: Likewise.
9456         * lib/gl_linked_list.c: Likewise.
9457         * lib/gl_linkedhash_list.c: Likewise.
9458         * lib/gl_list.c: Likewise.
9459         * lib/gl_oset.c: Likewise.
9460         * lib/gl_rbtree_list.c: Likewise.
9461         * lib/gl_rbtree_oset.c: Likewise.
9462         * lib/gl_rbtreehash_list.c: Likewise.
9463         * lib/imaxabs.c: Likewise.
9464         * lib/imaxdiv.c: Likewise.
9465         * lib/javacomp.c: Likewise.
9466         * lib/javaexec.c: Likewise.
9467         * lib/javaversion.c: Likewise.
9468         * lib/linebreak.c: Likewise.
9469         * lib/localcharset.c: Likewise.
9470         * lib/lock.c: Likewise.
9471         * lib/mbchar.c: Likewise.
9472         * lib/mbswidth.c: Likewise.
9473         * lib/mkdtemp.c: Likewise.
9474         * lib/pipe.c: Likewise.
9475         * lib/printf-args.c: Likewise.
9476         * lib/printf-parse.c: Likewise.
9477         * lib/progname.c: Likewise.
9478         * lib/progreloc.c: Likewise.
9479         * lib/readlink.c: Likewise.
9480         * lib/sh-quote.c: Likewise.
9481         * lib/stpcpy.c: Likewise.
9482         * lib/stpncpy.c: Likewise.
9483         * lib/strcasecmp.c: Likewise.
9484         * lib/strcasestr.c: Likewise.
9485         * lib/strcspn.c: Likewise.
9486         * lib/striconv.c: Likewise.
9487         * lib/strncasecmp.c: Likewise.
9488         * lib/strnlen1.c: Likewise.
9489         * lib/strstr.c: Likewise.
9490         * lib/strtok_r.c: Likewise.
9491         * lib/tls.c: Likewise.
9492         * lib/tmpdir.c: Likewise.
9493         * lib/unicodeio.c: Likewise.
9494         * lib/unsetenv.c: Likewise.
9495         * lib/vasnprintf.c: Likewise.
9496         * lib/vasprintf.c: Likewise.
9497         * lib/wait-process.c: Likewise.
9498         * lib/xallocsa.c: Likewise.
9499         * lib/xsetenv.c: Likewise.
9500         * lib/xstriconv.c: Likewise.
9501
9502 2006-09-13  Simon Josefsson  <jas@extundo.com>
9503
9504         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
9505         that internally, suggested by Ralf Wildenhues
9506         <Ralf.Wildenhues@gmx.de>.
9507
9508 2006-09-13  Simon Josefsson  <jas@extundo.com>
9509
9510         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
9511         @LIBOBJS@.
9512         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9513
9514 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9515
9516         * lib/_fpending.c: Include <config.h> unconditionally, since we no
9517         longer worry about uses that don't define HAVE_CONFIG_H.
9518         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
9519         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
9520         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
9521         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
9522         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
9523         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
9524         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
9525         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
9526         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
9527         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
9528         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
9529         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
9530         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
9531         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
9532         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
9533         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
9534         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
9535         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
9536         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
9537         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
9538         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
9539         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
9540         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
9541         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
9542         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
9543         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
9544         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
9545         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
9546         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
9547         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
9548         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
9549         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
9550         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
9551         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
9552         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
9553         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
9554         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
9555         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
9556         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
9557         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
9558         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
9559         Likewise.
9560
9561 2006-09-13  Eric Blake  <ebb9@byu.net>
9562
9563         * lib/getopt.c: Fix typo in last commit.
9564
9565 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9566
9567         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
9568         dgettext.
9569
9570 2006-09-12  Jim Meyering  <jim@meyering.net>
9571
9572         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
9573         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
9574         Reported by Nelson H. F. Beebe.
9575
9576 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9577
9578         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
9579         program_invocation_name and program_invocation_short_name are
9580         initialized.
9581         * lib/argp-namefrob.h: Move declarations of program_invocation_name
9582         and program_invocation_short_name to argp.h, so they are visible
9583         to user programs.
9584         * lib/argp.h: Likewise
9585
9586 2006-09-10  Bruno Haible  <bruno@clisp.org>
9587
9588         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
9589         m4/inttypes_h.m4, m4/uintmax_t.m4.
9590
9591 2006-09-10  Bruno Haible  <bruno@clisp.org>
9592
9593         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
9594         gl_AC_TYPE_UINTMAX_T.
9595
9596 2006-09-10  Bruno Haible  <bruno@clisp.org>
9597
9598         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
9599
9600 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9601
9602         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
9603         convention.  Text proposed by Bruno Haible.
9604         (struct argp_option): Document the use of N_() wrappers.
9605
9606         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
9607         '\v', and translate the two parts separately, instead of feeding
9608         the whole string to gettext.  This allows to exclude
9609         '\v' from the strings visible to the translator by writing doc
9610         strings as N_("..") "\v" N_("..").
9611
9612 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
9613
9614         * config/srclist.txt: Undo latest change; the bug was fixed.
9615
9616 2006-09-09  Bruno Haible  <bruno@clisp.org>
9617
9618         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
9619         assignments if building a library without libtool.
9620         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
9621         in func_emit_lib_Makefile_am.
9622         (func_import): When building a static library libfoo.a, arrange to
9623         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
9624         (func_create_testdir): Likewise.
9625         * modules/gc (configure.ac, Makefile.am): If building statically,
9626         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
9627         * modules/iconvme (configure.ac, Makefile.am): Likewise.
9628         * modules/striconv (configure.ac, Makefile.am): Likewise.
9629         Based on a suggestion by Ralf Wildenhues.
9630
9631 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9632
9633         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
9634         Check for unistd.h too, since Autoconf doesn't assume POSIX.
9635         Also:
9636
9637         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9638         Add year_2050_test to catch glibc bug 2821
9639         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9640
9641         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9642         Prefer #ifdef to #if.
9643
9644         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
9645         Return from 'main' instead of calling 'exit'.
9646
9647 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9648
9649         * lib/mktime.c (guess_time_tm): Fix bug where mktime
9650         returned the maximum time_t value rather than (time_t) -1.
9651         Problem originally reported by William Bardwell
9652         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
9653
9654         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
9655         Moved to here ...
9656         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
9657         ... from here.
9658
9659 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9660
9661         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
9662         2821 is fixed.
9663
9664 2006-09-08  Jim Meyering  <jim@meyering.net>
9665
9666         Don't make generated files read-only.  That would bother too many
9667         people.  However, do retain the ability to work when targets are
9668         read-only: remove the destination and temporary files before writing
9669         them (when generated via sed or echo), or by using the -f option for
9670         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
9671         * modules/alloca-opt, modules/argz, modules/arpa_inet:
9672         * modules/byteswap, modules/configmake, modules/fcntl:
9673         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
9674         * modules/localcharset, modules/netinet_in, modules/poll:
9675         * modules/stdbool, modules/stdint, modules/sys_select:
9676         * modules/sys_socket, modules/sys_stat, modules/sysexits:
9677
9678 2006-09-08  Jim Meyering  <jim@meyering.net>
9679
9680         Avoid new build failure on FreeBSD 6.0.
9681         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
9682         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
9683         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
9684
9685 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9686
9687         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
9688
9689 2006-09-07  Jim Meyering  <jim@meyering.net>
9690
9691         Fix global typo in last change: use chmod u-w, not chmod u-x.
9692         Spotted by Paul Eggert and Bruce Korb.
9693         * modules/alloca-opt, modules/argz, modules/arpa_inet:
9694         * modules/byteswap, modules/configmake, modules/fcntl:
9695         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
9696         * modules/localcharset, modules/netinet_in, modules/poll:
9697         * modules/stdbool, modules/stdint, modules/sys_select:
9698         * modules/sys_socket, modules/sys_stat, modules/sysexits:
9699
9700 2006-09-06  Jim Meyering  <jim@meyering.net>
9701
9702         Make generated files be read-only.
9703         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
9704         Ensure that each generated file is now read-only.
9705         * modules/argz: Likewise.
9706         * modules/arpa_inet: Likewise.
9707         * modules/byteswap: Likewise.
9708         * modules/configmake: Likewise.
9709         * modules/fcntl: Likewise.
9710         * modules/fnmatch: Likewise.
9711         * modules/getopt: Likewise.
9712         * modules/glob: Likewise.
9713         * modules/inttypes: Likewise.
9714         * modules/netinet_in: Likewise.
9715         * modules/poll: Likewise.
9716         * modules/stdbool: Likewise.
9717         * modules/stdint: Likewise.
9718         * modules/sys_select: Likewise.
9719         * modules/sys_socket: Likewise.
9720         * modules/sys_stat: Likewise.
9721         * modules/sysexits: Likewise.
9722         * modules/localcharset: Same as above, but continue using temporary
9723         file named "t-$@" (why different?) rather than the "$@-t" used
9724         everywhere else.
9725
9726         * modules/sysexits (Makefile.am): Replace literal occurrences
9727         of "sysexit.h" more readable, and more consistent, "$@".
9728
9729 2006-09-06  Bruno Haible  <bruno@clisp.org>
9730
9731         * modules/striconv: New file.
9732         * modules/xstriconv: New file.
9733         * MODULES.html.sh (Internationalization functions): Add striconv,
9734         xstriconv.
9735
9736 2006-09-06  Bruno Haible  <bruno@clisp.org>
9737
9738         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
9739         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
9740         not using libtool correctly.
9741
9742 2006-09-06  Bruno Haible  <bruno@clisp.org>
9743
9744         * lib/striconv.h: New file.
9745         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
9746         iconvstring.c.
9747         * lib/xstriconv.h: New file.
9748         * lib/xstriconv.c: New file.
9749
9750 2006-09-06  Bruno Haible  <bruno@clisp.org>
9751
9752         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9753         lib_..._LDFLAGS.
9754
9755 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9756
9757         * lib/argz_.h: Sync from Libtool.
9758
9759         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
9760                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9761
9762         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
9763
9764 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
9765
9766         * modules/trim: New file.
9767
9768 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
9769
9770         * lib/trim.h: New file.
9771         * lib/trim.c: New file.
9772
9773 2006-09-05  Bruno Haible  <bruno@clisp.org>
9774
9775         * MODULES.html.sh (String handling): Add trim.
9776
9777 2006-09-04  Karl Berry  <karl@gnu.org>
9778
9779         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
9780         until next release.
9781
9782 2006-09-03  Bruno Haible  <bruno@clisp.org>
9783
9784         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
9785         correctly.
9786
9787 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
9790         not gl_GETLOADAVG.  Omit unneeded semicolons.
9791         Problems reported by Ralf Wildenhues in
9792         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
9793         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
9794         at the end, which is the usual gnulib style.
9795
9796         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
9797         of doing all the work ourselves.
9798         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
9799         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
9800
9801 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9802
9803         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
9804         Problem reported by Ralf Wildenhues in
9805         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
9806
9807         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
9808         HAVE_STRUCT_STATFS_F_FSTYPENAME.
9809
9810 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9811
9812         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
9813         yesterday's patch by changing test -n to test -z.
9814
9815 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9816
9817         * modules/getloadavg (Files): Add m4/getloadavg.m4.
9818         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
9819         the former is now obsolescent.
9820
9821         * modules/chdir-long (Depends-on): Add fcntl.
9822
9823 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9824
9825         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
9826         obsolescent, and programs should use gnulib instead.
9827         * m4/getloadavg.m4: New file, with contents taken from Autoconf
9828         but with prefixes changed.
9829
9830 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9831
9832         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
9833         or stdbool.h, because they might not exist while configuring.
9834
9835         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
9836         Don't include unistd.h or limits.h; not needed, since chdir-long.h
9837         does that for us.
9838         (O_DIRECTORY): Remove.
9839
9840 2006-08-31  Eric Blake  <ebb9@byu.net>
9841
9842         * gnulib-tool: Don't let emacs change spaces to TAB.
9843
9844 2006-08-31  Bruno Haible  <bruno@clisp.org>
9845
9846         * gnulib-tool: When calling func_import more than once, do it in a
9847         subshell.
9848         Reported by Eric Blake <ebb9@byu.net>.
9849
9850 2006-08-31  Bruno Haible  <bruno@clisp.org>
9851
9852         * gnulib-tool (nl): Remove variable.
9853         (sed_transform_lib_file): Use more robust test for config-h module.
9854         (func_import): Fix typo in 2006-08-25 patch.
9855
9856 2006-08-31  Bruno Haible  <bruno@clisp.org>
9857
9858         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
9859         specified, augment Makefile.am variables instead of assigning them.
9860
9861 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9862
9863         Work around a bug in both the Linux and SunOS 64-bit kernels:
9864         nanosleep mishandles sleeps for longer than 2**31 seconds.
9865         Problem reported by Frank v Waveren in
9866         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
9867         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
9868         Check for nanosleep bug.
9869         (LIB_NANOSLEEP): Append clock_gettime library if needed.
9870
9871 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9872
9873         Work around a bug in both the Linux and SunOS 64-bit kernels:
9874         nanosleep mishandles sleeps for longer than 2**31 seconds.
9875         Problem reported by Frank v Waveren in
9876         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
9877         * lib/nanosleep.c (BILLION): New constant.
9878         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
9879         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
9880         implementation.
9881
9882 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9883
9884         * modules/nanosleep (Depends-on): Add gettime.
9885
9886 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
9887         and Simon Josefsson  <jas@extundo.com>
9888         and Oskar Liljeblad  <oskar@osk.mine.nu>
9889
9890         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
9891         * gnulib-tool (func_import): New license type 'unmodifiable license
9892         text'.
9893         * modules/fdl: Use it.  Longer description.
9894         * module/gpl, module/lgpl: New files.
9895
9896 2006-08-30  Jim Meyering  <jim@meyering.net>
9897
9898         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
9899         shadowing the parameter.
9900
9901 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9902
9903         Sync from Libtool:
9904
9905         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9906
9907         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
9908         sharing with gnulib.  Report by Eric Blake.
9909
9910 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9911
9912         * modules/isapipe: New file.
9913         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
9914
9915 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9916
9917         * modules/configmake (Makefile.am): Add a comment, and omit
9918         the CONFIGMAKE_ prefix from generated macro names.  Suggested
9919         by Bruno Haible.
9920
9921 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9922
9923         * m4/isapipe.m4: New file.
9924
9925 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * lib/isapipe.c, lib/isapipe.h: New files.
9928
9929 2006-08-29  Jim Meyering  <jim@meyering.net>
9930
9931         * modules/configmake (Makefile.am): Make configmake.h depend on
9932         Makefile.  Otherwise, a stale configmake.h could hang around.
9933
9934 2006-08-29  Eric Blake  <ebb9@byu.net>
9935
9936         * lib/error.c (error_at_line, print_errno_message): Match libc, after
9937         resolution of upstream bug 3044.
9938
9939 2006-08-29  Bruno Haible  <bruno@clisp.org>
9940
9941         * modules/localcharset (Depends-on): Add configmake.
9942         (Makefile.am): Remove setting of LIBDIR through DEFS.
9943
9944 2006-08-29  Bruno Haible  <bruno@clisp.org>
9945
9946         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
9947         defined.
9948
9949 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9950
9951         * modules/fcntl: New file.
9952         * modules/chdir-safer (Depends-on): Add fcntl.
9953         * modules/fts: Likewise.
9954         * modules/mkdir-p: Likewise.
9955
9956         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
9957         This undoes the most recent change, since we're now addressing the
9958         problem in a different way.
9959
9960         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
9961         into output, since the output might be called Makefile.am even
9962         if $makefile_name is something different.
9963         (func_import): Use $makefile_am rather than
9964         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
9965         empty.
9966
9967         * modules/inttypes (Files): Add m4/inttypes-h.m4.
9968
9969 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9970
9971         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
9972         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
9973         recent change to stdint.m4, since we're now addressing the problem in a
9974         different way.
9975
9976 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9977
9978         * m4/fcntl_h.m4: New file.
9979
9980 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
9981
9982         * lib/fcntl_.h: New file.
9983         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
9984         the fcntl module.
9985         * lib/dirchownmod.c: Likewise.
9986         * lib/fts.c: Likewise.
9987
9988         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
9989         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
9990         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
9991         just before including <inttypes.h>, to avoid circular inclusion.
9992
9993 2006-08-28  Jim Meyering  <jim@meyering.net>
9994
9995         * doc/visibility.texi: Actually read and correct the grammar of the
9996         sentence affected by yesterday's change.
9997
9998 2006-08-28  Eric Blake  <ebb9@byu.net>
9999
10000         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
10001         needs wrapper.
10002
10003 2006-08-28  Eric Blake  <ebb9@byu.net>
10004
10005         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
10006
10007 2006-08-28  Eric Blake  <ebb9@byu.net>
10008
10009         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
10010
10011 2006-08-28  Bruno Haible  <bruno@clisp.org>
10012
10013         * modules/c-strstr: New file, from GNU gettext.
10014         * MODULES.html.sh (String handling): Add c-strstr.
10015
10016 2006-08-28  Bruno Haible  <bruno@clisp.org>
10017
10018         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
10019         macros.
10020         Reported by Eric Blake.
10021
10022 2006-08-28  Bruno Haible  <bruno@clisp.org>
10023
10024         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
10025         (VASNPRINTF): Return a string of length > INT_MAX without failing.
10026         * lib/vasprintf.c: Include errno.h, limits.h.
10027         (EOVERFLOW): New fallback definition.
10028         (vasprintf): Test here whether the string length is > INT_MAX.
10029         * lib/vsnprintf.c: Include errno.h, limits.h.
10030         (EOVERFLOW): New fallback definition.
10031         (vsnprintf): Fix bug when generated string was too long for the buffer.
10032         Test here whether the string length is > INT_MAX.
10033
10034 2006-08-28  Bruno Haible  <bruno@clisp.org>
10035
10036         * lib/inttypes_.h (SCNX*): Remove definitions.
10037         Reported by Eric Blake.
10038
10039 2006-08-28  Bruno Haible  <bruno@clisp.org>
10040
10041         * lib/c-strstr.h: New file, from GNU gettext.
10042         * lib/c-strstr.c: New file, from GNU gettext.
10043
10044 2006-08-28  Bruno Haible  <bruno@clisp.org>
10045
10046         * gnulib-tool: Reorder some statements.
10047
10048 2006-08-28  Bruno Haible  <bruno@clisp.org>
10049
10050         * gnulib-tool: New option --makefile-name.
10051         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
10052         $makefile_name.
10053         (func_import): Write $makefile_name to the cache file, and read it from
10054         there unless explicitly specified. Use $makefile_name as file name
10055         instead of Makefile.am. Adjust the recommendations accordingly.
10056
10057 2006-08-28  Bruno Haible  <bruno@clisp.org>
10058
10059         * gnulib-tool (func_verify_module): Check against misapplying patch.
10060
10061 2006-08-28  Bruno Haible  <bruno@clisp.org>
10062
10063         * gnulib-tool (func_relativize, func_relconcat): New functions.
10064         Give an error if --local-dir is given with --update.
10065         Remove trailing slashes from $local_gnulib_dir.
10066         (func_import): Store the relativized $local_gnulib_dir in
10067         gnulib-cache.m4, and read it from there if not specified explicitly.
10068
10069 2006-08-28  Bruno Haible  <bruno@clisp.org>
10070
10071         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
10072         is the current directory. Respect also $local_gnulib_dir.
10073
10074 2006-08-28  Bruno Haible  <bruno@clisp.org>
10075             Simon Josefsson  <jas@extundo.com>
10076
10077         BeOS portability.
10078         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
10079
10080 2006-08-27  Jim Meyering  <jim@meyering.net>
10081
10082         * doc/visibility.texi: Remove duplicate word: "pointer".
10083
10084 2006-08-26  Bruno Haible  <bruno@clisp.org>
10085
10086         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
10087         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
10088         (Makefile.am): Create inttypes.h from inttypes_.h.
10089         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
10090
10091         * modules/imaxabs: New file.
10092
10093         * modules/imaxdiv: New file.
10094
10095 2006-08-26  Bruno Haible  <bruno@clisp.org>
10096
10097         * m4/inttypes.m4: New file.
10098         * m4/_inttypes_h.m4: Remove file.
10099         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
10100         PRI_MACROS_BROKEN.
10101         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
10102
10103         * m4/imaxabs.m4: New file.
10104
10105         * m4/imaxdiv.m4: New file.
10106
10107 2006-08-26  Bruno Haible  <bruno@clisp.org>
10108
10109         * lib/inttypes_.h: New file.
10110         * lib/inttypes.h: Remove file.
10111         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
10112
10113         * lib/imaxabs.c: New file.
10114
10115         * lib/imaxdiv.c: New file.
10116
10117 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         New config-h module, so that "make" output needn't be cluttered
10120         by -DHAVE_CONFIG_H.
10121         * MODULES.html.sh (Support for building libraries and executables):
10122         Add config-h.
10123         * modules/config-h: New file.
10124         * gnulib-tool (nl, sed_transform_lib_file): New vars.
10125         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
10126         the config-h module is used.
10127
10128         New configmake module, so that "make" output needn't be cluttered
10129         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
10130         * MODULES.html.sh (Support for building libraries and executables):
10131         Add configmake.
10132         * modules/configmake: New file.
10133
10134 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * m4/config-h.m4: New file.
10137
10138 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * config/srclist.txt: Add elisp-comp.
10141
10142 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10143
10144         * MODULES.html.sh (Support for building libraries and executables):
10145         Add elisp-comp.
10146         * build-aux/elisp-comp: New file.
10147         * modules/elisp-comp: New file.
10148
10149 2006-08-24  Bruno Haible  <bruno@clisp.org>
10150
10151         * gnulib-tool (func_create_testdir): Use non-default values of
10152         sourcebase and m4base.
10153
10154 2006-08-24  Bruno Haible  <bruno@clisp.org>
10155
10156         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
10157         HTML structure.
10158
10159 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10160
10161         * modules/openat (Depends-on): Add lchown.
10162
10163 2006-08-23  Bruno Haible  <bruno@clisp.org>
10164
10165         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
10166         of gl_LOCK_EARLY instead of gl_LOCK.
10167
10168 2006-08-23  Bruno Haible  <bruno@clisp.org>
10169
10170         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
10171         on OSF/1 to no.
10172         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
10173
10174 2006-08-23  Bruno Haible  <bruno@clisp.org>
10175
10176         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
10177         as unusable.
10178
10179         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
10180         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
10181         (gl_LOCK): New macro.
10182
10183 2006-08-22  Simon Josefsson  <jas@extundo.com>
10184
10185         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
10186         to md5 module.
10187
10188 2006-08-22  Simon Josefsson  <jas@extundo.com>
10189
10190         * MODULES.html.sh: Add "Support for maintaining and release
10191         projects".
10192
10193         * build-aux/gnupload: New file, from coreutils.
10194
10195 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10196
10197         Avoid the need for AC_LIBSOURCES in m4 macros.
10198         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
10199         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
10200         * modules/check-version (EXTRA_DIST): Add check-version.h.
10201         * modules/crc (EXTRA_DIST): Add crc.h.
10202         * modules/des (EXTRA_DIST): Add des.h.
10203         * modules/gc (EXTRA_DIST): Add gc.h.
10204         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
10205         * modules/getline (EXTRA_DIST): Add getline.h.
10206         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
10207         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
10208         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
10209         * modules/md2 (EXTRA_DIST): Add md2.h.
10210         * modules/md4 (EXTRA_DIST): Add md4.h.
10211         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
10212         * modules/read-file (EXTRA_DIST): Add read-file.h.
10213         * modules/readline (EXTRA_DIST): Add readline.h.
10214         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
10215         rijndael-api-fst.h.
10216
10217 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10218
10219         * m4/rijndael.m4 (gl_ARCFOUR):
10220         * m4/arctwo.m4 (gl_ARCTWO):
10221         * m4/check-version.m4 (gl_CHECK_VERSION):
10222         * m4/crc.m4 (gl_CRC):
10223         * m4/des.m4 (gl_DES):
10224         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
10225         * m4/gc.m4 (gl_GC):
10226         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
10227         * m4/getline.m4 (gl_FUNC_GETLINE):
10228         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
10229         * m4/hmac-md5.m4 (gl_HMAC_MD5):
10230         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
10231         * m4/md2.m4 (gl_MD2):
10232         * m4/md4.m4 (gl_MD4):
10233         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
10234         * m4/read-file.m4 (gl_FUNC_READ_FILE):
10235         * m4/readline.m4 (gl_FUNC_READLINE):
10236         * m4/rijndael.m4 (gl_RIJNDAEL):
10237         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
10238         to get the necessary .h files and whatnot.
10239
10240 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
10241
10242         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
10243         gnulib rather than the other way around.
10244         * config/srclistvars.sh (COREUTILS): Remove.
10245
10246 2006-08-22  Jim Meyering  <jim@meyering.net>
10247
10248         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
10249
10250         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
10251
10252 2006-08-22  Eric Blake  <ebb9@byu.net>
10253
10254         * modules/regexprops-generic: New file.
10255         * MODULES.html.sh (Support for building documentation): List it.
10256
10257 2006-08-22  Eric Blake  <ebb9@byu.net>
10258
10259         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
10260         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
10261         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
10262         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
10263
10264 2006-08-22  Bruno Haible  <bruno@clisp.org>
10265
10266         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
10267         and lib_LTLIBRARIES like the other lib_* variables.
10268
10269 2006-08-22  Bruno Haible  <bruno@clisp.org>
10270
10271         * build-aux/x-to-1.in: New file, from GNU gettext.
10272
10273 2006-08-22  Bruno Haible  <bruno@clisp.org>
10274
10275         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
10276         <utmpx.h> exists.
10277
10278 2006-08-22  Bruno Haible  <bruno@clisp.org>
10279
10280         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
10281         <utmpx.h> exists.
10282
10283 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10284
10285         BeOS portability.
10286         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
10287         exist.
10288         Problem reported by Bruno Haible.
10289
10290 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10291
10292         Avoid the need for AC_LIBSOURCES in m4 macros.
10293         * modules/acl (EXTRA_DIST): Add acl.h.
10294         * modules/argmatch (Files): Add m4/argmatch.m4.
10295         (configure.ac): Add gl_ARGMATCH.
10296         (EXTRA_DIST): Renamed from lib_SOURCES, for
10297         consistency with the other modules.  Remove argmatch.c.
10298         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
10299         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
10300         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
10301         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
10302         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
10303         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
10304         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
10305         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
10306         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
10307         * modules/closeout (EXTRA_DIST): Add closeout.h.
10308         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
10309         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
10310         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
10311         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
10312         dirname.h; remove basename.c and stripslash.c.
10313         * modules/exclude (EXTRA_DIST): Add exclude.h.
10314         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
10315         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
10316         * modules/file-type (EXTRA_DIST): Add file-type.h.
10317         * modules/filemode (EXTRA_DIST): Add filemode.h.
10318         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
10319         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
10320         * modules/fpending (EXTRA_DIST): Add __fpending.h.
10321         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
10322         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
10323         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
10324         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
10325         * modules/getdate (EXTRA_DIST): Add getdate.c.
10326         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
10327         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
10328         * modules/getpass (EXTRA_DIST): Add getpass.h.
10329         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
10330         * modules/group-member (EXTRA_DIST): Add group-member.h.
10331         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
10332         * modules/hash (EXTRA_DIST): Add hash.h.
10333         * modules/human (EXTRA_DIST): Add human.h.
10334         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
10335         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
10336         * modules/lchown (EXTRA_DIST): Add lchown.h.
10337         * modules/long-options (EXTRA_DIST): Add long-options.h.
10338         * modules/lstat (EXTRA_DIST): Add lstat.h.
10339         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
10340         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
10341         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
10342         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
10343         * modules/memxor (EXTRA_DIST): Add memxor.h.
10344         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
10345         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
10346         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
10347         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
10348         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
10349         * modules/physmem (EXTRA_DIST): Add physmem.h.
10350         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
10351         * modules/posixver (EXTRA_DIST): Add posixver.h.
10352         * modules/quote (EXTRA_DIST): Add quote.h.
10353         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
10354         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
10355         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
10356         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
10357         regex_internal.h regexec.c.
10358         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
10359         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
10360         * modules/same (EXTRA_DIST): Add same.h.
10361         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
10362         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
10363         * modules/savedir (EXTRA_DIST): Add savedir.h.
10364         * modules/sha1 (EXTRA_DIST): Add sha1.h.
10365         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
10366         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
10367         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
10368         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
10369         * modules/strdup (EXTRA_DIST): Add strdup.h.
10370         * modules/strftime (EXTRA_DIST): Add strftime.h.
10371         * modules/strndup (EXTRA_DIST): Add strndup.h.
10372         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
10373         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
10374         * modules/time_r (EXTRA_DIST): Add time_r.h.
10375         * modules/timespec (EXTRA_DIST): Add timespec.h.
10376         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
10377         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
10378         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
10379         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
10380         * modules/userspec (EXTRA_DIST): Add userspec.h.
10381         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
10382         * modules/utimens (EXTRA_DIST): Add utimens.h.
10383         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
10384         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
10385         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
10386         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
10387         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
10388         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
10389         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
10390         * modules/yesno (EXTRA_DIST): Add yesno.h.
10391
10392 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
10393
10394         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
10395
10396         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
10397         * m4/dev-ino.m4, same-inode.m4: Remove.
10398
10399         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
10400         * m4/acl.m4 (AC_FUNC_ACL):
10401         * m4/backupfile.m4 (gl_BACKUPFILE):
10402         * m4/c-strtod.m4 (gl_C99_STRTOLD):
10403         * m4/canon-host.m4 (gl_CANON_HOST):
10404         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
10405         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
10406         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
10407         * m4/cloexec.m4 (gl_CLOEXEC):
10408         * m4/close-stream.m4 (gl_CLOSE_STREAM):
10409         * m4/closeout.m4 (gl_CLOSEOUT):
10410         * m4/dirfd.m4 (gl_FUNC_DIRFD):
10411         * m4/dirname.m4 (gl_DIRNAME):
10412         * m4/exclude.m4 (gl_EXCLUDE):
10413         * m4/exitfail.m4 (gl_EXITFAIL):
10414         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
10415         * m4/file-type.m4 (gl_FILE_TYPE):
10416         * m4/filemode.m4 (gl_FILEMODE):
10417         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
10418         * m4/fpending.m4 (gl_FUNC_FPENDING):
10419         * m4/fprintftime.m4 (gl_FPRINTFTIME):
10420         * m4/fts.m4 (gl_FUNC_FTS):
10421         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
10422         * m4/getdate.m4 (gl_GETDATE):
10423         * m4/gethrxtime.m4 (gl_GETHRXTIME):
10424         * m4/getpagesize.m4 (gl_GETPAGESIZE):
10425         * m4/getpass.m4 (gl_FUNC_GETPASS):
10426         * m4/gettime.m4 (gl_GETTIME):
10427         * m4/getugroups.m4 (gl_GETUGROUPS):
10428         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
10429         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
10430         * m4/hard-locale.m4 (gl_HARD_LOCALE):
10431         * m4/hash.m4 (gl_HASH):
10432         * m4/idcache.m4 (gl_IDCACHE):
10433         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
10434         * m4/lchown.m4 (gl_FUNC_LCHOWN):
10435         * m4/long-options.m4 (gl_LONG_OPTIONS):
10436         * m4/lstat.m4 (gl_FUNC_LSTAT):
10437         * m4/md5.m4 (gl_MD5):
10438         * m4/memcasecmp.m4 (gl_MEMCASECMP):
10439         * m4/memcoll.m4 (gl_MEMCOLL):
10440         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
10441         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
10442         * m4/memxor.m4 (gl_MEMXOR):
10443         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
10444         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
10445         * m4/modechange.m4 (gl_MODECHANGE):
10446         * m4/mountlist.m4 (gl_MOUNTLIST):
10447         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
10448         * m4/openat.m4 (gl_FUNC_OPENAT):
10449         * m4/pathmax.m4 (gl_PATHMAX):
10450         * m4/physmem.m4 (gl_PHYSMEM):
10451         * m4/posixtm.m4 (gl_POSIXTM):
10452         * m4/posixver.m4 (gl_POSIXVER):
10453         * m4/quote.m4 (gl_QUOTE):
10454         * m4/quotearg.m4 (gl_QUOTEARG):
10455         * m4/readtokens.m4 (gl_READTOKENS):
10456         * m4/readutmp.m4 (gl_READUTMP):
10457         * m4/regex.m4 (gl_REGEX):
10458         * m4/safe-read.m4 (gl_SAFE_READ):
10459         * m4/safe-write.m4 (gl_SAFE_WRITE):
10460         * m4/same.m4 (gl_SAME):
10461         * m4/save-cwd.m4 (gl_SAVE_CWD):
10462         * m4/savedir.m4 (gl_SAVEDIR):
10463         * m4/settime.m4 (gl_SETTIME):
10464         * m4/sha1.m4 (gl_SHA1):
10465         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
10466         * m4/stat-macros.m4 (gl_STAT_MACROS):
10467         * m4/stat-time.m4 (gl_STAT_TIME):
10468         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
10469         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
10470         * m4/strdup.m4 (gl_FUNC_STRDUP):
10471         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
10472         * m4/strndup.m4 (gl_FUNC_STRNDUP):
10473         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
10474         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
10475         * m4/time_r.m4 (gl_TIME_R):
10476         * m4/timespec.m4 (gl_TIMESPEC):
10477         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
10478         * m4/unlinkdir.m4 (gl_UNLINKDIR):
10479         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
10480         * m4/userspec.m4 (gl_USERSPEC):
10481         * m4/utimecmp.m4 (gl_UTIMECMP):
10482         * m4/utimens.m4 (gl_UTIMENS):
10483         * m4/xalloc.m4 (gl_XALLOC):
10484         * m4/xgetcwd.m4 (gl_XGETCWD):
10485         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
10486         * m4/xreadlink.m4 (gl_XREADLINK):
10487         * m4/xstrtod.m4 (gl_XSTRTOD):
10488         * m4/yesno.m4 (gl_YESNO):
10489         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
10490         to get the necessary .h files and whatnot.
10491
10492 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
10493             Bruno Haible  <bruno@clisp.org>
10494
10495         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
10496         /bin/sh understanding of '!' conditional negation.
10497
10498 2006-08-21  Jim Meyering  <jim@meyering.net>
10499
10500         * modules/openat (Depends-on): Really alphabetize.
10501
10502         * modules/acl (Depends-on): Add error and quote.
10503
10504         * check-module (find_included_lib_files): Add at-func.c to the
10505         ok-to-include-more-than-once white list.
10506
10507         * modules/openat (Depends-on): Add lstat.  Alphabetize.
10508
10509 2006-08-21  Bruno Haible  <bruno@clisp.org>
10510
10511         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10512         Emit a pkgdata_DATA variable only if some snippets add contents to it.
10513         Reported by Martin Lambers <marlam@marlam.de>.
10514
10515 2006-08-21  Bruno Haible  <bruno@clisp.org>
10516
10517         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
10518         specify an installation location, don't emit a noinst_LIBRARIES or
10519         noinst_LTLIBRARIES assignment.
10520
10521 2006-08-21  Bruno Haible  <bruno@clisp.org>
10522
10523         BeOS portability.
10524         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
10525         BeOS has mbrtowc() but no <wctype.h>.
10526
10527 2006-08-21  Bruno Haible  <bruno@clisp.org>
10528
10529         BeOS portability.
10530         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
10531         exist.
10532
10533 2006-08-21  Bruno Haible  <bruno@clisp.org>
10534
10535         BeOS portability.
10536         * lib/mbchar.h: Include <wctype.h> only if it exists.
10537
10538 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10539
10540         Remove files that are no longer needed by their respective modules.
10541         * m4/obstack.m4: Remove.
10542         * m4/strerror_r.m4: Remove.
10543         * m4/uint32_t.m4: Remove.
10544         * m4/uintptr_t.m4: Remove.
10545         * m4/ullong_max.m4: Remove.
10546         * m4/xstrtoimax.m4: Remove.
10547         * m4/xstrtoumax.m4: Remove.
10548
10549         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
10550         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
10551         dependencies now capture this.
10552
10553         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
10554         Do not use AC_LIBSOURCES, since gnulib modules now do this.
10555         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
10556         * m4/human.m4 (gl_HUMAN): Likewise.
10557         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
10558         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
10559
10560         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
10561
10562         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
10563         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
10564         stdint.
10565         * m4/human.m4 (gl_HUMAN): Likewise.
10566         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
10567         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
10568         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
10569         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
10570         * m4/xstrtol (gl_XSTRTOL): Likewise.
10571
10572         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
10573         AC_TYPE_LONG_LONG_INT.
10574         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
10575         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
10576         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
10577         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
10578
10579         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
10580         on stdbool.
10581
10582         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
10583         (gl_PREREQ_XSTRTOUL): Remove.
10584
10585         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
10586
10587         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
10588         mode.
10589
10590 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10591
10592         Add and change modules to make it easier for coreutils to use
10593         gnulib-tool.
10594         * modules/backupfile (Files): Remove m4/d-ino.m4.
10595         (Depends-on): Add d-ino.
10596         * modules/cycle-check (Depends-on): Add stdint.
10597         (lib_SOURCES): Add cycle-check.h.
10598         * modules/d-ino: New module.
10599         * modules/d-type: New module.
10600         * modules/error (Files): Remove m4/strerror_r.m4.
10601         * modules/filemode (Files): Add m4/st_dm_mode.m4.
10602         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
10603         m4/inttypes_h.m4, m4/uintmax_t.m4.
10604         (Depends-on): Add stdint.
10605         (lib_SOURCES): Add fsusage.h.
10606         * modules/getcwd (Files): Remove d-ino.m4.
10607         (Depends-on): Add d-ino.
10608         * modules/getndelim2 (Depends-on): Add stdint.
10609         * modules/glob (Files): Remove m4/d-type.m4.
10610         (Depends-on): Add d-type.
10611         * modules/host-os: New module.
10612         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
10613         m4/inttypes_h.m4, m4/uintmax_t.m4.
10614         * Depends-on: Add stdint.
10615         (lib_SOURCES): Add human.h.
10616         * modules/inttostr (Files): Remove m4/intmax_t.m4,
10617         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
10618         m4/uintmax_t.m4, m4/ulonglong.m4.
10619         (Depends-on): Add stdint.
10620         (EXTRA_DIST): Add inttostr.h.
10621         * modules/lchmod: New module.
10622         * modules/link-follow: New module.
10623         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
10624         (Depends-on): Add lchmod.
10625         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
10626         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
10627         (Depends-on): Add stdint.
10628         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
10629         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
10630         (Depends-on): Add stdint.
10631         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
10632         * modules/perl: New module.
10633         * modules/regex (Depends-on): Add stdint.
10634         * modules/rmdir-errno: New module.
10635         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
10636         m4/intmax_t.m4.
10637         (Depends-on): Add stdint.
10638         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
10639         m4/uintmax_t.m4.
10640         (Depends-on): Add stdint.
10641         * modules/unlink-busy: New module.
10642         * modules/utimecmp (Depends-on): Add stdint.
10643         * modules/uptime: New module.
10644         * modules/winsz-ioctl: New module.
10645         * modules/winsz-termios: New module.
10646         * modules/xnanosleep (Depends-on): Add nanosleep.
10647         * modules/ullong_max: Remove.
10648         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
10649         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
10650         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
10651         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
10652         (Depends-on): Add inttypes.
10653         (lib_SOURCES): Add xstrtol.h.
10654         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
10655         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
10656         * MODULES.html.sh: Move 'assert' into the assert section.
10657         Move 'dummy' into the linking section.
10658         Remove ullong_max.
10659         Add section for compatibility checks for POSIX:2001 functions,
10660         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
10661         winsz-ioctl, and winsz-termios into it.
10662         Add lchmod.
10663         Add top-level Misc section and put host-os, perl, and uptime
10664         into it.
10665
10666 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10667
10668         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
10669         now assume the stdint module.  Do not include inttypes.h.
10670         * lib/fsusage.h: Likewise.
10671         * lib/getndelim2.c: Likewise.
10672         * lib/human.h: Likewise.
10673         * lib/inttostr.h: Likewise.
10674         * lib/obstack.c: Likewise.
10675         * lib/regex_internal.h: Likewise.
10676         * lib/tempname.c: Likewise.
10677         * lib/utimecmp.c: Likewise.
10678         * lib/xstrtol.h: Likewise.
10679
10680         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
10681
10682         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
10683         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
10684         * lib/xtime.h: Likewise.
10685
10686 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10687
10688         * modules/openat (Files): Add lib/fchmodat.c.
10689         Fixes problem reported by Jay Youngman.
10690
10691 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10692
10693         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
10694         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
10695
10696 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
10697             Bruno Haible  <bruno@clisp.org>
10698
10699         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
10700         and is a script that invokes bison. Tighten the code. Add comments.
10701
10702 2006-08-18  Jim Meyering  <jim@meyering.net>
10703
10704         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
10705         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
10706         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
10707         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
10708
10709 2006-08-18  Bruno Haible  <bruno@clisp.org>
10710
10711         * modules/bison-i18n: New file.
10712         * MODULES.html.sh (Internationalization functions): Add it.
10713
10714 2006-08-18  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
10717         sys/statvfs.h. When getmntinfo was found, check its declaration and
10718         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
10719
10720 2006-08-18  Bruno Haible  <bruno@clisp.org>
10721
10722         * m4/bison-i18n.m4: New file, from bison.
10723
10724 2006-08-18  Bruno Haible  <bruno@clisp.org>
10725
10726         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
10727         (ME_DUMMY): Treat "kernfs" as a dummy.
10728         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
10729
10730 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10731
10732         Update from coreutils.
10733
10734         2006-08-15  Jim Meyering  <jim@meyering.net>
10735
10736         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
10737
10738         2006-01-17  Jim Meyering  <jim@meyering.net>
10739
10740         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
10741
10742         2006-01-11  Jim Meyering  <jim@meyering.net>
10743
10744         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
10745         Check for the lchmod function.
10746
10747 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10748
10749         Update from coreutils.
10750
10751         * lib/__fpending.h: Add copyright notice.
10752         * lib/fprintftime.h: Likewise.
10753         * lib/savedir.c: Use (C) in copyright notice.
10754         * lib/savedir.h: Likewise.
10755
10756         2006-08-15  Jim Meyering  <jim@meyering.net>
10757
10758         * lib/at-func.c: New file, with the logic of all emulated at-functions.
10759         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
10760         in support of the EXPECTED_ERRNO macro.
10761         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
10762         definitions.  Instead, define the appropriate symbols and include
10763         "at-func.c".
10764         * lib/mkdirat.c (mkdirat): Likewise.
10765         * lib/fchmodat.c (fchmodat): Likewise.
10766         (ENOSYS): Remove definition.
10767         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
10768         it.  Don't include "unistd--.h" -- it wasn't ever used.
10769
10770         2006-01-17  Jim Meyering  <jim@meyering.net>
10771
10772         Rewrite fts.c not to change the current working directory,
10773         by using openat, fstatat, fdopendir, etc..
10774
10775         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
10776         (HAVE_OPENAT_SUPPORT): Define.
10777         [_LIBC] (fchdir): Don't undef or define; no longer used.
10778         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
10779         Now, this `function' always succeeds, and consumes its file descriptor
10780         parameter -- so callers must not close such FDs.  Update callers.
10781         (diropen_fd, opendirat, cwd_advance_fd): New functions.
10782         (diropen): Add parameter, SP.  Adjust all callers.
10783         Implement using diropen_fd, rather than open.
10784         (fts_open): Initialize new member, fts_cwd_fd.
10785         Remove fts_rft-setting code.
10786         (fts_close): Close fts_cwd_fd, if necessary.
10787         (__opendir2): Define in terms of opendir or opendirat,
10788         depending on whether the FST_NOCHDIR flag is set.
10789         (fts_build): Since fts_safe_changedir consumes its FD, and since
10790         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
10791         and close the dup'd file descriptor upon failure.
10792         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
10793         (fts_safe_changedir): Tweak semantics to reflect that this function
10794         now calls cwd_advance_fd and hence consumes its FD argument.
10795         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
10796         [struct FTS] (fts_rft): Remove now-unused member.
10797         [struct FTS] (fts_cycle.state): Improve comment.
10798
10799         * lib/openat.c (openat_needs_fchdir): New function.
10800         * lib/openat.h (openat_needs_fchdir): Declare it.
10801
10802 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10803
10804         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
10805         Problem and fix reported by Pádraig Brady in
10806         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
10807
10808 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10809
10810         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
10811
10812 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10813
10814         * lib/memcoll.c (memcoll): Optimize for the common case where the
10815         arguments are bytewise equal.
10816
10817 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10818
10819         * doc/regexprops-generic.texi: Add a copyright notice.
10820
10821 2006-08-15  Bruno Haible  <bruno@clisp.org>
10822
10823         * modules/tmpdir (License): Change to LGPL.
10824
10825 2006-08-15  Bruno Haible  <bruno@clisp.org>
10826
10827         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
10828         module.
10829
10830 2006-08-14  Simon Josefsson  <jas@extundo.com>
10831
10832         * config/srclist.txt: Add gnupload.
10833
10834 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10835
10836         Change copyright notice from LGPL 2 to GPL 2, since that's the
10837         standard form used in the gnulib repository.
10838         * tests/test-lock.c: Likewise.
10839         * tests/test-stdint.c: Likewise.
10840         * tests/test-tls.c: Likewise.
10841
10842         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
10843         prelude-manager.  User shorter URLs for GNU projects, without '?'.
10844         Add copyright notice.
10845
10846         * check-module: Add copyright notice.  Output a copyright
10847         notice if "--version" is specified.
10848         * modules/COPYING: New file.
10849         * tests/test-getaddrinfo.c: Add copyright notice.
10850         * tests/test-verify.c: Likewise.
10851
10852 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10853
10854         Change copyright notice from LGPL 2 to GPL 2, since that's the
10855         standard form used in the gnulib repository.
10856         * lib/lock.c: LGPL -> GPL.
10857         * lib/lock.h: Likewise.
10858         * lib/strnlen1.c: Likewise.
10859         * lib/strnlen1.h: Likewise.
10860         * lib/tls.c: Likewise.
10861         * lib/tls.h: Likewise.
10862         * lib/tmpdir.c: Likewise.
10863
10864         * lib/TODO: Remove; this belongs only in coreutils.
10865
10866 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10867
10868         Add copyright notices to long-enough files that lack them, since
10869         otherwise the files aren't clearly free.  Use the same notice that
10870         getdate.texi already uses.
10871         * doc/alloca-opt.texi: Add copyright notice.
10872         * doc/alloca.texi: Likewise.
10873         * doc/ctime.texi: Likewise.
10874         * doc/functions.texi: Likewise.
10875         * doc/gcd.texi: Likewise.
10876         * doc/gnulib-tool.texi: Likewise.
10877         * doc/inet_ntoa.texi: Likewise.
10878         * doc/visibility.texi: Likewise.
10879
10880         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
10881         * doc/quote.texi: Add copyright notice.
10882
10883         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
10884         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
10885         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
10886         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
10887         is now obsolete, and give a pointer to the Sun list.
10888         Add copyright notice.
10889
10890 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
10891
10892         * config/srclistvars.sh: Add copyright notice.
10893
10894 2006-08-14  Eric Blake  <ebb9@byu.net>
10895
10896         Import the following change from libc:
10897
10898         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
10899
10900         Upstream bug 2997.
10901         * lib/misc/error.c: Add space between program name and message if file
10902         name is missing.
10903
10904 2006-08-12  Karl Berry  <karl@gnu.org>
10905
10906         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
10907         remove, these originate in gnulib now.
10908
10909 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10910
10911         * doc/Makefile (standards.info standards.html standards.dvi):
10912         Also depend on make-stds.texi.
10913
10914 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10915
10916         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
10917         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
10918
10919         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
10920         in wchar_t.  Problem reported by Eric Blake.
10921
10922         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
10923         LEN is smaller than SIZE.  Suggested by Bruno Haible.
10924         Also, help the compiler to keep LEN in a register.
10925
10926 2006-08-11  Eric Blake  <ebb9@byu.net>
10927
10928         * users.txt: Sort.  Add tar.
10929
10930 2006-08-11  Bruno Haible  <bruno@clisp.org>
10931
10932         * users.txt: New file.
10933
10934 2006-08-11  Bruno Haible  <bruno@clisp.org>
10935
10936         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
10937         before <wchar.h>. Needed for OSF/1 and BSD/OS.
10938
10939 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10940
10941         * modules/snprintf (Depends-on): Remove minmax.
10942         (Maintainer): Add self and Bruno.
10943
10944 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
10945
10946         * lib/.cppi-disable: Add snprintf.h, socket_.h.
10947         * lib/snprintf.c: Include <errno.h> and <limits.h>.
10948         (EOVERFLOW): Define if the system does not.
10949         Do not include "minmax.h"; it wasn't used.
10950         (snprintf): Don't assume size_t promotes to an unsigned type.
10951         Fix bug when generated string was too long for the buffer: the
10952         buffer's contents are supposed to be the initial prefix of the
10953         output.  Don't assume vasnprintf returns EOVERFLOW if the size
10954         exceeds INT_MAX; do the check ourselves.
10955
10956         Import the following changes from libc:
10957
10958         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
10959
10960         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
10961         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
10962         set wc to the byte which couldn't be converted.
10963         (re_string_reconstruct): Don't clear valid_raw_len before calling
10964         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
10965         tip_context using re_string_context_at.
10966
10967         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
10968
10969         * lib/posix/regex.h: g++ still cannot handled [restrict].
10970
10971         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
10972
10973         * lib/posix/regex.h: Remove special handling for VMS.
10974
10975 2006-08-10  Jim Meyering  <jim@meyering.net>
10976
10977         * modules/same-inode: New module.
10978         * modules/dev-ino: New module.
10979         * modules/cycle-check: Depend on these modules, rather than simply
10980         including their .h files.
10981         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
10982         required via m4/cycle-check.m4.
10983         * modules/same: Depend on new same-inode module, rather than
10984         including same-inode.h.
10985         * modules/chdir-safer: New file.
10986
10987         * modules/chown (Depends-on): Add stat-macros.
10988
10989 2006-08-10  Jim Meyering  <jim@meyering.net>
10990
10991         * m4/cycle-check.m4: New file.
10992         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
10993         * m4/dev-ino.m4, m4/same-inode.m4: New files.
10994
10995 2006-08-10  Eric Blake  <ebb9@byu.net>
10996
10997         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
10998         in from original proposal.
10999
11000 2006-08-10  Eric Blake  <ebb9@byu.net>
11001         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11002
11003         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
11004         namespace.
11005
11006 2006-08-10  Bruno Haible  <bruno@clisp.org>
11007
11008         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
11009         as well.
11010
11011 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11012
11013         Sync from coreutils.
11014
11015         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
11016
11017         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
11018         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
11019
11020 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11021
11022         * modules/restrict: Remove; no longer needed now that we assume
11023         Autoconf 2.59 or later.
11024         * MODULES.html.sh: Remove 'restrict'.
11025         * modules/argp (Depends-on): Remove 'restrict'.
11026         * modules/base64 (Depends-on): Likewise.
11027         * modules/gc (Depends-on): Likewise.
11028         * modules/getaddrinfo (Depends-on): Likewise.
11029         * modules/glob (Depends-on): Likewise.
11030         * modules/inet_ntop (Depends-on): Likewise.
11031         * modules/inet_pton (Depends-on): Likewise.
11032         * modules/memxor (Depends-on): Likewise.
11033         * modules/regex (Depends-on): Likewise.
11034         * modules/strtok_r (Depends-on): Likewise.
11035         * modules/time_r (Depends-on): Likewise.
11036
11037 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
11038
11039         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
11040         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
11041         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
11042         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
11043         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
11044         * m4/memxor.m4 (gl_MEMXOR): Likewise.
11045         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
11046         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11047
11048         Merge from coreutils.
11049         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
11050         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
11051         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11052         * m4/time_r.m4 (gl_TIME_R): Likewise.
11053
11054 2006-08-09  Karl Berry  <karl@gnu.org>
11055
11056         * config/srclist.txt: no more gettext-tools, per Bruno.
11057
11058 2006-08-08  Eric Blake  <ebb9@byu.net>
11059
11060         * modules/verror: New module.
11061         * MODULES.html.sh: Document it.
11062
11063 2006-08-08  Eric Blake  <ebb9@byu.net>
11064
11065         * lib/verror.h, lib/verror.c: New files.
11066
11067 2006-08-08  Eric Blake  <ebb9@byu.net>
11068
11069         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
11070         verror_at_line output complies with GNU Coding Standards even when
11071         file is NULL.
11072
11073 2006-08-07  Bruno Haible  <bruno@clisp.org>
11074
11075         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
11076         versions of AIX.
11077         Reported by Ralf Wildenhues.
11078
11079 2006-08-07  Bruno Haible  <bruno@clisp.org>
11080
11081         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
11082         in an AC_DEFUN. Needed so that the autoconf snippets can use
11083         AC_REQUIRE.
11084
11085 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11086
11087         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11088         Initialize pkgdata_DATA.
11089         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
11090         overriding it.
11091
11092 2006-08-06  Eric Blake  <ebb9@byu.net>
11093
11094         * lib/error.h: Fold in some upstream changes from glibc.
11095         * lib/error.c: Likewise.
11096
11097 2006-08-04  Bruno Haible  <bruno@clisp.org>
11098
11099         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11100         Make the mostlyclean-local rule depend on mostlyclean-generic.
11101         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
11102
11103 2006-07-31  Bruno Haible  <bruno@clisp.org>
11104
11105         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
11106         <stdlib.h>, <string.h>.
11107
11108 2006-07-30  Bruno Haible  <bruno@clisp.org>
11109
11110         * modules/readlink (License): Change to LGPL.
11111
11112 2006-07-30  Bruno Haible  <bruno@clisp.org>
11113
11114         * modules/javaversion (Makefile.am): Distribute javaversion.java and
11115         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
11116         set PKGDATADIR to point to it.
11117
11118 2006-07-30  Bruno Haible  <bruno@clisp.org>
11119
11120         * modules/csharpexec (configure.ac): Comment out macro invocation.
11121         * modules/javaexec (configure.ac): Likewise.
11122         * modules/javacomp-script (configure.ac): Likewise.
11123
11124         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
11125
11126 2006-07-30  Bruno Haible  <bruno@clisp.org>
11127
11128         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
11129         linked-list.
11130
11131 2006-07-30  Bruno Haible  <bruno@clisp.org>
11132
11133         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
11134
11135 2006-07-30  Bruno Haible  <bruno@clisp.org>
11136
11137         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11138         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
11139         get removed.
11140
11141 2006-07-29  Bruno Haible  <bruno@clisp.org>
11142
11143         Make it possible for gnulib-tool to work with locally modified or
11144         augmented gnulib repositories.
11145         * gnulib-tool (func_usage): Document --local-dir option.
11146         (local_gnulib_dir): New variable.
11147         Handle --local-dir option.
11148         (func_lookup_file): New function.
11149         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
11150         (func_get_description, func_get_filelist, func_get_description,
11151         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
11152         func_get_automake_snippet, func_get_include_directive,
11153         func_get_license, func_get_maintainer): Use func_lookup_file.
11154         (func_import, func_create_testdir): Use func_lookup_file.
11155
11156 2006-07-29  Bruno Haible  <bruno@clisp.org>
11157
11158         * modules/setenv (Depends-on): Add unistd.
11159
11160 2006-07-29  Bruno Haible  <bruno@clisp.org>
11161
11162         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
11163
11164 2006-07-29  Bruno Haible  <bruno@clisp.org>
11165
11166         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
11167
11168 2006-07-29  Bruno Haible  <bruno@clisp.org>
11169
11170         * gnulib-tool (import, update): If there is no Makefile.am, look at
11171         aclocal.m4, instead of bailing out.
11172
11173 2006-07-29  Bruno Haible  <bruno@clisp.org>
11174
11175         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
11176         Categorize the options by when they are useful.
11177
11178 2006-07-29  Bruno Haible  <bruno@clisp.org>
11179
11180         * gnulib-tool (func_usage): Document option --no-libtool.
11181         Handle option --no-libtool.
11182         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
11183         for changed semantics of $libtool variable.
11184         (func_import): Likewise. If libtool is not used, show this through
11185         an option --no-libtool.
11186         (func_create_testdir): Update.
11187
11188 2006-07-29  Bruno Haible  <bruno@clisp.org>
11189
11190         * gnulib-tool (func_import): Extend error message about missing
11191         --doc-base.
11192
11193 2006-07-29  Bruno Haible  <bruno@clisp.org>
11194
11195         * gnulib-tool (func_import): Don't create the $docbase directory if
11196         there is no file to store there.
11197
11198 2006-07-29  Bruno Haible  <bruno@clisp.org>
11199
11200         * gnulib-tool (autoconf_minversion): If a --dir option is given and
11201         relevant, look for configure.ac there, not in the current directory.
11202         Also use a simple search for AC_PREREQ, not "autoconf --trace".
11203
11204 2006-07-29  Bruno Haible  <bruno@clisp.org>
11205
11206         * gnulib-tool (SORT): New variable.
11207         (func_usage): Undocument --assume-autoconf option.
11208         Remove --assume-autoconf option handling.
11209         (autoconf_minversion): Determine from the contents of configure.ac.
11210         (func_import): Remove autoconf_minversion handling.
11211         Suggested by Eric Blake.
11212
11213 2006-07-29  Bruno Haible  <bruno@clisp.org>
11214
11215         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
11216
11217 2006-07-29  Bruno Haible  <bruno@clisp.org>
11218
11219         * config/srclist.txt (*setenv.[ch]): Remove rules.
11220
11221 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11222
11223         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
11224
11225 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11226
11227         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
11228         arpa/inet.h.
11229
11230 2006-07-28  Simon Josefsson  <jas@extundo.com>
11231
11232         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
11233         * modules/inet_pton (Depends-on): Likewise.
11234
11235 2006-07-28  Simon Josefsson  <jas@extundo.com>
11236
11237         * m4/netinet_in_h.m4: New file.
11238
11239 2006-07-28  Simon Josefsson  <jas@extundo.com>
11240
11241         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
11242         #include's.
11243
11244 2006-07-28  Simon Josefsson  <jas@extundo.com>
11245
11246         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
11247         #include's.
11248
11249 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
11252         setgid on directories only if they set these bits.
11253         * lib/modechange.h: Remove obsolete comment about masks.
11254
11255 2006-07-28  Eric Blake  <ebb9@byu.net>
11256
11257         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
11258         macro expansion.
11259
11260 2006-07-28  Bruno Haible  <bruno@clisp.org>
11261
11262         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
11263
11264 2006-07-28  Bruno Haible  <bruno@clisp.org>
11265
11266         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
11267
11268 2006-07-28  Bruno Haible  <bruno@clisp.org>
11269
11270         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
11271         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
11272         Define fallbacks.
11273         Avoids link error on FreeBSD 4.x.
11274         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11275
11276         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
11277         encoding.
11278         * lib/mbswidth.c (iswcntrl): Likewise.
11279
11280 2006-07-27  Bruno Haible  <bruno@clisp.org>
11281
11282         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
11283         test.
11284
11285 2006-07-27  Bruno Haible  <bruno@clisp.org>
11286
11287         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
11288         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
11289         defined.
11290
11291 2006-07-26  Eric Blake  <ebb9@byu.net>
11292
11293         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
11294
11295 2006-07-26  Eric Blake  <ebb9@byu.net>
11296
11297         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
11298         like mingw that lack mkstemp.
11299         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
11300         avoid compilation warning on mingw.
11301
11302 2006-07-26  Bruno Haible  <bruno@clisp.org>
11303
11304         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
11305         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
11306         INT_FAST*_MIN, INTPTR_MIN.
11307
11308 2006-07-25  Bruno Haible  <bruno@clisp.org>
11309
11310         * modules/version-etc (Depends-on): Add stdarg.
11311
11312 2006-07-25  Bruno Haible  <bruno@clisp.org>
11313
11314         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
11315         complex commands.
11316
11317 2006-07-25  Bruno Haible  <bruno@clisp.org>
11318
11319         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
11320         defined in <stdarg.h> or config.h.
11321
11322 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
11323
11324         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
11325         (gl_STDIO_SAFER): Remove.
11326
11327 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
11328
11329         * MODULES.html.sh (File stream based Input/Output):
11330         Add fopen-safer, tmpfile-safer; remove stdio-safer.
11331         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
11332         * modules/fopen-safer, modules/tmpfile-safer: New files.
11333         * modules/stdio-safer: Remove.
11334
11335 2006-07-24  Bruno Haible  <bruno@clisp.org>
11336
11337         * modules/tmpdir: New file.
11338         * MODULES.html.sh (File system functions): Add it.
11339
11340 2006-07-24  Bruno Haible  <bruno@clisp.org>
11341
11342         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
11343         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
11344
11345 2006-07-24  Bruno Haible  <bruno@clisp.org>
11346
11347         * modules/clean-temp: New file.
11348
11349 2006-07-24  Bruno Haible  <bruno@clisp.org>
11350
11351         * m4/tmpdir.m4: New file, from GNU gettext.
11352
11353 2006-07-24  Bruno Haible  <bruno@clisp.org>
11354
11355         * lib/tmpdir.h: New file, from GNU gettext.
11356         * lib/tmpdir.c: New file, from GNU gettext.
11357
11358 2006-07-24  Bruno Haible  <bruno@clisp.org>
11359
11360         * lib/clean-temp.h: New file, from GNU gettext.
11361         * lib/clean-temp.c: New file, from GNU gettext.
11362
11363 2006-07-23  Eric Blake  <ebb9@byu.net>
11364
11365         * modules/stdio-safer (Files): Add tmpfile-safer.c.
11366         (Depends-on): Add binary-io.
11367
11368 2006-07-23  Eric Blake  <ebb9@byu.net>
11369
11370         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
11371
11372 2006-07-23  Eric Blake  <ebb9@byu.net>
11373
11374         * lib/tmpfile-safer.c: New file.
11375         * lib/stdio-safer.h (fopen_safer): Add prototype.
11376         * lib/stdio--.h (tmpfile): Make safer.
11377
11378 2006-07-23  Bruno Haible  <bruno@clisp.org>
11379
11380         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
11381         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
11382         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
11383         gl_linked_remove_at): Use it.
11384
11385 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11386         and Simon Josefsson <jas@extundo.com>
11387
11388         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
11389
11390         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
11391
11392 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11393
11394         * modules/close-stream: New file.
11395         * modules/closeout (Description): Make it clear that it exits
11396         with a diagnostic on error.
11397         (Depends-on): Add close-stream.  Remove fpending, stdbool.
11398         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
11399
11400 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * m4/close-stream.m4: New file.
11403
11404 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
11405
11406         * lib/close-stream.c, lib/close-stream.h: New files.
11407
11408 2006-07-22  Bruno Haible  <bruno@clisp.org>
11409
11410         Merge from GNU gettext 0.15.
11411
11412         2006-05-01  Bruno Haible  <bruno@clisp.org>
11413
11414                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
11415
11416         2006-07-22  Bruno Haible  <bruno@clisp.org>
11417
11418                 * modules/javaversion: New file.
11419                 * MODULES.html.sh (Java): Add javaversion.
11420
11421         2006-03-12  Bruno Haible  <bruno@clisp.org>
11422
11423                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
11424
11425         2005-12-04  Bruno Haible  <bruno@clisp.org>
11426
11427                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
11428                 (untested).
11429
11430         2006-06-21  Bruno Haible  <bruno@clisp.org>
11431
11432                 Avoid warnings from recent versions of mcs.
11433                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
11434                 -o, -L, -r any more. Use options documented since mcs-1.0
11435                 instead. Similarly for -g.
11436
11437         2005-12-04  Bruno Haible  <bruno@clisp.org>
11438
11439                 * build-aux/csharpcomp.sh.in: Suffix for resources is
11440                 .resources, not .resource.
11441
11442         2005-07-09  Bruno Haible  <bruno@clisp.org>
11443
11444                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
11445                 add a .dll suffix.
11446                 Reported by Mark Junker <mjscod@gmx.de>.
11447
11448         2006-07-22  Bruno Haible  <bruno@clisp.org>
11449
11450                 * modules/gettext: Upgrade to gettext-0.15.
11451                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
11452                 m4/visibility.m4.
11453                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
11454
11455 2006-07-22  Bruno Haible  <bruno@clisp.org>
11456
11457         Merge from GNU gettext 0.15.
11458
11459         2006-03-25  Bruno Haible  <bruno@clisp.org>
11460
11461                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
11462
11463         2006-07-21  Bruno Haible  <bruno@clisp.org>
11464
11465                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
11466                 "1.1".
11467
11468         2006-05-09  Bruno Haible  <bruno@clisp.org>
11469
11470                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
11471                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
11472                 for the conftestver execution.
11473
11474         2006-05-01  Bruno Haible  <bruno@clisp.org>
11475
11476                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
11477                 optional target-version argument. Verify that the compiler
11478                 groks source of the specified source-version, or add -source
11479                 option as necessary. Verify that the compiler produces
11480                 bytecode in the specified target-version, or add -target and
11481                 -source options as necessary. Make the result of the test
11482                 available as variable CONF_JAVAC. Also log error output in
11483                 config.log.
11484
11485         2006-03-11  Bruno Haible  <bruno@clisp.org>
11486
11487                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
11488
11489         2006-05-09  Bruno Haible  <bruno@clisp.org>
11490
11491                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
11492                 CLASSPATH_SEPARATOR to a semicolon.
11493
11494         2006-03-12  Bruno Haible  <bruno@clisp.org>
11495
11496                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
11497                 available as variable CONF_JAVA, for subsequent autoconf
11498                 tests. Also log error output in config.log.
11499
11500         2006-07-19  Bruno Haible  <bruno@clisp.org>
11501
11502                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
11503                 that getline works on glibc2 systems. Needed to avoid trouble
11504                 in relocatable.c.
11505                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
11506
11507         2005-12-04  Bruno Haible  <bruno@clisp.org>
11508
11509                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
11510                 launcher (untested).
11511
11512         2005-12-04  Bruno Haible  <bruno@clisp.org>
11513
11514                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
11515
11516         2006-07-22  Bruno Haible  <bruno@clisp.org>
11517
11518                 * gettext.m4: Update from GNU gettext-0.15.
11519                 * nls.m4: Likewise.
11520                 * po.m4: Likewise.
11521                 * inttypes-pri.m4: Likewise.
11522                 * inttypes-h.m4: Renamed from inttypes.m4.
11523                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
11524
11525 2006-07-22  Bruno Haible  <bruno@clisp.org>
11526
11527         Merge from GNU gettext 0.15.
11528
11529         2005-07-05  Bruno Haible  <bruno@clisp.org>
11530
11531                 * printf-args.c (printf_fetchargs): Work around broken
11532                 definition of wint_t on mingw.
11533
11534         2005-02-12  Bruno Haible  <bruno@clisp.org>
11535
11536                 * xallocsa.h: Add extern "C" for C++.
11537
11538         2006-05-17  Bruno Haible  <bruno@clisp.org>
11539
11540                 Cygwin portability.
11541                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
11542
11543         2006-04-30  Bruno Haible  <bruno@clisp.org>
11544
11545                 * progreloc.c: Include <mach-o/dyld.h> if available.
11546                 (find_executable): Use _NSGetExecutablePath when possible.
11547
11548         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
11549
11550                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
11551                 function.
11552
11553         2005-12-29  Bruno Haible  <bruno@clisp.org>
11554
11555                 * progreloc.c (set_program_name_and_installdir): Fix
11556                 compilation error.
11557
11558         2005-12-04  Bruno Haible  <bruno@clisp.org>
11559
11560                 Cygwin portability.
11561                 * progreloc.c: Include <windows.h> also on Cygwin.
11562                 (find_executable): Add support for Cygwin.
11563                 (set_program_name_and_installdir): Handle also platforms with
11564                 nonempty EXEEXT.
11565
11566         2006-07-11  Bruno Haible  <bruno@clisp.org>
11567
11568                 * javacomp.c: Fix a comment.
11569                 Reported by Jim Meyering.
11570
11571         2006-04-30  Bruno Haible  <bruno@clisp.org>
11572
11573                 * javacomp.h (compile_java_class): Add source_version,
11574                 target_version arguments.
11575                 * javacomp.c: Rewritten to choose only a compiler that
11576                 respects the specified source_version and target_version.
11577
11578         2006-06-27  Bruno Haible  <bruno@clisp.org>
11579
11580                 Assume correct S_ISDIR macro.
11581                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
11582
11583         2006-07-22  Bruno Haible  <bruno@clisp.org>
11584
11585                 * javaversion.h: New file, from GNU gettext.
11586                 * javaversion.c: New file, from GNU gettext.
11587                 * javaversion.java: New file, from GNU gettext.
11588                 * javaversion.class: New file, from GNU gettext.
11589
11590         2006-05-17  Bruno Haible  <bruno@clisp.org>
11591
11592                 Cygwin portability.
11593                 * javaexec.c (execute_java_class): Test for jview program
11594                 also on Cygwin.
11595
11596         2006-04-09  Bruno Haible  <bruno@clisp.org>
11597
11598                 * fatal-signal.c: Don't include string.h.
11599                 (at_fatal_signal): Use a copying loop instead of memcpy.
11600
11601         2005-12-04  Bruno Haible  <bruno@clisp.org>
11602
11603                 * csharpexec.c: Add support for 'clix' launcher (untested).
11604                 (execute_csharp_using_sscli): New function.
11605                 (execute_csharp_program): Call it.
11606
11607         2006-06-21  Bruno Haible  <bruno@clisp.org>
11608
11609                 Avoid warnings from recent versions of mcs.
11610                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
11611                 -o, -L, -r any more. Use options documented since mcs-1.0
11612                 instead. Similarly for -g.
11613
11614         2005-07-09  Bruno Haible  <bruno@clisp.org>
11615
11616                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
11617                 add a .dll suffix.
11618                 Reported by Mark Junker <mjscod@gmx.de>.
11619
11620         2006-06-17  Bruno Haible  <bruno@clisp.org>
11621
11622                 * config.charset: Update for NetBSD 3.0.
11623
11624         2006-05-17  Bruno Haible  <bruno@clisp.org>
11625
11626                 Cygwin portability.
11627                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
11628
11629         2006-05-16  Bruno Haible  <bruno@clisp.org>
11630
11631                 * localcharset.c [CYGWIN]: Include <windows.h>.
11632                 (get_charset_aliases): For Cygwin, return the same CPxxx
11633                 aliases list as under WIN32.
11634                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
11635                 the environment variables. Fall back to GetACP().
11636
11637         2006-04-05  Bruno Haible  <bruno@clisp.org>
11638
11639                 * config.charset: Update Juan Manuel Guerrero's address.
11640
11641         2005-02-12  Bruno Haible  <bruno@clisp.org>
11642
11643                 * allocsa.h: Add extern "C" for C++.
11644
11645         2005-02-10  Bruno Haible  <bruno@clisp.org>
11646
11647                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
11648                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
11649
11650         2006-07-22  Bruno Haible  <bruno@clisp.org>
11651
11652                 * gettext.h: Update to GNU gettext-0.15.
11653
11654 2006-07-22  Bruno Haible  <bruno@clisp.org>
11655
11656         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
11657         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
11658         lib-prefix.m4, longdouble.m4, ssize_t.m4.
11659
11660 2006-07-21  Eric Blake  <ebb9@byu.net>
11661
11662         * modules/stdlib-safer: New file.
11663         * MODULES.html.sh (File stream based Input/Output): Add
11664         stdlib-safer.
11665
11666 2006-07-21  Eric Blake  <ebb9@byu.net>
11667
11668         * lib/stdlib-safer.h: New file from coreutils, required by
11669         stdlib--.h.
11670
11671 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
11672
11673         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
11674
11675 2006-07-20  Bruno Haible  <bruno@clisp.org>
11676
11677         * gnulib-tool: Recognize new option --assume-autoconf.
11678         (autoconf_minversion): New variable.
11679         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
11680
11681 2006-07-20  Bruno Haible  <bruno@clisp.org>
11682
11683         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
11684
11685 2006-07-19  Derek R. Price  <derek@ximbiot.com>
11686
11687         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
11688         Reindent and repaginate.
11689
11690 2006-07-19  Derek Price  <derek@ximbiot.com>
11691
11692         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
11693         Correct grammar.
11694
11695 2006-07-17  Bruno Haible  <bruno@clisp.org>
11696
11697         * modules/list: New file.
11698         * modules/array-list: New file.
11699         * modules/carray-list, modules/carray-list-tests: New files.
11700         * modules/linked-list, modules/linked-list-tests: New files.
11701         * modules/avltree-list, modules/avltree-list-tests: New files.
11702         * modules/rbtree-list, modules/rbtree-list-tests: New files.
11703         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
11704         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
11705         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
11706         * modules/oset: New file.
11707         * modules/array-oset: New file.
11708         * modules/avltree-oset, modules/avltree-oset-tests: New files.
11709         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
11710         * tests/test-carray_list.c: New file.
11711         * tests/test-linked_list.c: New file.
11712         * tests/test-avltree_list.c: New file.
11713         * tests/test-rbtree_list.c: New file.
11714         * tests/test-linkedhash_list.c: New file.
11715         * tests/test-avltreehash_list.c: New file.
11716         * tests/test-rbtreehash_list.c: New file.
11717         * tests/test-avltree_oset.c: New file.
11718         * tests/test-rbtree_oset.c: New file.
11719         * MODULES.html.sh (Container data structures): New section.
11720
11721 2006-07-17  Bruno Haible  <bruno@clisp.org>
11722
11723         * m4/gl_list.m4: New file.
11724
11725 2006-07-17  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/gl_list.h: New file.
11728         * lib/gl_list.c: New file.
11729         * lib/gl_array_list.h: New file.
11730         * lib/gl_array_list.c: New file.
11731         * lib/gl_carray_list.h: New file.
11732         * lib/gl_carray_list.c: New file.
11733         * lib/gl_linked_list.h: New file.
11734         * lib/gl_linked_list.c: New file.
11735         * lib/gl_anylinked_list1.h: New file.
11736         * lib/gl_anylinked_list2.h: New file.
11737         * lib/gl_avltree_list.h: New file.
11738         * lib/gl_avltree_list.c: New file.
11739         * lib/gl_anyavltree_list1.h: New file.
11740         * lib/gl_anyavltree_list2.h: New file.
11741         * lib/gl_rbtree_list.h: New file.
11742         * lib/gl_rbtree_list.c: New file.
11743         * lib/gl_anyrbtree_list1.h: New file.
11744         * lib/gl_anyrbtree_list2.h: New file.
11745         * lib/gl_anytree_list1.h: New file.
11746         * lib/gl_anytree_list2.h: New file.
11747         * lib/gl_linkedhash_list.h: New file.
11748         * lib/gl_linkedhash_list.c: New file.
11749         * lib/gl_anyhash_list1.h: New file.
11750         * lib/gl_anyhash_list2.h: New file.
11751         * lib/gl_avltreehash_list.h: New file.
11752         * lib/gl_avltreehash_list.c: New file.
11753         * lib/gl_rbtreehash_list.h: New file.
11754         * lib/gl_rbtreehash_list.c: New file.
11755         * lib/gl_anytreehash_list1.h: New file.
11756         * lib/gl_anytreehash_list2.h: New file.
11757
11758         * lib/gl_oset.h: New file.
11759         * lib/gl_oset.c: New file.
11760         * lib/gl_array_oset.h: New file.
11761         * lib/gl_array_oset.c: New file.
11762         * lib/gl_avltree_oset.h: New file.
11763         * lib/gl_avltree_oset.c: New file.
11764         * lib/gl_rbtree_oset.h: New file.
11765         * lib/gl_rbtree_oset.c: New file.
11766         * lib/gl_anytree_oset.h: New file.
11767
11768 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * m4/mkancesdirs.m4: New file.
11771         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
11772         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
11773         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
11774         it.
11775
11776 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11777
11778         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
11779         * lib/mkancesdirs.h: New files.
11780         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
11781         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
11782         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
11783         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
11784         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
11785         callers changed.  Revamp internals significantly, by not
11786         attempting to create directories that are temporarily more
11787         permissive than the final results.  Do not attempt to use
11788         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
11789         This removes some race conditions, fixes some bugs, and simplifies
11790         things.  Use new dirchownmod function to do owner and mode changes.
11791         * lib/mkdir-p.h: Likewise.
11792         * lib/modechange.c (octal_to_mode): New function.
11793         (struct mode_change): New member mentioned.
11794         (make_node_op_equals): New arg mentioned.  All callers changed.
11795         (mode_compile): Keep track of which mode bits the user has explicitly
11796         mentioned.
11797         (mode_adjust): New arg DIR, so that we implement the X op correctly.
11798         New arg PMODE_BITS, to keep track of which mode bits the user
11799         mentioned; it treats S_ISUID and S_ISGID speciall.
11800         All callers changed.
11801         * lib/modechange.h: Likewise.
11802
11803 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
11804
11805         * MODULES.html.sh: Add mkancestors.
11806         * modules/mkancesdirs: New module.
11807         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
11808         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
11809         The chdir-safer and afs files are now orphans; I'll remove them
11810         unless someone speaks up.
11811         Add lib/dirchownmod.c, lib/dirchownmod.h.
11812         (Depends-on): Remove alloca, chown, save-cwd, dirname.
11813         Add lchown, mkancesdirs.
11814         (Maintainer): Add self.
11815
11816 2006-07-15  Karl Berry  <karl@gnu.org>
11817
11818         * gnulib-tool: help message wording/arrangement.
11819
11820 2006-07-14  Simon Josefsson  <jas@extundo.com>
11821
11822         * doc/gnulib.texi (Libtool and Windows): New section.
11823
11824 2006-07-12  Simon Josefsson  <jas@extundo.com>
11825
11826         * modules/gendocs (License): Fix license, approved by Karl.
11827
11828 2006-07-12  Eric Blake  <ebb9@byu.net>
11829
11830         * MODULES.html.sh: Add gendocs.
11831
11832 2006-07-11  Eric Blake  <ebb9@byu.net>
11833
11834         * modules/fdl: New module, to install doc/fdl.texi.
11835         * MODULES.html.sh: Add new section for documentation modules.
11836         * gnulib-tool: Avoid space-tab.
11837         (--doc-base): New option, to manage files from doc.
11838
11839 2006-07-11  Eric Blake  <ebb9@byu.net>
11840
11841         * m4/absolute-header.m4: Fix comments to match recent change.
11842
11843 2006-07-11  Eric Blake  <ebb9@byu.net>
11844
11845         * gnulib-tool: List --doc-base before --tests-base.
11846
11847 2006-07-11  Derek R. Price  <derek@ximbiot.com>
11848
11849         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
11850
11851 2006-07-11  Bruno Haible  <bruno@clisp.org>
11852
11853         * README: Mention where to put documentation.
11854
11855 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11856
11857         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
11858
11859 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11860
11861         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
11862         to stdint.m4.
11863
11864 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
11865
11866         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
11867         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
11868         "no/such/file/stdint.h" when there is no such file, so that
11869         the resulting C code can be parsed by dodgy compilers.
11870         Problems reported by Bob Proulx.
11871
11872 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11873
11874         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
11875         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11876         macros into the GNU _D_EXACT_NAMLEN.
11877         * lib/savedir.c:  Likewise.
11878         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
11879
11880 2006-07-10  Derek R. Price  <derek@ximbiot.com>
11881         and Paul Eggert  <eggert@cs.ucla.edu>
11882
11883         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
11884         * m4/savedir.m4:
11885         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
11886         macros into the GNU _D_EXACT_NAMLEN.
11887
11888 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11889
11890         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
11891         around the absolute name, to work around a problem with the HP-UX
11892         11.23 native C compiler, reported by Bob Proulx.
11893
11894 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11895
11896         * doc/maintain.texi, make-stds.texi: Sync from
11897         <http://savannah.gnu.org/projects/gnustandards>.
11898
11899 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
11900
11901         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
11902
11903 2006-07-09  Jim Meyering  <jim@meyering.net>
11904
11905         * m4/glob.m4: Remove a doubled word in a comment.
11906
11907 2006-07-09  Jim Meyering  <jim@meyering.net>
11908
11909         * lib/argp-pv.c: Remove a doubled word in a comment.
11910         * lib/check-version.c (check_version): Likewise.
11911         * lib/javacomp.c (compile_java_class): Likewise.
11912
11913 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11914
11915         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
11916         for the benefit of people using Autoconf 2.60.  If you want to
11917         support older Autoconf versions you can copy m4/onceonly_2_57.m4
11918         (or m4/onceonly.m4, if pre-2.57) manually.
11919
11920 2006-07-08  Jim Meyering  <jim@meyering.net>
11921
11922         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
11923         comment.
11924         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
11925         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
11926         comment.
11927
11928 2006-07-08  Jim Meyering  <jim@meyering.net>
11929
11930         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
11931
11932 2006-07-07  Simon Josefsson  <jas@extundo.com>
11933
11934         * tests/test-crc.c: Change expected crc value, the test vector
11935         were probably computed using the old broken crc.c?
11936
11937 2006-07-06  Simon Josefsson  <jas@extundo.com>
11938
11939         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
11940         now the canonical place for the M4 file).
11941
11942         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
11943         from the sys_socket dependency now.
11944
11945         * modules/inet_pton (Files): Ditto.
11946
11947         * modules/inet_ntop (Files): Ditto.
11948
11949 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11950
11951         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
11952         not gl_PREREQ_GETUSERSHELL.
11953
11954 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11955
11956         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
11957         with only one argument, for Autoconf 2.60.
11958         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
11959         expand to nothing, so add a shell command to avoid syntax error.
11960         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11961
11962 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11963
11964         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
11965
11966 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11967
11968         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
11969         no longer needed.  Check for isblank decl.
11970         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
11971         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
11972         of existence.
11973
11974 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * lib/getloadavg.c: Use __VMS, not VMS.
11977         * lib/getopt.c: Likewise.
11978         * lib/getpagesize.h: Likewise.
11979         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
11980         and probably does not work.
11981
11982 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11983
11984         * lib/.cppi-disable: Add wcwidth.
11985         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
11986         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
11987         (ISGRAPH): Remove.  All uses changed to isgraph.
11988         (FOLD) [!defined _LIBC]: Remove special case.
11989         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
11990         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
11991         HAVE_ISBLANK.
11992         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
11993         case.
11994
11995 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
11996
11997         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
11998         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
11999         brackets.  Other minor changes to suppress some compiler
12000         warnings.
12001
12002 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12003         and Paul Eggert  <eggert@cs.ucla.edu>
12004
12005         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
12006         of invoking obsolescent AC_HEADER_DIRENT macro.
12007         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
12008         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
12009         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12010         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
12011         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
12012         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12013         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
12014         * m4/readdir.m4: Remove; no longer needed.
12015
12016 2006-07-06  Derek R. Price  <derek@ximbiot.com>
12017         and Paul Eggert  <eggert@cs.ucla.edu>
12018
12019         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
12020         Don't worry about this obsolete case any more.
12021         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
12022         directories.
12023         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
12024         worry about this obsolete case any more.
12025         * lib/fts.c: Likewise.
12026         * lib/getcwd.c: Likewise.
12027         * lib/glob.h: Likewise.
12028         * lib/savedir.c: Likewise.
12029
12030 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
12033         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
12034         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
12035         needed.
12036         All uses removed.
12037         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12038         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12039         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
12040         needed.
12041         * m4/getdate.m4 (gl_GETDATE): Likewise.
12042         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12043         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12044         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12045         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12046         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
12047         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12048         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
12049         needed.
12050
12051 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12052
12053         * lib/memcasecmp.c: Include <limits.h>.
12054         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
12055         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
12056         Don't assume isdigit succeeds only on '0' through '9'.
12057
12058 2006-07-05  Eric Blake  <ebb9@byu.net>
12059
12060         * modules/getaddrinfo (Depends-on): Add snprintf.
12061
12062 2006-07-05  Eric Blake  <ebb9@byu.net>
12063
12064         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
12065         to avoid 'header present but could not be compiled' on cygwin.
12066
12067 2006-07-05  Eric Blake  <ebb9@byu.net>
12068
12069         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
12070         missing from netdb.h.
12071         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
12072
12073 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12074
12075         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
12076         no longer needed.
12077         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
12078         * m4/getdate.m4 (gl_GETDATE): Likewise.
12079         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
12080         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
12081         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
12082         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
12083         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
12084
12085 2006-07-05  Derek R. Price  <derek@ximbiot.com>
12086
12087         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
12088         All uses of is_space replaced by isspace.
12089         * lib/exit.h: Don't talk about STDC_HEADERS.
12090         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
12091         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
12092         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
12093         replaced by isprint etc.
12094         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
12095         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12096         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
12097         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
12098         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
12099         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
12100
12101 2006-07-05  Bruno Haible  <bruno@clisp.org>
12102
12103         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
12104         the function exists, before testing against AIX.
12105         Reported by Martin Lambers <marlam@marlam.de>.
12106
12107 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12108
12109         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
12110         From Mark D. Baushke.
12111
12112 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
12113
12114         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
12115         to the absolute name, not just one, to bypass Sun C 5.8's
12116         "warning: #include of /usr/include/... may be non-portable".
12117
12118 2006-07-04  Eric Blake  <ebb9@byu.net>
12119
12120         * modules/dirname-tests: New test module.
12121         * tests/test-dirname.c: New file, replacing dirname.c
12122         TEST_DIRNAME section that was recently deleted.
12123
12124 2006-07-04  Bruno Haible  <bruno@clisp.org>
12125
12126         Assume ANSI C header files and <ctype.h> functions.
12127         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
12128         (mbsnwidth): Use isprint, iscntrl instead.
12129
12130 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12131
12132         Merge from coreutils.
12133         * MODULES.html.sh: Add xstrtold.
12134         * modules/xstrtold: New file.
12135         * modules/cycle-check (Files): Add lib/same-inode.h.
12136         * modules/dirname (Files): Add m4/double-slash-root.m4.
12137         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
12138         * modules/mkdir-p (Files): Add lib/same-inode.h.
12139         * modules/same (Files): Add lib/same-inode.h.
12140
12141 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12142
12143         * m4/absolute-header.m4: Renamed from full-header-path.m4.
12144         This is to keep the terminology clean; POSIX talks about
12145         "absolute pathnames", not "full pathnames", but the GNU
12146         Coding Standards say to use "path" for something else;
12147         so use "absolute" to keep both sides happy.
12148         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
12149         Set gl_absolute_header, not gl_full_header_path.
12150         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
12151         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
12152         All uses changed.
12153
12154         Merge from coreutils.
12155
12156         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12157
12158         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
12159         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
12160         want to require the building of c-strtod.o.
12161         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
12162         needs -lm directly.
12163         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
12164
12165         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
12166
12167         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
12168         --as-needed option if available.  Problem reported by Albert Chin in
12169         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
12170         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
12171         cc merely issues a bunch of annoying warnings for --as-needed
12172         (this problem was reported by Bob Proulx).  Also, try linking with
12173         -lm to detect a bug in binutils 2.16 (this problem was reported
12174         by Ralf Wildenhues).
12175
12176         2006-06-18  Jim Meyering  <jim@meyering.net>
12177
12178         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
12179         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
12180         macro.
12181         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
12182         also check for glibc-2.4's abort-inducing bug.
12183
12184         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
12185         Low-probability clean-up should be to use rmdir to get rid of
12186         the just-created directory, not unlink.
12187
12188         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
12189         configure fail, and request a bug report to inform us about it.
12190         Add a comment that, barring reports to the contrary, in 2007 we'll
12191         assume ftruncate is universally available.
12192
12193         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12194
12195         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
12196
12197         2006-03-12  Jim Meyering  <jim@meyering.net>
12198
12199         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
12200         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
12201         * m4/same.m4 (gl_SAME): Likewise.
12202         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
12203
12204         2006-03-11  Eric Blake  <ebb9@byu.net>
12205
12206         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
12207         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
12208         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
12209         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
12210
12211 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12212
12213         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
12214         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
12215         reported by Mark D. Baushke, one in
12216         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
12217
12218         Merge from coreutils.
12219
12220         * lib/.cppi-disable: Add stdint_.h.
12221         * lib/.cvsignore: Add stdint.h.
12222
12223         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
12224
12225         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
12226         both double and long double versions.
12227         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
12228         * lib/xstrtold.c: New file.
12229         * lib/xstrtod.h (xstrtold): New decl.
12230
12231         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12232
12233         * lib/filemode.c (setst): Remove.
12234         (strmode): Rewrite to avoid setst.  This makes the code shorter,
12235         (arguably) clearer, and the generated code is a bit smaller on my
12236         Debian GNU/Linux stable x86 host.
12237
12238         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
12239
12240         * lib/filemode.c: Include "filemode.h" first, to test the interface.
12241         Assume that filemode.h includes sys/types.h and sys/stat.h.
12242         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
12243         (ftypelet): Reorder to put common cases first, for efficiency.
12244         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
12245         to do 'M'.
12246         (strmode): Renamed from mode_string, and now stores 12 bytes instead
12247         of 10, for compatibility with FreeBSD.  All callers changed.
12248         (filemodestring): Now stores 12 bytes instead of 10, and sets file
12249         types that can't be deduced solely from st_mode.  First arg is now a
12250         const pointer.
12251         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
12252         (strmode): Renamed from mode_string.
12253         (filemodestring): New decl.
12254         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
12255         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
12256         needed.
12257         (S_ISPORT, S_ISWHT): New macros, if not already defined.
12258
12259         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12260
12261         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
12262         fsusage.h now does that.  Include fsusage.h first, to test interface.
12263         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
12264         at most one method (the old code could have generated decls that
12265         didn't conform to C89, not that this was ever exercised).
12266         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
12267
12268         2006-03-19  Jim Meyering  <jim@meyering.net>
12269
12270         Work even in a chroot where d_ino values for entries in "/"
12271         don't match the stat.st_ino values for the same names.
12272         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
12273         number, iterate through all entries again, using lstat instead.
12274         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
12275         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
12276
12277         * lib/getcwd.c (__getcwd): Clarify a comment.
12278         Use memcpy in place of a call to strcpy.
12279
12280         2006-03-12  Jim Meyering  <jim@meyering.net>
12281
12282         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
12283         matches that of the current directory (which we're about to chdir ".."
12284         out of), then save the dev-ino of the parent, instead.
12285
12286         * lib/same-inode.h (SAME_INODE): New file/macro.
12287         * lib/chdir-safer.c (SAME_INODE): Remove definition.
12288         Include "same-inode.h", instead.
12289         * lib/same.c: Likewise.
12290         * lib/cycle-check.h: Include "same-inode.h".
12291         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
12292         * lib/cycle-check.c (SAME_INODE): Remove definition.
12293         * lib/root-dev-ino.h: Include "same-inode.h".
12294
12295         2006-03-11  Eric Blake  <ebb9@byu.net>
12296
12297         * lib/same.c (same_name): s/base_name/last_component/
12298         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
12299         * lib/filenamecat.c (file_name_concat): Likewise.
12300
12301         2006-03-11  Eric Blake  <ebb9@byu.net>,
12302                     Paul Eggert  <eggert@cs.ucla.edu>
12303
12304         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
12305         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
12306         drive prefix.
12307         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
12308         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
12309         (last_component): New method.
12310         * lib/dirname.c (dir_len): Determine when drive letters need a
12311         subsequent slash.  Preserve // when it is special.
12312         (dir_name): Don't append dot when drive letter is absolute.
12313         [TEST_DIRNAME]: Move into a full-blown gnulib test.
12314         * lib/basename.c (base_name): New semantics - malloc the result.
12315         Preserve // when it is special.  Preserve relative files that look
12316         like drive letters.
12317         (base_len): Preserve // when it is special.
12318         (last_component): New method, similar to old base_name semantics.
12319         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
12320         base_name.  Strip redundant slashes from ///.
12321
12322 2006-07-03  Jim Meyering  <jim@meyering.net>
12323
12324         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
12325         macro is used before the first cycle_check call.
12326
12327 2006-07-03  Eric Blake  <ebb9@byu.net>
12328
12329         * modules/dirname (Depends-on): Add xstrndup.
12330
12331 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
12334         test cases, so that config.log is a bit easier to follow.
12335
12336 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12337
12338         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
12339         both are 64 bits, since this seems to be the tradition, and this
12340         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
12341         we ever run into a host that prefers long long to long in this
12342         case, we'll need another configure-time test.  Problem reported by
12343         Jim Meyering.
12344
12345 2006-07-02  Eric Blake  <ebb9@byu.net>
12346
12347         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
12348
12349 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12350
12351         * modules/inttypes (Depends-on): No longer depends on stdint.
12352         * modules/stdint (Description): Say more about assumptions.
12353         Say that the fast types might differ.  Say macros are used.
12354         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
12355         (Makefile.am): Revise list of substituted symbols to match
12356         new stdint.m4.
12357         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
12358         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
12359         * tests/test-stdint.c (verify_same_types)
12360         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
12361         the code conforms to C99/C89.
12362         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
12363         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
12364
12365 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12366
12367         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
12368         but fix a bug, by requiring at least 64 bits.
12369         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
12370         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
12371         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
12372         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
12373
12374         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
12375         changes.  Make 2.59 a prerequisite.  Check and substitute for
12376         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
12377         inttypes.h.  Do not use special include files; just use the
12378         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
12379         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
12380         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
12381         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
12382         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
12383         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
12384         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
12385         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
12386         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
12387         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
12388         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
12389         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
12390         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
12391         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
12392         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
12393         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
12394         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
12395         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
12396         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
12397         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
12398         WINT_MAX.  Check for C99 conformance more strictly, by detecting
12399         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
12400         not check for things that C99 does not require, e.g., int8_t.  If
12401         a test isn't needed unless <stdint.h> isn't working, and is
12402         unlikely to be needed for any other reason, then don't do it
12403         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
12404         size_t, since we assume C89 freestanding at least.  Do not check
12405         for sig_atomic_t, wchar_t, or wint_t, since the code now does
12406         the right thing even if the types are not defined.  Instead use:
12407         (gl_STDINT_TYPE_PROPERTIES): New macro.
12408         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
12409         testing whether <sys/types.h> clashes, as Autoconf does this for
12410         us now.  All uses removed.
12411         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
12412         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
12413         (gl_CHECK_TYPE_SAME):
12414         Remove; no longer needed.
12415         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
12416         exists, since we'll return 0 anyway in that case.
12417         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
12418
12419 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12420
12421         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
12422         possible collision with system files.
12423         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
12424         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
12425         WCHAR_MIN and WCHAR_MAX in this case.
12426         (<stddef.h>): Do not include; no longer needed.
12427         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
12428         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
12429         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
12430         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
12431         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
12432         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
12433         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
12434         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
12435         !defined(__c99))]: Include in this case too, since it's harmless
12436         now.
12437         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
12438         dangerous to do so.
12439         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
12440         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
12441         (_STDINT_MIN, _STDINT_MAX): New macros.
12442         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
12443         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
12444         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
12445         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
12446         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
12447         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
12448         macros, not typedefs; this simplifies things quite a bit.
12449         Use long int for all types narrower than int64_t.
12450         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
12451         Define in terms of long long int or int64_t or long int,
12452         not int64_t or int32_t.  This saves some compile-time testing.
12453         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
12454         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
12455         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
12456         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
12457         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
12458         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
12459         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
12460         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
12461         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
12462         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
12463         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
12464         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
12465         undef any previous version and define our own version, for
12466         simplicity and consistency with the new macros for types.
12467         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
12468         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
12469         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
12470         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
12471         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
12472         @WINT_T_SUFFIX@ to keep things simple here.
12473         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
12474         Simplify by assuming typical 8/16/32/64 host, since we're
12475         already doing that elsewhere anyway.
12476         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
12477         and assume long long int is 64 bits if available.  This
12478         speeds up 'configure'.
12479
12480 2006-07-01  Eric Blake  <ebb9@byu.net>
12481
12482         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
12483         Reported by Andreas Buening.
12484
12485 2006-07-01  Eric Blake  <ebb9@byu.net>
12486
12487         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
12488
12489 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
12490
12491         * lib/getaddrinfo.c: fixed typo
12492
12493 2006-06-29  Jim Meyering  <jim@meyering.net>
12494
12495         * modules/strftime (Maintainer): Add my name, since with the
12496         FPRINTFTIME changes strftime.c has forked from glibc.
12497
12498 2006-06-29  Eric Blake  <ebb9@byu.net>
12499
12500         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
12501
12502 2006-06-29  Eric Blake  <ebb9@byu.net>
12503
12504         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
12505
12506 2006-06-29  Eric Blake  <ebb9@byu.net>
12507
12508         * lib/stat_.h: New file.
12509
12510 2006-06-29  Eric Blake  <ebb9@byu.net>
12511
12512         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
12513         unused static function.
12514
12515 2006-06-29  Eric Blake  <ebb9@byu.net>
12516
12517         * doc/functions.texi (Function Portability): Document missing lstat
12518         on mingw.
12519
12520 2006-06-29  Eric Blake  <ebb9@byu.net>
12521
12522         * MODULES.html.sh: Add sys_stat.
12523         * modules/sys_stat: New module.
12524         * modules/mkstemp (Depends-on): Add sys_stat.
12525
12526 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12527
12528         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
12529
12530 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12531
12532         * m4/c-bs-a.m4: Removed.
12533
12534 2006-06-29  Derek R. Price  <derek@ximbiot.com>
12535
12536         * lib/strftime.c: Assume strftime() exists.
12537
12538 2006-06-29  Derek Price  <derek@ximbiot.com>
12539
12540         * modules/c-bs-a: Removed - \a is C89.
12541         * MODULES.html.sh: Remove c-bs-a.
12542
12543 2006-06-29  Bruno Haible  <bruno@clisp.org>
12544
12545         * modules/wcwidth (License): Change to LGPL.
12546
12547 2006-06-28  Simon Josefsson  <jas@extundo.com>
12548
12549         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
12550         on _WIN32.
12551
12552         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
12553         getnameinfo.
12554
12555 2006-06-28  Simon Josefsson  <jas@extundo.com>
12556
12557         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
12558
12559 2006-06-28  Simon Josefsson  <jas@extundo.com>
12560
12561         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
12562         functions there.  It will succeed on Windows XP, but on Windows
12563         2000 and (presumably) earlier, it will fail, and use the internal
12564         re-implementation.
12565         (use_win32_p): New function.
12566         (getaddrinfo): Use strtoul on servname, to support numeric ports.
12567         Support AI_NUMERICSERV to disable getservbyname.
12568         (getnameinfo): New function, only supports
12569         NI_NUMERICHOST|NI_NUMERICSERV for now.
12570
12571         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
12572         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
12573         getnameinfo.
12574
12575 2006-06-28  Eric Blake  <ebb9@byu.net>
12576
12577         * modules/wcwidth: New file.
12578         * modules/mbchar (Depends-on): Add wcwidth.
12579         * modules/mbswidth (Depends-on): Add wcwidth.
12580         * MODULES.html.sh: Add wcwidth.
12581
12582 2006-06-28  Eric Blake  <ebb9@byu.net>
12583
12584         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
12585         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
12586
12587 2006-06-28  Eric Blake  <ebb9@byu.net>
12588
12589         * lib/xvasprintf.h: Fix comments.
12590
12591 2006-06-28  Eric Blake  <ebb9@byu.net>
12592
12593         * lib/mbchar.h (wcwidth): Include wcwidth.h.
12594         * lib/mbswidth.c (wcwidth): Move from here...
12595         * lib/wcwidth.h: ...to this new file.
12596
12597 2006-06-28  Derek R. Price  <derek@ximbiot.com>
12598
12599         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
12600
12601         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
12602         it's obsolete.
12603         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
12604
12605 2006-06-28  Derek R. Price  <derek@ximbiot.com>
12606
12607         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
12608         Autoconf 2.60 says this stuff was obsolete.
12609
12610 2006-06-28  Bruno Haible  <bruno@clisp.org>
12611
12612         * modules/wcwidth (Files): Add m4/wchar_t.m4.
12613
12614 2006-06-28  Bruno Haible  <bruno@clisp.org>
12615
12616         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
12617         gt_TYPE_WCHAR_T.
12618
12619 2006-06-28  Bruno Haible  <bruno@clisp.org>
12620
12621         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
12622         declaration for wcwidth.
12623         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
12624
12625 2006-06-28  Bruno Haible  <bruno@clisp.org>
12626
12627         * lib/mkdtemp.c [MINGW]: Include <io.h>.
12628         (mkdir): Define using _mkdir.
12629
12630 2006-06-28  Bruno Haible  <bruno@clisp.org>
12631
12632         * lib/getaddrinfo.h: Fix POSIX URL.
12633         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
12634         _WIN32.
12635         (use_win32_p): Make static.
12636         (getaddrinfo): Reject service name if it is empty or does not consist
12637         solely of decimal digits, or if its value is > 65535.
12638         (getnameinfo): Remove useless casts.
12639
12640 2006-06-27  Simon Josefsson  <jas@extundo.com>
12641
12642         * modules/sys_select: New file, suggested by Bruno Haible, Paul
12643         Eggert and Martin Lambers.
12644
12645 2006-06-27  Simon Josefsson  <jas@extundo.com>
12646
12647         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
12648         Eggert and Martin Lambers.
12649
12650 2006-06-27  Bruno Haible  <bruno@clisp.org>
12651
12652         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
12653         result to 0, not to empty.
12654         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
12655
12656 2006-06-27  Bruno Haible  <bruno@clisp.org>
12657
12658         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
12659
12660 2006-06-26  Simon Josefsson  <jas@extundo.com>
12661
12662         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
12663         present.
12664
12665 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
12666
12667         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
12668         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
12669         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
12670
12671 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
12672
12673         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
12674
12675 2006-06-26  Bruno Haible  <bruno@clisp.org>
12676
12677         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
12678
12679 2006-06-26  Bruno Haible  <bruno@clisp.org>
12680
12681         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
12682
12683 2006-06-26  Bruno Haible  <bruno@clisp.org>
12684
12685         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
12686         SGI C compiler in pre-C99 mode.
12687         Suggested by Mark D. Baushke and Larry Jones.
12688
12689 2006-06-26  Bruno Haible  <bruno@clisp.org>
12690
12691         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
12692         WCHAR_MAX.
12693         Reported by Mark D. Baushke and Larry Jones.
12694
12695 2006-06-26  Bruno Haible  <bruno@clisp.org>
12696
12697         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
12698         in pre-C99 mode.
12699         Suggested by Mark D. Baushke and Larry Jones.
12700
12701 2006-06-23  Simon Josefsson  <jas@extundo.com>
12702             Bruno Haible  <bruno@clisp.org>
12703
12704         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
12705         Emit mostlyclean-local rule.
12706         (func_emit_tests_Makefile_am): Likewise.
12707         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
12708
12709 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
12710
12711         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
12712
12713 2006-06-23  Bruno Haible  <bruno@clisp.org>
12714
12715         * tests/test-stdint.c: Update to match ISO C 99 Technical
12716         Corrigendum 1.
12717
12718 2006-06-23  Bruno Haible  <bruno@clisp.org>
12719
12720         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
12721
12722 2006-06-23  Bruno Haible  <bruno@clisp.org>
12723
12724         * lib/stdint_.h: Treat IRIX like OpenBSD.
12725
12726 2006-06-23  Bruno Haible  <bruno@clisp.org>
12727
12728         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
12729         ISO C 99 Technical Corrigendum 1.
12730
12731 2006-06-22  Simon Josefsson  <jas@extundo.com>
12732
12733         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
12734         MinGW.
12735
12736 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12737
12738         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
12739         needed.  Some compiler complained about some of them.  Problem reported
12740         by Larry Jones in
12741         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
12742
12743 2006-06-21  Simon Josefsson  <jas@extundo.com>
12744
12745         * tests/test-getaddrinfo.c: New file.
12746
12747         * modules/getaddrinfo-tests: New file.
12748
12749         * MODULES.html.sh: Add inet_pton.
12750
12751         * modules/inet_pton: New file.
12752
12753 2006-06-21  Simon Josefsson  <jas@extundo.com>
12754
12755         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
12756         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
12757         of using the (limited) gnulib implementation on Windows XP.
12758
12759         * m4/inet_pton.m4: New file.
12760
12761 2006-06-21  Simon Josefsson  <jas@extundo.com>
12762
12763         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
12764         variable.
12765
12766         * lib/socket_.h: Don't define WINVER.
12767
12768         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
12769         slightly modified to work in gnulib.
12770
12771 2006-06-21  Simon Josefsson  <jas@extundo.com>
12772
12773         * doc/gnulib.texi (Windows sockets): Add.
12774
12775 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
12776
12777         * lib/read-file.c (fread_file): Start with buffer allocation of
12778         0 bytes rather than 1 byte; this simplifies the code.
12779         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
12780         code to free buffer and save/restore errno.
12781         (internal_read_file): Remove unused local.
12782
12783 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
12786         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
12787         Problem reported by Denis Excoffier in
12788         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
12789
12790 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12791
12792         * modules/sys_socket, modules/socklen: Include sys/types since
12793         FreeBSD 4.x's sys/socket.h needs it.
12794
12795 2006-06-19  Simon Josefsson  <jas@extundo.com>
12796
12797         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
12798
12799 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
12800
12801         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
12802
12803 2006-06-19  Bruno Haible  <bruno@clisp.org>
12804
12805         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
12806         and FULL_PATH_INTTYPES_H in angle brackets.
12807         Reported by Mark D. Baushke <mdb@gnu.org>.
12808
12809 2006-06-17  Eric Blake  <ebb9@byu.net>
12810
12811         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
12812         errno.
12813
12814 2006-06-17  Bruno Haible  <bruno@clisp.org>
12815
12816         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
12817         <sys/inttypes.h>.
12818
12819 2006-06-17  Bruno Haible  <bruno@clisp.org>
12820
12821         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
12822         whether errno is declared. Assume <errno.h> declares errno.
12823
12824 2006-06-17  Bruno Haible  <bruno@clisp.org>
12825
12826         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
12827
12828 2006-06-17  Bruno Haible  <bruno@clisp.org>
12829
12830         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
12831         problem on Solaris 2.5.1.
12832
12833 2006-06-16  Eric Blake  <ebb9@byu.net>
12834
12835         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
12836         * lib/unicodeio.c [!defined errno]: Likewise.
12837         * lib/strtol.c [!defined errno]: Likewise.
12838         * lib/strtod.c [!defined errno]: Likewise.
12839
12840 2006-06-15  Eric Blake  <ebb9@byu.net>
12841
12842         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
12843
12844 2006-06-15  Eric Blake  <ebb9@byu.net>
12845
12846         * config/srclist.txt (ssize_t.m4): Lose sync.
12847
12848 2006-06-15  Bruno Haible  <bruno@clisp.org>
12849
12850         * modules/stdint (Files): Include m4/full-header-path.m4,
12851         m4/size_max.m4, m4/wchar_t.m4.
12852         (Makefile.am): Many more substitutions.
12853         * modules/stdint-tests: New file.
12854         * tests/test-stdint.c: New file.
12855
12856 2006-06-15  Bruno Haible  <bruno@clisp.org>
12857
12858         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
12859         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
12860         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
12861         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
12862         gl_CHECK_TYPE_SAME): New macros.
12863
12864 2006-06-15  Bruno Haible  <bruno@clisp.org>
12865
12866         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
12867
12868 2006-06-15  Bruno Haible  <bruno@clisp.org>
12869
12870         * lib/stdint_.h: Rewritten to be fully auto-configured.
12871         Fixes bug on HP-UX/IA64.
12872
12873 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
12874
12875         * lib/getdate.y (__attribute__): Don't define if already defined.
12876         Problem reported by Larry Jones.
12877         * lib/utimens.c (__attribute__): Likewise.
12878
12879 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
12880
12881         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
12882         reported by Andreas Schwab.
12883
12884 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12885             Bruno Haible  <bruno@clisp.org>
12886
12887         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
12888         check for the declaration of strnlen and a run test that exposes the
12889         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
12890         rpl_strndup.
12891
12892 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12893             Bruno Haible  <bruno@clisp.org>
12894
12895         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
12896
12897 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12898
12899         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
12900         compile test, for Tru64 4.0D.
12901
12902 2006-05-28  Karl Berry  <karl@gnu.org>
12903
12904         * config/srclist.txt (printf-args.c): lose sync.
12905
12906 2006-05-26  Martin Lambers  <marlam@marlam.de>
12907
12908         * lib/getpass.c: Updates the test for the native W32 API, and adds
12909         missing includes, thus fixing compilation warnings.
12910
12911 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12912
12913         * lib/exclude.c (exclude_fnmatch): New function.
12914         (excluded_file_name): Call exclude_fnmatch.
12915         * lib/exclude.h (excluded_file_name): New prototype
12916
12917 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         * lib/tempname.c (small_open, large_open): New macros.
12920         (__open, __open64) [!_LIBC]: Remove.
12921         (__gen_tempname): Use small_open and large_open instead of __open
12922         and __open64.  This fixes a portability bug on HP-UX 11.11i
12923         reported by Simon Wing-Tang in
12924         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
12925
12926 2006-05-24  Bruno Haible  <bruno@clisp.org>
12927
12928         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
12929         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
12930         Reported by Thorsten Maerz <torte@netztorte.de> via
12931         Aaron Stone <aaron@serendipity.cx>.
12932
12933 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12934
12935         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
12936         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
12937         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
12938         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
12939         not really conditional on the cache.
12940         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
12941
12942 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12943
12944         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
12945         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
12946         (my_usleep): Don't mishandle maximum value.
12947
12948 2006-05-19  Jim Meyering  <jim@meyering.net>
12949
12950         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
12951
12952 2006-05-17  Bruno Haible  <bruno@clisp.org>
12953
12954         Cygwin portability.
12955         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
12956
12957 2006-05-17  Bruno Haible  <bruno@clisp.org>
12958
12959         * lib/stdint_.h: Fix recognition of Cygwin.
12960
12961 2006-05-15  Bruno Haible  <bruno@clisp.org>
12962
12963         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
12964         on libtool patch by Ralf Wildenhues.
12965
12966 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12967
12968         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
12969         test for C99 conformance; (bool) 0.5 is an integer constant
12970         expression, but (bool) -0.5 is not.  Problem reported by Fedor
12971         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
12972
12973 2006-05-11  Simon Josefsson  <jas@extundo.com>
12974
12975         * m4/xvasprintf.m4: Fix obvious typo.
12976
12977 2006-05-11  Jim Meyering  <jim@meyering.net>
12978
12979         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
12980         James Lemley.
12981
12982 2006-05-10  Simon Josefsson  <jas@extundo.com>
12983
12984         * lib/md4.c: Typo fix, update copyright years.
12985         (K1, K2): Don't use L because it turn computations into 64-bit on
12986         64-bit platforms.
12987
12988 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
12989
12990         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
12991         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
12992         unwanted sign propagation, e.g., on hosts with 64-bit int.
12993         There still are some problems with reeelly weird theoretical hosts
12994         (e.g., 33-bit int) but it's not worth worrying about now.
12995         * lib/sha1.c (rol): Likewise.
12996         (K1, K2, K3, K4): Remove unnecessary L suffix.
12997
12998 2006-05-10  Bruno Haible  <bruno@clisp.org>
12999
13000         * lib/des.c: Cast to avoid warnings.
13001
13002 2006-05-09  Bruno Haible  <bruno@clisp.org>
13003
13004         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
13005         (Depends-on): Depend also on xsize, stdarg.
13006         (configure.ac): Add gl_XVASPRINTF.
13007
13008 2006-05-09  Bruno Haible  <bruno@clisp.org>
13009
13010         * m4/xvasprintf.m4: New file.
13011
13012 2006-05-09  Bruno Haible  <bruno@clisp.org>
13013
13014         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
13015         (EOVERFLOW): Define fallback value.
13016         (xstrcat): New function.
13017         (xvasprintf): Recognize the special case of a string concatenation.
13018
13019 2006-05-08  Eric Blake  <ebb9@byu.net>
13020
13021         * gnulib-tool (func_version): Base copyright year on CVS date.
13022         (func_emit_copyright_notice): New function.
13023         (func_emit_lib_Makefile_am): Use it.
13024         (func_emit_tests_Makefile_am): Likewise.
13025         (func_import): Likewise.
13026
13027 2006-05-08  Bruno Haible  <bruno@clisp.org>
13028
13029         * modules/stdarg: New file.
13030         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
13031
13032 2006-05-08  Bruno Haible  <bruno@clisp.org>
13033
13034         * m4/stdarg.m4: New file, from GNU gettext.
13035
13036 2006-05-08  Bruno Haible  <bruno@clisp.org>
13037
13038         * config/srclist.txt (build-aux/config.rpath): different from latest
13039         release.
13040
13041 2006-05-08  Bruno Haible  <bruno@clisp.org>
13042
13043         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
13044
13045 2006-05-05  Jim Meyering  <jim@meyering.net>
13046
13047         * m4/warning.m4: New file, derived from bison's file by the same name.
13048
13049 2006-05-03  Bruno Haible  <bruno@clisp.org>
13050
13051         * lib/stdint_.h: Shorter URL.
13052         * lib/inttypes.h: Likewise.
13053
13054 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13055
13056         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
13057
13058 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13059
13060         * lib/verify.h: Document the internals better.  Most of this change
13061         was written by Bruno Haible.
13062
13063 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
13064
13065         * doc/verify.texi: New file, partly based on a proposal by
13066         Bruno Haible.
13067
13068 2006-05-02  Bruno Haible  <bruno@clisp.org>
13069
13070         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
13071         test from here...
13072         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
13073
13074 2006-04-29  Bruno Haible  <bruno@clisp.org>
13075
13076         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
13077         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
13078
13079 2006-04-29  Bruno Haible  <bruno@clisp.org>
13080
13081         * gnulib-tool: Make --update option actually work.
13082
13083 2006-04-29  Bruno Haible  <bruno@clisp.org>
13084
13085         * doc/gcd.texi: New file.
13086         * doc/gnulib.texi: Include it.
13087
13088 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13089
13090         * lib/getdate.y (get_date): When adding relative date, start with the
13091         initial time, not with the result of the first mktime call.
13092
13093 2006-04-25  Bruno Haible  <bruno@clisp.org>
13094
13095         * gnulib-tool (func_import): Output the include directives in three
13096         blocks, sorted separately.
13097         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13098
13099 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13100
13101         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
13102         to define main with arguments, for C++.  Reported by Eric Blake.
13103         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
13104         Prefer 'int main ()' to 'int main (void)', for C++.
13105         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
13106         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
13107         for 'main', for C99 and C++.
13108
13109 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
13110
13111         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
13112         Don't assume that exit status -1 is valid.
13113         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13114         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
13115         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
13116         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
13117         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
13118         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
13119         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
13120         functions can be used without declaring them, or that you can
13121         exit with status -1.
13122         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
13123
13124 2006-04-24  Karl Berry  <karl@gnu.org>
13125
13126         * config/srclist.txt (longdouble.m4): sync lost.
13127
13128 2006-04-24  Eric Blake  <ebb9@byu.net>
13129
13130         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
13131
13132 2006-04-24  Bruno Haible  <bruno@clisp.org>
13133
13134         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
13135         poll() implementation in AIX.
13136         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13137
13138 2006-04-24  Bruno Haible  <bruno@clisp.org>
13139
13140         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
13141         assigned exactly once.
13142
13143 2006-04-23  Claudio Fontana  <claudio@gnu.org>
13144             Bruno Haible  <bruno@clisp.org>
13145
13146         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
13147         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
13148         for AM_CPPFLAGS.
13149
13150 2006-04-23  Bruno Haible  <bruno@clisp.org>
13151
13152         * modules/copy-file: Depend on unistd.
13153         * modules/execute: Likewise.
13154         * modules/fatal-signal: Likewise.
13155         * modules/findprog: Likewise.
13156         * modules/mkdtemp : Likewise.
13157         * modules/pipe: Likewise.
13158         * modules/wait-process: Likewise.
13159
13160 2006-04-23  Bruno Haible  <bruno@clisp.org>
13161
13162         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
13163         condition was already detected.
13164         Reported by Ben Pfaff <blp@cs.stanford.edu>.
13165
13166 2006-04-23  Bruno Haible  <bruno@clisp.org>
13167
13168         * lib/copy-file.c: Include <unistd.h> unconditionally.
13169         * lib/execute.c: Likewise.
13170         * lib/fatal-signal.c: Likewise.
13171         * lib/findprog.c: Likewise.
13172         * lib/mkdtemp.c: Likewise.
13173         * lib/pipe.h: Likewise.
13174         * lib/pipe.c: Likewise.
13175         * lib/wait-process.h: Likewise.
13176
13177 2006-04-23  Bruno Haible  <bruno@clisp.org>
13178
13179         * gnulib-tool (func_usage): Fix --import description. Document
13180         --update.
13181         (func_import): Create temporary file in a temporary directory, if
13182         --dry-run is specified. Silence errors from 'grep' when there are no
13183         m4 files in $m4dir.
13184         (func_create_testdir): Silence errors from 'grep' when there are no
13185         m4 files in $m4dir.
13186         Reported by Karl Berry <karl@freefriends.org>.
13187
13188 2006-04-20  Bruno Haible  <bruno@clisp.org>
13189
13190         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
13191         one argument, so that the code will be portable to Autoconf 2.60.
13192         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
13193         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13194         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
13195
13196 2006-04-19  Derek Price  <derek@ximbiot.com>
13197             Eric Blake  <ebb9@byu.net>
13198
13199         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
13200         rather than "/full/path.h".  Update comment to match.  Shorten &
13201         generalize m4_translit call via AS_TR_CPP.
13202
13203 2006-04-19  Derek Price  <derek@ximbiot.com>
13204             Eric Blake  <ebb9@byu.net>
13205
13206         * lib/inttypes.h: Correct grammar in comment.
13207
13208 2006-04-18  Derek Price  <derek@ximbiot.com>
13209             Paul Eggert  <eggert@cs.ucla.edu>
13210
13211         * modules/inttypes: New file.
13212         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
13213
13214 2006-04-18  Derek Price  <derek@ximbiot.com>
13215             Paul Eggert  <eggert@cs.ucla.edu>
13216
13217         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
13218         New files.
13219
13220 2006-04-18  Derek Price  <derek@ximbiot.com>
13221             Paul Eggert  <eggert@cs.ucla.edu>
13222
13223         * lib/inttypes.h: New file.
13224         * lib/strtoimax.c: Assume <inttypes.h>.
13225
13226 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
13229         isn't mounted.  Problem reported by Kir Kolyshkin.
13230
13231 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13232
13233         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
13234         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
13235         Derek R. Price.
13236         * lib/regex.h (RE_DUP_MAX): Update comment to match current
13237         implementation.
13238
13239 2006-04-12  Eric Blake  <ebb9@byu.net>
13240
13241         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
13242         is now done automatically by the corresponding Autoconf macro.
13243
13244 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
13245
13246         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
13247         time_r.h.
13248
13249 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13250
13251         Merge regex changes from libc, removing some of our
13252         POSIX-conformance changes that were rejected and redoing them in a
13253         less-intrusive way.
13254
13255         * lib/regcomp.c (re_compile_internal, init_dfa):
13256         Length arg is now size_t, not Idx.  All uses changed.
13257         (peek_token): Forward decl now says internal_function.
13258         (__re_error_msgid, __re_error_msgid_idx):
13259         Now static rather than extern with attribute_hidden.
13260         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
13261         For some reason libc prefers K&R style defns for external functions.
13262         (regerror) [!defined _LIBC]: Likewise.
13263         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
13264         (seek_collating_symbol_entry, lookup_collation_sequence_value):
13265         (build_range_exp, build_collating_symbol):
13266         Use K&R-style defn.
13267         (re_compile_fastmap): Use '\0' to memset, not 0.
13268         (utf8_sb_map): Make the calculations more obvious.
13269         (init_dfa, parse_bracket_exp, build_charclass_op):
13270         Call calloc and cast result, as glibc does.
13271         (init_word_char, fetch_token, peek_token, peek_token_bracket):
13272         (build_range_exp, build_collating_symbol):
13273         Now internal functions.
13274
13275         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
13276
13277         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
13278         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
13279         Don't depend on VMS; depend on __VMS instead, for POSIX
13280         namespace cleanness.
13281         (regoff_t): Define to ssize_t, not long int.
13282
13283         Remove the REG_ macros named below.  Instead, make the old names
13284         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
13285         __USE_GNU_REGEX.
13286         (REG_BACKSLASH_ESCAPE_IN_LISTS):
13287         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
13288         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
13289         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
13290         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
13291         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
13292         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
13293         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
13294         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
13295         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
13296         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
13297         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
13298         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
13299         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
13300         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
13301         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
13302         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
13303         (REG_NREGS):
13304         Remove.  All uses replaced by the old RE_* names.
13305         (RE_BACKSLASH_ESCAPE_IN_LISTS):
13306         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
13307         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
13308         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
13309         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
13310         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
13311         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
13312         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
13313         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
13314         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
13315         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
13316         Don't bother having these macros be independent of each others'
13317         values, since they no longer exist in the POSIX name space.
13318
13319         Rename the following member names back to their old names,
13320         unless !__USE_GNU_REGEX.  All uses changed back.
13321         (buffer): Renamed from re_buffer.
13322         (allocated): Renamed from re_allocated.
13323         (used): Renamed from re_used.
13324         (syntax): Renamed from re_syntax.
13325         (fastmap): Renamed from re_fastmap.
13326         (translate): Renamed from re_translate.
13327         (can_be_null): Renamed from re_can_be_null.
13328         (regs_allocated): Renamed from re_regs_allocated.
13329         (fastmap_accurate): Renamed from re_fastmap_accurate.
13330         (no_sub): Renamed from re_no_sub.
13331         (not_bol): Renamed from re_not_bol.
13332         (not_eol): Renamed from re_not_eol.
13333         (newline_anchor): Renamed from re_newline_anchor.
13334         (num_regs): Renamed from rm_num_regs.
13335         (start): Renamed from rm_start.
13336         (end): Renamed from rm_end.
13337
13338         (free_state): Move up a bit.
13339
13340         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
13341         #define to be empty.
13342         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
13343         when that is what is intended.
13344         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
13345         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
13346         (MAX): New macro.
13347         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
13348         All uses changed back to re_malloc, etc.  It's now the caller's
13349         responsibility to check for overflow; all callers changed.
13350         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
13351         (re_x2nrealloc): Remove.
13352         (free_state): Remove decl.
13353
13354         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
13355         (re_set_registers, re_exec):
13356         Use K&R-style defn.
13357
13358         2006-01-31  Roland McGrath  <roland@redhat.com>
13359
13360         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
13361         Reported by Mike Frysinger <vapier@gentoo.org>.
13362
13363         2006-01-15  Andreas Jaeger  <aj@suse.de>
13364
13365         [BZ #1950]
13366         * lib/regex_internal.c (re_string_reconstruct): Adjust for
13367         build_wcs_upper_buffer change.
13368         (build_wcs_upper_buffer): Change return type.
13369
13370         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
13371
13372         * lib/regex_internal.h: Include <stdint.h> if available.
13373
13374         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
13375
13376         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
13377
13378         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
13379
13380         * lib/regcomp.c: Adjust for changed secondary hash function.
13381
13382         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
13383
13384         * lib/regex.h: Pretty printing.
13385         Clean up namespace a bit.
13386
13387         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
13388
13389         * lib/regexec.c (update_cur_sifted_state, check_arrival,
13390         check_arrival_add_next_nodes): Avoid using uninitialized variable.
13391
13392         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
13393                     Ulrich Drepper  <drepper@redhat.com>
13394
13395         [BZ #1302]
13396         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
13397         changed.
13398         (bitset_word_t): Renamed from bitset_word.  All uses changed.
13399
13400         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
13401
13402         [BZ #281]
13403         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
13404         * lib/regcomp.c: Remove unnecessary uses of
13405         unsigned RE_TRANSLATE_TYPE.
13406         * lib/regex_internal.h: Likewise.
13407         * lib/regex_internal.c: Likewise.
13408         * lib/regexec.c: Likewise.
13409         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
13410
13411         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
13412
13413         * lib/regexec.c (find_recover_state): Remove unnecessary
13414         initialization.
13415         (transit_state_bkref): Make DFA a const pointer.
13416         (get_subexp): Likewise.
13417         (check_arrival): Likewise.
13418         (update_cur_sifted_state): Likewise.
13419         (re_search_internal): Likewise.
13420         (prune_impossible_nodes): Likewise.
13421         (acquire_init_state_context): Likewise.
13422         (proceed_next_node): Likewise.
13423         (set_regs): Likewise.
13424         (free_fail_stack_return): Likewise.
13425         (check_arrival_expand_ecl): Mark DFA parameter as const.
13426         (check_arrival_expand_ecl_sub): Likewise.
13427         (check_subexp_limits): Likewise.
13428         (sub_epsilon_src_nodes):  Likewise.
13429         (add_epsilon_src_nodes):  Likewise.
13430         (merge_state_array): Likewise.
13431         (update_regs): Likewise.
13432         (build_trtable): Likewise.
13433         (sift_states_backward): Mark MCTX parameter as const.
13434         (build_sifted_states): Likewise.
13435         (update_cur_sifted_state): Likewise.
13436         (sift_states_mkref): Likewise.
13437         (check_arrival_expand_ecl): Mark eclosure as const.
13438         (check_dst_limits_calc_pos_1): Likewise.
13439         * lib/regex_internal.h (re_match_context_t): Make dfa a const
13440         pointer.
13441
13442         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
13443
13444         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
13445         (transit_state_sb): Likewise.
13446         (transit_state_mb): Likewise.
13447         (sift_states_iter_mb): Likewise.
13448         (check_arrival_add_next_nodes): Likewise.
13449         (check_node_accept_bytes): Change first parameter to pointer-to-const.
13450         [_LIBC] (re_search_2_stub): Use mempcpy.
13451
13452         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
13453         mbrtowc for very simple UTF-8 case.
13454
13455         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
13456         a pointer-to-const.
13457         (re_acquire_state_context): Likewise.
13458         * lib/regex_internal.h: Adjust prototypes.
13459
13460         * lib/regex.c: Prevent using C++ compilers.
13461
13462         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
13463         (re_acquire_state_context): Likewise.
13464
13465 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * modules/regex (Depends-on): Add ssize_t.
13468
13469 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13470
13471         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
13472         translation table.
13473
13474 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
13477
13478 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
13479             Bruno Haible  <bruno@clisp.org>
13480
13481         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
13482         <sys/types.h> and <inttypes.h>.
13483
13484 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13485
13486         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
13487         `__error_t_defined', so argp.h will not typedef the former.
13488
13489 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
13490
13491         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
13492         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
13493         glibc names.  Even if glibc is changed to conform to POSIX, the
13494         traditional names will be available anyway, since regex depends on
13495         the extensions module.  Also, fix a longstanding typo in the
13496         implementation of Spencer ERE test #75 from grep 2.3.  Problems
13497         reported by Emanuele Giaquinta.  Also, change sense of cached
13498         variable, so that the message makes sense.
13499
13500 2006-03-24  Simon Josefsson  <jas@extundo.com>
13501
13502         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
13503         including some doc fixes.
13504         (base64_encode_alloc): Fix +1 bug on allocation failures.
13505
13506 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13507
13508         * lib/base64.c (base64_encode): Do not read past end of array with
13509         unsanitized input on systems with CHAR_BIT > 8.
13510
13511 2006-03-24  Eric Blake  <ebb9@byu.net>
13512
13513         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
13514
13515 2006-03-22  Karl Berry  <karl@gnu.org>
13516
13517         * config/srclist.txt (*setenv.[ch]): get from coreutils.
13518         * config/srclistvars.sh (COREUTILS): new var.
13519
13520 2006-03-17  Jim Meyering  <jim@meyering.net>
13521
13522         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
13523         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
13524
13525 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
13528         no longer needs it.  Instead, check that regoff_t is as least
13529         as wide as ptrdiff_t.
13530
13531         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
13532         so that our regex.h stays compatible with the installed regex.
13533         This is helpful for installers who configure --without-included-regex.
13534         Problem reported by Emanuele Giaquinta.
13535
13536 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
13539         Typedef to long int, not to off_, as POSIX will likely change
13540         in that direction.
13541
13542 2006-03-15  Eric Blake  <ebb9@byu.net>
13543
13544         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
13545
13546 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
13547
13548         * lib/argp-help.c (validate_uparams): Fix typo
13549         * lib/argp-parse.c (argp_default_options): Consistently begin help
13550         messages with a lowercase letter.
13551
13552 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
13555         overrun buffers and shouldn't be used (much as gets shouldn't be
13556         used).
13557         * lib/time_r.c (asctime_r, ctime_r): Likewise.
13558
13559 2006-03-08  Simon Josefsson  <jas@extundo.com>
13560
13561         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
13562         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13563
13564 2006-03-08  Simon Josefsson  <jas@extundo.com>
13565
13566         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
13567         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13568
13569 2006-03-08  Simon Josefsson  <jas@extundo.com>
13570
13571         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
13572         signal that configure disabled the device.
13573
13574 2006-03-08  Simon Josefsson  <jas@extundo.com>
13575
13576         * build-aux/maint.mk: Fix refresh-po, to handle no translated
13577         languages.
13578
13579 2006-03-07  Simon Josefsson  <jas@extundo.com>
13580
13581         * modules/getopt (Depends-on): Add unistd.
13582
13583         * modules/unistd: New file.
13584
13585 2006-03-07  Simon Josefsson  <jas@extundo.com>
13586
13587         * modules/gc-random: New file.
13588
13589 2006-03-07  Simon Josefsson  <jas@extundo.com>
13590
13591         * m4/unistd_h.m4: New file.
13592
13593 2006-03-07  Simon Josefsson  <jas@extundo.com>
13594
13595         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
13596         test to be side-effect free by storing the result in the cache
13597         variable gl_cv_lib_readline, and moving the assignment of
13598         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
13599         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13600
13601 2006-03-07  Simon Josefsson  <jas@extundo.com>
13602
13603         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
13604         error on missing devices (the functions will return an error).
13605
13606         * m4/gc.m4: Move random stuff to gc-random.m4
13607
13608 2006-03-07  Simon Josefsson  <jas@extundo.com>
13609
13610         * lib/unistd_.h: New file.
13611
13612 2006-03-07  Simon Josefsson  <jas@extundo.com>
13613
13614         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
13615
13616 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13617
13618         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
13619         Problem reported by Juan Manuel Guerrero.
13620
13621 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
13624         the unistd module.
13625         * lib/getlogin_r.c: Likewise.
13626         * lib/getlogin_r.h: Likewise.
13627         * lib/glob.c: Likewise.
13628         * lib/pagealign_alloc.c: Likewise.
13629         * lib/unistd_.h: Remove; no longer needed.
13630
13631 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
13632
13633         * MODULES.html.sh (Support for systems lacking POSIX:2001):
13634         Add unistd.
13635         * modules/c-stack (Depends-on): Add unistd.
13636         * modules/getlogin_r: Likewise.
13637         * modules/glob: Likewise.
13638         * modules/pagealign_alloc: Likewise.
13639         * modules/unistd (Files): Remove lib/unistd_.h.
13640         (EXTRA_DIST): Remove.
13641         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
13642         need unistd_.h.
13643         (MOSTLYCLEANFILES): Remove unistd.h-t.
13644
13645 2006-03-03  Simon Josefsson  <jas@extundo.com>
13646
13647         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
13648
13649 2006-03-03  Simon Josefsson  <jas@extundo.com>
13650
13651         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
13652         libidn and bison.
13653
13654 2006-03-03  Simon Josefsson  <jas@extundo.com>
13655
13656         * build-aux/maint.mk: Add indent target.
13657
13658 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
13659
13660         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
13661         our replacement poll.h in any case, to avoid a differing
13662         declaration from a system header.  Seen on AIX.
13663
13664 2006-03-01  Simon Josefsson  <jas@extundo.com>
13665
13666         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
13667         <kasal@ucw.cz>.
13668
13669 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13670
13671         * modules/gettime (Depends-on): Add extensions module.
13672         * modules/nanosleep (Depends-on): Likewise.
13673         * modules/settime (Depends-on): Likewise.
13674
13675 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13676
13677         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
13678         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
13679         pedantically.
13680         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13681         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
13682
13683         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
13684         not "==".  Reported by Ralf Wildenhues.
13685
13686 2006-03-01  Karl Berry  <karl@gnu.org>
13687
13688         * doc/Copyright/request-*: new files, synced from gnuorg.
13689
13690 2006-03-01  Karl Berry  <karl@gnu.org>
13691
13692         * config/srclist.txt (Copyright/*): new entries.
13693
13694 2006-02-28  Simon Josefsson  <jas@extundo.com>
13695
13696         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
13697
13698 2006-02-27  Simon Josefsson  <jas@extundo.com>
13699
13700         * lib/base64.h: Indent #define's.  From Jim Meyering
13701         <jim@meyering.net>.
13702
13703 2006-02-27  Jim Meyering  <jim@meyering.net>
13704
13705         Revert the change of 2006-02-24, so these files can continue
13706         to be sync'd from gettext.
13707         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
13708         of `config.h'.
13709
13710 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13711
13712         * modules/intprops: New file.
13713         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
13714         Add intprops.
13715         * modules/getloadavg (Files): Remove lib/intprops.h.
13716         (Depends-on): Add intprops.
13717         * modules/human: Likewise.
13718         * modules/inttostr: Likewise.
13719         * modules/openat: Likewise.
13720         * modules/sig2str: Likewise.
13721         * modules/userspec: Likewise.
13722         * modules/utimecmp: Likewise.
13723         * modules/xnanosleep: Likewise.
13724         * modules/xstrtol: Likewise.
13725
13726 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
13727
13728         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
13729         * modules/lock-tests (TESTS): Use $(EXEEXT).
13730         * modules/tls-tests: Likewise.
13731         * modules/argp-tests: Likewise.
13732         (check_PROGRAMS): New var, replacing...
13733         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
13734
13735 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13736
13737         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
13738         `config.h'.
13739
13740 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
13741
13742         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
13743
13744 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13745
13746         Sync from coreutils.
13747         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
13748         gl_CHDIR_SAFER.
13749
13750 2006-02-22  Jim Meyering  <jim@meyering.net>
13751
13752         Sync from coreutils.
13753         * m4/chdir-safer.m4: New file.
13754
13755 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
13756
13757         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
13758         AT_FDCWD exceeds INT_MAX.
13759         * lib/openat.h (AT_FDCWD): Likewise.
13760
13761 2006-02-17  Eric Blake  <address@hidden>
13762
13763         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
13764
13765 2006-02-16  Simon Josefsson  <jas@extundo.com>
13766
13767         * modules/getaddrinfo (Depends-on): Add sys_socket.
13768
13769 2006-02-15  Simon Josefsson  <jas@extundo.com>
13770
13771         * build-aux/maint.mk: Add dsyntax-check rule.
13772
13773 2006-02-15  Eric Blake  <ebb9@byu.net>
13774
13775         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
13776         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
13777         'present but cannot compile' warnings on cygwin.
13778         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
13779         use ws2tcpip.h if sys/socket.h works.
13780         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
13781         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
13782
13783 2006-02-14  Simon Josefsson  <jas@extundo.com>
13784
13785         * modules/maintainer-makefile (Files): Rename.
13786
13787         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
13788         and (the local) Makefile.cfg to maint-cfg.mk.
13789
13790         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
13791         to the latter.
13792
13793         * modules/maintainer-makefile: New module.
13794
13795         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
13796         severaly stripped to make it possible to build it up from scratch
13797         with reliable tests.
13798
13799         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
13800         fixes to permit overriding the default actions when configure and
13801         makefile are not available.
13802
13803 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         Sync from coreutils.
13806         * modules/lstat (Depends-on): Don't depend on xalloc.
13807         (License): Change from GPL to LGPL, since this is now simply a
13808         replacement for a libc function.
13809
13810 2006-02-14  Jim Meyering  <jim@meyering.net>
13811
13812         Sync from coreutils.
13813
13814         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
13815         failure on deficient systems, and simplify gnulib lgpl dependencies.
13816         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
13817         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
13818
13819         * lib/xalloc-die.c: Remove unused definition of N_.
13820
13821 2006-02-14  Jim Meyering  <jim@meyering.net>
13822
13823         Sync from coreutils.
13824         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
13825         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
13826         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
13827         double-quote uses of that variable, to accommodate the rare case in
13828         which getmntent is available in none of the libraries checked.  This
13829         happens at least on FreeBSD 5.0.
13830
13831 2006-02-13  Simon Josefsson  <jas@extundo.com>
13832
13833         * gnulib-tool (Usage): Fix --import, from
13834         karl@freefriends.org (Karl Berry).
13835
13836 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
13837
13838         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
13839
13840 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
13841
13842         * lib/argp-namefrob.h: Restore changes accidentally lost during the
13843         "autoupdate" on 2005-12-12.
13844
13845 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13846
13847         * modules/closeout (Depends-on): Remove atexit.
13848
13849 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
13850
13851         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
13852         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
13853
13854 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
13857         __EXTENSIONS__ if this causes compilation to fail.  Problem
13858         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
13859         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
13860
13861 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
13862
13863         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
13864         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
13865         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
13866         All uses changed.
13867
13868 2006-01-26  Simon Josefsson  <jas@extundo.com>
13869
13870         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
13871         prototype is visible on mingw32.
13872
13873         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
13874         for mingw32.
13875
13876         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
13877         mingw32).
13878
13879 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
13882         attempt to open for write; this always fails, at least on POSIX
13883         hosts.  This reinstates the 2006-01-09 change, which was
13884         inadvertently removed.
13885
13886 2006-01-26  Bruno Haible  <bruno@clisp.org>
13887
13888         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
13889         Reported by Paul Eggert.
13890
13891 2006-01-26  Bruno Haible  <bruno@clisp.org>
13892             Paul Eggert  <eggert@cs.ucla.edu>
13893
13894         * lib/stdbool_.h (_Bool)
13895         [(! (defined __cplusplus || defined __BEOS__)
13896           && !defined __GNUC__
13897           && !(defined __HP_cc || defined __xlc__
13898                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
13899                || defined __sgi))]:
13900         #define to signed char in these cases too; this simplifies
13901         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
13902         etc., separately) and makes it more conservative.
13903
13904 2006-01-25  Simon Josefsson  <jas@extundo.com>
13905
13906         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
13907         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
13908         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
13909
13910 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13911
13912         * lib/argp-namefrob.h: Bugfix. Remove stray #
13913
13914 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
13915
13916         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
13917         so that we test the test.
13918         Check for yet another HP-UX cc bug involving *bool |= bool.
13919
13920 2006-01-25  Karl Berry  <karl@gnu.org>
13921
13922         * config/srclist.txt (vasnprintf.c): sync lost.
13923
13924 2006-01-25  Jim Meyering  <jim@meyering.net>
13925
13926         Sync from the stable (b5) branch of coreutils:
13927
13928         * lib/fts.c (fts_children): Don't let close() clobber errno from
13929         failed fchdir().
13930
13931         * lib/fts.c (fts_stat): When following a symlink-to-directory,
13932         don't necessarily interpret stat-fails+lstat-succeeds as indicating
13933         a dangling symlink.  That can also happen at least for ELOOP.
13934         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
13935         FYI, this bug predates the inclusion of fts.c in coreutils.
13936
13937         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
13938         in their own block, so pre-c99 compilers don't object.
13939
13940         Avoid the double-free (first in fts_read, second in fts_close) that
13941         would occur when an `active' directory is made inaccessible (e.g.,
13942         via chmod a-x) during a traversal.
13943         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
13944         before returning.  Reproduce this failure by
13945         mkdir -p a/b; cd a; chmod a-x . b
13946         Reported by Stavros Passas.
13947
13948 2006-01-25  Jim Meyering  <jim@meyering.net>
13949
13950         * lib/fileblocks.c: Remove more useless parentheses.
13951         * lib/readutmp.h: Likewise.
13952
13953 2006-01-25  Bruno Haible  <bruno@clisp.org>
13954
13955         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
13956         warnings.
13957         Reported by Paul Eggert.
13958
13959 2006-01-25  Bruno Haible  <bruno@clisp.org>
13960
13961         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
13962         rid of a trap command. For Solaris sh.
13963         Reported by Mark D. Baushke <mdb@gnu.org>.
13964
13965 2006-01-24  Simon Josefsson  <jas@extundo.com>
13966
13967         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
13968         Bruno.
13969
13970 2006-01-24  Karl Berry  <karl@gnu.org>
13971
13972         * config/srclist.txt (argp-namefrob.h): sync lost.
13973
13974 2006-01-24  Jim Meyering  <jim@meyering.net>
13975
13976         * modules/openat (Files): Add lib/intprops.h.
13977         From Mark D. Baushke.
13978
13979 2006-01-24  Jim Meyering  <jim@meyering.net>
13980
13981         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
13982         Reported by Mark D. Baushke.
13983
13984 2006-01-24  Jim Meyering  <jim@meyering.net>
13985
13986         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
13987
13988 2006-01-24  Bruno Haible  <bruno@clisp.org>
13989
13990         * modules/strnlen (Maintainer): Change from glibc to all.
13991
13992 2006-01-24  Bruno Haible  <bruno@clisp.org>
13993
13994         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
13995         Patch by Paul Eggert.
13996
13997 2006-01-24  Bruno Haible  <bruno@clisp.org>
13998
13999         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
14000         already has it.
14001         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
14002         2005-11-26.
14003
14004         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
14005         'signed char' to avoid problems with the built-in _Bool type.
14006         Reported by Paul Eggert on 2005-11-26.
14007
14008 2006-01-24  Bruno Haible  <bruno@clisp.org>
14009
14010         * gnulib-tool (func_import): Avoid constructing complicated sed
14011         expressions inside backquote.
14012         Report and solution by Mark D. Baushke <mdb@gnu.org>.
14013
14014 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
14015
14016         These changes imported from libc.
14017         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
14018         test and two separate function calls.
14019         * lib/strndup.c (__strndup): Add libc_hidden_def.
14020
14021 2006-01-23  Simon Josefsson  <jas@extundo.com>
14022
14023         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
14024         Remove the test_*_SOURCES variable: automake infers it by default.
14025         * modules/tls-tests: Likewise.
14026
14027 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         Work around porting bugs reported by Dieter in
14030         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
14031         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
14032         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
14033         Include "getopt.h" first, to check interface.
14034         (getenv): Declare only if defined HAVE_DECL_GETENV &&
14035         !HAVE_DECL_GETENV.
14036         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
14037         (__strndup): Revert to K&R-style function dfns, the glibc style.
14038         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
14039         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
14040         Include strnlen.h first, to get prototype properly.
14041         (strnlen): Renamed from __strnlen.
14042         Remove weak alias.
14043
14044 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
14047
14048 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14049
14050         * config/srclist.txt: Adjust to reflect glibc reorganization.
14051         This affects only comments.
14052
14053 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14054
14055          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
14056          Reported by Bruce Korb <bkorb@gnu.org>.
14057
14058 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14059
14060         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
14061         to pacify gcc -Wswitch-default.
14062
14063 2006-01-22  Bruno Haible  <bruno@clisp.org>
14064
14065         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
14066         temporary buffer for sprintf, take into account the precision also
14067         for 'd', 'i', 'u', 'o', 'x', 'X'.
14068
14069 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14070
14071         * modules/argp-tests: New module
14072         * tests/test-argp.c: New file
14073         * tests/test-argp-2.sh: New file
14074
14075 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
14076
14077         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
14078         (__argp_base_name): Removed
14079         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
14080         typo.
14081         (__argp_base_name): Provide macro definition or extern declaration
14082         depending on the configuration
14083
14084 2006-01-20  Simon Josefsson  <jas@extundo.com>
14085
14086         * modules/inet_ntop (Depends-on): Depend on sys_socket.
14087
14088 2006-01-20  Simon Josefsson  <jas@extundo.com>
14089
14090         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
14091
14092 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14093
14094         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
14095         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
14096         Suggested by Bruno Haible.
14097
14098 2006-01-20  Karl Berry  <karl@gnu.org>
14099
14100         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
14101         until changes propagate, I guess.
14102
14103 2006-01-19  Simon Josefsson  <jas@extundo.com>
14104
14105         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
14106
14107 2006-01-19  Simon Josefsson  <jas@extundo.com>
14108
14109         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
14110
14111 2006-01-19  Simon Josefsson  <jas@extundo.com>
14112
14113         * gnulib-tool: Set check_PROGRAMS.
14114
14115         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14116         modules/des-tests, modules/gc-arcfour-tests,
14117         modules/gc-arctwo-tests, modules/gc-des-tests,
14118         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14119         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14120         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14121         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14122         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14123         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
14124         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
14125         test_*_SOURCES.
14126
14127 2006-01-18  Simon Josefsson  <jas@extundo.com>
14128
14129         * modules/socklen (Depends-on): Depend on sys_socket.
14130
14131 2006-01-18  Simon Josefsson  <jas@extundo.com>
14132
14133         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
14134         modules/des-tests, modules/gc-arcfour-tests,
14135         modules/gc-arctwo-tests, modules/gc-des-tests,
14136         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
14137         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
14138         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
14139         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
14140         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
14141         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
14142         $(EXEEXT) to automake TESTS variable, for mingw32.
14143
14144 2006-01-17  Simon Josefsson  <jas@extundo.com>
14145
14146         * modules/socklen (Include): Need sys/socket.h.
14147
14148 2006-01-17  Bruno Haible  <bruno@clisp.org>
14149
14150         * modules/ssize_t (Include): Add <sys/types.h>.
14151
14152 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
14153
14154         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
14155         it's not portable and it doesn't work with cross-compiles.
14156         Problem reported by Bruno Haible.  Fix missing-$ typo in
14157         'test "gl_cv_ignore_unused_libraries" ...' that prevented
14158         -zignore from being used with Sun's C compiler.
14159
14160 2006-01-12  Simon Josefsson  <jas@extundo.com>
14161
14162         * lib/base64.c: Fix warning, reported by Bruno Haible
14163         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
14164
14165 2006-01-12  Bruno Haible  <bruno@clisp.org>
14166
14167         * modules/ldd: New file.
14168         * build-aux/ldd.sh.in: New file.
14169         * MODULES.html.sh (Support for building libraries and executables): Add
14170         ldd.
14171
14172 2006-01-12  Bruno Haible  <bruno@clisp.org>
14173
14174         * m4/ldd.m4: New file.
14175
14176 2006-01-12  Bruno Haible  <bruno@clisp.org>
14177
14178         * gnulib-tool (func_import, func_create_testdir): Don't go into an
14179         endless loop while replacing $auxdir with build-aux.
14180
14181 2006-01-11  Simon Josefsson  <jas@extundo.com>
14182
14183         * lib/stdint_.h (SIZE_MAX): Add missing (.
14184
14185 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
14186
14187         Sync from coreutils.
14188         * lib/md5.c: Fix commentary typos.
14189         (alignof, UNALIGNED_P): No need for a GCC-specific version.
14190         * lib/md5.h (__attribute__): Remove; unused.
14191         * lib/sha1.c: Fix commentary to match md5 better.
14192         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
14193         so that we don't need to worry about alignment.  All uses changed.
14194         This merges the 2005-10-28 md5 change into sha1.
14195
14196 2006-01-11  Jim Meyering  <jim@meyering.net>
14197
14198         Sync from coreutils.
14199         * lib/md5.c (OP): Fix spacing.
14200
14201 2006-01-11  Bruno Haible  <bruno@clisp.org>
14202
14203         Ensure automatic ordering between gl_LOCK and gl_ARGP.
14204         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
14205         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
14206
14207 2006-01-11  Bruno Haible  <bruno@clisp.org>
14208
14209         Ensure automatic ordering between gl_LOCK and gl_ARGP.
14210         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
14211         the "early" section as well.
14212
14213 2006-01-11  Bruno Haible  <bruno@clisp.org>
14214
14215         Avoid "ar: no archive members specified" error on MacOS X.
14216         * gnulib-tool (func_modules_add_dummy): New function.
14217         (func_import, func_create_testdir): Invoke it.
14218
14219 2006-01-11  Bruno Haible  <bruno@clisp.org>
14220
14221         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
14222         with $auxdir in AC_CONFIG_FILES statements.
14223
14224 2006-01-11  Bruno Haible  <bruno@clisp.org>
14225
14226         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14227         Initialize also noinst_HEADERS to empty.
14228
14229 2006-01-11  Bruno Haible  <bruno@clisp.org>
14230
14231         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
14232         variables.
14233         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
14234         autoreconf.
14235
14236 2006-01-11  Bruno Haible  <bruno@clisp.org>
14237
14238         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
14239         overridable by the user.
14240         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14241
14242 2006-01-10  Simon Josefsson  <jas@extundo.com>
14243
14244         * modules/sys_socket: New file.
14245
14246 2006-01-10  Simon Josefsson  <jas@extundo.com>
14247
14248         * m4/sys_socket_h.m4: New file.
14249
14250 2006-01-10  Simon Josefsson  <jas@extundo.com>
14251
14252         * lib/socket_.h: New file.
14253
14254 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         * modules/readutmp (Maintainer): Add myself.
14257
14258 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14259
14260         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
14261         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
14262         People who are still concerned with buggy memcmp implementations
14263         can invoke gl_FUNC_MEMCMP themselves.
14264
14265 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * lib/regex_internal.h (BITSET_WORD_BITS):
14268         Work around a bug in 64-bit PGC (before version 6.1-2), where the
14269         preprocessor mishandles large unsigned values as if they were signed.
14270         Problem reported by Claudio Fontana in
14271         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
14272
14273 2006-01-10  Jim Meyering  <jim@meyering.net>
14274
14275         Avoid the double-free (first in fts_read, second in fts_close) that
14276         would occur when an `active' directory is made inaccessible (e.g.,
14277         via chmod a-x) during a traversal.
14278         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
14279         before returning.  Reproduce this failure by
14280         mkdir -p a/b; cd a; chmod a-x . b
14281         Reported by Stavros Passas.
14282
14283         Sync from coreutils.
14284         * lib/sha1.c: Tweak grammar in a comment.
14285
14286 2006-01-10  Jim Meyering  <jim@meyering.net>
14287
14288         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
14289         Patch by Joerg Sonnenberger.
14290
14291 2006-01-10  Bruno Haible  <bruno@clisp.org>
14292
14293         * modules/readutmp: Depend on module free.
14294         * modules/strtok_r: Depend on module restrict.
14295
14296 2006-01-10  Bruno Haible  <bruno@clisp.org>
14297
14298         * modules/gettext (configure.ac): Add an invocation of
14299         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
14300
14301 2006-01-10  Bruno Haible  <bruno@clisp.org>
14302
14303         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
14304         Reported by Werner Lemberg <wl@gnu.org>.
14305
14306 2006-01-10  Bruno Haible  <bruno@clisp.org>
14307
14308         * lib/localcharset.c: Update from GNU gettext.
14309
14310 2006-01-10  Bruno Haible  <bruno@clisp.org>
14311
14312         * lib/argp.h (__const): Remove macro. Use const instead.
14313         * lib/argp-fmtstream.h (__const): Likewise.
14314         * lib/glob_.h (__const): Remove macro.
14315         * lib/glob-libc.h: Use const instead of __const.
14316
14317 2006-01-10  Bruno Haible  <bruno@clisp.org>
14318
14319         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
14320         variable.
14321         Needed to avoid an automake error regarding the 'gettext' module.
14322
14323 2006-01-09  Simon Josefsson  <jas@extundo.com>
14324
14325         * modules/inet_ntop (Depends-on): Add restrict.
14326
14327 2006-01-09  Simon Josefsson  <jas@extundo.com>
14328
14329         * modules/gc-rijndael-tests (License): Put under LGPL.
14330
14331         * modules/gc-des-tests (License): Likewise.
14332
14333         * modules/gc-arcfour-tests (License): Likewise.
14334
14335         * modules/gc-arctwo-tests (License): Likewise.
14336
14337         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
14338
14339         * modules/gc-hmac-sha1-tests (Files): Likewise.
14340
14341         * modules/gc-hmac-md5-tests (License): Likewise.
14342
14343         * modules/gc-sha1-tests (License): Likewise.
14344
14345         * modules/gc-md5-tests (License): Likewise.
14346
14347         * modules/gc-md4-tests (License): Likewise.
14348
14349         * modules/gc-md2-tests (License): Likewise.
14350
14351         * modules/gc-tests (License): Likewise.
14352
14353         * modules/des-tests (License): Likewise.
14354
14355         * modules/md4-tests (License): Likewise.
14356
14357         * modules/md2-tests (License): Likewise.
14358
14359 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         Sync from coreutils:
14362
14363         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
14364         * modules/lib-ignore: New file.
14365         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
14366         chdir-safer.m4, lchmod.m4.
14367         * modules/openat: Add mkdirat.c, openat-priv.h.
14368
14369 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14370
14371         Sync from coreutils.
14372         * m4/lib-ignore.m4: New file.
14373         * m4/lchmod.m4: New file.
14374
14375 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14376
14377         Sync from coreutils.
14378         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
14379         for write access: POSIX says that must fail.
14380         * lib/fts.c (diropen): Likewise.
14381         * lib/save-cwd.c (save_cwd): Likewise.
14382         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
14383         well, for minor improvements on hosts that lack O_DIRECTORY.
14384         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
14385         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
14386         Fall back on chown if open failed with EACCES.
14387
14388         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
14389         Report an error at compile-time if only a 1-second nominal clock
14390         resolution is found.
14391
14392         * lib/lchmod.h: New file.
14393         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
14394         (make_dir_parents): Use lchown rather than chown, and
14395         lchmod rather than chmod.
14396
14397         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
14398         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
14399         "proc" reported by n0dalus.
14400
14401         * lib/mountlist.c: Include <limits.h>.
14402         (dev_from_mount_options)
14403         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
14404         New function.  It no longer assumes "dev=" has the System V meaning
14405         on Linux (since it doesn't).  It also parses "dev=" more carefully.
14406         (read_file_system_list)
14407         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
14408         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
14409         dev= in that case.
14410
14411         * lib/posixtm.h (PDS_PRE_2000): New macro.
14412         * lib/posixtm.c (year): Arg is now syntax_bits rather than
14413         allow_century.  All usages changed.  Reject dates outside the range
14414         1969-1999 if PDS_PRE_2000 is used.
14415
14416 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
14417
14418         Sync from coreutils.
14419         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
14420         (Time of day items): Mention the possibility of leap seconds.
14421         Problem reported by Dr. David Alan Gilbert.
14422
14423 2006-01-09  Jim Meyering  <jim@meyering.net>
14424
14425         Sync from coreutils.
14426
14427         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
14428
14429         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
14430
14431         * lib/modechange.c (mode_compile): Reject an invalid mode string
14432         that starts with an octal digit.  From Andreas Gruenbacher.
14433
14434         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
14435         and dup to open_safer and dup_safer, respectively.
14436         (openat_permissive): Fix typo in comment.
14437
14438         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
14439         "gettext.h"; either no longer needed or are guaranteed by openat.h.
14440         (_): Remove; no longer needed.
14441         (openat): Renamed from rpl_openat; no need for rpl_openat
14442         since openat.h renames openat for us.
14443         Replace most of the body with a call to openat_permissive,
14444         to avoid duplicate code.
14445         Port to (probably hypothetical) environments were mode_t is
14446         wider than int.
14447         (openat_permissive): Require mode arg, so that we can check
14448         types better.  Put it just after flags.  Change cwd failure
14449         indicator from pointer-to-bool to pointer-to-errno-value.
14450         All callers changed.
14451         Invoke openat_save_fail and/or openat_restore_fail if
14452         cwd_errno is null, so that openat can call us.
14453         (openat_permissive, fdopendir, fstatat, unlinkat):
14454         Simplify errno handling to avoid some duplicate code,
14455         as it's OK to set errno on success.
14456         * lib/openat.h: Revamp code so that function macros depend on
14457         __OPENAT_PREFIX only, not also on AT_FDCWD.
14458         (openat_ro): Remove.  Caller changed to use openat_permissive.
14459         (openat_permissive): Now a macro, if not a function.
14460         (openat_restore_fail, openat_save_fail): Now always functions,
14461         since mkdirat needs them even if __OPENAT_PREFIX is defined.
14462
14463         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
14464         and openat.c.
14465         * lib/mkdirat.c: Include openat-priv.h.
14466         Remove definitions of macros defined therein.
14467         * lib/openat.c: Likewise.
14468
14469         * lib/mkdirat.c (mkdirat): New file and function.
14470         * lib/openat.h (mkdirat): Declare.
14471
14472         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
14473
14474         * lib/openat.h (openat_permissive): Declare.
14475         (openat_ro): Define.
14476
14477         * lib/openat.c (EXPECTED_ERRNO): New macro.
14478         (openat_permissive): New function -- used in remove.c rewrite.
14479         (all functions): Set errno just before returning, only if there
14480         was an actual failure.
14481         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
14482
14483         Emulate openat-family functions using Linux's procfs, if possible.
14484         Idea and some code based on Ulrich Drepper's glibc changes.
14485
14486         * lib/openat.c: (BUILD_PROC_NAME): New macro.
14487         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
14488         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
14489         before falling back on save_cwd and restore_cwd.
14490         (fdopendir, fstatat, unlinkat): Likewise.
14491
14492         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
14493         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
14494
14495         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
14496         as second argument to va_arg.  Otherwise, some versions of gcc
14497         warn that `if this code is reached, the program will abort'.
14498
14499 2006-01-09  Jim Meyering  <jim@meyering.net>
14500
14501         Sync from coreutils.
14502         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
14503         Require openat-priv.h.
14504
14505 2006-01-09  Bruno Haible  <bruno@clisp.org>
14506
14507         * modules/strnlen (Include): Use strnlen.h.
14508
14509 2006-01-09  Bruno Haible  <bruno@clisp.org>
14510
14511         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
14512
14513 2006-01-09  Bruno Haible  <bruno@clisp.org>
14514
14515         * lib/sysexit_.h (EX_OK): New macro.
14516         Suggested by Martin Lambers <marlam@marlam.de>.
14517
14518 2006-01-09  Bruno Haible  <bruno@clisp.org>
14519
14520         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
14521         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
14522
14523 2006-01-09  Bruno Haible  <bruno@clisp.org>
14524
14525         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
14526         numbers.
14527
14528 2006-01-09  Bruno Haible  <bruno@clisp.org>
14529
14530         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
14531         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
14532         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
14533         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
14534
14535 2006-01-09  Bruno Haible  <bruno@clisp.org>
14536
14537         * build-aux/javacomp.sh.in: New file, moved from lib/.
14538         * modules/javacomp-script (Files): Update.
14539         (configure.ac): Add AC_CONFIG_FILES invocation.
14540         (EXTRA_DIST): Remove variable.
14541
14542         * build-aux/javaexec.sh.in: New file, moved from lib/.
14543         * modules/javaexec (Files): Update.
14544         (configure.ac): Add AC_CONFIG_FILES invocation.
14545         (EXTRA_DIST): Remove javaexec.sh.in.
14546
14547         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
14548         * modules/csharpcomp-script (Files): Update.
14549         (configure.ac): Add AC_CONFIG_FILES invocation.
14550         (EXTRA_DIST): Remove variable.
14551
14552         * build-aux/csharpexec.sh.in: New file, moved from lib/.
14553         * modules/csharpexec (Files): Update.
14554         (configure.ac): Add AC_CONFIG_FILES invocation.
14555         (EXTRA_DIST): Remove csharpexec.sh.in.
14556
14557 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
14558
14559         Sync from coreutils.
14560
14561         Add POSIX ACL support
14562         * lib/acl.h (copy_acl, set_acl): Add declarations.
14563         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
14564         systems other than Linux.
14565         (chmod_or_fchmod): New function: use fchmod when possible,
14566         and chmod otherwise.
14567         (file_has_acl): Add a POSIX ACL implementation, with a
14568         Linux-specific subcase.
14569         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
14570         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
14571         acls are unsupported.
14572         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
14573         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
14574         are unsupported.
14575
14576 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
14577
14578         Sync from coreutils.
14579         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
14580
14581 2006-01-07  Bruno Haible  <bruno@clisp.org>
14582
14583         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
14584         gl_EARLY.
14585
14586 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14587
14588         * lib/strftime.c (tzname): Don't declare if it is already #defined.
14589         Problem reported for Mingw by Mark Junker.
14590
14591 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14592
14593         * README: Gnulib normally doesn't generate a tarball.
14594
14595 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
14596
14597         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
14598         long int, not int, for nanosecond counts, so that people who are
14599         used to POSIX struct timespec won't be surprised.  Reported by Jim
14600         Meyering.
14601
14602 2005-12-28  Bruno Haible  <bruno@clisp.org>
14603
14604         * build-aux/config.rpath: Update from GNU gettext.
14605
14606 2005-12-16  Jim Meyering  <jim@meyering.net>
14607
14608         * modules/fprintftime: New module.
14609         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
14610
14611 2005-12-16  Jim Meyering  <jim@meyering.net>
14612
14613         * m4/fprintftime.m4: New file.
14614
14615 2005-12-16  Jim Meyering  <jim@meyering.net>
14616
14617         * lib/fprintftime.c, lib/fprintftime.h: New files.
14618
14619 2005-12-15  Simon Josefsson  <jas@extundo.com>
14620
14621         * modules/socklen (configure.ac): Fix M4 macro name, to align with
14622         new m4/socklen.m4.
14623
14624 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14625
14626         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
14627         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
14628
14629 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
14630
14631         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
14632         * lib/argp-help.c (fill_in_uparams): Check if the constructed
14633         struct uparams is valid. Fall back to the default values if it is
14634         not.
14635
14636 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14637
14638         * modules/argp (Files): Add argp-pin.c
14639         (Depends-on): dirname
14640         (lib_SOURCES): Add argp-pin.c
14641
14642 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14643
14644         * m4/argp.m4:  Check if program_invocation_name and
14645         program_invocation_short_name are declared and define appropriate
14646         macros if they are not.
14647
14648 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
14649
14650         * lib/argp-help.c (__argp_base_name): New function
14651         (__argp_short_program_name): Rewrite using __argp_base_name
14652         * lib/argp-namefrob.h: Define program_invocation_name and
14653         program_invocation_short_name if requested
14654         (__argp_base_name): Add prototype
14655         * lib/argp-parse.c (argp_def): Use gettext wrappers
14656         (argp_default_parser): Use __argp_base_name
14657         * lib/argp-pin.c: New file. Defines program_invocation_name and
14658         program_invocation_short_name on systems that lack them.
14659
14660 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14661
14662         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
14663         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
14664         porting problem reported by Georg Schwarz in
14665         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
14666
14667 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14668
14669         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
14670         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
14671         porting problem reported by Georg Schwarz in
14672         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
14673
14674 2005-12-05  Bruno Haible  <bruno@clisp.org>
14675
14676         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
14677         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
14678         Reported by Mark Junker <mjscod@gmx.de>.
14679
14680 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
14681
14682         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
14683         Use implementation from Albert Chin, with some
14684         comments/corrections by Stepan Kasal and myself.
14685
14686 2005-12-02  Bruno Haible  <bruno@clisp.org>
14687
14688         * gnulib-tool (func_import): Accept GPLed build tool modules when
14689         --lgpl is given.
14690         * modules/csharpcomp-script: New file.
14691         * modules/csharpcomp: Depend on it.
14692         * modules/javacomp-script: New file.
14693         * modules/javacomp: Depend on it.
14694         Suggested by Simon Josefsson.
14695
14696 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
14699         statement, to work around an HP-UX 10.20 compiler bug reported by
14700         Peter O'Gorman.
14701
14702 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14703
14704         * modules/savedir (Depends-on): Add openat.
14705
14706 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
14709         (uintmax_t) [defined uintmax_t]: Do not declare.
14710         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
14711         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
14712         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
14713         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
14714         sake of portability to weird hosts that C allows (though we don't
14715         know of any practical examples).
14716
14717         * lib/savedir.h (fdsavedir): New decl.
14718         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
14719         contains most of the former guts of savedir.
14720         (savedir): Use savedirstream.
14721         Include "openat.h".
14722
14723 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14724
14725         * modules/obstack (Files): Add m4/ulonglong.m4.
14726         Problem reported by Davide Angelocola.
14727
14728 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
14729
14730         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
14731         coreutils no longer futzes with rounding modes.
14732
14733 2005-11-14  Jim Meyering  <jim@meyering.net>
14734
14735         * lib/mkstemp-safer.c: Include <config.h>, required for possible
14736         replacement of mkstemp.
14737
14738 2005-11-10  Simon Josefsson  <jas@extundo.com>
14739
14740         * lib/readline.c: Remove EOL.
14741
14742 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14743
14744         * modules/gethrxtime (Depends-on): Add gettime.
14745
14746 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14747
14748         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
14749         or gettimeofday; no longer needed.
14750
14751 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14752
14753         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
14754         time business.
14755         (gethrxtime) [! (HAVE_NANOUPTIME
14756         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
14757         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
14758         our own approximation.
14759
14760 2005-11-08  Eric Blake  <ebb9@byu.net>
14761
14762         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
14763
14764 2005-11-08  Eric Blake  <ebb9@byu.net>
14765
14766         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
14767
14768 2005-11-04  Bruno Haible  <bruno@clisp.org>
14769
14770         * gnulib-tool: Implement --update mode.
14771
14772 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         Fix porting problem reported by Theodoros V. Kalamatianos.
14775         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
14776         Don't assume that futimes failing means we must fail.
14777
14778 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
14781         variables to suggest the intended function of the PATH_MAX check.
14782
14783 2005-10-30  Kean Johnston  <jkj@sco.com>
14784
14785         Trivial changes to support SCO systems.
14786         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
14787         as PATH_MAX.
14788         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
14789         where __ptr is null when no I/O is pending.
14790
14791 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14792
14793         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
14794         leave errno alone.  Problem reported by Dmitry V. Levin.
14795
14796 2005-10-28  Simon Josefsson  <jas@extundo.com>
14797
14798         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
14799         Test more.
14800
14801         * tests/test-gc-md2.c, tests/test-md2.c: New files.
14802
14803         * modules/md2, modules/md2-tests: New files.
14804
14805 2005-10-28  Simon Josefsson  <jas@extundo.com>
14806
14807         * m4/inet_ntop.m4: More tests.
14808
14809         * m4/gc-md2.m4, md2.m4: New file.
14810
14811 2005-10-28  Simon Josefsson  <jas@extundo.com>
14812
14813         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
14814         "restrict" keywords, as per POSIX.  Protect the function
14815         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
14816         Don't use K&R prototypes.  Check the sprintf return values.
14817         Re-define EAFNOSUPPORT if not present.  Indent.
14818
14819         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
14820         suggested by Bruno Haible <bruno@clisp.org>.
14821
14822         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
14823
14824         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
14825
14826         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
14827         libgcrypt).
14828
14829         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
14830
14831         * lib/md2.h, lib/md2.c: New files.
14832
14833 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
14834
14835         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
14836         errno alone.  Problem reported by Frederic Jolliton.
14837
14838 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
14839
14840         * modules/verify (License): Change from GPL to LGPL.  This is a
14841         tiny module and there are apparently near-equivalents that are
14842         under the BSD license.
14843
14844 2005-10-24  Simon Josefsson  <jas@extundo.com>
14845
14846         * modules/sha1: Relicense to LGPL.
14847
14848 2005-10-24  Simon Josefsson  <jas@extundo.com>
14849
14850         * lib/md4.h: Shrink buffer size, now that we changed the type.
14851
14852 2005-10-23  Simon Josefsson  <jas@extundo.com>
14853
14854         * gnulib-tool (func_import): Fix --tests-base.
14855
14856 2005-10-22  Simon Josefsson  <jas@extundo.com>
14857
14858         * modules/arcfour (Depends-on): Need stdint.
14859
14860 2005-10-22  Simon Josefsson  <jas@extundo.com>
14861
14862         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
14863         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
14864
14865 2005-10-22  Simon Josefsson  <jas@extundo.com>
14866
14867         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
14868         suggested by Bruno Haible <bruno@clisp.org>.
14869
14870 2005-10-22  Simon Josefsson  <jas@extundo.com>
14871
14872         * lib/crc.h: Include stddef.h, for size_t.
14873
14874 2005-10-22  Simon Josefsson  <jas@extundo.com>
14875
14876         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
14877         arcfour_context struct (simplify test vector testing in GNU
14878         Shishi).
14879
14880 2005-10-21  Simon Josefsson  <jas@extundo.com>
14881
14882         * modules/des, modules/des-tests: New files.
14883
14884         * modules/gc-des, modules/gc-des-tests: New files.
14885
14886         * tests/test-des.c, tests/test-gc-des.c: New file.
14887
14888 2005-10-21  Simon Josefsson  <jas@extundo.com>
14889
14890         * modules/arctwo, modules/arctwo-tests: New files.
14891
14892         * tests/test-arctwo.c: New file.
14893
14894         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
14895
14896         * tests/test-gc-arctwo.c: New file.
14897
14898 2005-10-21  Simon Josefsson  <jas@extundo.com>
14899
14900         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
14901         Bruno Haible <bruno@clisp.org>.
14902
14903         * m4/gc-des.m4: New file.
14904
14905 2005-10-21  Simon Josefsson  <jas@extundo.com>
14906
14907         * m4/arctwo.m4: New file.
14908
14909         * m4/gc-arctwo.m4: New file.
14910
14911 2005-10-21  Simon Josefsson  <jas@extundo.com>
14912
14913         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
14914         block.
14915
14916 2005-10-21  Simon Josefsson  <jas@extundo.com>
14917
14918         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
14919         <bruno@clisp.org>.
14920
14921         * lib/hmac-sha1.c (hmac_sha1): Likewise.
14922
14923         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
14924         Bruno Haible <bruno@clisp.org>.
14925
14926         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
14927         <bruno@clisp.org>.
14928
14929 2005-10-21  Simon Josefsson  <jas@extundo.com>
14930
14931         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
14932
14933 2005-10-21  Simon Josefsson  <jas@extundo.com>
14934
14935         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
14936
14937 2005-10-21  Simon Josefsson  <jas@extundo.com>
14938
14939         * lib/des.h, lib/des.c: New files.
14940
14941         * lib/gc-gnulib.c: Support DES.c
14942
14943 2005-10-21  Simon Josefsson  <jas@extundo.com>
14944
14945         * lib/arctwo.h, lib/arctwo.c: New files.
14946
14947         * lib/gc-gnulib.c: Support ARCTWO.
14948
14949 2005-10-21  Simon Josefsson  <jas@extundo.com>
14950
14951         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
14952         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14953
14954 2005-10-21  Simon Josefsson  <jas@extundo.com>
14955
14956         * gnulib-tool (func_import, func_create_testdir): Define automake
14957         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
14958         Makefile.am snippet),
14959         suggested by Bruno Haible <bruno@clisp.org>.
14960
14961         * modules/gc (Makefile.am): Use it.
14962
14963 2005-10-21  Bruno Haible  <bruno@clisp.org>
14964
14965         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
14966         patch.
14967
14968 2005-10-19  Simon Josefsson  <jas@extundo.com>
14969
14970         * tests/test-gc-rijndael.c: New file.
14971
14972         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
14973
14974 2005-10-19  Simon Josefsson  <jas@extundo.com>
14975
14976         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
14977         interface too.
14978
14979 2005-10-19  Simon Josefsson  <jas@extundo.com>
14980
14981         * tests/test-gc-arcfour.c: New file.
14982
14983         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
14984
14985 2005-10-19  Simon Josefsson  <jas@extundo.com>
14986
14987         * modules/gc-md4, modules/gc-md4-tests: New file.
14988
14989         * tests/test-gc-md4.c: New file.
14990
14991 2005-10-19  Simon Josefsson  <jas@extundo.com>
14992
14993         * m4/gc-md4.m4: New file.
14994
14995 2005-10-19  Simon Josefsson  <jas@extundo.com>
14996
14997         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
14998         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
14999         <kasal@ucw.cz>.
15000
15001 2005-10-19  Simon Josefsson  <jas@extundo.com>
15002
15003         * m4/gc-arcfour.m4: New file.
15004
15005         * m4/gc-rijndael.m4: New file.
15006
15007 2005-10-19  Simon Josefsson  <jas@extundo.com>
15008
15009         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
15010
15011 2005-10-19  Simon Josefsson  <jas@extundo.com>
15012
15013         * lib/gc-gnulib.c: Support ARCFOUR.
15014
15015 2005-10-19  Simon Josefsson  <jas@extundo.com>
15016
15017         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
15018         support.
15019
15020         * lib/gc.h: Add ECB enum type.
15021
15022         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
15023
15024 2005-10-18  Simon Josefsson  <jas@extundo.com>
15025
15026         * tests/test-md5.c: New file.
15027
15028         * modules/md5-tests: New file.
15029
15030 2005-10-18  Simon Josefsson  <jas@extundo.com>
15031
15032         * tests/test-md4.c: New file.
15033
15034         * modules/md4, modules/md4-tests: New files.
15035
15036 2005-10-18  Simon Josefsson  <jas@extundo.com>
15037
15038         * m4/md4.m4: New file.
15039
15040 2005-10-18  Simon Josefsson  <jas@extundo.com>
15041
15042         * lib/md4.h, lib/md4.c: New files, based on md5.?.
15043
15044 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
15045
15046         * gnulib-tool (func_create_testdir): Omit the second check whether
15047         BUILT_SOURCES in nonempty.
15048
15049 2005-10-17  Simon Josefsson  <jas@extundo.com>
15050
15051         * tests/test-rijndael.c: New file.
15052
15053 2005-10-17  Simon Josefsson  <jas@extundo.com>
15054
15055         * modules/sha1: Depend on stdint instead of md5.
15056
15057         * modules/md5: Depend on stdint, remove uint32_t.
15058
15059 2005-10-17  Simon Josefsson  <jas@extundo.com>
15060
15061         * modules/gc-sha1-tests: New file.
15062
15063         * tests/test-gc-sha1.c: New file.
15064
15065 2005-10-17  Simon Josefsson  <jas@extundo.com>
15066
15067         * m4/md5.m4: Remove call to uint32_t.m4.
15068
15069 2005-10-17  Simon Josefsson  <jas@extundo.com>
15070
15071         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
15072
15073         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
15074         md5.h.
15075
15076         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
15077
15078         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
15079
15080 2005-10-17  Simon Josefsson  <jas@extundo.com>
15081
15082         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
15083
15084 2005-10-17  Simon Josefsson  <jas@extundo.com>
15085
15086         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
15087
15088 2005-10-17  Simon Josefsson  <jas@extundo.com>
15089
15090         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
15091
15092         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
15093
15094 2005-10-17  Bruno Haible  <bruno@clisp.org>
15095
15096         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
15097         that it can also be used in a test.
15098
15099 2005-10-16  Bruno Haible  <bruno@clisp.org>
15100
15101         * gnulib-tool (func_emit_tests_Makefile_am): Also define
15102         TESTS_ENVIRONMENT, so that individual tests can augment it.
15103
15104         * gnulib-tool (func_create_testdir): Use an intermediate target for
15105         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
15106         macros, like $(ALLOCA_H), which cannot be passed through the command
15107         line.
15108
15109 2005-10-15  Simon Josefsson  <jas@extundo.com>
15110
15111         * modules/rijndael-tests: New file.
15112
15113         * modules/rijndael: New file.
15114
15115 2005-10-15  Simon Josefsson  <jas@extundo.com>
15116
15117         * m4/rijndael.m4: New file.
15118
15119 2005-10-15  Simon Josefsson  <jas@extundo.com>
15120
15121         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
15122
15123         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
15124
15125 2005-10-14  Simon Josefsson  <jas@extundo.com>
15126
15127         * tests/test-arcfour.c: New file.
15128
15129         * modules/arcfour, modules/arcfour-tests: New files.
15130
15131 2005-10-14  Simon Josefsson  <jas@extundo.com>
15132
15133         * m4/arcfour.m4: New file.
15134
15135 2005-10-14  Simon Josefsson  <jas@extundo.com>
15136
15137         * lib/arcfour.h, lib/arcfour.c: New files.
15138
15139 2005-10-14  Roland McGrath  <roland@redhat.com>
15140
15141         Import from libc.  [BZ #1331]
15142         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
15143         macro argument.
15144         Reported by Matej Vela <vela@debian.org>.
15145
15146 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15147
15148         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
15149         include <wchar.h>; no longer needed.
15150
15151 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15152
15153         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
15154
15155 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
15156         and  Ulrich Drepper  <drepper@redhat.com>
15157
15158         Import from libc.
15159         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
15160         instead of inline stream orientation test and two separate
15161         function calls.  Pay no attention to USE_IN_LIBIO.
15162
15163 2005-10-13  Simon Josefsson  <jas@extundo.com>
15164
15165         * modules/gc-hmac-md5-tests: New file.
15166
15167         * tests/test-gc-hmac-sha1.c: New file.
15168
15169         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
15170
15171         * modules/gc-hmac-md5-tests: New file.
15172
15173         * tests/test-gc-md5.c: New file.
15174
15175         * modules/gc-md5-tests: New file.
15176
15177 2005-10-13  Simon Josefsson  <jas@extundo.com>
15178
15179         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
15180         Move memory allocation outside of loop.
15181
15182 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
15183
15184         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
15185         intermediate directory is in a read-only file system.  Problem
15186         reported by Eric Blake.
15187
15188 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
15189
15190         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
15191
15192 2005-10-12  Simon Josefsson  <jas@extundo.com>
15193
15194         * tests/test-hmac-sha1.c: New file.
15195
15196         * modules/hmac-sha1-tests: New file.
15197
15198         * modules/hmac-sha1: New file.
15199
15200 2005-10-12  Simon Josefsson  <jas@extundo.com>
15201
15202         * modules/gc-sha1: New file.
15203
15204 2005-10-12  Simon Josefsson  <jas@extundo.com>
15205
15206         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
15207
15208         * tests/test-gc-pbkdf2-sha1.c: New file.
15209
15210 2005-10-12  Simon Josefsson  <jas@extundo.com>
15211
15212         * modules/gc-md5, modules/gc-hmac-md5: New files.
15213
15214         * modules/gc (Files): Remove md5, memxor and hmac files.
15215
15216 2005-10-12  Simon Josefsson  <jas@extundo.com>
15217
15218         * m4/gc-pbkdf2-sha1.m4: New file.
15219
15220         * m4/gc-hmac-sha1.m4: New file.
15221
15222         * m4/gc-sha1: New file.
15223
15224         * m4/hmac-sha1.m4: New file.
15225
15226 2005-10-12  Simon Josefsson  <jas@extundo.com>
15227
15228         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
15229
15230         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
15231
15232 2005-10-12  Simon Josefsson  <jas@extundo.com>
15233
15234         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
15235         suggested by Bruno Haible <bruno@clisp.org>.
15236
15237 2005-10-12  Simon Josefsson  <jas@extundo.com>
15238
15239         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
15240
15241 2005-10-12  Simon Josefsson  <jas@extundo.com>
15242
15243         * lib/gc-pbkdf2-sha1.c: New file.
15244
15245         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
15246
15247 2005-10-12  Simon Josefsson  <jas@extundo.com>
15248
15249         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
15250
15251         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
15252
15253 2005-10-12  Simon Josefsson  <jas@extundo.com>
15254
15255         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
15256         GC_USE_HMAC_MD5, respectively.
15257
15258         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
15259         (gc_md5): Fix typo.
15260
15261         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
15262
15263         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
15264
15265         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
15266
15267 2005-10-12  Bruno Haible  <bruno@clisp.org>
15268
15269         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
15270         Reported by Stepan Kasal <kasal@ucw.cz>.
15271
15272 2005-10-11  Simon Josefsson  <jas@extundo.com>
15273
15274         * tests/test-crc.c: New file.
15275
15276         * modules/crc, modules/crc-tests: New files.
15277
15278 2005-10-11  Simon Josefsson  <jas@extundo.com>
15279
15280         * m4/crc.m4: New file.
15281
15282 2005-10-11  Simon Josefsson  <jas@extundo.com>
15283
15284         * lib/gc.h: Add gc_hash and gc_hash_buffer.
15285
15286         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
15287
15288         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
15289
15290 2005-10-11  Simon Josefsson  <jas@extundo.com>
15291
15292         * lib/crc.h, lib/crc.c: New files.
15293
15294         * lib/gc.h (gc_hash_buffer): Add doc.
15295
15296 2005-10-11  Bruno Haible  <bruno@clisp.org>
15297
15298         * modules/c-strcasestr: New file.
15299         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
15300
15301 2005-10-11  Bruno Haible  <bruno@clisp.org>
15302
15303         * modules/c-strcase: New file.
15304         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
15305
15306 2005-10-11  Bruno Haible  <bruno@clisp.org>
15307
15308         * lib/strcasecmp.c: Include limits.h.
15309         (strcasecmp): Avoid integer overflow on exotic platforms.
15310         * lib/strncasecmp.c: Include limits.h.
15311         (strncasecmp): Avoid integer overflow on exotic platforms.
15312         Reported by Paul Eggert.
15313
15314 2005-10-11  Bruno Haible  <bruno@clisp.org>
15315
15316         * lib/c-strcasestr.h: New file, from GNU gettext.
15317         * lib/c-strcasestr.c: New file, from GNU gettext.
15318
15319 2005-10-11  Bruno Haible  <bruno@clisp.org>
15320
15321         * lib/c-strcase.h: New file, from GNU gettext.
15322         * lib/c-strcasecmp.c: New file, from GNU gettext.
15323         * lib/c-strncasecmp.c: New file, from GNU gettext.
15324
15325 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * modules/mempcpy (License): GPL -> LGPL.
15328         * modules/strchrnul (License): Likewise.
15329         * modules/sysexits (License): Likewise.
15330
15331 2005-10-08  Simon Josefsson  <jas@extundo.com>
15332
15333         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
15334
15335 2005-10-07  Simon Josefsson  <jas@extundo.com>
15336
15337         * m4/memxor.m4: Remove gl_C_RESTRICT call.
15338
15339 2005-10-06  Simon Josefsson  <jas@extundo.com>
15340
15341         * tests/test-hmac-md5.c: New file.
15342
15343         * modules/hmac-md5-tests: New file.
15344
15345         * modules/hmac-md5: New file.
15346
15347 2005-10-06  Simon Josefsson  <jas@extundo.com>
15348
15349         * m4/hmac-md5.m4: New file.
15350
15351         * m4/memxor.m4: Require gl_C_RESTRICT.
15352
15353 2005-10-06  Simon Josefsson  <jas@extundo.com>
15354
15355         * lib/memxor.c (memxor): Avoid casts and warnings.
15356
15357 2005-10-06  Simon Josefsson  <jas@extundo.com>
15358
15359         * lib/hmac-md5.c: New file.
15360
15361         * lib/hmac.h: New file.
15362
15363 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
15366         promotes to int, not unsigned int, to catch the AIX 5.3
15367         compiler bug.
15368
15369 2005-10-05  Simon Josefsson  <jas@extundo.com>
15370
15371         * modules/memxor: New file.
15372
15373         * modules/iconv (Files): Move config.rpath to havelib, it is used
15374         there.
15375
15376         * modules/havelib (Files): Add config.rpath.
15377
15378 2005-10-05  Simon Josefsson  <jas@extundo.com>
15379
15380         * m4/memxor.m4: New file.
15381
15382 2005-10-05  Simon Josefsson  <jas@extundo.com>
15383
15384         * lib/memxor.c (memxor): Fix compiler error.
15385
15386         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
15387         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
15388
15389         * lib/memxor.h, lib/memxor.c: New files.
15390
15391         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
15392         we assume all systems have it, suggested by Jim Meyering
15393         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
15394         any systems lack sys/socket.h; mingw32 is known to lack it, but we
15395         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
15396         same reasons.
15397
15398 2005-10-05  Simon Josefsson  <jas@extundo.com>
15399
15400         * config/srclist.txt: Add glibc bug 1423 for md5.h.
15401
15402 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
15405         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
15406         needed, since the source code now assumes these .h files.
15407
15408 2005-10-05  Derek Price  <derek@ximbiot.com>
15409
15410         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
15411
15412 2005-10-05  Bruno Haible  <bruno@clisp.org>
15413
15414         * modules/stdint (License): Change to LGPL.
15415
15416 2005-10-04  Simon Josefsson  <jas@extundo.com>
15417
15418         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
15419         D. Baushke" <mdb@gnu.org>.
15420
15421 2005-10-04  Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/verify.h (verify_true): Provide alternative definition for C++.
15424
15425 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
15426
15427         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
15428         (SSIZE_MAX): New macro, if not already defined.
15429         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
15430         than 2 GiB.
15431
15432 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15433
15434         Sync from coreutils.
15435         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
15436         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
15437         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
15438         ULLONG_MAX doesn't work with 2.7.2.1.
15439
15440 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
15443         From Ben Pfaff.
15444
15445         * modules/exclude (Depends-on): Depend on verify.
15446         * modules/strtoimax (Depends-on): Likewise.
15447         * modules/utimecmp (Depends-on): Likewise.
15448
15449 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
15450
15451         * lib/exclude.c: Include verify.h.
15452         (verify): Remove.  All callers changed to use verify.h's version.
15453         * lib/strtoimax.c: Likewise.
15454         * lib/utimecmp.c: Likewis.e
15455
15456         Sync from coreutils.
15457         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
15458         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
15459         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
15460         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
15461         bother returning ENOSYS if settimeofday or stime fails; just let
15462         them return whatever errno they want to return.
15463         * lib/utimens.c: Include unistd.h, for dup2.
15464         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
15465         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
15466
15467 2005-10-02  Jim Meyering  <jim@meyering.net>
15468
15469         Sync from coreutils.
15470         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
15471         from glibc-2.2.5 that fails for read-only files.
15472
15473 2005-10-02  Jim Meyering  <jim@meyering.net>
15474
15475         Sync from coreutils.
15476         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
15477         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
15478         `#if HAVE_CONFIG_H'.
15479         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
15480         Remove AT_FDCWD test.
15481         Do not consume the fd unless successful.
15482         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
15483         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
15484         block, so that we don't even try to compile it if settimeofday is
15485         available.  This works around a compilation failure on OSF1 V5.1,
15486         due to stime requiring a `long int*' while tv_sec is `int'.
15487
15488 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
15489
15490         Sync from coreutils.
15491         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
15492         against `yes', rather than just testing for nonempty.
15493
15494 2005-10-01  Simon Josefsson  <jas@extundo.com>
15495
15496         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
15497         and Darwin.
15498
15499         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
15500         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
15501         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
15502         freeaddrinfo and gai_strerror are declared by the POSIX headers.
15503         Check if struct addrinfo is declared.
15504
15505 2005-10-01  Simon Josefsson  <jas@extundo.com>
15506
15507         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
15508         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
15509         AI_* and EAI_* definitions.  Protect function declarations.
15510
15511 2005-10-01  Jim Meyering  <jim@meyering.net>
15512
15513         Sync from coreutils.
15514
15515         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
15516         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
15517         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
15518         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
15519         in the inet and nsl libraries.  Required on Solaris 5.7.
15520
15521 2005-10-01  Jim Meyering  <jim@meyering.net>
15522
15523         Sync from coreutils.
15524         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
15525         in the inet and nsl libraries.  Required on Solaris 5.7.
15526
15527 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
15528
15529         * lib/getdelim.c (getdelim): Remove unused variables.
15530
15531 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
15532
15533         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
15534         so that the code works even with ancient cpp.  Portability problem
15535         with GCC 2.7.2.1 reported by Thomas M.Ott.
15536
15537 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * modules/regex (Depends-on): Add strcase.
15540
15541         * modules/gethostname (Licence): Change from GPL to LGPL, since
15542         gethostname.c is a trivial implementation of a standard library
15543         function.
15544         * modules/poll (License): Change from GPL to LGPL, since it's
15545         derived from LGPL code.
15546
15547 2005-09-27  Jim Meyering  <jim@meyering.net>
15548
15549         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
15550         HAVE_CONFIG_H.
15551
15552         * lib/intprops.h (signed_type_or_expr__): Define.
15553         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
15554         for unsigned types.
15555
15556 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
15557
15558         * lib/verify.h (verify_expr): Remove, replacing with:
15559         (verify_true): New macro that returns true instead of void.
15560         (verify_type__): Remove.
15561         (verify): Use verify_true rather than verify_type__.
15562
15563 2005-09-26  Bruno Haible  <bruno@clisp.org>
15564
15565         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
15566         is necessary.
15567         (lib_SOURCES): Remove mbchar.c.
15568         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
15569         (Files): Add m4/mbrtowc.m4.
15570         * modules/mbiter: Likewise.
15571         * modules/mbuiter: Likewise.
15572
15573 2005-09-26  Bruno Haible  <bruno@clisp.org>
15574
15575         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
15576         compile mbchar.c if they are not both present.
15577         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
15578         * m4/mbiter.m4 (gl_MBITER): Likewise.
15579         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
15580         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
15581         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
15582
15583 2005-09-25  Jim Meyering  <jim@meyering.net>
15584
15585         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
15586         also uses socklen_t.
15587
15588 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
15589
15590         * lib/utimens.c (ENOSYS): Define if not already defined.
15591         (futimens): Support having a null PATH if the file descriptor
15592         is nonnegative.
15593
15594         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
15595         Remove.
15596         (__attribute): Define to empty unless GCC 3.1 or later.
15597         This works around a core dump on OpenBSD 3.4, which has GCC
15598         2.95.3, which dumps core when given __attribute__(()).  It also
15599         simplifies other tests, since we really don't want to bother with
15600         worrying about which ancient version of GCC supported what.
15601         Original problem reported by Yoann Vandoorselaere, with part of
15602         the fix suggested by Derek Price.
15603
15604 2005-09-24  Jim Meyering  <jim@meyering.net>
15605
15606         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
15607         so we can once again use a positive bitfield width of 1 -- now we
15608         don't have to explain why we were using a bitfield width of 2.
15609
15610 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
15613         and similarly for the other external symbols.  Problem reported
15614         by James Gallager.
15615
15616         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
15617         bug reported by Jim Meyering.
15618
15619         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
15620         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
15621         not needed, since socklen is a prerequisite module.
15622
15623 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
15626         Problem reported by Eric Blake.
15627         (getaddrinfo): Initialize se so that it's not garbage.
15628         Redo internal storage allocation so that it doesn't make unportable
15629         assumptions about alignment.
15630         Fix a memory leak.
15631
15632         * lib/utimens.c (futimens): Use futimesat if available.
15633         Prefer it to futimes since it doesn't have the futimes bug.
15634
15635         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
15636         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
15637         Instead, declare a function that returns a pointer to an array,
15638         and use verify_type__ to declare the size of the array.
15639         Problem and germ of a solution reported by Bruno Haible.
15640         (verify_type__): Use 2, not 1, for bitfield size, to avoid
15641         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
15642
15643 2005-09-23  Jim Meyering  <jim@meyering.net>
15644
15645         Sync from coreutils.
15646         Correct build failure (socklen_t not defined) on at least
15647         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
15648         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
15649
15650 2005-09-23  Jim Meyering  <jim@meyering.net>
15651
15652         * modules/getaddrinfo (Depends-on): Add socklen.
15653
15654 2005-09-23  Bruno Haible  <bruno@clisp.org>
15655
15656         * tests/test-verify.c: New file.
15657
15658 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15659
15660         Sync from coreutils.
15661
15662         * modules/argmatch (Depends-on): Add verify.
15663         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
15664         unistd-safer.
15665         * modules/save-cwd (Depends-on): Likewise.
15666
15667         * modules/openat (Files): Add lib/openat-die.c.
15668         (Depends-on): Remove error, exitfail.
15669         Add dirname.
15670
15671         * modules/verify: New file.
15672         * MODULES.html.sh (Diagnostics <assert.h>): New section,
15673         with "verify" module.
15674
15675 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15676
15677         Sync from coreutils.
15678
15679         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
15680         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
15681         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
15682         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
15683         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
15684         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
15685         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
15686         Don't bother checking for string.h, stdlib.h, unistd.h.
15687         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
15688         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
15689         module's job.
15690         * m4/jm-macros.m4 (gl_MACROS): Likewise.
15691         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
15692
15693         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
15694         (gl_GETDATE): Use it.
15695
15696         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
15697
15698 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         Sync from coreutils.
15701
15702         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
15703         stat-time.h.
15704         * lib/argmatch.h: Include verify.h
15705         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
15706         (ARGMATCH_ASSERT): Remove; unused.
15707         * lib/canonicalize.c: Assume STDC_HEADERS.
15708         * lib/exclude.c: Include "strcase.h".
15709         * lib/regex_internal.h [!defined _LIBC]: Likewise.
15710         * lib/getusershell.c: Include stdio--.h rather than stdio.h
15711         and stdio-safer.h.
15712         (getusershell): Call fopen, not fopen_safer.
15713         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
15714         Do not include unistd-safer.h.
15715         (save_cwd): Don't call fd_safer; no longer needed
15716         now that we include fcntl--.h.
15717
15718         * lib/getdate.y (relative_time): New type.
15719         (RELATIVE_TIME_0): New constant.
15720         (parser_control): Use relative_time instead of doing it ourselves.
15721         (%union): Add new relative_time rel member.
15722         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
15723         Now typeless.
15724         (relunit, relunit_snumber): Now of type rel.
15725         (zone, rel, relunit, get_date): Adjust to above changes.
15726
15727         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
15728         Do not include unistd-safer.h.
15729         (getloadavg): Don't call fd_safer; no longer needed
15730         now that we include fcntl--.h.
15731
15732         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
15733         (make_dir_parents): Treat ENOSYS like EEXIST.
15734
15735         Improve quality of diagnostics on restore_cwd failure.
15736         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
15737         (make_dir_parents): Last arg is now int * (for errno), not bool *.
15738         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
15739         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
15740         each time through the loop.  Do not diagnose restore_cwd failure;
15741         that is the caller's job (and perhaps the caller does not care).
15742
15743         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
15744         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
15745         If the file already exists but is not a directory, don't bother
15746         to try to make its parents.
15747         Close potential file descriptor leak if we can't chdir("/") (!).
15748         Don't always return true if chdir($PWD) fails; return true only
15749         if the requested action was done successfully (except for the
15750         chdir($PWD)).
15751         Don't log final directory unless we actually made it.
15752         Refactor to avoid duplicate code to fix up permissions.
15753         Don't attempt to fix up parent permissions if chdir($PWD) fails.
15754
15755         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
15756         to make it a bit faster and (I hope) clearer.
15757         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
15758         Fix bug in formats like %2N.
15759
15760         * lib/verify.h: New file.
15761
15762 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
15763
15764         Sync from coreutils.
15765         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
15766
15767 2005-09-22  Jim Meyering  <jim@meyering.net>
15768
15769         Sync from coreutils.
15770
15771         * m4/lstat.m4 (gl_FUNC_LSTAT):
15772         Use AC_LIBSOURCES to require lstat.c and lstat.h.
15773         Remove obsolete comment.
15774         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
15775         * m4/xstrtod.m4: Likewise.
15776
15777         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
15778
15779 2005-09-22  Jim Meyering  <jim@meyering.net>
15780
15781         Sync from coreutils.
15782
15783         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
15784
15785         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
15786         the .tm_year member, since otherwise gcc-4.0 would now warn about
15787         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
15788
15789         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
15790         order to avoid an unsuppressible warning from gcc on 64-bit systems.
15791
15792         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
15793         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
15794         when run in a time zone for which daylight savings time is in effect
15795         for the starting date.
15796
15797         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
15798         stop us from restricting permissions of just-created absolute-named
15799         directories.
15800         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
15801         to restore initial working directory.
15802         * lib/mkdir-p.c (make_dir_parents): New parameter:
15803         different_working_dir, to tell caller if/when we change the working
15804         directory and are unable to return to the initial one.
15805         * lib/mkdir-p.h (make_dir_parents): Update prototype.
15806         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
15807         `return false'.  This fixes a bug introduced on 2004-07-30.
15808
15809         * lib/openat.c (fdopendir): Be sure to close the supplied
15810         file descriptor before returning.  This makes our replacement
15811         implementation a little closer to Solaris's, where fdopendir
15812         ties the file descriptor to the returned DIR* pointer.
15813         * lib/openat.c (unlinkat): New function.
15814         * lib/openat.h (unlinkat): Add prototype.
15815         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
15816         (openat_restore_fail): Rename from openat_restore_die.
15817         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
15818
15819         Provide an alternative to exiting immediately upon save_cwd or
15820         restore_cwd failure.  Now, an application can arrange e.g.,
15821         to perform a longjump in that case.
15822         * lib/openat.c: Include dirname.h.
15823         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
15824         (rpl_openat, fdopendir, fstatat): Call openat_save_die
15825         and openat_restore_die rather than calling error directly.
15826         Don't include "error.h" or "exitfail.h"; they're no longer needed.
15827
15828         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
15829         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
15830         define.
15831
15832         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
15833         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
15834                             int utc, int nanoseconds);
15835         Background:
15836         date should not have to allocate a megabyte of virtual memory to
15837         handle a format argument like +%1048575T.  When implemented with
15838         strftime, it must allocate such a buffer, use strftime to fill it
15839         in, print it, then free it.
15840         With fprintftime, it simply prints everything and exits.
15841         With no need for memory allocation, that's one fewer way to fail.
15842         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
15843         optional field width, not before, so we accept %9:z, not %:9z.
15844         (my_strftime): Be sure to use L_('x') for literals.
15845
15846         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
15847         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
15848         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
15849         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
15850         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
15851         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
15852         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
15853         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
15854         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
15855         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
15856         * lib/xgethostname.c, lib/xreadlink.c:
15857         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
15858
15859         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
15860         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
15861         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
15862         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
15863         and don't include <sys/file.h>).
15864
15865 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
15866
15867         Sync from coreutils.
15868
15869         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
15870         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
15871         [!LDAV_DONE]: Avoid unused variable warning.
15872
15873 2005-09-21  Bruno Haible  <bruno@clisp.org>
15874
15875         * lib/unicodeio.h (unicode_to_mb): New declaration.
15876
15877 2005-09-20  Derek Price  <derek@ximbiot.com>
15878
15879         * lib/getaddrinfo.c: Don't include <netdb.h> included from
15880         getaddrinfo.h.
15881
15882 2005-09-20  Bruno Haible  <bruno@clisp.org>
15883
15884         * gnulib-tool: Remove trailing slashes from the values specified for
15885         --source-base, --m4-base, --tests-base, --aux-dir.
15886         Suggested by Simon Josefsson <jas@extundo.com>.
15887
15888 2005-09-20  Bruno Haible  <bruno@clisp.org>
15889
15890         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
15891         func_modules_to_filelist, func_import, func_create_testdir): Make all
15892         sorting results locale-independent, so that gnulib-cache.m4 doesn't
15893         change when gnulib-tool is invoked in a different locale.
15894
15895 2005-09-19  Simon Josefsson  <jas@extundo.com>
15896
15897         * m4/socklen.m4: Fix typo.
15898
15899 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15900
15901         Use a consistent style for including <config.h>.
15902         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
15903         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
15904         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
15905         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
15906         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
15907         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
15908         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
15909         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
15910         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
15911         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
15912         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
15913         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
15914         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
15915         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
15916         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
15917         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
15918         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
15919         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
15920         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
15921         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
15922         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
15923         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
15924         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
15925         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
15926         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
15927         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
15928         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
15929         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
15930         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
15931         lib/xstrtoumax.c, lib/yesno.c:
15932         Standardize inclusion of config.h.
15933         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
15934         lib/inttostr.h:  Removed inclusion of config.h from header files.
15935         * lib/inttostr.c:  Adjusted in-tree users.
15936         * lib/timespec.h: Remove superfluous warning to include config.h.
15937         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
15938         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
15939         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
15940         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
15941         config.h with HAVE_CONFIG_H.
15942
15943 2005-09-19  Jim Meyering  <jim@meyering.net>
15944
15945         * modules/pathmax (License): Change to LGPL.
15946
15947 2005-09-19  Derek Price  <derek@ximbiot.com>
15948
15949         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
15950
15951 2005-09-19  Bruno Haible  <bruno@clisp.org>
15952
15953         * gnulib-tool (import): Provide default for --tests-base.
15954
15955 2005-09-19  Bruno Haible  <bruno@clisp.org>
15956
15957         * doc/quote.texi: New file, extracted from gnulib.texi.
15958         * doc/ctime.texi: New file, extracted from gnulib.texi.
15959         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
15960         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
15961         * doc/gnulib.texi: Include them.
15962
15963 2005-09-18  Bruno Haible  <bruno@clisp.org>
15964
15965         Portability fix.
15966         * gnulib-tool (func_readlink): New function.
15967         (func_ln_if_changed): Use it.
15968
15969 2005-09-18  Bruno Haible  <bruno@clisp.org>
15970
15971         * gnulib-tool: Support --with-tests also with --import.
15972         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
15973         (func_import): Use variables $testsbase and $inctests. Emit a
15974         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
15975         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
15976         SUBDIRS += $testsdir.
15977         (func_create_testdir): Update.
15978
15979 2005-09-18  Bruno Haible  <bruno@clisp.org>
15980
15981         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
15982         instead of $dry_run.
15983         (func_cp_if_changed, func_mv_if_changed): Remove functions.
15984         (func_ln_if_changed): Don't handle dry-run here.
15985         (func_import): In dry-run mode, detect more precisely which actions
15986         would be performed, and don't use "...ing" verbs.
15987
15988 2005-09-18  Bruno Haible  <bruno@clisp.org>
15989
15990         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
15991         (func_import): Use join on two temporary files instead of three nested
15992         loops, in order to determine which files are new or old.
15993
15994 2005-09-18  Bruno Haible  <bruno@clisp.org>
15995
15996         * gnulib-tool (func_import): Comment out code that spits out the
15997         new files with --dry-run.
15998
15999 2005-09-18  Bruno Haible  <bruno@clisp.org>
16000
16001         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
16002
16003 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16004
16005         * lib/stat-time.h: New file.
16006         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
16007         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
16008         in a different way.
16009         (timespec_cmp): New function.
16010         * lib/utimecmp.c: Include stat-time.h.
16011         (SYSCALL_RESOLUTION): Depend on whether various struct stat
16012         members exist, not on the obsolescent ST_MTIM_NSEC.
16013         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
16014
16015 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16016
16017         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
16018
16019 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         * MODULES.html.sh (File system functions): Add stat-time.
16022         * modules/stat-time: New file.
16023         * modules/timespec (Files): Remove m4/st_mtim.m4; this
16024         is now done in a different way, by the stat-time module.
16025         * modules/utimecmp (Depends-on): Add stat-time.
16026
16027 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16028
16029         * m4/st_mtim.m4: Remove.  Superseded by...
16030         * m4/stat-time.m4: New file.
16031         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
16032         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
16033
16034 2005-09-15  Derek Price  <derek@ximbiot.com>
16035
16036         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
16037
16038 2005-09-15  Derek Price  <derek@ximbiot.com>
16039
16040         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
16041         * lib/regex_internal.c: Ditto, using this...
16042         (__GNUC_PREREQ): ...new macro.
16043         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
16044         using...
16045         (__GNUC_PREREQ): ...this new macro.
16046
16047         * lib/strstr.h: Include string.h. Define strstr as a macro here.
16048
16049 2005-09-15  Derek Price  <derek@ximbiot.com>
16050             Paul Eggert  <eggert@cs.ucla.edu>
16051
16052         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
16053         changes, consolidating in...
16054         * lib/regex_internal.h: ...this file.
16055
16056 2005-09-13  Jim Meyering  <jim@meyering.net>
16057
16058         * lib/canon-host.c: Filter through gnu indent and reword comments
16059         slightly.
16060         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
16061
16062 2005-09-13  Derek Price  <derek@ximbiot.com>
16063
16064         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
16065         failure.
16066         Reported by Jim Meyering  <jim@meyering.net>.
16067
16068 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16069
16070         * lib/base64.c: Typo.
16071         (base64_encode): Put b64str in initialized data section.
16072
16073 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
16074
16075         Merge glibc and coreutils changes into gnulib, plus a few
16076         extra fixes.
16077         * lib/md5.c: Use #error rather than a string.
16078         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
16079         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
16080         (__attribute__): Define to empty for non recent-GCC.
16081         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
16082         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
16083         Renamed from their non-__ counterparts, with new macros replacing
16084         them if not _LIBC.  Add __THROW attribute.
16085         (rol): Remove.
16086         (struct md5_ctx): Align buffer if using GCC.
16087         * lib/sha1.h (struct sha1_ctx): Likewise.
16088         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
16089         The old name was backwards.
16090         (NOTSWAP): Remove; not used.
16091         (rol): New macro, moved here from md5.h.
16092         (sha1_process_block): Remove a FIXME that doesn't make sense.
16093
16094 2005-09-12  Derek Price  <derek@ximbiot.com>
16095
16096         Return usable errors from canon-host.
16097         * lib/canon-host.h: New file.
16098         * lib/canon-host.c (canon_host): Wrap...
16099         (canon_host_r): ...this new function, which now relies exclusively on
16100         getaddrinfo.
16101         (ch_strerror): New function.
16102         (last_cherror): New global.
16103         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
16104         interface.
16105         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
16106         void *.
16107         (freeaddrinfo): Free ai->ai_canonname when set.
16108
16109 2005-09-12  Derek Price  <derek@ximbiot.com>
16110
16111         Make canon-host require getaddrinfo.
16112         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
16113         AC_LIBSOURCE canon-host.h.  Call...
16114         (gl_PREREQ_CANON_HOST): ...this new function, which requires
16115         gl_GETADDRINFO.
16116         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
16117
16118 2005-09-12  Derek Price  <derek@ximbiot.com>
16119
16120         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
16121         LGPL.
16122         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
16123
16124 2005-09-12  Derek Price  <derek@ximbiot.com>
16125
16126         * lib/gai_strerror.c: Include config.h when available.  Include
16127         getaddrinfo.h before other headers to test interface.
16128         Reported by Larry Jones <lawrence.jones@ugs.com>.
16129
16130 2005-09-12  Derek Price  <derek@ximbiot.com>
16131             Paul Eggert  <eggert@cs.ucla.edu>
16132
16133         * modules/glob (Files): Add glob-libc.h.
16134
16135 2005-09-12  Derek Price  <derek@ximbiot.com>
16136             Paul Eggert  <eggert@cs.ucla.edu>
16137
16138         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
16139         glob_.h, glob-libc.h.
16140         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
16141
16142 2005-09-12  Derek Price  <derek@ximbiot.com>
16143             Paul Eggert  <eggert@cs.ucla.edu>
16144
16145         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
16146         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
16147         protecting things that should be done only in gnulib contexts.
16148         * lib/glob_.h: New file, containing only the glob things needed for
16149         gnulib.
16150         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
16151         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
16152         (glob, globfree, glob_pattern_p): Now defined simply in terms of
16153         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
16154         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
16155         and to respect the namespace rules better.
16156
16157 2005-09-08  Simon Josefsson  <jas@extundo.com>
16158
16159         * modules/socklen: New file.
16160
16161 2005-09-08  Simon Josefsson  <jas@extundo.com>
16162
16163         * m4/socklen.m4: New file.
16164
16165 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16166
16167         * modules/utimens (Files): Add m4/utimbuf.m4, since
16168         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
16169         Reported by Sergey Poznyakoff.
16170
16171 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16172
16173         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
16174         definitions, since that's the preferred style in glibc.
16175         Fix a minor spacing issue, and update copyright notice to match
16176         glibc's.
16177
16178 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
16181
16182 2005-09-06  Simon Josefsson  <jas@extundo.com>
16183
16184         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
16185         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
16186
16187 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
16190         warning.
16191
16192 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
16193
16194         * config/srclist.txt: Add glibc bug 1302.
16195
16196 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
16197
16198         Change bitset word type from unsigned int to unsigned long int,
16199         as this has better performance on typical 64-bit hosts.
16200         Port bitset code to hosts with unusual word sizes.
16201         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
16202         (build_collating_symbol):
16203         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
16204         argument is a bitset.  This is merely a style issue, but it makes
16205         it clearer that an entire array is expected.
16206         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
16207         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
16208         Port to the case where bitset_word is not the same as unsigned int.
16209         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
16210         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
16211         Likewise.
16212         * lib/regexec.c (check_dst_limits_calc_pos_1,
16213         check_subexp_matching_top):
16214         (build_trtable, group_nodes_into_DFAstates):
16215         Likewise.
16216         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
16217         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
16218         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
16219         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
16220         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
16221         * lib/regcomp.c (optimize_subexps, lower_subexp):
16222         Work even if bitset_word has holes in its bitwise representation.
16223         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
16224         * lib/regexec.c (check_dst_limits_calc_pos_1,
16225         check_subexp_matching_top):
16226         Likewise.
16227         * lib/regex_internal.c (re_string_reconstruct):
16228         Don't assume UCHAR_MAX == 255.
16229         * lib/regex_internal.h (bitset_set_all): Likewise.
16230         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
16231         All uses changed.
16232         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
16233         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
16234         All uses changed.
16235         (BITSET_WORD_MAX): New macro.
16236         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
16237         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
16238         (bitset_empty, bitset_copy):
16239         Prefer sizeof (bitset) to multiplying it out ourselves.
16240         (bitset_not_merge): Remove; unused.
16241         (bitset_contain): Return bool, not unsigned int with one bit on.
16242         All callers changed.
16243         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
16244         alignment than re_node_set; do this by defining a new internal
16245         type struct dests_alloc and using it to allocate memory.
16246
16247 2005-09-05  Bruno Haible  <bruno@clisp.org>
16248
16249         * gnulib-tool (func_import): Fix comparison in handling of symbolic
16250         links.
16251
16252 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
16253
16254         * modules/size_max (Makefile.am): Add size_max.h
16255
16256 2005-09-04  Derek Price  <derek@ximbiot.com>
16257
16258         * gnulib-tool (func_import): Fix reversed $symbolic logic.
16259
16260 2005-09-03  Simon Josefsson  <jas@extundo.com>
16261
16262         * gnulib-tool: Fix typo.
16263
16264 2005-09-03  Simon Josefsson  <jas@extundo.com>
16265
16266         * config/srclist.txt: Add glibc bug 1293.
16267
16268 2005-09-03  Derek Price  <derek@ximbiot.com>
16269
16270         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
16271         From Larry Jones <lawrence.jones@ugs.com>.
16272
16273 2005-09-02  Simon Josefsson  <jas@extundo.com>
16274
16275         * modules/socklen: New file.
16276
16277 2005-09-02  Simon Josefsson  <jas@extundo.com>
16278
16279         * modules/havelib: New module.
16280
16281         * modules/gettext, modules/iconv, modules/lock, modules/readline:
16282         Use havelib.
16283
16284 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
16285
16286         Check for arithmetic overflow when calculating sizes, to prevent
16287         some buffer-overflow issues.  These patches are conservative, in the
16288         sense that when I couldn't determine whether an overflow was possible,
16289         I inserted a run-time check.
16290         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
16291         macros.
16292         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
16293         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
16294         (re_xnrealloc, re_x2nrealloc): New inline functions.
16295         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
16296         parse_bracket_exp):
16297         (build_equiv_class, build_charclass): Check for arithmetic overflow
16298         in size expression calculations.
16299         * lib/regex_internal.c (re_string_realloc_buffers):
16300         (build_wcs_upper_buffer, re_node_set_add_intersect):
16301         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
16302         (re_dfa_add_node, register_state): Likewise.
16303         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
16304         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
16305         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
16306         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
16307
16308 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
16309
16310         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16311         m4/ulonglong.m4.  Problem reported by Martin Lambers.
16312
16313 2005-09-02  Bruno Haible  <bruno@clisp.org>
16314
16315         Support for lib vs. lib64 distinction on biarch platforms.
16316         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
16317         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
16318         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
16319
16320 2005-09-02  Bruno Haible  <bruno@clisp.org>
16321
16322         * gnulib-tool (import): In the other first-use case, provide defaults
16323         as well.
16324
16325 2005-09-02  Bruno Haible  <bruno@clisp.org>
16326
16327         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
16328         patches not yet found in the latest gettext release.
16329
16330 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
16333         to avoid a collision with bits/local_lim.h in glibc.
16334         All uses changed.  Problem reported by Dmitry V. Levin in
16335         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
16336
16337         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
16338         bugs in int versus size_t comparisons.
16339         (re_string_context_at): Fix bug where the code assumed that
16340         Idx is signed.
16341
16342         Use bool where appropriate.
16343         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
16344         All callers changed.
16345         (calc_eclosure_iter): Likewise, for ROOT arg.
16346         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
16347         (build_charclass_op): Likewise, for NON_MATCH arg.
16348         * lib/regex_internal.c (re_string_allocate, re_string_construct):
16349         (re_string_construct_common): Likewise, for ICASE arg.
16350         * lib/regexec.c (re_search_2_stub, re_search_stub):
16351         Likewise, for RET_LEN arg.
16352         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
16353         (set_regs): Likewise, for FL_BACKTRACK arg.
16354         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
16355         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
16356         (calc_eclosure_iter, parse_bracket_exp):
16357         Use bool for internal variables that are booleans.
16358         * lib/regexec.c (re_search_internal, check_matching,
16359         proceed_next_node):
16360         (set_regs, build_sifted_states, sift_states_bkref):
16361         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
16362         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
16363         (find_collation_sequence_value):
16364         Likewise.
16365         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
16366         (re_node_set_compare):
16367         Return bool, not int. All callers changed.
16368         * lib/regexec.c (check_halt_node_context, check_dst_limits):
16369         (build_trtable, check_node_accept): Likewise.
16370         * lib/regex_internal.h: Include stdbool.h.
16371
16372         Fix bugs uncovered when converting to bool.
16373         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
16374         failure instead of charging ahead blindly.
16375         * lib/regex_internal.c (register_state): Likewise.
16376         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
16377         for freeing internal storage.
16378         (group_nodes_into_DFA_states): Use unsigned int, not int, for
16379         bitset pieces used as boolean, to avoid undefined behavior
16380         on hosts that do int overflow checking.
16381
16382 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
16383
16384         * config/srclist.txt: Add glibc bugs 1285-1287.
16385
16386 2005-09-01  Jim Meyering  <jim@meyering.net>
16387
16388         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
16389         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
16390         Require gl_STAT_MACROS, too.
16391
16392 2005-09-01  Bruno Haible  <bruno@clisp.org>
16393
16394         * gnulib-tool (import): In the first-use case, provide defaults.
16395
16396 2005-09-01  Bruno Haible  <bruno@clisp.org>
16397
16398         * gnulib-tool (func_import): Remove the .tmp files.
16399
16400 2005-09-01  Bruno Haible  <bruno@clisp.org>
16401
16402         * gnulib-tool (func_import): Fix handling of symbolic links.
16403
16404 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16405
16406         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
16407         old glibc regex code mishandles strings longer than 2**31 bytes.
16408         This patch fixes this when the regex code is used in gnulib
16409         (i.e., outside glibc).
16410
16411         This patch should not affect the use of the regex code inside
16412         glibc.  No doubt this problem also needs to be handled for glibc
16413         as well, but the result will be an incompatible change to the
16414         glibc ABI, and the old ABI will have to be supported too.  That
16415         can be the the subject for another patch.
16416
16417         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
16418         governing whether the rest of this patch is active.  By default,
16419         the macro is disabled and the patch has no effect.
16420         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
16421         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
16422         (struct re_pattern_buffer, re_search, re_search_2, re_match):
16423         (re_match_2, re_set_registers): Use the new types.
16424         * lib/regex_internal.h (Idx, re_hashval_t): New types.
16425         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
16426         New macros.
16427         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
16428         (re_string_context_at, bin_tree_t, re_dfastate_t):
16429         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
16430         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
16431         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
16432         (re_string_char_size_at, re_string_wchar_at):
16433         (re_string_elem_size_at):
16434         Use the new types and macros to port to 64-bit hosts.
16435         Use unsigned types for internal values, so that the code
16436         mostly works even for arrays larger than SSIZE_MAX.
16437         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
16438         (search_duplicated_node, calc_eclosure_iter, fetch_number):
16439         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
16440         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
16441         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
16442         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
16443         (calc_inveclosure, parse_dup_op, build_range_exp):
16444         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
16445         (fetch_number, create_token_tree, mark_opt_subexp):
16446         Likewise.
16447         * lib/regex_internal.c (re_string_construct_common,
16448         create_ci_newstate):
16449         (create_cd_newstate, re_string_allocate, re_string_construct):
16450         (re_string_realloc_buffers, build_wcs_upper_buffer):
16451         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
16452         (re_string_reconstruct, re_string_peek_byte_case):
16453         (re_string_fetch_byte_case, re_string_context_at):
16454         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
16455         (re_node_set_init_copy, re_node_set_add_intersect):
16456         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16457         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16458         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
16459         (re_acquire_state, re_acquire_state_context, register_state):
16460         Likewise.
16461         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
16462         search_cur_bkref_entry):
16463         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
16464         (re_search_internal, re_search_2_stub, re_search_stub)
16465         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
16466         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
16467         (update_cur_sifted_state, check_dst_limits):
16468         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
16469         (check_subexp_limits, sift_states_bkref, merge_state_array):
16470         (check_subexp_matching_top, get_subexp, get_subexp_sub):
16471         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
16472         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
16473         (expand_bkref_cache, check_node_accept_bytes):
16474         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
16475         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
16476         (acquire_init_state_context, check_halt_node_context):
16477         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
16478         (sift_states_backward, clean_state_log_if_needed):
16479         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
16480         (find_recover_state, transit_state_sb, transit_state_mb):
16481         (transit_state_bkref, build_trtable, match_ctx_clean):
16482         Likewise.
16483         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
16484         to work around an assumption that REG_MISSING is negative.
16485
16486         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
16487         (seek_collating_symbol_entry) [defined _LIBC]:
16488         (lookup_collation_sequence_value) [defined _LIBC]:
16489         (build_range_exp, build_collating_symbol) [defined _LIBC]:
16490         Use prototypes rather than old-style function definitions.
16491         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
16492         (transit_state_sb) [0]:
16493         (find_collation_sequence_value) [defined _LIBC]: Likewise.
16494
16495         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
16496         rm_eo.
16497
16498         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
16499         (optimize_subexps, lower_subexp):
16500         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
16501         since the signed shift might overflow.  Use 1u<<31 instead.
16502         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
16503         Likewise.
16504         * lib/regexec.c (check_dst_limits_calc_pos_1,
16505         check_subexp_matching_top): Likewise.
16506
16507         * lib/regcomp.c (optimize_subexps, lower_subexp):
16508         Use CHAR_BIT rather than 8, for clarity.
16509         * lib/regexec.c (check_dst_limits_calc_pos_1):
16510         (check_subexp_matching_top): Likewise.
16511         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
16512         have to worry about portability issues when shifting it left.
16513         Remove no-longer-needed test for table_size > 0.
16514         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
16515         in a word, as the resulting behavior is undefined.
16516         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
16517         in one case, a <= should have been an <, and in another case the
16518         whole test was missing.
16519         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
16520         the standard name CHAR_BIT.
16521         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
16522         this is not true on one's complement and signed-magnitude hosts.
16523
16524         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
16525         next_last_offset.
16526         (struct re_dfa_t): Remove unused member states_alloc.
16527         * lib/regcomp.c (init_dfa): Don't initialize unused members.
16528
16529 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16530
16531         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
16532         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
16533         and large-file glibc and in 32-bit large-file Solaris.
16534
16535 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
16538         lengths fit in regoff_t; this isn't true if regoff_t is the same
16539         width as size_t.
16540         * lib/regex.c (re_search_internal): 5th arg is LAST_START
16541         (= START + RANGE) instead of RANGE.  This avoids overflow
16542         problems when regoff_t is the same width as size_t.
16543         All callers changed.
16544         (re_search_2_stub): Check for overflow when adding the
16545         sizes of the two strings.
16546         (re_search_stub): Check for overflow when adding START
16547         to RANGE; if it occurs, substitute the extreme value.
16548
16549 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
16550
16551         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
16552
16553 2005-08-31  Jim Meyering  <jim@meyering.net>
16554
16555         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
16556         a pointer-to-const.
16557         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
16558         (register_state): Likewise.
16559         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
16560         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
16561         (group_nodes_into_DFAstates): Likewise.
16562
16563 2005-08-31  Jim Meyering  <jim@meyering.net>
16564
16565         * check-module: Add a FIXME comment.
16566
16567 2005-08-31  Eric Blake  <ebb9@byu.net>
16568
16569         * modules/unistd-safer (Files): Add unistd--.h.
16570         * modules/stdio-safer (Files): Add stdio--.h.
16571
16572 2005-08-31  Derek Price  <derek@ximbiot.com>
16573
16574         * lib/getdelim.c (getdelim): Return EOF on EOF.
16575         Reported by Larry Jones <lawrence.jones@ugs.com>.
16576
16577 2005-08-31  Bruno Haible  <bruno@clisp.org>
16578
16579         Avoid unnecessary diffs in the generated lib/Makefile.am.
16580         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
16581         the generated files.
16582         (func_import): Don't set cmd.
16583
16584 2005-08-31  Bruno Haible  <bruno@clisp.org>
16585
16586         * lib/strstr.c: Include <stddef.h>, for NULL.
16587         * lib/strcasestr.c: Likewise.
16588         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16589
16590 2005-08-31  Bruno Haible  <bruno@clisp.org>
16591
16592         * gnulib-tool: New option --macro-prefix.
16593         (func_import): Use macro_prefix.
16594         (import): Handle option --macro-prefix.
16595
16596 2005-08-31  Bruno Haible  <bruno@clisp.org>
16597
16598         * gnulib-tool (import): Rename most ac_* variables to cached_*.
16599         Also use new variables cached_lgpl, cached_libtool.
16600
16601 2005-08-31  Bruno Haible  <bruno@clisp.org>
16602
16603         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
16604         always instantiating them.
16605
16606 2005-08-31  Bruno Haible  <bruno@clisp.org>
16607
16608         * gnulib-tool (func_import): Read the previous cached settings
16609         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
16610         earlier added by gnulib but are now dropped. Warn when a gnulib file
16611         overwrites a non-gnulib file.
16612
16613 2005-08-31  Bruno Haible  <bruno@clisp.org>
16614
16615         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
16616         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
16617         projects that don't keep autogenerated files in CVS. Put into
16618         actioncmd only the specified modules, not the transitive closure.
16619
16620 2005-08-31  Bruno Haible  <bruno@clisp.org>
16621
16622         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
16623         Create directories that shall be filled.
16624         (import): Don't look for gl_* macros in configure.ac. Recurse across
16625         all directories containing a gnulib-cache.m4 files, if meaningful.
16626
16627 2005-08-31  Bruno Haible  <bruno@clisp.org>
16628
16629         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
16630         (import): Set seen_libtool when we see gl_LIBTOOL.
16631
16632 2005-08-31  Bruno Haible  <bruno@clisp.org>
16633
16634         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
16635         declaration macro definitions from generated gnulib.m4.
16636
16637 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
16638
16639         * lib/iconvme.h: Add prototype for iconv_alloc.
16640
16641 2005-08-29  Simon Josefsson  <jas@extundo.com>
16642
16643         * lib/iconvme.c: Fix errno.
16644
16645 2005-08-29  Bruno Haible  <bruno@clisp.org>
16646
16647         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
16648         that it works when the directory contains spaces.
16649
16650 2005-08-29  Bruno Haible  <bruno@clisp.org>
16651
16652         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
16653
16654 2005-08-29  Bruno Haible  <bruno@clisp.org>
16655
16656         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
16657         Emit more advice.
16658
16659 2005-08-29  Bruno Haible  <bruno@clisp.org>
16660         and Stepan Kasal  <kasal@ucw.cz>
16661
16662         * check-module: If more parameters are given, check each of them
16663         separately; add more exceptions, as noted by Jim Meyering.
16664         (check_module): New procedure.
16665         (%exempt_header): Now contains all exceptions.
16666
16667 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
16668
16669         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
16670
16671 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16672
16673         * lib/iconvme.c: Split iconv_string into iconv_alloc.
16674
16675 2005-08-28  Bruno Haible  <bruno@clisp.org>
16676
16677         * m4/gnulib-tool.m4: New file.
16678
16679 2005-08-27  Jim Meyering  <jim@meyering.net>
16680
16681         * modules/unistd-safer (Files): Add pipe-safer.c.
16682         * modules/fcntl-safer (Files): Add creat-safer.c.
16683
16684 2005-08-27  Jim Meyering  <jim@meyering.net>
16685
16686         * m4/stdlib-safer.m4: New file.  From coreutils.
16687         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
16688         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
16689         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
16690         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
16691         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
16692
16693 2005-08-27  Jim Meyering  <jim@meyering.net>
16694
16695         * lib/fopen-safer.c: Merge minor changes from coreutils.
16696         * lib/dup-safer.c: Likewise.
16697         * lib/fd-safer.c: Likewise.
16698
16699         Merge from coreutils.
16700         * lib/stdio--.h: New file.
16701         * lib/stdlib--.h: New file.
16702         * lib/mkstemp-safer.c: New file.
16703
16704         GNU tar needs these.
16705         * lib/pipe-safer.c: New file.
16706         * lib/creat-safer.c: New file.
16707         * lib/fcntl--.h (creat): Define to creat_safer.
16708         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
16709         * lib/unistd--.h (pipe): Define to pipe_safer.
16710         * lib/unistd-safer.h: Declare pipe_safer.
16711
16712 2005-08-26  Simon Josefsson  <jas@extundo.com>
16713
16714         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
16715         Haible <bruno@clisp.org>.
16716
16717 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
16718
16719         * lib/regex_internal.h: Remove all references to
16720         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
16721         or better.
16722         (bitset_not, bitset_merge, bitset_not_merge):
16723         (bitset_mask, re_string_allocate, re_string_construct):
16724         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
16725         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
16726         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
16727         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
16728         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
16729         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
16730         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
16731         (re_acquire_state_context):
16732         Remove unnecessary forward decls.
16733         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
16734         Put __attribute at function definition,
16735         now that the function decl has been removed.
16736         * lib/regex_internal.c (re_string_peek_byte_case):
16737         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
16738         Likewise.
16739
16740 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
16741
16742         * m4/regex.m4: Add AC_PREREQ(2.50).
16743         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
16744
16745 2005-08-25  Simon Josefsson  <jas@extundo.com>
16746
16747         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
16748         __fsetlocking.
16749
16750 2005-08-25  Simon Josefsson  <jas@extundo.com>
16751
16752         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
16753         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
16754         GLIBC specific code.
16755
16756 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16757
16758         Make regex safe for g++.  This fixes one real bug (an "err"
16759         that should have been "*err").  g++ problem reported by
16760         Sam Steingold.
16761         * lib/regex_internal.h (re_calloc): New macro, consistent with
16762         re_malloc etc.  All callers of calloc changed to use re_calloc.
16763         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
16764         not int.  All callers changed.
16765         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
16766         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
16767         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
16768         (find_recover_state): Change "err" to "*err"; this fixes what
16769         appears to be a real bug.
16770         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
16771         versus int.
16772
16773 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16774
16775         * modules/regex (Depends-on): Add malloc, since the code
16776         assumes that !malloc(0) means failure.
16777
16778 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16779
16780         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
16781
16782         alloca modernization/simplification for regex.
16783         * lib/regex.c: Remove portability cruft for alloca.  This no longer
16784         needs to be at the start of the file, and can be moved into
16785         regex_internal.h and simplified.
16786         * lib/regex_internal.h: Include <alloca.h>.
16787         (__libc_use_alloca) [!defined _LIBC]: New macro.
16788         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
16789         now works outside glibc.
16790
16791 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
16792
16793         * config/srclist.txt: Add glibc bugs 1241, 1245.
16794
16795 2005-08-25  Jim Meyering  <jim@meyering.net>
16796
16797         * lib/open-safer.c: Include <config.h>.
16798         Otherwise, we'd lose LARGEFILE support in any file using
16799         e.g. "fcntl--.h"
16800
16801 2005-08-25  Bruno Haible  <bruno@clisp.org>
16802
16803         * m4/minmax.m4: Require autoconf 2.52.
16804         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
16805         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
16806         alternatives of translit over the alphabet.
16807         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
16808
16809 2005-08-24  Simon Josefsson  <jas@extundo.com>
16810
16811         * tests/test-getpass.c: New file.
16812
16813 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16814
16815         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
16816         for GNU regex features.
16817
16818 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
16821         * lib/regex.h (regerror): Likewise.
16822
16823         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
16824         requires this.  (The code never needed it.)
16825
16826         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
16827         All uses of recently-renamed identifiers changed to use the new,
16828         POSIX-compliant names.  The code will build and run just fine
16829         without these changes, but it's better to eat our own dog food
16830         and use the standard-conforming names.
16831
16832         * lib/regex.h: Fix a multitude of POSIX name space violations.
16833         These changes have an effect only for programs that define
16834         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
16835         do not change anything for programs compiled in the normal way.
16836         Also, there is no effect on the ABI.
16837
16838         (_REGEX_SOURCE): New macro.
16839         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
16840         defined and _GNU_SOURCE is not; this fixes a name space violation.
16841
16842         Rename the following macros to obey POSIX requirements.
16843         The old names are still visible as macros if _REGEX_SOURCE is defined.
16844         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
16845         RE_BACKSLASH_ESCAPE_IN_LISTS.
16846         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
16847         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
16848         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
16849         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
16850         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
16851         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
16852         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
16853         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
16854         (REG_INTERVALS): renamed from RE_INTERVALS.
16855         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
16856         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
16857         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
16858         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
16859         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
16860         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
16861         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
16862         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
16863         RE_UNMATCHED_RIGHT_PAREN_ORD.
16864         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
16865         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
16866         (REG_DEBUG): renamed from RE_DEBUG.
16867         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
16868         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
16869         unusual, since we can't clash with the POSIX REG_ICASE.
16870         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
16871         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
16872         (REG_NO_SUB): renamed from RE_NO_SUB.
16873         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
16874         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
16875         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
16876         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
16877         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
16878         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
16879         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
16880         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
16881         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
16882         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
16883         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
16884         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
16885         RE_SYNTAX_POSIX_MINIMAL_BASIC.
16886         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
16887         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
16888         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
16889         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
16890         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
16891         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
16892         (REG_FIXED): Renamed from REGS_FIXED.
16893         (REG_NREGS): Renamed from RE_NREGS.
16894
16895         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
16896         of other REG_* macros, since POSIX says the user is allowed to
16897         #undef these macros selectively.
16898
16899         (reg_errcode_t): Update comment stating what other tables need
16900         to be consistent.
16901
16902         Rename the following enum values to obey POSIX requirements.
16903         The old names are still visible as macros.
16904         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
16905         is not defined, since GNU is supposed to be a superset of POSIX as
16906         much as possible, and since we want reg_errcode_t to be a signed
16907         type for implementation consistency.
16908         (_REG_NOERROR): Renamed from REG_NOERROR.
16909         (_REG_NOMATCH): Renamed from REG_NOMATCH.
16910         (_REG_BADPAT): Renamed from REG_BADPAT.
16911         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
16912         (_REG_ECTYPE): Renamed from REG_ECTYPE.
16913         (_REG_EESCAPE): Renamed from REG_EESCAPE.
16914         (_REG_ESUBREG): Renamed from REG_ESUBREG.
16915         (_REG_EBRACK): Renamed from REG_EBRACK.
16916         (_REG_EPAREN): Renamed from REG_EPAREN.
16917         (_REG_EBRACE): Renamed from REG_EBRACE.
16918         (_REG_BADBR): Renamed from REG_BADBR.
16919         (_REG_ERANGE): Renamed from REG_ERANGE.
16920         (_REG_ESPACE): Renamed from REG_ESPACE.
16921         (_REG_BADRPT): Renamed from REG_BADRPT.
16922         (_REG_EEND): Renamed from REG_EEND.
16923         (_REG_ESIZE): Renamed from REG_ESIZE.
16924         (_REG_ERPAREN): Renamed from REG_ERPAREN.
16925         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
16926         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
16927         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
16928         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
16929
16930         (_REG_RE_NAME, _REG_RM_NAME): New macros.
16931         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
16932         changed.  But support the old name if the new one is not defined
16933         and if _REGEX_SOURCE.
16934
16935         Change the following member names in struct re_pattern_buffer.
16936         The old names are still supported if !_REGEX_SOURCE.
16937         The new names are always supported, regardless of _REGEX_SOURCE.
16938         (re_buffer): Renamed from buffer.
16939         (re_allocated): Renamed from allocated.
16940         (re_used): Renamed from used.
16941         (re_syntax): Renamed from syntax.
16942         (re_fastmap): Renamed from fastmap.
16943         (re_translate): Renamed from translate.
16944         (re_can_be_null): Renamed from can_be_null.
16945         (re_regs_allocated): Renamed from regs_allocated.
16946         (re_fastmap_accurate): Renamed from fastmap_accurate.
16947         (re_no_sub): Renamed from no_sub.
16948         (re_not_bol): Renamed from not_bol.
16949         (re_not_eol): Renamed from not_eol.
16950         (re_newline_anchor): Renamed from newline_anchor.
16951
16952         Change the following member names in struct re_registers.
16953         The old names are still supported if !_REGEX_SOURCE.
16954         The new names are always supported, regardless of _REGEX_SOURCE.
16955         (rm_num_regs): Renamed from num_regs.
16956         (rm_start): Renamed from start.
16957         (rm_end): Renamed from end.
16958
16959         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
16960         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
16961         Prepend __ to parameter names.
16962
16963         Undo yesterday's changes.
16964
16965 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
16968         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
16969         lib/regex.c.
16970
16971 2005-08-24  Jim Meyering  <jim@meyering.net>
16972
16973         Sync from coreutils.
16974         * m4/fcntl-safer.m4: New file.
16975
16976         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
16977         and object files for this module.
16978
16979 2005-08-24  Jim Meyering  <jim@meyering.net>
16980
16981         Sync from coreutils.
16982         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
16983
16984 2005-08-24  Jim Meyering  <jim@meyering.net>
16985
16986         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
16987         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
16988
16989 2005-08-24  Jim Meyering  <jim@meyering.net>
16990
16991         * modules/fcntl-safer: New module.
16992         * modules/fts (Depends-on): Add fcntl-safer.
16993         * MODULES.html.sh (File descriptor based Input/Output):
16994         Add fcntl-safer.
16995
16996 2005-08-24  Bruno Haible  <bruno@clisp.org>
16997
16998         Support for unit test modules.
16999         * modules/README: Mention tests modules.
17000         * modules/TEMPLATE-TESTS: New file.
17001         * gnulib-tool: New options --extract-tests-module, --with-tests and
17002         --tests-base (unused for the moment).
17003         (testsbase, inctests): New variables.
17004         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
17005         (func_verify_module): Exclude TEMPLATE-TESTS.
17006         (func_verify_nontests_module, func_verify_tests_module): New functions.
17007         (func_get_dependencies): Add implicit dependency for tests modules.
17008         (func_get_tests_module): New function.
17009         (func_modules_transitive_closure): When --with-tests was specified,
17010         include the unit tests as well, unless explicitly avoided.
17011         (func_emit_lib_Makefile_am): Ignore the tests modules here.
17012         (func_emit_tests_Makefile_am): New function.
17013         (func_create_testdir): When --with-tests was specified, emit a
17014         tests/ directory.
17015         * MODULES.html.sh (Future developments): Update.
17016
17017 2005-08-24  Bruno Haible  <bruno@clisp.org>
17018
17019         * modules/tls-tests: New file.
17020         * tests/test-tls.c: New file, from GNU gettext.
17021
17022 2005-08-24  Bruno Haible  <bruno@clisp.org>
17023
17024         * modules/lock-tests: New file.
17025         * tests/test-lock.c: New file, from GNU gettext.
17026
17027 2005-08-24  Bruno Haible  <bruno@clisp.org>
17028
17029         * lib/lock.h: Add multiple inclusion guard.
17030         * lib/tls.h: Add multiple inclusion guard.
17031
17032 2005-08-24  Bruno Haible  <bruno@clisp.org>
17033
17034         * gnulib-tool: Add support for the --aux-dir option to
17035         --create-testdir, --create-megatestdir, --test, --megatest.
17036         (func_create_testdir, func_create_megatestdir): Optionally emit a
17037         AC_CONFIG_AUX_DIR directive.
17038         (create-testdir, create-megatestdir, test, megatest): Provide a
17039         default value for $auxdir.
17040
17041 2005-08-24  Bruno Haible  <bruno@clisp.org>
17042
17043         * gnulib-tool (import): Use compound statement instead of subshell
17044         where possible.
17045
17046 2005-08-24  Bruno Haible  <bruno@clisp.org>
17047
17048         * gnulib-tool (import): Change --aux-dir default to "build-aux".
17049
17050 2005-08-24  Bruno Haible  <bruno@clisp.org>
17051
17052         * gnulib-tool (func_version): Update.
17053
17054 2005-08-24  Bruno Haible  <bruno@clisp.org>
17055
17056         * gnulib-tool (func_import, func_create_testdir,
17057         func_create_megatestdir): Quote all autoconf macro arguments.
17058
17059 2005-08-24  Bruno Haible  <bruno@clisp.org>
17060
17061         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
17062         option --force, because --force causes the aclocal.m4 of each
17063         subdirectory to be newer than the corresponding config.h.in.
17064
17065 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17066
17067         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
17068         All contents moved to gl_REGEX.
17069         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
17070         assume that it does.
17071
17072 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17073
17074         * lib/regex.h (REG_NOSYS)
17075         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
17076         Define, since POSIX requires it as of 2001.
17077         (_REG_ENOSYS)
17078         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
17079         New private symbol, used to keep the enum signed in all cases.
17080         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
17081         Youngman in
17082         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
17083
17084         * lib/regex_internal.c (re_string_skip_chars, register_state):
17085         (calc_state_hash):
17086         Remove forward decls; no longer needed now that we use prototypes.
17087         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
17088         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
17089         (clean_state_log_if_needed): Likewise.
17090
17091 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17092
17093         * config/srclist.txt: Add glibc bugs 1231-1233.
17094
17095 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17096
17097         Fix problems reported by Sam Steingold in
17098         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
17099         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
17100         assumed that reg_errcode_t is a signed type, which is not
17101         necessarily true if _XOPEN_SOURCE is not defined.
17102         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
17103         since some compilers warn about it otherwise.
17104
17105 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17106
17107         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
17108         (init_word_char, create_initial_state, duplicate_node_closure):
17109         (fetch_token, peek_token_bracket, build_range_exp):
17110         (build_collating_symbol): Remove forward decls; no longer needed
17111         now that we use prototypes.
17112
17113         * lib/regcomp.c:
17114         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
17115         (re_compile_fastmap_iter, regcomp, regerror, regfree):
17116         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
17117         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
17118         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
17119         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
17120         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
17121         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
17122         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
17123         (build_range_exp, build_collating_symbol, parse_bracket_exp):
17124         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
17125         (build_charclass, build_charclass_op, fetch_number, create_tree):
17126         (create_token_tree, mark_opt_subexp, duplicate_tree):
17127         Use prototypes rather than old-style definitions.
17128
17129         * lib/regex_internal.c:
17130         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
17131         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
17132         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17133         (re_string_reconstruct, re_string_peek_byte_case):
17134         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
17135         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17136         (re_node_set_init_copy, re_node_set_add_intersect):
17137         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17138         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17139         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17140         (re_acquire_state, re_acquire_state_context, register_state):
17141         (create_ci_newstate, create_cd_newstate, free_state):
17142         Likewise.
17143         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
17144         re_search_2):
17145         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
17146         (re_search_internal, prune_impossible_nodes):
17147         (acquire_init_state_context, check_matching, static):
17148         (check_halt_node_context, check_halt_state_context, proceed_next_node):
17149         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
17150         (update_regs, sift_states_backward, build_sifted_states):
17151         (clean_state_log_if_needed, merge_state_array):
17152         (update_cur_sifted_state, add_epsilon_src_nodes):
17153         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
17154         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
17155         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
17156         (find_recover_state, check_subexp_matching_top, transit_state_mb):
17157         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
17158         (check_arrival, check_arrival_add_next_nodes):
17159         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17160         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17161         (check_node_accept_bytes, check_node_accept, extend_buffers):
17162         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
17163         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
17164         (sift_ctx_init):
17165         Likewise.
17166
17167         * lib/regex_internal.h:
17168         (re_string_allocate, re_string_construct, re_string_reconstruct):
17169         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
17170         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
17171         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
17172         (re_string_context_at, re_string_peek_byte_case):
17173         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
17174         is defined, since we now use prototypes always.
17175
17176         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
17177         C89 or better.  All uses removed.
17178
17179 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17180
17181         * config/srclist.txt: Add glibc bugs 1220-1227.
17182
17183 2005-08-20  Jim Meyering  <jim@meyering.net>
17184
17185         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
17186         of unused local, dfa.
17187
17188 2005-08-20  Bruno Haible  <bruno@clisp.org>
17189
17190         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
17191
17192 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17193
17194         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
17195         (re_node_set_insert_last, re_dfa_add_node):
17196         Rename local variables to avoid GCC shadowing warnings.
17197
17198 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17199
17200         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
17201         [defined lint]: Suppress bogus uninitialized-variable warnings.
17202
17203         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
17204         and let the caller return REG_ESPACE if out of space.  This
17205         removes an uninitialied-variable warning with GCC 4.0.1, and also
17206         avoids taking the address of a local variable.  All callers
17207         changed.
17208
17209 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
17210
17211         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
17212         $LIBCSRC/posix/regexec.c.
17213         Add glibc bug 1217 for regcomp.c.
17214
17215 2005-08-19  Jim Meyering  <jim@meyering.net>
17216
17217         * lib/regexec.c (proceed_next_node): Redo local variables to
17218         avoid GCC shadowing warnings.
17219
17220 2005-08-18  Bruno Haible  <bruno@clisp.org>
17221
17222         * lib/strstr.c (strstr): Fix return value in multibyte case.
17223         * lib/strcasestr.c (strcasestr): Likewise.
17224
17225 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
17226
17227         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
17228
17229 2005-08-17  Jim Meyering  <jim@meyering.net>
17230
17231         Make the %s format (seconds since the epoch) work for a negative
17232         number and when used with a zero-padded field width, e.g. %015s.
17233
17234         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
17235         label so that it precedes the code to set `digits'.  Otherwise,
17236         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
17237         print `00-22'.  Now, it prints `-0022', as it should.
17238
17239 2005-08-17  Bruno Haible  <bruno@clisp.org>
17240
17241         * modules/strstr (Files): Add m4/mbrtowc.m4.
17242         (Depends-on): Add mbuiter.
17243
17244 2005-08-17  Bruno Haible  <bruno@clisp.org>
17245
17246         * modules/strcasestr: New file.
17247         * MODULES.html.sh (String handling, based on ANSI C 89): Add
17248         strcasestr.
17249
17250 2005-08-17  Bruno Haible  <bruno@clisp.org>
17251
17252         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
17253
17254 2005-08-17  Bruno Haible  <bruno@clisp.org>
17255
17256         * modules/mbuiter: New file.
17257         * MODULES.html.sh (Extended multibyte and wide character utilities):
17258         Add mbuiter.
17259
17260 2005-08-17  Bruno Haible  <bruno@clisp.org>
17261
17262         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
17263         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
17264
17265 2005-08-17  Bruno Haible  <bruno@clisp.org>
17266
17267         * m4/strcasestr.m4: New file.
17268
17269 2005-08-17  Bruno Haible  <bruno@clisp.org>
17270
17271         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
17272         * lib/strstr.c: Completely rewritten, with multibyte locale support.
17273
17274 2005-08-17  Bruno Haible  <bruno@clisp.org>
17275
17276         * lib/strcasestr.h: New file.
17277         * lib/strcasestr.c: New file.
17278
17279 2005-08-17  Bruno Haible  <bruno@clisp.org>
17280
17281         * lib/strcasecmp.c: Use mbuiter.h.
17282
17283 2005-08-17  Bruno Haible  <bruno@clisp.org>
17284
17285         * lib/mbuiter.h: New file.
17286
17287 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
17288
17289         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
17290         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
17291         and gl_GETOPT are both invoked via different paths (as happens
17292         with GNU tar CVS because it uses both argp and getopt), the former
17293         wins.
17294
17295 2005-08-16  Bruno Haible  <bruno@clisp.org>
17296
17297         * modules/tls: New file.
17298         * MODULES.html.sh (Multithreading): Add tls.
17299
17300 2005-08-16  Bruno Haible  <bruno@clisp.org>
17301
17302         * modules/strnlen1: New file.
17303         * MODULES.html.sh (String handling): Add strnlen1.
17304
17305 2005-08-16  Bruno Haible  <bruno@clisp.org>
17306
17307         * modules/strcase (Files): Add m4/mbrtowc.m4.
17308         (Depends-on): Add strnlen1, mbchar.
17309
17310 2005-08-16  Bruno Haible  <bruno@clisp.org>
17311
17312         * modules/mbiter: New file.
17313         * MODULES.html.sh (Extended multibyte and wide character utilities):
17314         Add mbiter.
17315
17316 2005-08-16  Bruno Haible  <bruno@clisp.org>
17317
17318         * modules/mbfile: New file.
17319         * MODULES.html.sh (Extended multibyte and wide character utilities):
17320         Add mbfile.
17321
17322 2005-08-16  Bruno Haible  <bruno@clisp.org>
17323
17324         * modules/mbchar: New file.
17325         * MODULES.html.sh (Extended multibyte and wide character utilities):
17326         New section.
17327
17328 2005-08-16  Bruno Haible  <bruno@clisp.org>
17329
17330         * m4/tls.m4: New file, from GNU gettext.
17331
17332 2005-08-16  Bruno Haible  <bruno@clisp.org>
17333
17334         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
17335         always.
17336         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
17337
17338 2005-08-16  Bruno Haible  <bruno@clisp.org>
17339
17340         * m4/mbiter.m4: New file.
17341
17342 2005-08-16  Bruno Haible  <bruno@clisp.org>
17343
17344         * m4/mbfile.m4: New file.
17345
17346 2005-08-16  Bruno Haible  <bruno@clisp.org>
17347
17348         * m4/mbchar.m4: New file.
17349
17350 2005-08-16  Bruno Haible  <bruno@clisp.org>
17351
17352         * lib/tls.h: New file, from GNU gettext.
17353         * lib/tls.c: New file, from GNU gettext.
17354
17355 2005-08-16  Bruno Haible  <bruno@clisp.org>
17356
17357         * lib/strnlen1.h: New file.
17358         * lib/strnlen1.c: New file.
17359
17360 2005-08-16  Bruno Haible  <bruno@clisp.org>
17361
17362         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
17363         (mbi_init): Update.
17364         (mbi_avail, mbi_advance): Let the iteration end before the terminating
17365         NUL byte, not after it.
17366
17367 2005-08-16  Bruno Haible  <bruno@clisp.org>
17368
17369         * lib/strcase.h (strcasecmp): Add note in comments.
17370         * lib/strncasecmp.c: Use code from strcasecmp.c.
17371         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
17372         (strcasecmp): Work correctly in multibyte locales.
17373
17374 2005-08-16  Bruno Haible  <bruno@clisp.org>
17375
17376         * lib/mbiter.h: New file.
17377
17378 2005-08-16  Bruno Haible  <bruno@clisp.org>
17379
17380         * lib/mbfile.h: New file.
17381
17382 2005-08-16  Bruno Haible  <bruno@clisp.org>
17383
17384         * lib/mbchar.h: New file.
17385         * lib/mbchar.c: New file.
17386
17387 2005-08-16  Bruno Haible  <bruno@clisp.org>
17388
17389         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
17390         the valid ones. Makes the comparison operations transitive:
17391         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
17392         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
17393
17394 2005-08-15  Simon Josefsson  <jas@extundo.com>
17395
17396         * modules/ssize_t (License): Change to 'unlimited'.
17397
17398         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
17399
17400 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17401
17402         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
17403         Add comments for each pending glibc patch.
17404
17405 2005-08-15  Bruno Haible  <bruno@clisp.org>
17406
17407         * lib/regex.h (__restrict_arr): Don't define to __restrict if
17408         __cplusplus is defined.
17409
17410 2005-08-14  Jim Meyering  <jim@meyering.net>
17411
17412         Sync from coreutils.
17413
17414         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
17415         Use the hash-table-based cycle-detection code not just when
17416         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
17417         Reported by James Youngman in
17418         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
17419         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
17420         FTS_TIGHT_CYCLE_CHECK.
17421         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
17422         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
17423         once again.
17424         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
17425         * lib/fts.c (fd_safer): Remove decl.
17426         Include fcntl--.h rather than unistd-safer.h
17427         (fts_safe_changedir): Don't call fd_safer; no longer needed
17428         now that we include fcntl--.h.
17429
17430 2005-08-12  Simon Josefsson  <jas@extundo.com>
17431
17432         * modules/getndelim2: Use ssize_t module.
17433         * modules/getnline: Likewise.
17434         * modules/safe-read: Likewise.
17435         * modules/xreadlink: Likewise.
17436
17437         * modules/ssize_t: New file.
17438
17439 2005-08-12  Simon Josefsson  <jas@extundo.com>
17440
17441         * m4/readline.m4: Look for termcap, curses or ncurses if required.
17442
17443 2005-08-12  Simon Josefsson  <jas@extundo.com>
17444
17445         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17446         ssize_t.
17447
17448 2005-08-12  Simon Josefsson  <jas@extundo.com>
17449
17450         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
17451         readline, getdelim and check_version.
17452         (Support for systems lacking ISO C 99: Sizes of integer types):
17453         Add size_max.
17454
17455 2005-08-12  Bruno Haible  <bruno@clisp.org>
17456
17457         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
17458
17459 2005-08-11  Simon Josefsson  <jas@extundo.com>
17460
17461         * modules/readline: New file.
17462
17463         * modules/strnlen (Files): Add strnlen.h.
17464
17465 2005-08-11  Simon Josefsson  <jas@extundo.com>
17466
17467         * m4/readline.m4: New file.
17468
17469 2005-08-11  Simon Josefsson  <jas@extundo.com>
17470
17471         * lib/readline.h, readline.c: New file.
17472
17473 2005-08-11  Simon Josefsson  <jas@extundo.com>
17474
17475         * doc/gnulib.texi (Initial import, Finishing touches): Mention
17476         gl_AVOID.
17477
17478 2005-08-11  Bruno Haible  <bruno@clisp.org>
17479
17480         * lib/strnlen.h (strnlen): Change parameter name to match comment.
17481
17482 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
17483
17484         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
17485
17486 2005-08-10  Simon Josefsson  <jas@extundo.com>
17487
17488         * tests/test-iconvme.c: New file.
17489
17490 2005-08-10  Simon Josefsson  <jas@extundo.com>
17491
17492         * m4/strnlen.m4: New file.
17493
17494         * m4/strndup.m4: Don't check for strnlen declaration, done in
17495         strnlen.m4.
17496
17497 2005-08-10  Simon Josefsson  <jas@extundo.com>
17498
17499         * lib/strndup.c: Use strnlen.h.
17500
17501         * lib/strnlen.h: New file.
17502
17503 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17504
17505         * README: Typos.
17506
17507 2005-08-02  Simon Josefsson  <jas@extundo.com>
17508
17509         * modules/readline: New file.
17510
17511 2005-08-02  Simon Josefsson  <jas@extundo.com>
17512
17513         * modules/getdelim: New file.
17514
17515         * modules/getline: Rewrite, don't use getndelim2.
17516
17517 2005-08-02  Simon Josefsson  <jas@extundo.com>
17518
17519         * m4/getline.m4: Separate out getdelim stuff into separate module.
17520
17521         * m4/getdelim.m4: New file.
17522
17523 2005-08-02  Simon Josefsson  <jas@extundo.com>
17524
17525         * lib/getline.h, getline.c: Rewrite.
17526
17527         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
17528
17529 2005-07-31  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/lock.h (gl_lock_initializer): New macro.
17532         (gl_lock_define_initialized): Use it.
17533         (gl_rwlock_initializer): New macro.
17534         (gl_rwlock_define_initialized): Use it.
17535         (gl_recursive_lock_initializer): New macro.
17536         (gl_recursive_lock_define_initialized): Use it.
17537
17538 2005-07-30  Karl Berry  <karl@gnu.org>
17539
17540         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
17541         Report from Ben Pfaff, regarding getopt.
17542
17543 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
17544
17545         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
17546         normal way.
17547         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
17548         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
17549         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
17550         (gl_GETOPT): Use the new macros.  Most of the implementation
17551         is moved to the new macros.  This is for programs like Emacs
17552         that don't want all the functionality of gl_GETOPT.
17553
17554 2005-07-26  Bruno Haible  <bruno@clisp.org>
17555
17556         * m4/lock.m4: Update from GNU gettext.
17557
17558 2005-07-26  Bruno Haible  <bruno@clisp.org>
17559
17560         * lib/lock.h: Update from GNU gettext.
17561         * lib/lock.c: Update from GNU gettext.
17562
17563 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
17564
17565         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
17566         obsolescent AC_TRY_RUN.  Include the default includes files, for
17567         'exit'.
17568
17569 2005-07-24  Bruno Haible  <bruno@clisp.org>
17570
17571         * modules/visibility: New file.
17572         * MODULES.html.sh (Misc): Add visibility.
17573
17574 2005-07-24  Bruno Haible  <bruno@clisp.org>
17575
17576         * m4/visibility.m4: New file.
17577
17578 2005-07-24  Bruno Haible  <bruno@clisp.org>
17579
17580         * doc/visibility.texi: New file.
17581
17582 2005-07-22  Bruno Haible  <bruno@clisp.org>
17583
17584         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
17585         $(ALLOCA_H), redundant through BUILT_SOURCES.
17586         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
17587         redundant through BUILT_SOURCES.
17588         * modules/byteswap (Makefile.am): Remove explicit dependency on
17589         $(BYTESWAP_H), redundant through BUILT_SOURCES.
17590         * modules/fnmatch (Makefile.am): Remove explicit dependency on
17591         $(FNMATCH_H), redundant through BUILT_SOURCES.
17592         * modules/getopt (Makefile.am): Remove explicit dependency on
17593         $(GETOPT_H), redundant through BUILT_SOURCES.
17594         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
17595         redundant through BUILT_SOURCES.
17596         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
17597         redundant through BUILT_SOURCES.
17598         * modules/stdbool (Makefile.am): Remove explicit dependency on
17599         $(STDBOOL_H), redundant through BUILT_SOURCES.
17600         * modules/stdint (Makefile.am): Remove explicit dependency on
17601         $(STDINT_H), redundant through BUILT_SOURCES.
17602         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
17603         Remove explicit dependency on $(SYSEXITS_H).
17604         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
17605
17606 2005-07-18  Simon Josefsson  <jas@extundo.com>
17607
17608         * lib/check-version.c (check_version): Accept identical versions too.
17609
17610 2005-07-18  Bruno Haible  <bruno@clisp.org>
17611
17612         * modules/lock: New file.
17613         * MODULES.html.sh (Multithreading): New section.
17614
17615 2005-07-18  Bruno Haible  <bruno@clisp.org>
17616
17617         * m4/lock.m4: New file, from GNU gettext.
17618
17619 2005-07-18  Bruno Haible  <bruno@clisp.org>
17620
17621         * lib/lock.h: New file, from GNU gettext.
17622         * lib/lock.c: New file, from GNU gettext.
17623
17624 2005-07-18  Bruno Haible  <bruno@clisp.org>
17625
17626         * lib/lock.h (gl_once_t): New type.
17627         (gl_once_define, gl_once): New macros.
17628         * lib/lock.c (fresh_once): New variable.
17629         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
17630         functions.
17631
17632 2005-07-16  Simon Josefsson  <jas@extundo.com>
17633
17634         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
17635         workaround, suggested by Bruno.
17636
17637 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
17638
17639         * modules/xalloc (Depends-on): Add xalloc-die.
17640         * modules/xvasprintf (Depends-on): Add xalloc-die.
17641
17642 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
17643
17644         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
17645         with a minor change.
17646
17647 2005-07-15  Bruno Haible  <bruno@clisp.org>
17648
17649         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
17650         When using lib/poll.c, define poll as rpl_poll.
17651
17652 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
17653
17654         * modules/argp (Depends-on): Remove unlocked-io.
17655
17656 2005-07-14  Derek Price  <derek@ximbiot.com>
17657
17658         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
17659         for glob symlink bug.
17660
17661 2005-07-14  Bruno Haible  <bruno@clisp.org>
17662
17663         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
17664         Instead, test for *_unlocked function declarations directly.
17665
17666 2005-07-11  Simon Josefsson  <jas@extundo.com>
17667
17668         * modules/size_max: New file.
17669
17670         * modules/xsize: Depend on size_max module for size_max.m4.
17671
17672 2005-07-11  Simon Josefsson  <jas@extundo.com>
17673
17674         * lib/size_max.h: New file.
17675
17676 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
17679         copyright symbol and the year.
17680         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
17681         (version_etc_va): Use parameterized copyright notice.
17682         Reword to conform to the current GNU coding standards.
17683
17684 2005-07-11  Karl Berry  <karl@gnu.org>
17685
17686         * doc/gnulib.texi (Quoting): new node.
17687         (Initial import): more info, from Patrice.
17688
17689 2005-07-11  Bruno Haible  <bruno@clisp.org>
17690
17691         * gnulib-tool (func_usage): Document option --avoid.
17692         (Command line options): Handle --avoid.
17693         (func_acceptable): New function.
17694         (func_modules_transitive_closure): Use it.
17695
17696 2005-07-11  Bruno Haible  <bruno@clisp.org>
17697
17698         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
17699         Reported by Jim Meyering.
17700
17701 2005-07-10  Bruno Haible  <bruno@clisp.org>
17702
17703         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
17704         Needed when size_t is smaller than 'unsigned int'.
17705         Reported by Paul Eggert.
17706
17707 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17708
17709         * modules/argp (Depends-on): Add unlocked-io
17710
17711 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17712
17713         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
17714         block of defines.
17715
17716 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
17717
17718         * config/srclist.txt: Comment out regcomp.c, since we have a porting
17719         fix now.
17720
17721 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
17722         and Paul Eggert  <eggert@cs.ucla.edu>
17723
17724         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
17725         in wint_t, not wchar_t.  Remove now-unnecessary cast.
17726
17727 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17728
17729         * modules/regex (Files): Add lib/regex_internal.c,
17730         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
17731         (Depends-on): Add extensions.
17732         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
17733
17734 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17735
17736         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
17737         pathconf.
17738         * m4/same.m4 (gl_SAME): Likewise.
17739         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
17740
17741         * m4/regex.m4: Adjust to new libc regex implementation.
17742         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
17743         all the .c and .h parts of (the new) regex.
17744         Quote the m4 stuff better.
17745         Check for RE_ICASE bug of old gnulib.
17746         Check for REG_STARTEND of recent libc.
17747         Rename local variables from jm_* to gl_*.
17748         Quote operand of "test -f".
17749         Say "recent enough" version of libc, not "version 2".
17750         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
17751         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
17752         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
17753         Remove check for btowc, isascii.
17754         Require AM_LANGINFO_CODESET.
17755
17756 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17757
17758         * lib/regex.c, regex.h: Sync from libc.
17759         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
17760         * lib/regexec.c:
17761         New files, synced from libc, except that regex_internal.h
17762         currently has a small porting fix.
17763
17764 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
17767         regex_internal.c, regexec.c.
17768         Add regex_internal.h too, but as a comment, since the libc version
17769         is currently broken in gnulib mode.
17770
17771 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17772
17773         Support programs like Emacs that use gnulib but not gettext.
17774         * MODULES.html.sh (Internationalization functions): Add gettext-h.
17775         * modules/gettext-h: New file.
17776         * modules/gettext (Files): Remove lib/gettext.h.
17777         (Depends-on): Add gettext-h.
17778         (Makefile.am): Remove lib_SOURCES.
17779         * modules/argmatch, modules/c-stack, modules/closeout:
17780         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
17781         * modules/execute, modules/file-type, modules/getaddrinfo:
17782         * modules/getopt, modules/human, modules/javacomp:
17783         * modules/javaexec, modules/mkdir-p, modules/obstack:
17784         * modules/openat, modules/pagealign_alloc, modules/pipe:
17785         * modules/quotearg, modules/regex, modules/rpmatch:
17786         * modules/unicodeio, modules/userspec, modules/version-etc:
17787         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
17788         * modules/xsetenv:
17789         Depend on gettext-h, not gettext.
17790
17791 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17792
17793         * gnulib-tool (func_import): Add support for 'public domain' license.
17794         * modules/alloca, modules/atexit, modules/memmove:
17795         Now public domain, not GPL.
17796         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
17797         * modules/realloc, modules/strerror, modules/strtod:
17798         Now LGPL, not GPL.
17799
17800 2005-07-05  Bruno Haible  <bruno@clisp.org>
17801
17802         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
17803         autoconf CVS. Needed for mingw.
17804
17805 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17806
17807         Remove the dependency of the strftime module on the tzset module.
17808         * modules/strftime (Depends-on): Remove dependency on tzset.
17809
17810 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17811
17812         Remove the dependency of the strftime module on the tzset module.
17813         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
17814         gl_FUNC_TZSET_CLOBBER.
17815
17816 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17817
17818         Remove the dependency of the strftime module on the tzset module.
17819         * lib/strftime.c (my_strftime)
17820         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
17821         Copy the input structure, to work around some of the bug with
17822         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
17823         Solaris releases, you should also use the tzset module, but we won't
17824         require it as a dependency any more since we don't want LGPLed code
17825         to depend on GPLed code.
17826
17827 2005-07-02  Jim Meyering  <jim@meyering.net>
17828
17829         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
17830         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
17831         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
17832         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
17833
17834 2005-07-02  Jim Meyering  <jim@meyering.net>
17835
17836         * lib/backupfile.c (backup_args): Change a `0' to NULL.
17837
17838 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
17839
17840         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
17841         declares only 'struct timespec;' (!).
17842
17843 2005-07-01  Jim Meyering  <jim@meyering.net>
17844
17845         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
17846         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
17847         * lib/save-cwd.c, tempname.c:
17848         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17849         and don't include <sys/file.h>).
17850
17851 2005-06-29  Jim Meyering  <jim@meyering.net>
17852
17853         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
17854         type name.  Use the variable name instead.
17855         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
17856         Likewise.
17857
17858 2005-06-28  Simon Josefsson  <jas@extundo.com>
17859
17860         * modules/check-version (Files): Add check-version.m4.
17861
17862 2005-06-28  Simon Josefsson  <jas@extundo.com>
17863
17864         * m4/check-version.m4: New file, suggested by Jim Meyering
17865         <jim@meyering.net>.
17866
17867 2005-06-28  Simon Josefsson  <jas@extundo.com>
17868
17869         * lib/check-version.h, lib/check-version.c: New files.
17870
17871 2005-06-28  Simon Josefsson  <jas@extundo.com>
17872
17873         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
17874         collision with global variable.  Better indentation.  Don't
17875         increment buffer pointer beyond buffer end.  Based on comments
17876         from Paul Eggert <eggert@cs.ucla.edu>.
17877
17878         * lib/base64.h: Indent.
17879
17880 2005-06-28  Simon Josefsson  <jas@extundo.com>
17881
17882         * doc/gnulib.texi (Library version handling): New section.
17883
17884 2005-06-28  Jim Meyering  <jim@meyering.net>
17885
17886         * check-module (find_included_lib_files): Hard-code another
17887         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
17888         but modules/fts-lgpl (correctly) does not list those files.
17889
17890         * modules/canonicalize (Files): Add lib/pathmax.h.
17891
17892 2005-06-25  Simon Josefsson  <jas@extundo.com>
17893
17894         * modules/check-version: New file.
17895
17896 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
17897
17898         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
17899         initializer of struct addrinfo, as an indication that we don't
17900         care how many members the structure has.
17901
17902 2005-06-24  Derek Price  <derek@ximbiot.com>
17903         and Bruno Haible  <bruno@clisp.org>
17904
17905         Remove stat module & update lstat.
17906         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
17907         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
17908         * m4/stat.m4: Remove this file.
17909
17910 2005-06-24  Derek Price  <derek@ximbiot.com>
17911         and Bruno Haible  <bruno@clisp.org>
17912
17913         Remove stat module & update lstat.
17914         * lib/stat.c: Remove this file...
17915         (slash_aware_lstat): ...moving this content and its support...
17916         * lib/lstat.c (rpl_lstat): ...into here.
17917         * lib/lstat.h: New file.
17918
17919 2005-06-24  Derek Price  <derek@ximbiot.com>
17920         and Bruno Haible  <bruno@clisp.org>
17921
17922         Remove stat module & update lstat.
17923         * config/srclist.txt (libc sources): Remove stat.
17924
17925 2005-06-24  Derek Price  <derek@ximbiot.com>
17926         and Bruno Haible  <bruno@clisp.org>
17927
17928         Remove stat module & update lstat.
17929         * MODULES.html.sh (stat): Remove.
17930         * MODULES.html: Regenerated.
17931         * modules/lstat (Description): Correct function name.
17932         (Files): Add "lstat.h".
17933         (Depends-on): Remove stat, add xalloc, stat-macros.
17934         * modules/stat: Remove this file.
17935         (Include): Add "lstat.h", remove <sys/stat.h>.
17936
17937 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
17940         (ranged_convert): Don't save conversion in a temporary struct.
17941         This causes a warning with GCC 4.0.0, and anyway in the typical
17942         case it's not worth the extra 100 bytes or so of code.
17943         (ranged_convert, __mktime_internal): When calling a function via a
17944         pointer P, use P () rather than (*P) (), as we now assume C89 or
17945         better.
17946
17947 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17948
17949         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
17950         "who -r" failed to give output.  Problem reported by Tim Waugh.
17951
17952         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
17953         (xcalloc): Use it to avoid needless tests.
17954         Problem reported by Jim Meyering.
17955
17956 2005-06-20  Derek Price  <derek@ximbiot.com>
17957
17958         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
17959         unnecessary for Autoconfs > 2.59c.
17960
17961 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17962
17963         * lib/argp.h (__option_is_short): Check upper limit of
17964         __key. Isprint() requires its argument to have the value
17965         of an unsigned char or EOF.
17966
17967 2005-06-16  Jim Meyering  <jim@meyering.net>
17968
17969         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
17970         when either N or S is zero.
17971
17972 2005-06-16  Derek Price  <derek@ximbiot.com>
17973
17974         * m4/bison.m4: Declare YACC & YFLAGS precious.
17975
17976 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
17979         multibyte string or pattern, fall back on unibyte matching.
17980         Problem reported by James Youngman.
17981
17982 2005-06-08  Bruno Haible  <bruno@clisp.org>
17983
17984         * modules/csharpcomp: New file.
17985         * MODULES.html.sh (C#): Add csharpcomp.
17986
17987 2005-06-08  Bruno Haible  <bruno@clisp.org>
17988
17989         * m4/csharpcomp.m4: New file, from GNU gettext.
17990
17991 2005-06-08  Bruno Haible  <bruno@clisp.org>
17992
17993         * lib/csharpcomp.h: New file, from GNU gettext.
17994         * lib/csharpcomp.c: New file, from GNU gettext.
17995         * lib/csharpcomp.sh.in: New file, from GNU gettext.
17996
17997 2005-06-08  Bruno Haible  <bruno@clisp.org>
17998
17999         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
18000         warning on mingw.
18001
18002 2005-06-07  Derek Price  <derek@ximbiot.com>
18003
18004         Sync from CVS.
18005         * lib/glob_.h: Indent nested #ifdef.
18006
18007 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18008
18009         Sync from coreutils.
18010         Use "file name" when talking about file names, instead of "filename"
18011         or "path", as per the GNU coding standards.
18012         * lib/mkdir-p.c: Renamed from makepath.c.
18013         (make_dir_parents): Renamed from make_path.  All callers changed.
18014         * lib/mkdir-p.h: Likewise.  All includers changed.
18015         * lib/filenamecat.c: Renamed from path-concat.c.
18016         (file_name_concat): Renamed from path_concat.  All callers changed.
18017         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
18018         * lib/filenamecat.h: Likewise.  All includers changed.
18019         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
18020         in comments or local variable names.
18021         * lib/basename.c: Likewise.
18022         * lib/canonicalize.c, canonicalize.h: Likewise.
18023         * lib/dirname.c, dirname.h: Likewise.
18024         * lib/euidaccess.c: Likewise.
18025         * lib/exclude.c: Likewise
18026         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
18027         * lib/fsusage.c, fsuage.h: Likewise.
18028         * lib/fts.c, fts_.h: Likewise.
18029         * lib/getcwd.c: Likewise.
18030         * lib/getloadavg.c: Likewise.
18031         * lib/mkstemp.c: Likewise.
18032         * lib/mountlist.c, mountlist.h: Likewise.
18033         * lib/openat.c, openat.h: Likewise.
18034         * lib/readlink-stub.c: Likewise.
18035         * lib/readutmp.c, readutmp.h: Likewise.
18036         * lib/rename.c: Likewise.
18037         * lib/rmdir.c: Likewise.
18038         * lib/same.c: Likewise.
18039         * lib/savedir.c: Likewise.
18040         * lib/stripslash.c: Likewise.
18041         * lib/tempname.c: Likewise.
18042         * lib/xreadlink.c: Likewise.
18043         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
18044         All uses changed.
18045         * lib/exclude.h: Likewise.
18046
18047         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
18048         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18049         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
18050         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18051         * lib/pathmax.h: Include <limits.h> unconditionally, since other
18052         files have been getting away with it for years (MORE/BSD 4.3
18053         is extinct now).
18054         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
18055         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
18056
18057         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
18058         Define to 256, not 255, as per modern POSIX.
18059
18060 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18061
18062         Sync from coreutils.
18063         Use "file name" when talking about file names, instead of "filename"
18064         or "path", as per the GNU coding standards.
18065         * MODULES.html.sh: mkdir-p renamed from makepath.
18066         filenamecat renamed from path-concat.
18067         * modules/filenamecat: Renamed from modules/path-concat.
18068         (Files): filenamecat.h and filenamecat.c renamed from
18069         path-concat.h and path-concat.c.
18070         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
18071         (Include): filenamecat.h, not path-concat.h.
18072         * modules/mkdir-p: Renamed from modules/makepath.
18073         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
18074         makepath.c.
18075         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
18076         (Include): mkdir-p.h, not makepath.h.
18077
18078 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         Sync from coreutils.
18081         * m4/mkdir-p.m4: Renamed from makepath.m4.
18082         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
18083         Rename files from makepath.c to mkdir-p.c, and from
18084         makepath.h to mkdir-p.h.
18085         * m4/filenamecat.m4: Renamed from path-concat.m4.
18086         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
18087         Rename files from path-concat.c to filenamecat.c,
18088         and from path-concat.h to filenamecat.h.
18089         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
18090         "file name" in local variables or comments.
18091         * m4/rename.m4: Likewise.
18092
18093 2005-06-01  Bruno Haible  <bruno@clisp.org>
18094
18095         * modules/csharpexec: New file.
18096         * MODULES.html.sh (C#): New section.
18097
18098 2005-06-01  Bruno Haible  <bruno@clisp.org>
18099
18100         * m4/csharp.m4: New file, from GNU gettext.
18101         * m4/csharpexec.m4: New file, from GNU gettext.
18102
18103 2005-06-01  Bruno Haible  <bruno@clisp.org>
18104
18105         * lib/csharpexec.h: New file, from GNU gettext.
18106         * lib/csharpexec.c: New file, from GNU gettext.
18107         * lib/csharpexec.sh.in: New file, from GNU gettext.
18108
18109 2005-05-31  Derek Price  <derek@ximbiot.com>
18110             Paul Eggert  <eggert@cs.ucla.edu>
18111
18112         Sync from cvs.
18113         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18114
18115 2005-05-31  Derek Price  <derek@ximbiot.com>
18116             Paul Eggert  <eggert@cs.ucla.edu>
18117
18118         Sync from cvs.
18119         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
18120
18121 2005-05-29  Derek Price  <derek@ximbiot.com>
18122
18123         * config/srclist.txt (glob_.h, glob.c): Add these files.
18124
18125 2005-05-29  Derek Price  <derek@ximbiot.com>
18126
18127         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
18128         * modules/glob: New file.
18129         * modules/getlogin_r: Add link to POSIX spec in description.
18130
18131 2005-05-29  Derek Price  <derek@ximbiot.com>
18132             Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * m4/glob.m4: New file.
18135
18136 2005-05-29  Derek Price  <derek@ximbiot.com>
18137             Paul Eggert  <eggert@cs.ucla.edu>
18138
18139         * lib/glob_.h, lib/glob.c: New files.
18140
18141 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18142
18143         * modules/fts (Files): Remove m4/inttypes-pri.m4.
18144         * modules/fts-lgpl (Depends-on): Remove gettext.
18145
18146 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18147
18148         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
18149         and don't require gt_INTTYPES_PRI.
18150
18151 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
18152
18153         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
18154
18155         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
18156         the configuration hassle isn't worth it.
18157         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
18158         (LONGEST_MODIFIER, PRIuMAX): Remove.
18159
18160 2005-05-27  Bruno Haible  <bruno@clisp.org>
18161
18162         * lib/getlogin_r.h: Remove second include of <stddef.h>.
18163
18164 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
18165
18166         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
18167         _POSIX_PTHREAD_SEMANTICS for Solaris.
18168
18169 2005-05-25  Derek Price  <derek@ximbiot.com>
18170
18171         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
18172
18173 2005-05-25  Derek Price  <derek@ximbiot.com>
18174             Paul Eggert  <eggert@cs.ucla.edu>
18175
18176         * modules/getlogin_r, m4/getlogin_r.m4: New files.
18177         * lib/getlogin_r.c, getlogin_r.h: New files.
18178
18179 2005-05-25  Bruno Haible  <bruno@clisp.org>
18180             Derek Price  <derek@ximbiot.com>
18181
18182         * lib/getlogin_r.h: Simplify API documentation.
18183
18184 2005-05-23  Derek Price  <derek@ximbiot.com>
18185
18186         * modules/minmax (Files): Add m4/minmax.m4.
18187         (configure.ac): Add gl_MINMAX.
18188
18189 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18190
18191         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
18192         so that unistd-safer.h (GPL'ed code) need not be included.
18193
18194 2005-05-22  Bruno Haible  <bruno@clisp.org>
18195
18196         * m4/minmax.m4: New file.
18197         Based on a patch by Derek Price <derek@ximbiot.com>.
18198
18199 2005-05-22  Bruno Haible  <bruno@clisp.org>
18200
18201         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
18202         (INT64_MIN): Fix definition.
18203         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
18204
18205         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
18206         NEED_SIGNED_INT_TYPES.
18207
18208         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
18209         HAVE_SYSTEM_INTTYPES.
18210
18211 2005-05-22  Bruno Haible  <bruno@clisp.org>
18212
18213         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
18214         Also include <sys/param.h> if it defines MIN, MAX.
18215         Based on a patch by Derek Price <derek@ximbiot.com>.
18216
18217 2005-05-21  Jim Meyering  <jim@meyering.net>
18218
18219         * modules/fts (Files): Add m4/inttypes-pri.m4.
18220         (Depends-on): Add lstat and remove gettext.  Alphabetize.
18221
18222 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18223
18224         New fts module.
18225         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
18226         (setup_dir, free_dir): New functions.
18227         (enter_dir, leave_dir): Define trivial
18228         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
18229         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
18230         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
18231         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
18232         Move to fts-cycle.c.
18233         (fts_open): Use setup_dir.
18234         (fts_close): Use free_dir.
18235         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
18236         This adds a label and some gotos, but the alternatives were messier.
18237         Check for memory allocation failure when entering a dir.
18238         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
18239         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
18240         (FTS): New member fts_cycle, that is a union that contains the
18241         old active_dir_ht and cycle_state.  All uses changed to mention
18242         fts_cycle.ht and fts_cycle.state.
18243         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
18244         fts.c, with the following changes:
18245         (setup_dir, free_dir): New functions.
18246         (enter_dir): Now returns bool.  Return true if successful, false
18247         if memory exhausted.  All callers changed.
18248         Do not bother partly cleaning up on
18249         memory allocation failure; that is free_dir's job.
18250         However, free ad if hash_insert fails, to avoid memory leak.
18251         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
18252         fts->fts_options to see which union member to use.
18253
18254 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18255
18256         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
18257         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
18258
18259 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
18260
18261         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
18262
18263 2005-05-20  Jim Meyering  <jim@meyering.net>
18264
18265         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
18266         Now a macro, to pacify GCC.
18267
18268 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
18269
18270         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
18271         of -1.
18272
18273 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
18274
18275         * lib/chown.c (rpl_chown): Return -1 on failure.
18276
18277 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18278
18279         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
18280         Don't check for stddef.h.
18281         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
18282         don't use its results.
18283         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
18284         since we include them unconditionally.  Don't require
18285         AM_STDBOOL_H, since stdbool is a prerequisite.
18286         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
18287         since we assume C89 or better.
18288         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
18289         as we don't use their results.
18290         Don't check for fchdir, memmove, memset, strrchr, as we use
18291         them unconditionally.
18292         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
18293         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
18294
18295 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
18298         Include <stddef.h> unconditionally, since we assume C89 now.
18299         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
18300         * lib/fts.c: Include fts_.h first, to check interface.
18301         Do not include intprops.h; no longer needed.
18302         Include cycle-check.h and hash.h, since fts_.h no longer does.
18303         Remove unnecessary casts of closedir to void.
18304         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
18305         decide whether to decrement nlinks.
18306         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
18307         (FTS): Use struct hash_table * instead of Hash_table, so that
18308         we no longer need to include hash.h here.
18309
18310 2005-05-18  Jim Meyering  <jim@meyering.net>
18311
18312         * modules/dirfd (License): Change to LGPL.  Most of the code
18313         is already in the public domain.
18314
18315 2005-05-18  Jim Meyering  <jim@meyering.net>
18316
18317         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
18318         Reported by Yoann Vandoorselaere.
18319
18320 2005-05-17  Jim Meyering  <jim@meyering.net>
18321
18322         * m4/fts.m4: New file, from coreutils.
18323
18324 2005-05-17  Jim Meyering  <jim@meyering.net>
18325
18326         * lib/fts.c, lib/fts_.h: New files, from coreutils.
18327
18328 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18329
18330         Sync from coreutils.
18331         * m4/unlinkdir.m4: New file.
18332
18333 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18334
18335         Sync from coreutils.
18336         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
18337         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
18338         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
18339         White space changes only.
18340         * lib/makepath.c (make_path): Port to hosts where leading "//" is
18341         special.
18342         * lib/yesno.c: Include getline.h, not ctype.h.
18343         (yesno): Don't remove leading white space; POSIX doesn't allow it.
18344         Use getline to remove arbitrary restriction on response length.
18345
18346 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18347
18348         * config/srclist-update: Spell out "Street" in FSF postal
18349         mail address; this is the style the FSF seems to prefer.
18350
18351         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
18352         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
18353         this updates FSF postal mail address.
18354
18355         Sync from coreutils.
18356         * modules/unlinkdir: New file.
18357         * modules/yesno (Depends-on): Add getline.
18358         * MODULES.html.sh (File system functions): Add unlinkdir.
18359
18360 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18361
18362         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
18363         lib/strsep.h:
18364         Change the initial comment to refer to GPL, not LGPL.
18365         gnulib-tool will change it to LGPL as needed.
18366
18367         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
18368         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
18369         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
18370         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
18371         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
18372         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
18373         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
18374         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
18375         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
18376         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
18377         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
18378         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
18379         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
18380         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
18381         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
18382         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
18383         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
18384         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
18385         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
18386         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
18387         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
18388         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
18389         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
18390         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
18391         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
18392         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
18393         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
18394         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
18395         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
18396         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
18397         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
18398         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
18399         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
18400         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
18401         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
18402         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
18403         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
18404         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
18405         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
18406         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
18407         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
18408         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
18409         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
18410         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
18411         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
18412         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
18413         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
18414         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
18415         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
18416         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
18417         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
18418         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
18419         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
18420         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
18421         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
18422         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
18423         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
18424         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
18425         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
18426         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
18427         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
18428         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
18429         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
18430         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
18431         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
18432         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
18433         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
18434         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
18435         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
18436         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
18437         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
18438         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
18439         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
18440         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
18441         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
18442         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
18443         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
18444         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
18445         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
18446         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
18447         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
18448         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
18449         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
18450         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
18451         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
18452         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
18453         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
18454         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
18455         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
18456         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
18457         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
18458         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
18459         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
18460         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
18461         lib/yesno.c, lib/yesno.h:
18462         Update FSF postal mail address.
18463
18464 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
18465
18466         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
18467         tests/test-memmem.c, tests/test-stpncpy.c:
18468         Update FSF postal mail address.
18469
18470 2005-05-13  Bruno Haible  <bruno@clisp.org>
18471
18472         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
18473         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
18474         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
18475         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
18476         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
18477         Add support for 64-bit integers in the MSVC compiler.
18478
18479 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18480
18481         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
18482
18483 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
18484
18485         * gnulib-tool (func_import): Sort and uniquify recommended includes.
18486
18487 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
18488
18489         * doc/getdate.texi (General date syntax): Don't say that date
18490         date --iso-8601=ns generates acceptable dates; it doesn't yet.
18491         Problem reported by Nic Ferrier.
18492
18493 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18494
18495         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
18496         specified in ai_socktype. Fix invalid ai_protocol
18497         check. ai_protocol is usually set to 0 or depending on
18498         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
18499         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
18500         ai_socktype / ai_protocol in the returned addrinfo structure.
18501
18502 2005-05-10  Simon Josefsson  <jas@extundo.com>
18503
18504         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
18505         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18506
18507 2005-05-10  Karl Berry  <karl@gnu.org>
18508
18509         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
18510         (from http://www.gnu.org/licenses).
18511         * doc/COPYING.LIB: also rename to COPYING.LESSER.
18512         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
18513         fdl.texi suffices.
18514
18515 2005-05-10  Karl Berry  <karl@gnu.org>
18516
18517         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
18518         (COPYING.DOC): remove.
18519
18520         * config/srclist-update: new FSF address.
18521
18522 2005-05-10  Derek Price  <derek@ximbiot.com>
18523
18524         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
18525         possible.
18526
18527 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18528             Bruno Haible  <bruno@clisp.org>
18529
18530         * modules/inet_ntop: New file.
18531         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18532         inet_ntop.
18533
18534 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18535             Bruno Haible  <bruno@clisp.org>
18536
18537         * m4/inet_ntop.m4: New file.
18538
18539 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18540             Bruno Haible  <bruno@clisp.org>
18541
18542         * lib/inet_ntop.h: New file.
18543         * lib/inet_ntop.c: New file, from glibc with modifications.
18544
18545 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * modules/time_r (License): Change to LGPL.
18548         * modules/extensions (License): Change to LGPL.  Actually,
18549         the license is more permissive than that, but currently gnulib-tool
18550         doesn't know how to handle more-permissive licenses.
18551
18552         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
18553         Problem reported by Dave Love.
18554
18555 2005-05-08  Jim Meyering  <jim@meyering.net>
18556
18557         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
18558         blank.
18559
18560 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
18561
18562         * modules/argmatch (Depends-on): Add stdbool.
18563         * modules/backupfile (Depends-on): Likewise.
18564         * modules/chdir-long (Depends-on): Likewise.
18565         * modules/closeout (Depends-on): Likewise.
18566         * modules/cycle-check (Depends-on): Likewise.
18567         * modules/dirname (Depends-on): Likewise.
18568         * modules/fnmatch (Depends-on): Likewise.
18569         * modules/fsusage (Depends-on): Likewise.
18570         * modules/fwriteerror (Depends-on): Likewise.
18571         * modules/getcwd (Depends-on): Likewise.
18572         * modules/getloadavg (Depends-on): Likewise.
18573         * modules/hard-locale (Depends-on): Likewise.
18574         * modules/makepath (Depends-on): Likewise.
18575         * modules/mountlist (Depends-on): Likewise.
18576         * modules/nanosleep (Depends-on): Likewise.
18577         * modules/posixtm (Depends-on): Likewise.
18578         * modules/quotearg (Depends-on): Likewise.
18579         * modules/readtokens (Depends-on): Likewise.
18580         * modules/readtokens0 (Depends-on): Likewise.
18581         * modules/readutmp (Depends-on): Likewise.
18582         * modules/save-cwd (Depends-on): Likewise.
18583         * modules/strftime (Depends-on): Likewise.
18584         * modules/userspec (Depends-on): Likewise.
18585         * modules/utimecmp (Depends-on): Likewise.
18586         * modules/xgetcwd (Depends-on): Likewise.
18587         * modules/xnanosleep (Depends-on): Likewise.
18588         * modules/xstrtod (Depends-on): Likewise.
18589         * modules/yesno (Depends-on): Likewise.
18590
18591 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
18592
18593         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
18594         needless checks.
18595
18596 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         Merge from coreutils.  Among other things,
18599         add bulletproofing for cases where stdin, stdout, or stderr are closed.
18600         * lib/fd-safer.c: New file.
18601         * lib/fcntl-safer.h, open-safer.c: Remove.
18602         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
18603         * lib/dup-safer.c: Include unistd-safer.h first.
18604         Don't include errno.h.
18605         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
18606         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
18607         * lib/file-type.c: Rely on file-type.h change.
18608         * lib/getloadavg.c: Include unistd-safer.h.
18609         (getloadavg): Use safer open.
18610         * lib/getusershell.c: Include "stdio-safer.h".
18611         (getusershell): Use safer fopen.
18612         * lib/long-options.c (long_options): Use NULL rather than 0.
18613         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
18614         'free'.
18615         * lib/modechange.c: Likewise.
18616         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
18617         (MODE_DONE): New constant.
18618         (struct mode_change): Remove 'next' member.
18619         (make_node_op_equals): New function; like the old one of the
18620         same name, except it allocates an array.
18621         (mode_compile, mode_create_from_ref): Use it.
18622         (mode_compile): Allocate result as an array, not a linked list.
18623         Parse octal string ourself, so that we catch mistakes like "+0".
18624         (mode_adjust): Arg is an array, not a linked list.
18625         * lib/modechange.c: Include stat-macros.h, xalloc.h.
18626         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
18627         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
18628         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
18629         Remove.  This is now stat-macros.h's job.
18630         (talloc): Remove.  All callers replaced by xalloc, so that
18631         our invokers don't have to worry about reporting memory failures.
18632         (make_node_op_equals): Remove.
18633         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
18634         New constants.
18635         (struct mode_change): Moved here from modechange.h.
18636         (mode_append_entry): Remove.
18637         (mode_compile): Remove MASKED_OPS arg, since it encouraged
18638         apps to have incorrect behavior.  Use simpler algorithm for head
18639         and tail.  Don't futz with umask; that's now the job of mode_adjust.
18640         Detect more invalid usages rather than having somewhat-random behavior.
18641         Don't insert an "a=" action, as that leads to incorrect behavior.
18642         (mode_compile, mode_create_from_ref): Return NULL on error instead
18643         of an enum, since now there's only one way to have an error.  All
18644         callers changed.
18645         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
18646         at the correct time.  Simplify calculation of "+u" and its ilk.
18647         Don't mishandle "+X".
18648         (mode_free): Remove "register" and localize decls.
18649         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
18650         (struct mode_change): Move to modechange.c; callers don't
18651         need to see this stuff.
18652         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
18653         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
18654         (mode_change, mode_adjust): Reflect the new signatures noted above.
18655         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
18656         that might redefine system include files.
18657         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
18658         (my_usleep): Use NULL rather than (void *) 0.
18659         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
18660         Use siginterrupt to specify that system calls should be interrupted.
18661         (rpl_nanosleep): Move initialization of suspended closer to call of
18662         my_usleep.
18663         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
18664         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
18665         (desirable_utmp_entry): New function.
18666         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
18667         using x2nrealloc, to simplify logic.
18668         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
18669         size calculation.  Do not assume utmp file is a regular file.
18670         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
18671         (READ_UTMP_CHECK_PIDS): New constant.
18672         * lib/save-cwd.c: Include unistd-safer.h.
18673         (save_cwd): Use fd_safer.
18674         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
18675         [!_LIBC] Include "stat-macros.h" instead.
18676         * lib/unistd-safer.h (fd_safer): New decl.
18677
18678 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18679
18680         * modules/getloadavg (Depends-on): Add unistd-safer.
18681         * modules/getusershell (Depends-on): Add stdio-safer.
18682         * modules/lstat (Depends-on): Remove xalloc.
18683         * modules/mkstemp (Depends-on): Add stat-macros.
18684         * modules/modechange (Depends-on): Remove xstrtol.
18685         Add stat-macros, xalloc.
18686         * modules/save-cwd (Depends-on): Add unistd-safer.
18687         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
18688         * modules/unistd-safer (Files): Add lib/fd-safer.c
18689         (Makefile.am): Remove lib_SOURCES.
18690
18691         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
18692         Remove fcntl-safer; unistd-safer supersedes it.
18693
18694 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18695
18696         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
18697         AC_HEADER_STAT.
18698         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
18699         (gl_PREREQ_CHOWN): Remove.
18700         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
18701         it.  Don't require AC_HEADER_STAT.
18702         (gl_PREREQ_LSTAT): Remove.
18703         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
18704         Don't require AC_HEADER_STAT.
18705         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
18706         (gl_PREREQ_RMDIR): Remove.
18707         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
18708         mention stat-macros.h or AC_HEADER_STAT, since we'll make
18709         the stat-macros module a prerequisite.
18710         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
18711         * m4/filemode.m4 (gl_FILEMODE): Likewise.
18712         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
18713         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
18714         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
18715         variable names.
18716         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
18717         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
18718         variable prefixes.
18719         * m4/fcntl-safer.m4: Remove.
18720         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
18721         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
18722         Invoke gl_PREREQ_FD_SAFER.
18723         (gl_PREREQ_FD_SAFER): New macro.
18724         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
18725         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
18726         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
18727         Remove duplicate call to AC_LIBOBJ(readutmp).
18728         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
18729
18730         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
18731         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
18732
18733 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
18734
18735         * MODULES.html.sh (Misc): Add byteswap.
18736
18737 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18738
18739         * modules/getcwd (Depends-on): Add extensions.
18740         * modules/openat (Depends-on): Likewise.
18741
18742 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18743
18744         * modules/byteswap: New file.
18745
18746 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18747
18748         * m4/byteswap.m4: New file.
18749
18750 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
18751
18752         * lib/byteswap_.h: New file.
18753
18754 2005-04-25  Karl Berry  <karl@gnu.org>
18755
18756         * m4/gettext.m4: Update from GNU gettext 0.14.4.
18757
18758 2005-04-25  Albert Chin  <china@thewrittenword.com>
18759
18760         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
18761         Toolkit C bug.
18762
18763 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
18764
18765         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
18766         (func_ln_if_changed) Remove forcibly for no error message
18767         in case file does not exist.
18768
18769 2005-04-19  Simon Josefsson  <jas@extundo.com>
18770
18771         * gnulib-tool (Options): Make --symlink mean --symbolic.
18772
18773 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
18774
18775         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
18776
18777 2005-04-16  Simon Josefsson  <jas@extundo.com>
18778
18779         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
18780
18781 2005-04-15  Simon Josefsson  <jas@extundo.com>
18782
18783         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
18784
18785 2005-04-15  Simon Josefsson  <jas@extundo.com>
18786
18787         * gnulib-tool: Rename --symlink to --symbolic.
18788
18789 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
18790
18791         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
18792         symbolic links to files instead of copying/moving.  Add --aux-dir,
18793         specifying directory relative --dir where auxiliary build tools
18794         are placed.
18795
18796 2005-04-14  Bruno Haible  <bruno@clisp.org>
18797
18798         * modules/allocsa (License): Change to LGPL.
18799         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18800
18801 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
18802
18803         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
18804         that "UTC +1 second" continues to work.  Problem reported
18805         by Dmitry V. Levin.
18806         (relunit_snumber): New rule.
18807         (relunit): Use it.
18808
18809 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
18810
18811         * lib/getdate.y (universal_time_zone_table): New constant.
18812         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
18813         universal_time_zone_table.
18814         (lookup_zone): Prefer universal_time_zone_table to
18815         local_time_zone_table, so that "GMT" time stamps are allowed in
18816         London during the summer.  Problem reported by Ian Abbott.
18817
18818 2005-04-12  Jim Meyering  <jim@meyering.net>
18819
18820         * lib/human.c (humblock): Set *options even when returning due to
18821         xstrtoumax conversion failure.  Thanks to a used-uninitialized
18822         warning from gcc-4.
18823
18824 2005-04-09  Jim Meyering  <jim@meyering.net>
18825
18826         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
18827         -Wuninitialized: initialize tm0.tm_year.
18828
18829 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
18830
18831         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
18832         count, since there's no maximum.  All uses changed.
18833         Add member dsts_seen.
18834         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
18835         not being INT_MAX.
18836         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
18837         Use pc_rels_seen to decide whther a date is absolute.
18838
18839         * lib/getdate.y (number): Don't overwrite year.
18840         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
18841         check.
18842
18843 2005-04-02  Simon Josefsson  <jas@extundo.com>
18844
18845         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
18846         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
18847
18848 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
18849
18850         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
18851         where no absolute path name can be longer than PATH_MAX.
18852
18853 2005-03-27  Jim Meyering  <jim@meyering.net>
18854
18855         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
18856
18857 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
18858
18859         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
18860         "one's complement" -> "ones' complement" in comment, as per Knuth.
18861         "value of type" -> "type or expression" in comment.
18862         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
18863
18864 2005-03-26  Jim Meyering  <jim@meyering.net>
18865
18866         Comment nits.
18867         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
18868         Correct typos: s/or/of/.
18869
18870 2005-03-26  Jim Meyering  <jim@meyering.net>
18871
18872         * modules/check-include-files: Move to ../ and rename to...
18873         * check-module: ...this.
18874
18875 2005-03-25  Jim Meyering  <jim@meyering.net>
18876
18877         * modules/xvasprintf (Files): Add xalloc.h.
18878
18879 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
18880
18881         * modules/gettext (Files): config/config.rpath ->
18882         build-aux/config.rpath
18883         * modules/iconv (Files): Likewise.
18884         Problem reported by Oskar Liljeblad.
18885
18886 2005-03-23  Jim Meyering  <jim@meyering.net>
18887
18888         * modules/check-include-files: New script to check for
18889         missing dependencies, multiple includes, etc.
18890
18891         * modules/c-strtold (Depends-on): Add xalloc.
18892         * modules/c-strtod (Depends-on): Add xalloc.
18893         * modules/hash (Depends-on): Add xalloc.
18894         (Files): Remove lib/xalloc.h.
18895
18896         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
18897         * modules/userspec (Files): Add lib/inttostr.h.
18898
18899 2005-03-23  Jim Meyering  <jim@meyering.net>
18900
18901         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
18902
18903 2005-03-22  Jim Meyering  <jim@meyering.net>
18904
18905         * modules/stat-macros: New module.
18906         * modules/canonicalize, modules/euidaccess, modules/file-type,
18907         * modules/filemode, modules/lchown, modules/makepath,
18908         * modules/rmdir, modules/stat: Depend on new stat-macros module
18909         rather than listing lib/stat-macros.h manually.
18910         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
18911
18912 2005-03-22  Jim Meyering  <jim@meyering.net>
18913
18914         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
18915
18916 2005-03-22  Bruno Haible  <bruno@clisp.org>
18917
18918         * config/srclist.txt: Replace target directory 'config' with
18919         'build-aux'.
18920         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
18921         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
18922         ../build-aux/.
18923
18924 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
18925
18926         * modules/chdir-long (Depends-on): Add mempcpy.
18927
18928         * modules/acl, modules/backupfile, modules/c-strtod,
18929         modules/c-strtold, modules/canon-host, modules/canonicalize,
18930         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
18931         modules/exclude, modules/exitfail, modules/file-type,
18932         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
18933         modules/getdate, modules/getline, modules/getpagesize,
18934         modules/getpass, modules/getugroups, modules/group-member,
18935         modules/hard-locale, modules/hash, modules/human, modules/idcache,
18936         modules/inttostr, modules/long-options, modules/makepath,
18937         modules/md5, modules/memcasecmp, modules/memcoll,
18938         modules/modechange, modules/mountlist, modules/path-concat,
18939         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
18940         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
18941         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
18942         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
18943         modules/strftime, modules/strndup, modules/strverscmp,
18944         modules/timespec, modules/unlocked-io, modules/userspec,
18945         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
18946         modules/yesno:
18947         Remove lib_SOURCES line from Makefile.am section, as this is now
18948         done automatically by the corresponding Autoconf macro.
18949
18950 2005-03-21  Jim Meyering  <jim@meyering.net>
18951
18952         Changes imported from coreutils.
18953
18954         * lib/cycle-check.c: Don't include xalloc.h.
18955
18956         * lib/path-concat.c: Don't include assert.h.
18957         (path_concat): Remove assertion that would have triggered
18958         for ABASE starting with more than one slash.
18959         Reported by Andreas Schwab.
18960
18961         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
18962         properly when ABASE is an absolute file name.
18963         Correct the description of this function.
18964         Include <assert.h>.
18965         Add an assertion and a test driver.
18966         This fixes a bug introduced on 2004-07-02.
18967         Andreas Schwab reported the resulting failure of cp --parents:
18968         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
18969
18970 2005-03-21  Jim Meyering  <jim@meyering.net>
18971
18972         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
18973         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
18974
18975 2005-03-21  Jim Meyering  <jim@meyering.net>
18976         and  Paul Eggert  <eggert@cs.ucla.edu>
18977
18978         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
18979         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
18980         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
18981         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
18982         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
18983         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
18984         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
18985         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
18986         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
18987         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
18988         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
18989         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
18990         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
18991         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
18992         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
18993         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
18994         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
18995         for these modules.
18996
18997 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
19000         (which shouldn't happen), generate nothing instead of returning 0
19001         immediately, so that nstrftime (NULL, ...) doesn't return 0.
19002
19003 2005-03-16  Bruno Haible  <bruno@clisp.org>
19004
19005         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
19006         HAVE_LONGLONG_64BIT.
19007
19008 2005-03-16  Bruno Haible  <bruno@clisp.org>
19009
19010         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
19011         HAVE_LONGLONG_64BIT.
19012
19013 2005-03-16  Bruno Haible  <bruno@clisp.org>
19014
19015         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
19016         HAVE_LONGLONG_64BIT.
19017
19018 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19019
19020         * lib/strftime.c (my_strftime): Prepend space to format so that we can
19021         reliably distinguish strftime failure from empty output on POSIX
19022         hosts.
19023
19024 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
19025
19026         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
19027         (iconv_string): Don't guess a size-zero buffer, as that might cause
19028         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
19029         result would be 'too large', where 'too large' is (heuristically)
19030         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
19031         overflow concerns.  This will prevent some unwanted malloc failures
19032         when the inputs are very large.
19033
19034 2005-03-15  Karl Berry  <karl@gnu.org>
19035
19036         * config/srclist.txt (config.rpath): from gettext.
19037         * config/config.rpath: update.
19038
19039 2005-03-15  Bruno Haible  <bruno@clisp.org>
19040
19041         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
19042         to 'negate'.
19043
19044         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
19045         variable.
19046
19047         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
19048         results.
19049
19050 2005-03-14  Simon Josefsson  <jas@extundo.com>
19051
19052         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
19053         <fx@gnu.org>.
19054
19055 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
19058         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
19059         intprops.h.
19060         * lib/strtol.c: Likewise.
19061
19062 2005-03-14  Jim Meyering  <jim@meyering.net>
19063
19064         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
19065         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
19066         to be nonzero so that we (and caller) can detect the difference
19067         between a valid zero-length expansion and an error return, even
19068         when the underlying strftime fails before writing anything into
19069         that location.
19070
19071 2005-03-14  Bruno Haible  <bruno@clisp.org>
19072
19073         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
19074         Update from GNU gettext 0.14.3.
19075
19076 2005-03-10  Jim Meyering  <jim@meyering.net>
19077
19078         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
19079
19080 2005-03-10  Jim Meyering  <jim@meyering.net>
19081
19082         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
19083         so that this module works on systems without fchdir.
19084
19085 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         Factor int-properties macros into a single file, except for
19088         glibc-related files.
19089         * lib/intprops.h: New file.
19090         * lib/getloadavg.c: Include it instead of limits.h.
19091         (INT_STRLEN_BOUND): Remove.
19092         * lib/human.c: Include intprops.h.
19093         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
19094         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
19095         302/1000.
19096         * lib/inttostr.h: Include intprops.h instead of limits.h.
19097         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
19098         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
19099         for consistency with intprops.h.
19100         (time_t_is_integer, twos_complement_arithmetic): Use them.
19101         * lib/sig2str.h: Include <signal.h>, intprops.h.
19102         (INT_STRLEN_BOUND): Remove.
19103         * lib/strftime.c (TYPE_SIGNED): Remove.
19104         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
19105         * lib/strtol.c: Adjust comments to match intprops.h.
19106         * lib/userspec.c: Include intprops.h.
19107         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
19108         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
19109         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
19110         instead of rolling our own expressions.
19111         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
19112
19113         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
19114         instead of int.
19115         (my_strftime): Do not mishandle years close to INT_MAX, by doing
19116         the right thing even if adding 1900 would overflow.  Similarly
19117         for tm_mon + 1 and tm_yday + 1.
19118         Make %Y always equivalent to %C%y, and similarly for %G and %g.
19119         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
19120         (DO_SIGNED_NUMBER): New macro.
19121         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
19122
19123 2005-03-07  Bruno Haible  <bruno@clisp.org>
19124
19125         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
19126
19127 2005-03-07  Bruno Haible  <bruno@clisp.org>
19128
19129         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
19130
19131 2005-03-04  Derek R. Price  <derek@ximbiot.com>
19132
19133         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
19134         (func_import): Only replace files via --import when they have actually
19135         changed.
19136
19137 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19138
19139         * m4/mmap-anon.m4: New file.
19140         * m4/pagealign_alloc.m4: New file.
19141
19142 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19143             Bruno Haible  <bruno@clisp.org>
19144
19145         * modules/pagealign_alloc: New file.
19146         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
19147
19148 2005-03-03  Derek R. Price  <derek@ximbiot.com>
19149             Bruno Haible  <bruno@clisp.org>
19150
19151         * lib/pagealign_alloc.h: New file.
19152         * lib/pagealign_alloc.c: New file.
19153
19154 2005-03-03  Bruno Haible  <bruno@clisp.org>
19155
19156         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
19157         Use an all-permissive copyright notice, recommended by RMS.
19158
19159 2005-03-02  Bruno Haible  <bruno@clisp.org>
19160
19161         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
19162         of AIX, the replacement has to be done only after <string.h> is
19163         included, therefore not in config.h. stpncpy.h does the replacement,
19164         and stpncpy.c uses it.
19165
19166 2005-03-02  Bruno Haible  <bruno@clisp.org>
19167
19168         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
19169         stpncpy.c uses it.
19170
19171 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19172
19173         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
19174         The workaround isn't strictly needed for POSIX conformance, and
19175         it's too much of a pain to configure and maintain.  We'll ask
19176         people to fix their kernels instead.
19177         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
19178         (NANOSLEEP_BUG_WORKAROUND): Remove.
19179         (xnanosleep): Remove the workaround.
19180
19181 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
19184         Reported by Derek Price.
19185         (Include): Add "timespec.h".
19186
19187         * modules/xnanosleep (Depends-on): Remove gethrxtime.
19188
19189 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
19192         to detect nanosleep bug.
19193
19194 2005-03-01  Bruno Haible  <bruno@clisp.org>
19195
19196         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
19197
19198 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
19199
19200         * modules/gethrxtime: New file.
19201         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
19202         (Depends-on): Add gethrxtime.
19203         (configure.ac): Add gl_XNANOSLEEP.
19204         (Makefile.am): Remove lib_SOURCES line.
19205
19206 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19207
19208         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
19209         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
19210
19211 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
19212
19213         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
19214         * lib/timespec.h (gettime): Return void, since it always
19215         succeeds now.  All uses changed.
19216         * lib/gettime.c (gettime) Likewise.
19217         [HAVE_NANOTIME]: Prefer nanotime.
19218         Assume gettimeofday succeeds, as POSIX requires.
19219         Assime time () succeeds, since other code already does.
19220         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
19221         (timespec_subtract): Remove.
19222         (NANOSLEEP_BUG_WORKAROUND): New constant.
19223         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
19224         things considerably.  Use it only on GNU/Linux hosts, since the
19225         workaround shouldn't be needed elsewhere.
19226
19227 2005-02-24  Bruno Haible  <bruno@clisp.org>
19228
19229         * modules/gettext (Files): Add m4/glibc2.m4.
19230
19231 2005-02-24  Bruno Haible  <bruno@clisp.org>
19232
19233         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
19234         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
19235         * m4/progtest.m4:
19236         Update from GNU gettext 0.14.2.
19237         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
19238
19239 2005-02-24  Bruno Haible  <bruno@clisp.org>
19240
19241         * lib/localcharset.c: Update from GNU gettext 0.14.2.
19242         * lib/config.charset: Update from GNU gettext 0.14.2.
19243
19244 2005-02-24  Bruno Haible  <bruno@clisp.org>
19245
19246         * lib/gettext.h: Update from GNU gettext 0.14.2.
19247
19248 2005-02-23  Simon Josefsson  <jas@extundo.com>
19249
19250         * m4/iconvme.m4: New file.
19251
19252 2005-02-23  Jim Meyering  <jim@meyering.net>
19253
19254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
19255         change.
19256         Thanks to Bruno Haible for catching it.
19257
19258 2005-02-22  Simon Josefsson  <jas@extundo.com>
19259
19260         * modules/iconvme: New file.
19261
19262         * MODULES.html.sh: Add iconvme.
19263
19264 2005-02-22  Simon Josefsson  <jas@extundo.com>
19265
19266         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
19267
19268 2005-02-22  Simon Josefsson  <jas@extundo.com>
19269
19270         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
19271
19272 2005-02-22  Jim Meyering  <jim@meyering.net>
19273
19274         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
19275         s/ifndef/ifdef/.
19276
19277 2005-02-20  Neil Conway  <neilc@samurai.com>
19278
19279         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
19280         returned by OSX/Darwin if the specified buffer is not large
19281         enough for the hostname.
19282
19283 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19284
19285         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
19286         pass it to _help, otherwise the latter coredumps trying to
19287         dereference state.root_argp.
19288
19289 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19290
19291         * modules/chdir-long (Depends-on): Add memrchr.
19292         * modules/memrchr (Files): Add lib/memrchr.h.
19293         (Include): "memrchr.h".
19294
19295 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19296
19297         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
19298
19299 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
19300
19301         * lib/memrchr.h: New file.
19302         * lib/chdir-long.c: Include it.
19303         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
19304         Don't bother including stddef.h.
19305
19306 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
19309         inclusion.
19310         Include <sys/types.h>, for dev_t.
19311         (ME_DUMMY, ME_REMOTE): Move from here....
19312         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
19313         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
19314         Dmitry V. Levin.
19315         Include mountlist.h first, to test the interface.
19316
19317 2005-01-29  Bruno Haible  <bruno@clisp.org>
19318
19319         * lib/progname.c (program_name): Initialize.
19320         Needed when linking statically on MacOS X.
19321
19322 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19323
19324         Sync from coreutils.
19325         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
19326         (Depends-on): Add c-strtod.
19327         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
19328
19329 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
19330
19331         Sync from coreutils.
19332         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
19333
19334         Remove files that are specific to coreutils.
19335         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
19336
19337 2005-01-28  Bruno Haible  <bruno@clisp.org>
19338
19339         * modules/javacomp: New file.
19340         * MODULES.html.sh (Java): Add javacomp.
19341
19342 2005-01-28  Bruno Haible  <bruno@clisp.org>
19343
19344         * m4/javacomp.m4: New file, from GNU gettext.
19345
19346 2005-01-28  Bruno Haible  <bruno@clisp.org>
19347
19348         * lib/javacomp.sh.in: New file, from GNU gettext.
19349         * lib/javacomp.h: New file, from GNU gettext.
19350         * lib/javacomp.c: New file, from GNU gettext.
19351
19352 2005-01-26  Simon Josefsson  <jas@extundo.com>
19353
19354         * lib/gai_strerror.c: Use GPL in header.
19355
19356 2005-01-26  Bruno Haible  <bruno@clisp.org>
19357
19358         * modules/javaexec: New file.
19359         * MODULES.html.sh (Java): Add javaexec.
19360
19361 2005-01-26  Bruno Haible  <bruno@clisp.org>
19362
19363         * m4/javaexec.m4: New file, from GNU gettext.
19364
19365 2005-01-26  Bruno Haible  <bruno@clisp.org>
19366
19367         * lib/javaexec.sh.in: New file, from GNU gettext.
19368         * lib/javaexec.h: New file, from GNU gettext.
19369         * lib/javaexec.c: New file, from GNU gettext.
19370
19371 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19372
19373         * modules/lchown (Depends-on): Remove lchown.h
19374
19375 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19376
19377         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
19378         must be defined if the header file was not found, in order
19379         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
19380
19381 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19382
19383         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
19384         initializers for struct pentry_state.
19385         (__argp_error): Check return value of __asprintf
19386         (__argp_failure): Translate error message
19387
19388         * lib/argp-parse.c: Removed braces around the expansion of N_()
19389
19390 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19391
19392         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
19393         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
19394         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
19395         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
19396         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
19397         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
19398         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
19399         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
19400         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
19401         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
19402         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
19403         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
19404         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
19405         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
19406         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
19407         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
19408         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
19409         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
19410         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
19411         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
19412         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
19413         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
19414         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
19415         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
19416         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
19417         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
19418         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
19419         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
19420         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
19421         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
19422         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
19423         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
19424         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
19425         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
19426         xstrtol.m4, xstrtoumax.m4, yesno.m4:
19427         Use an all-permissive copyright notice, recommended by RMS.
19428
19429 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         * modules/chdir-long (Depends-on): Remove mempcpy.
19432
19433 2005-01-21  Jim Meyering  <jim@meyering.net>
19434
19435         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
19436         same value as for Solaris 9.
19437
19438         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
19439         component length.  This included changing the parameter to be
19440         of type `char *' rather than `char const *'.
19441         * lib/chdir-long.h (chdir_long): Update prototype.
19442
19443         * lib/openat.c (fdopendir, fstatat): New functions.
19444         * lib/openat.h: Include headers required for use of DIR and struct
19445         stat.
19446         [AT_SYMLINK_NOFOLLOW]: Define.
19447         (fdopendir, fstatat): Add prototypes.
19448
19449 2005-01-21  Bruno Haible  <bruno@clisp.org>
19450
19451         * modules/classpath: New file.
19452         * MODULES.html.sh (Java): Add classpath.
19453
19454 2005-01-21  Bruno Haible  <bruno@clisp.org>
19455
19456         * lib/classpath.h: New file, from GNU gettext.
19457         * lib/classpath.c: New file, from GNU gettext.
19458
19459 2005-01-20  Simon Josefsson  <jas@extundo.com>
19460
19461         * modules/version-etc-fsf: New file.
19462
19463 2005-01-20  Simon Josefsson  <jas@extundo.com>
19464
19465         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
19466         * lib/version-etc.c: Remove version_etc_copyright.
19467         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
19468         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
19469
19470 2005-01-20  Simon Josefsson  <jas@extundo.com>
19471
19472         * lib/base64.h (isbase64): Add.
19473
19474         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
19475         using a unsigned prototype, don't inline.
19476         (base64_decode): Use it.
19477
19478 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19479
19480         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
19481         it.
19482
19483 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19484
19485         * lib/save-cwd.c (save_cwd): Remove code to support the case
19486         where fchdir is missing or flaky.
19487
19488 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19489
19490         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
19491
19492 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
19493
19494         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
19495         AC_LIBSOURCES now does this.
19496         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
19497         with new ullong_max module.
19498
19499 2005-01-19  Bruno Haible  <bruno@clisp.org>
19500
19501         * modules/sh-quote: New file.
19502         * MODULES.html.sh (Executing programs): Add sh-quote.
19503
19504 2005-01-19  Bruno Haible  <bruno@clisp.org>
19505
19506         * lib/sh-quote.h: New file, from GNU gettext.
19507         * lib/sh-quote.c: New file, from GNU gettext.
19508
19509 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19510
19511         Merge from coreutils.
19512         * m4/ullong_max.m4: New file.
19513         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
19514         (gl_MACROS): Assume localeconv exists.
19515
19516 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19517
19518         Merge changes from coreutils, as described below in several
19519         changelogs dated today.
19520
19521         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
19522         (O_DIRECTORY): Remove; not needed here, since "." must be
19523         a directory.  All uses removed.
19524         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
19525         universal on Suns, and we also need to test for IRIX.
19526         Revamp code to use 'if' rather than '#if'.
19527         Avoid unnecessary comparison of cwd->desc to 0.
19528
19529         * lib/utimens.c (futimens): Robustify the previous patch, by checking
19530         for known valid error numbers rather than observed invalid ones.
19531
19532 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
19533
19534         * modules/ullong_max: New file.
19535
19536         * modules/chdir-long, modules/openat: New files.
19537         * modules/save-cwd (Depends-on): Depend on chdir-long.
19538         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
19539
19540 2005-01-18  Jim Meyering  <jim@meyering.net>
19541
19542         Merge from coreutils.
19543         * m4/chdir-long.m4, m4/openat.m4: New files.
19544         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
19545         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
19546         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
19547         is sane and DOES follow symlinks.  Besides, testing 20 different
19548         systems found no broken chown implementations.
19549         Prompted by a change in rsync's copy of this macro.
19550         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
19551
19552         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
19553
19554         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
19555         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
19556         NULL-means-set-to-current-time semantics.
19557         Remove temporary file immediately, rather than waiting
19558         for configure's at-exit trap code to do it.
19559
19560 2005-01-18  Jim Meyering  <jim@meyering.net>
19561
19562         * lib/version-etc.c (version_etc_copyright): Update copyright date.
19563
19564         * lib/utimens.c (futimens): Account for the fact that futimes
19565         can also fail with errno == ENOSYS or errno == ENOENT.
19566         Patch from Dmitry V. Levin.
19567
19568         Change the name of the robust chdir function from chdir to chdir_long.
19569         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
19570         (restore_cwd): Use chdir_long, not chdir.
19571         * lib/chdir-long.c: Renamed from chdir.c.
19572         * lib/chdir-long.h: Renamed from chdir.h.
19573         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
19574         Hurd.
19575
19576 2005-01-18  Bruno Haible  <bruno@clisp.org>
19577
19578         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
19579         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
19580         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
19581         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
19582         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
19583         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
19584         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
19585         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
19586         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
19587         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
19588         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
19589         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
19590         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
19591         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
19592         Use an all-permissive copyright notice, recommended by RMS.
19593
19594 2005-01-18  Bob Proulx  <bob@proulx.com>
19595
19596         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
19597         simplify offsetof() macro construct to avoid compile failure with
19598         native HP-UX 11.0 ANSI C compiler.
19599
19600 2005-01-17  Bruno Haible  <bruno@clisp.org>
19601
19602         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
19603         redundant because stpncpy.m4 takes care of it.
19604
19605 2005-01-17  Bruno Haible  <bruno@clisp.org>
19606
19607         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
19608
19609 2005-01-17  Bruno Haible  <bruno@clisp.org>
19610
19611         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
19612         used.
19613
19614 2005-01-17  Bruno Haible  <bruno@clisp.org>
19615
19616         * lib/fwriteerror.h (fwriteerror): Change specification to include
19617         fclose.
19618         * lib/fwriteerror.c: Include <stdbool.h>.
19619         (fwriteerror): At the end, close the file stream. Record whether
19620         stdout was already closed.
19621
19622 2005-01-17  Bruno Haible  <bruno@clisp.org>
19623
19624         * lib/execute.c (environ): Declare if needed.
19625         * lib/pipe.c (environ): Likewise.
19626         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
19627
19628 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19629
19630         * modules/argp: Depend on vsnprintf
19631
19632 2005-01-10  Jim Meyering  <jim@meyering.net>
19633
19634         * modules/closeout (Depends-on): Add atexit.
19635
19636 2005-01-06  Bruno Haible  <bruno@clisp.org>
19637
19638         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
19639
19640 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
19643         definitions to be after all include files, to avoid collisions.
19644         Problem reported by Bob Proulx.
19645
19646 2005-01-04  Jim Meyering  <jim@meyering.net>
19647
19648         Changes imported from coreutils.
19649         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
19650         as the mkstemp template, use a temporary directory and an
19651         8.3-friendly template to avoid trouble on systems like DJGPP.
19652         Reported by Juan M. Guerrero via Stepan Kasal.
19653         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
19654         close. Remove the temporary directory right away, rather than waiting
19655         for configure's at-exit trap code to do it.
19656         Suggestion from Stepan Kasal.
19657
19658 2005-01-01  Simon Josefsson  <jas@extundo.com>
19659
19660         * gnulib-tool: Print #include directives when --import'ing.
19661
19662 2004-12-28  Simon Josefsson  <jas@extundo.com>
19663
19664         * tests/test-base64.c: Include required header files.  Remove
19665         unused variables.
19666
19667 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19668
19669         * modules/error (Depends-on): Remove gettext.
19670
19671 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
19672
19673         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
19674         not needed.  This removes a dependency on the gettext module.
19675         [defined _LIBC]: Do not include <libintl.h>; not needed.
19676
19677 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
19678
19679         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
19680         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
19681
19682 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
19683
19684         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
19685         HAVE_DECL_STRTOLD.
19686
19687 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19688
19689         * modules/getdate (Depends-on): Remove alloca-opt.
19690
19691 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
19694
19695 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
19696
19697         * lib/argp-parse.c: Include <stddef.h>.
19698         (alignof, alignto): New macros.
19699         (parser_init): Don't assume that void * is aligned sufficiently
19700         for struct option.
19701
19702         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
19703         need to extend the stack.
19704         (YYINITDEPTH): New macro, so that the initial stack isn't overly
19705         large.
19706
19707 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19708
19709         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
19710
19711 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19712
19713         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
19714         (2004-10-24) change.  Apparently this was a false alarm.
19715
19716         * modules/getdate: Depend on alloca-opt, not alloca.
19717
19718 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
19719
19720         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
19721         Remove now-obsolete comment about AIX.
19722         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
19723         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
19724         (YYMAXDEPTH): New macro.
19725
19726 2004-12-18  Simon Josefsson  <jas@extundo.com>
19727
19728         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
19729
19730 2004-12-18  Bruno Haible  <bruno@clisp.org>
19731
19732         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
19733
19734 2004-12-18  Bruno Haible  <bruno@clisp.org>
19735
19736         * lib/fatal-signal.c (fatal_signals): Make non-const.
19737         (init_fatal_signals): New function.
19738         (uninstall_handlers, install_handlers): Ignore signals that were set to
19739         SIG_IGN.
19740         (at_fatal_signal): Call init_fatal_signals.
19741         (init_fatal_signal_set): Likewise. Ignore signals that were set to
19742         SIG_IGN.
19743         Reported by Paul Eggert.
19744
19745 2004-12-18  Bruno Haible  <bruno@clisp.org>
19746
19747         * doc/alloca.texi: New file.
19748         * doc/alloca-opt.texi: New file.
19749
19750 2004-12-17  Jim Meyering  <jim@meyering.net>
19751
19752         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
19753         Otherwise, install-sh could exit with improper exit status when
19754         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
19755
19756 2004-12-16  Simon Josefsson  <jas@extundo.com>
19757
19758         * tests/test-base64.c: Add license.
19759
19760 2004-12-15  Stepan Kasal  <address@hidden>
19761
19762         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
19763
19764 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
19765
19766         * modules/getcwd (Files): Add m4/d-ino.m4.
19767         Suggested by Mark D. Baushke.
19768
19769 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
19770
19771         * lib/getdate.y (textint): New member "negative".
19772         (time_zone_hhmm): New function.
19773         Expect 14 shift-reduce conflicts, not 13.
19774         (o_colon_minutes): New rule.
19775         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
19776         (yylex): Set the "negative" member of signed numbers.
19777
19778 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
19779
19780         * doc/getdate.texi (Time of day items, Time zone items):
19781         Describe new formats +00:00, UTC+00:00.
19782
19783 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
19784
19785         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
19786         spurious "-l"s.  Problem reported by Stepan Kasal.
19787
19788 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
19789
19790         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
19791         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
19792
19793 2004-12-04  Simon Josefsson  <jas@extundo.com>
19794
19795         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
19796         Vandoorselaere <yoann@prelude-ids.org>.
19797
19798 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19799
19800         Changes imported from coreutils.
19801         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
19802         exist.
19803         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
19804
19805 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         Changes imported from coreutils.
19808         * lib/hard-locale.c: Assume <locale.h> exists.
19809         Include "strdup.h".
19810         (GLIBC_VERSION): New macro.
19811         (hard_locale): Assume setlocale exists.
19812         Rewrite to avoid #ifdef.
19813         Use strdup rather than malloc + strcpy.
19814         * lib/human.c: Assume <locale.h> exists.
19815         (human_readable): Assume localeconv exists.
19816
19817 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
19818
19819         * modules/hard-locale (Depends-on): Add strdup.
19820
19821 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
19822
19823         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
19824         convert T2, not T.  (Imported from libc.)
19825
19826 2004-11-30  Simon Josefsson  <jas@extundo.com>
19827
19828         * modules/restrict (License): Change to LGPL.
19829
19830 2004-11-30  Simon Josefsson  <jas@extundo.com>
19831
19832         * m4/restrict.m4: Add copyright and copying conditions.
19833
19834 2004-11-30  Simon Josefsson  <jas@extundo.com>
19835
19836         * m4/base64.m4: New file.
19837
19838 2004-11-30  Simon Josefsson  <jas@extundo.com>
19839
19840         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
19841         base64.
19842
19843         * tests/test-base64.c: New file.
19844
19845         * modules/base64: New file.
19846
19847 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
19848
19849         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
19850         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
19851
19852         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
19853
19854 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
19855
19856         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
19857         (__getcwd.c): Don't restore errno; glibc doesn't.
19858         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
19859         first, falling back to our code only if its results look suspicious.
19860         Ensure that the resulting buffer is only as large as necessary.
19861
19862         * lib/readutmp.c: Include readutmp.h first.
19863         Include <errno.h>, since readutmp.h no longer does that.
19864         * lib/readutmp.h: Don't include <errno.h>,
19865         <sys/param.h>, <time.h>; not needed to establish interface.
19866         (errno): Remove decl.
19867         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
19868         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
19869         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
19870
19871 2004-11-28  Simon Josefsson  <jas@extundo.com>
19872
19873         * lib/base64.h, base64.c: New file.
19874
19875 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
19876
19877         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
19878
19879 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
19880
19881         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
19882         (Depends-on): Remove pathmax, same.  Add mempcpy.
19883         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
19884         (Makefile.am): Append getcwd.h to lib_SOURCES.
19885         (Include): Add getcwd.h.
19886         (Maintainer): Change from Jim Meyering to "all, glibc",
19887         since getdate now uses intended-for-glibc code.
19888         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
19889         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
19890
19891 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19892
19893         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
19894         HP's ANSI C compiler.
19895         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
19896         Declaring int functions causes warnings on some modern systems and
19897         shouldn't be needed to compile on ancient ones.
19898         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
19899         defined.
19900
19901         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
19902         with the following changes.
19903         (__set_errno): Parenthesize properly.
19904         Include <stdbool.h>.
19905         (MIN, MAX, MATCHING_INO): New macros.
19906         (__getcwd): Define with prototype, not K&R form.
19907         Use heuristics to allocate default buffer on stack if possible.
19908         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
19909         behavior, and to avoid the PATH_MAX limit when computing
19910         ../../../../...
19911         Use MATCHING_INO to compare inode number to file.
19912         Check for arithmetic overflow in size calculations.
19913         Fix bug in reallocation of dot array that caused getcwd to fail
19914         on directories nested deeper than 75.
19915         Be more careful about saving errno on error.
19916         Do not use realloc; use only free+malloc, as this is a bit
19917         more flexible and avoids a needless copy operation.
19918         Do not inspect st_dev and st_ino for symbolic links; POSIX
19919         doesn't specify the latter.
19920         Check for closedir errors.
19921         Avoid needless casts.
19922         Use "#ifdef weak_alias" around weak_alias, to be like other
19923         glibc code.
19924         The following changes to getcwd.c have effect only when used in
19925         gnulib; they have no effect inside glibc proper.
19926         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
19927         as alloca isn't used.
19928         (alloca, __alloca): Likewise.
19929         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
19930         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19931         unconditionally, as gnulib assumes C89 or better.
19932         Do not include <sys/param.h>.
19933         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
19934         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
19935         better.
19936         (NULL) [!defined NULL]: Remove; we assume C89 or better.
19937         Include <dirent.h> in a way that is compatible with modern Autoconf.
19938         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
19939         New macros, if not already defined.
19940         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
19941         Use "_LIBC", not "defined _LIBC", for consistency.
19942         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
19943         a mempcpy module.
19944         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
19945         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
19946         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
19947         credit only to Jim Meyering and adjust the copyright dates.
19948         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
19949         <stdlib.h>, <unistd.h>, "pathmax.h".
19950         Instead, include "xgetcwd.h" (first) and "getcwd.h".
19951         (INITIAL_BUFFER_SIZE): Remove.
19952         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
19953
19954 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
19955
19956         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
19957         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
19958         Use the _ONCE methods, for efficiency.
19959         Check for fcntl.h.  In test program, include <errno.h>
19960         and <fcntl.h> if available.  Remove old K&R cruft from
19961         test program.  Check for common errors in GNU/Linux,
19962         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
19963         don't do AC_LIBOBJ, as that's getcwd.m4's job.
19964         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
19965         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
19966         name accordingly.
19967         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
19968         accommodate new getcwd.c.
19969         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
19970         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
19971         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
19972         that's all we need now.
19973
19974 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19975
19976         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
19977         argp-parse.c depends on getopt internals, that means we should
19978         always use our getopt, to be on the safe side.
19979         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
19980         order not to spoil the result of an eventual previous invocation
19981         of gl_GETOPT_SUBSTITUTE.
19982
19983 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19984
19985         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
19986         redefinition warnings. To avoid them, include the defines
19987         in `#if !defined __need_getopt ... #endif'. The only place
19988         where __getopt_argv_const is used is in definitions
19989         of getopt_long and getopt_long_only below, which are as well
19990         protected by `#ifndef __need_getopt'.
19991         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
19992         __need_getopt after including <stdio.h> and <unistd.h> These
19993         headers might have defined it.
19994
19995 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
19996
19997         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
19998
19999 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
20000
20001         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
20002         (futimens): New function, which uses futimes if available.
20003         (futimens, utimens): Support timespec==NULL, with same semantics
20004         as utime and utimens.
20005         * lib/utimens.h (futimens): New decl.
20006
20007 2004-11-23  Jim Meyering  <jim@meyering.net>
20008
20009         * lib/getopt_.h: Remove trailing blanks.
20010
20011 2004-11-23  Jim Meyering  <jim@meyering.net>
20012
20013         * lib/__fpending.c: Add comment.
20014
20015 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
20016
20017         * modules/canonicalize (Depends-on): Add xreadlink.
20018         Problem reported by James Youngman.
20019
20020 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
20021
20022         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
20023         New macros.
20024         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
20025         optopt): Use them instead of invoking ## directly; otherwise, the
20026         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
20027
20028 2004-11-19  Bruno Haible  <bruno@clisp.org>
20029
20030         * lib/strtok_r.c: Move comments from here...
20031         * lib/strtok_r.h: ... to here.
20032
20033 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20034
20035         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
20036         implementations that mishandle size_t overflow.
20037
20038 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
20039
20040         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
20041         might fail.  Problem reported by Yoann Vandoorselaere.
20042         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
20043         implementations that mishandle size_t overflow.
20044
20045 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * modules/canon-host (Depends-on): Add strdup.
20048
20049 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20050
20051         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
20052
20053 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20054
20055         * lib/canon-host.c: Include "strdup.h".
20056         (canon_host): Use getaddrinfo if available, so that IPv6 works.
20057         Use strdup instead of malloc/strcpy to duplicate strings.
20058
20059         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
20060         (human_space_before_unit): New constant.
20061         * lib/human.c (human_readable): Support it.
20062
20063         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
20064         (xgetcwd): Set errno correctly when failing.
20065         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
20066         the failure is actually due to a PATH_MAX problem.
20067
20068         Further getopt changes to make it more likely that glibc will
20069         buy the changes back.
20070         * lib/getopt.c (POSIXLY_CORRECT): New constant.
20071         (getopt): Use it, so to preserve glibc semantic
20072         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
20073         when compiling for libc.
20074         * lib/getopt_.h (__getopt_argv_const): Bring it back.
20075         (getopt_long, getopt_long_only): Use it.
20076
20077         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20078         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
20079         (getopt): Argv is now char * const *, as per standard.
20080         (_getopt_internal_r, _getopt_internal): Argv is now char **,
20081         not char *__getopt_argv_const *.
20082         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20083         _getopt_long_only_r): Likewise.
20084         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
20085         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20086         _getopt_long_r, _getopt_long_only_r): Likewise.
20087         * lib/getopt_.h (__getopt_argv_const): Remove.
20088         (getopt): Argv is now char * const *, as per standard.
20089
20090         * lib/getdate.y (tORDINAL): New token.
20091         (day, relunit): Allow it for relative times.
20092         (relative_time_table): Use tORDINAL for ordinals.
20093
20094 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
20095
20096         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
20097         Document that "second" isn't allowed as an ordinal number.
20098
20099 2004-11-16  Jim Meyering  <jim@meyering.net>
20100
20101         * modules/closeout (Depends-on): Add fpending.
20102
20103 2004-11-15  Jim Meyering  <jim@meyering.net>
20104
20105         * lib/closeout.c: Include "__fpending.h" once again.
20106         Include <stdbool.h>.
20107         (close_stdout): Don't fail just because stdout was closed initially,
20108         since some programs don't write to stdout in the normal course of
20109         operation (other than --version and --help), and we don't want this
20110         function to make e.g. `touch file >&-' fail.
20111         But do fail if it was closed and someone has tried to write to it.
20112         E.g., `printf foo >&-' must fail.
20113
20114 2004-11-13  Jim Meyering  <jim@meyering.net>
20115
20116         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
20117
20118 2004-11-12  Simon Josefsson  <jas@extundo.com>
20119
20120         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
20121         small doc fix is still pending.
20122
20123 2004-11-11  Simon Josefsson  <jas@extundo.com>
20124
20125         * modules/strtok_r: New file.
20126
20127         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20128         strtok_r.
20129
20130 2004-11-11  Simon Josefsson  <jas@extundo.com>
20131
20132         * m4/strtok_r.m4: New file.
20133
20134         * m4/getopt.m4: Replace opterr.
20135
20136 2004-11-11  Simon Josefsson  <jas@extundo.com>
20137
20138         * lib/strtok_r.h, strtok_r.c: New file.
20139
20140 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
20143         of replacing opterr, getopt, etc.  This should handle the
20144         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
20145
20146 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
20147
20148         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
20149         we can stop lying to compilers about the constness of argv when we
20150         are compiled outside glibc.
20151         (getopt, getopt_long, getopt_long_only): Use it.
20152         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
20153         _getopt_internal, getopt): Likewise.
20154         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
20155         _getopt_long_only_r): Likewise.
20156         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
20157         _getopt_long_r, _getopt_long_only_r): Likewise.
20158
20159         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
20160         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
20161         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
20162         the other external symbols.
20163         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
20164         declaration, since the above renaming now works around collisions.
20165
20166 2004-11-11  Jim Meyering  <jim@meyering.net>
20167
20168         * lib/linebreak.c: Remove trailing blanks.
20169         * lib/alloca_.h: Likewise.
20170         * lib/acosl.c: Likewise.
20171         * lib/euidaccess.c: Likewise.
20172         * lib/allocsa.h: Likewise.
20173
20174 2004-11-10  Simon Josefsson  <jas@extundo.com>
20175
20176         * m4/getaddrinfo.m4: New file.
20177
20178 2004-11-10  Simon Josefsson  <jas@extundo.com>
20179
20180         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
20181
20182 2004-11-10  Simon Josefsson  <jas@extundo.com>
20183
20184         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20185         getaddrinfo.
20186
20187         * modules/getaddrinfo: New file.
20188
20189 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20190
20191         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
20192
20193 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         * lib/mktime.c (SHR): New macro, which is a portable
20196         substitute for >> that should work even on Crays.
20197         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
20198         Problem reported by Mark D. Baushke in
20199         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
20200         * lib/getdate.y (SHR): Likewise.
20201         (tm_diff): Use it.
20202         * lib/strftime.c (SHR): Likewise.
20203         (tm_diff): Use it.
20204         * lib/quotearg.c (struct quoting_options): Use unsigned int for
20205         quote_these_too, so that right shifts are well defined.  All uses
20206         changed.
20207
20208 2004-11-10  Jim Meyering  <jim@meyering.net>
20209
20210         Ensure that no close failure goes unreported.
20211         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
20212         return early when it seems there's nothing to flush.
20213         Don't include __fpending.h.
20214
20215 2004-11-10  Jim Meyering  <jim@meyering.net>
20216
20217         * modules/closeout (Depends-on): Remove fpending.
20218
20219 2004-11-10  Jim Meyering  <jim@meyering.net>
20220
20221         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
20222
20223 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20224
20225         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
20226         gl_FUNC_STRFTIME.
20227         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
20228         and AC_REQUIRE when possible, to avoid duplicate checks.
20229         Check for <wchar.h>.
20230
20231 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
20234
20235 2004-11-09  Bruno Haible  <bruno@clisp.org>
20236
20237         * m4/sockpfaf.m4: New file.
20238
20239 2004-11-05  Bruno Haible  <bruno@clisp.org>
20240
20241         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
20242         Reported by Mark D. Baushke <mdb@cvshome.org>.
20243
20244 2004-11-04  Bruno Haible  <bruno@clisp.org>
20245
20246         2004-09-11  Bruno Haible  <bruno@clisp.org>
20247                 * allocsa.valgrind: New file.
20248         2004-02-06  Bruno Haible  <bruno@clisp.org>
20249                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
20250                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
20251                 Reported by Christopher Seip <chris.seip@hp.com>.
20252
20253 2004-11-04  Bruno Haible  <bruno@clisp.org>
20254
20255         * modules/allocsa (Files): Add lib/allocsa.valgrind.
20256         (Makefile.am): Distribute it.
20257
20258 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
20261         with errno == ERANGE if the buffer is too small.
20262         Problem reported by Mark D. Baushke.
20263
20264 2004-11-03  Albert Chin  <china@thewrittenword.com>
20265             Paul Eggert  <eggert@cs.ucla.edu>
20266
20267         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
20268         equivalent, substitute $ac_type for equivalent type rather than
20269         blindly using uint32_t *always* which won't work if uint32_t is not
20270         available.  Define _UINT32_T to work around typedef of uint32_t if
20271         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
20272         2.5.1.
20273
20274 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20275
20276         * m4/jm-macros.m4: Sync from coreutils.
20277         (gl_MACROS): Check for mbrlen, for pathchk.
20278         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
20279
20280 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20281
20282         * lib/xreadlink.c (MAXSIZE): New macro.
20283         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
20284         size does not exceed MAXSIZE.  Avoid cast.
20285         As suggested by Mark D. Baushke in
20286         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
20287         if readlink fails with buffer size just under MAXSIZE, try again
20288         with MAXSIZE.
20289
20290 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
20291
20292         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
20293
20294 2004-11-02  Derek R. Price  <derek@ximbiot.com>
20295         and  Paul Eggert  <eggert@cs.ucla.edu>
20296
20297         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
20298         (get_date): Overparenthesize to avoid GCC warning.
20299
20300 2004-11-02  Bruno Haible  <bruno@clisp.org>
20301
20302         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
20303         returns void.
20304
20305 2004-11-02  Bruno Haible  <bruno@clisp.org>
20306
20307         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
20308         function returns void.
20309
20310 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20311
20312         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
20313         fflush_unlocked, flockfile, funlockfile, funlockfile,
20314         fputs_unlocked, putc_unlocked.
20315
20316 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
20317
20318         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
20319         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
20320         already declared.
20321
20322 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20323
20324         * modules/getdate (Files): Add doc/getdate.texi.
20325         (Depends-on): Add setenv, xalloc.
20326
20327 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20328
20329         * lib/getdate.y: Add support for TZ="foo" within a date string.
20330         Fix some bugs near time_t boundaries.  Reject dates with
20331         out-of-range components, e.g., "Sept 31".
20332         Include <stdlib.h>, "setenv.h", "xalloc.h".
20333         (ISDIGIT_LOCALE): Remove; unused.
20334         Note that the TZ and time functions used here are not reentrant.
20335         (mktime_ok, get_tz): New functions.
20336         (TZBUFSIZE): New constant.
20337         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
20338         This requires that we sometimes generate our own TZ="XXX..." setting.
20339
20340 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20341
20342         * doc/getdate.texi: New file, from coreutils with modifications for
20343         the new TZ parsing.
20344
20345 2004-10-27  Derek R. Price  <derek@ximbiot.com>
20346
20347         * lib/mktime.c (not_equal_tm): Remove redundant check.
20348
20349 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20350
20351         * modules/regex (lib_SOURCES): Add regex.c.
20352         Reported by James Youngman in
20353         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
20354
20355 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
20356
20357         * lib/getdate.y: Use Bison 1.875 features, and some minor
20358         code cleanups.  This change does not affect semantics.
20359         Don't include <stdlib.h>; no longer needed.
20360         Don't include unlocked-io.h; only the "#if TEST" code uses
20361         stdio, and performance isn't crucial there.
20362         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
20363         Bison 1.875 features as described below.
20364         All uses of "PC." replaced by "pc->".
20365         (YYSTYPE): Add a forward declaration.
20366         (yylex, yyerror): Use full prototypes in forward decls.
20367         Use "%pure-parser" rather than obsolescent "%pure_parser".
20368         Use %parse-param and %lex-param instead of obsolescent
20369         YYPARSE_PARAM and YYLEX_PARAM.
20370         (meridian_table, month_and_day_table, time_units_table,
20371         relative_time_table, time_zone_table, military_table,
20372         lookup_zone, lookup_word, get_date):
20373         Use NULL instead of 0 where appropriate.
20374         (to_hour): Avoid abort (), to avoid a dependency on
20375         stdlib.h.
20376         (yyerror, yylex): Now accepts parser_control * arg.
20377         (main) [TEST]: Use '\0' rather than 0 for char.
20378
20379 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20380
20381         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
20382
20383 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
20384
20385         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
20386         It's now the caller's responsibility to handle the case where
20387         !HAVE_GETPAGESIZE && !defined getpagesize.
20388
20389         * lib/mktime.c (leapyear): Arg is long int, not int.
20390
20391 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
20392
20393         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
20394
20395 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
20396
20397         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
20398         missing.  Problem reported by James Youngman.
20399
20400 2004-10-16  Simon Josefsson  <jas@extundo.com>
20401
20402         * gnulib-tool: Fix comments.  Fix parse problem.
20403         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
20404
20405 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
20406
20407         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
20408         implementation of getopt_long.  Problem reported by Alexander Taler in:
20409         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
20410
20411 2004-10-15  Bruno Haible  <bruno@clisp.org>
20412
20413         * gnulib-tool: Untabify. Initialize supplied_libname.
20414         (func_usage): More homogenous output.
20415         (func_modules_transitive_closure, func_modules_to_filelist,
20416         func_emit_lib_Makefile_am): New functions.
20417         (func_import): New function, extracted from big case statement. Use
20418         func_get_license, func_modules_transitive_closure,
20419         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
20420         opt_lgpl. Don't use test -a, as it's not portable.
20421         (func_create_testdir): Use func_modules_transitive_closure,
20422         func_modules_to_filelist, func_emit_lib_Makefile_am.
20423
20424 2004-10-15  Bruno Haible  <bruno@clisp.org>
20425
20426         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
20427
20428 2004-10-15  Bruno Haible  <bruno@clisp.org>
20429
20430         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
20431         the portions belonging to each module.
20432         Suggested by Derek Robert Price <derek@ximbiot.com>.
20433
20434 2004-10-12  Simon Josefsson  <jas@extundo.com>
20435
20436         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
20437         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
20438         to real functions.
20439
20440 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20441
20442         * modules/vsnprintf: New file.
20443
20444 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20445
20446         * m4/vsnprintf.m4: New file.
20447
20448 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20449
20450         * lib/vsnprintf.h: New file.
20451         * lib/vsnprintf.c: New file.
20452
20453 2004-10-11  Bruno Haible  <bruno@clisp.org>
20454
20455         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
20456         vsnprintf.
20457
20458 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
20459
20460         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
20461
20462 2004-10-07  Bruno Haible  <bruno@clisp.org>
20463
20464         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
20465         fits into the provided buffer.
20466
20467 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
20468
20469         * lib/diacrit.c, diacrit.h: Add GPL notice.
20470
20471         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
20472         notice.
20473         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
20474         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
20475         This avoids a potential constant-folding bug.
20476
20477 2004-10-05  Bruno Haible  <bruno@clisp.org>
20478
20479         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
20480         for the declaration of strsep.
20481
20482 2004-10-05  Bruno Haible  <bruno@clisp.org>
20483
20484         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
20485
20486 2004-10-04  Simon Josefsson  <jas@extundo.com>
20487
20488         * modules/memmem: New file.
20489         * tests/test-memmem.c: New file.
20490         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
20491
20492 2004-10-04  Simon Josefsson  <jas@extundo.com>
20493
20494         * m4/memmem.m4: New file.
20495
20496 2004-10-04  Simon Josefsson  <jas@extundo.com>
20497
20498         * lib/memmem.h: New file.
20499         * lib/memmem.c: New file, taken from glibc.
20500
20501 2004-10-04  Simon Josefsson  <jas@extundo.com>
20502
20503         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
20504         '#ifdef USE_UNLOCKED_IO'.
20505
20506 2004-10-04  Simon Josefsson  <jas@extundo.com>
20507
20508         * config/srclist.txt: Add memmem from glibc.
20509
20510 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20511
20512         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
20513
20514         * modules/argmatch, modules/argp, modules/closeout, modules/error,
20515         modules/exclude, modules/getdate, modules/getline,
20516         modules/getndelim2, modules/getpass, modules/getpass-gnu,
20517         modules/getusershell, modules/linebuffer, modules/md5,
20518         modules/mountlist, modules/posixtm, modules/readtokens,
20519         modules/readutmp, modules/regex, modules/sha1,
20520         modules/version-etc, modules/yesno:
20521         Remove dependency on unlocked-io.
20522
20523 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
20526
20527         * m4/unlocked-io.m4: Add copyright notice.
20528         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
20529
20530 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20531
20532         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
20533         * lib/xmalloc.c (xmemdup): Likewise.
20534         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
20535         XFREE): Remove these long-obsolescent macros.
20536         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
20537         * lib/xstrdup.c: Remove.
20538
20539         * lib/regex.c (re_comp): Cast gettext return value to char *,
20540         Problem reported by Martin Neitzel via Mark D. Baushke.
20541
20542 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
20545         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
20546         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
20547         regex.c, sha1.c, version-etc.c, yesno.c:
20548         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
20549         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
20550         the includer's responsibility.
20551
20552         Sync from coreutils.
20553
20554         * lib/modechange.c (mode_compile): Don't decrement a pointer that
20555         points to the start of a string, as the C Standard says the
20556         resulting behavior is undefined.
20557
20558         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
20559         simple -> simple_backups, numbered_existing ->
20560         numbered_existing_backups, numbered -> numbered_backups
20561         to avoid shadowing problems.  All uses changed.
20562         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
20563         * lib/backupfile.c (check_extension, numbered_backup):
20564         Rename locals to avoid shadowing 'basename'.
20565         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
20566         once.
20567
20568         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
20569         * lib/.cvsignore: Add getopt.h.
20570
20571 2004-10-04  Bruno Haible  <bruno@clisp.org>
20572
20573         * modules/README: New file.
20574         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
20575         not a module.
20576
20577 2004-10-02  Jim Meyering  <jim@meyering.net>
20578
20579         * lib/dirfd.h, getpagesize.h: Add copyright notice.
20580
20581 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20582
20583         * modules/strsep: New file.
20584
20585 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20586
20587         * m4/strsep.m4: New file.
20588
20589 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20590
20591         * lib/strsep.h: New file.
20592         * lib/strsep.c: New file.
20593
20594 2004-10-01  Simon Josefsson  <jas@extundo.com>
20595
20596         * lib/snprintf.c (snprintf): Handle size==0.
20597
20598 2004-10-01  Simon Josefsson  <jas@extundo.com>
20599             Bruno Haible  <bruno@clisp.org>
20600
20601         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
20602         (snprintf): Declare 'args'.
20603
20604 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
20605
20606         * lib/snprintf.c: Remove comments as to why each header is needed.
20607
20608 2004-10-01  Bruno Haible  <bruno@clisp.org>
20609
20610         * MODULES.html.sh: Add strsep.
20611
20612 2004-09-30  Simon Josefsson  <jas@extundo.com>
20613
20614         * modules/snprintf: New file.
20615
20616 2004-09-30  Simon Josefsson  <jas@extundo.com>
20617
20618         * m4/snprintf.m4: New file.
20619
20620 2004-09-30  Simon Josefsson  <jas@extundo.com>
20621
20622         * lib/snprintf.h, lib/snprintf.c: New files.
20623
20624 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20625
20626         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
20627         (hol_entry_help): Never translate an empty string.
20628         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
20629         * lib/argp.h (OPTION_NO_TRANS): New option.
20630
20631 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         * modules/argp (Maintainer): Replace Simon Josefsson
20634         by Sergey Poznyakoff.
20635
20636 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20637
20638         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
20639         changes merged back into glibc.
20640
20641 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
20642
20643         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
20644
20645 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
20646
20647         * lib/xvasprintf.c: Include xalloc.h.
20648         (xvasprintf): Use xalloc_die, not xmalloc_die.
20649
20650 2004-09-29  Bruno Haible  <bruno@clisp.org>
20651
20652         * modules/alloca-opt: New file, derived from modules/alloca.
20653         * modules/allocsa: Depend on alloca-opt instead of alloca.
20654         * modules/setenv: Likewise.
20655         * modules/vasnprintf: Likewise.
20656         * MODULES.html.sh: Add alloca-opt.
20657
20658 2004-09-28  Simon Josefsson  <jas@extundo.com>
20659
20660         * gnulib-tool: New parameter --lgpl, to asseert that modules are
20661         LGPL, and to replace license template from GPL to LGPL.
20662
20663 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
20664
20665         * modules/dummy: Change license to LGPL.
20666
20667 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
20668
20669         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
20670
20671 2004-09-24  Simon Josefsson  <jas@extundo.com>
20672
20673         * modules/minmax (License): Change from GPL to LGPL.
20674
20675 2004-09-23  Simon Josefsson  <jas@extundo.com>
20676
20677         * gnulib-tool (--import): Typo.
20678
20679 2004-09-23  Simon Josefsson  <jas@extundo.com>
20680
20681         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
20682
20683 2004-09-22  Bruno Haible  <bruno@clisp.org>
20684
20685         * modules/*: Add 'License' field.
20686         * gnulib-tool: Accept --extract-license option.
20687         (func_get_license): New function.
20688
20689 2004-09-21  Bruno Haible  <bruno@clisp.org>
20690
20691         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
20692         Reported by Simon Josefsson.
20693
20694 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20695
20696         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
20697         gl_AC_TYPE_LONG_LONG.
20698
20699 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
20700
20701         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
20702
20703 2004-09-18  Simon Josefsson  <jas@extundo.com>
20704         and  Paul Eggert  <eggert@cs.ucla.edu>
20705
20706         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
20707         calls with autoreconf.  Define GL_LIB.
20708
20709 2004-09-14  Karl Berry  <karl@gnu.org>
20710
20711         * config/srclist.txt: unsync setenv.c, sigh.
20712
20713 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20714
20715         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
20716         Problem reported by Bruno Haible in:
20717         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
20718
20719 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
20720
20721         * config/srclist.txt: Comment out argp-pvh.c.
20722
20723 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
20724
20725         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
20726         in case some system header has #define'd it.  Problem reported by
20727         Soeren D. Schulze in
20728         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
20729
20730 2004-09-09  Karl Berry  <karl@gnu.org>
20731
20732         * regex.[ch]: delete from the root.  These were supposed to be
20733                 synced with emacs cvs, but this has not happened for about
20734                 a year, and anyway nothing else uses emacs regex.[ch].
20735                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
20736                 lib/regex[.ch] is untouched.
20737
20738 2004-09-09  Bruno Haible  <bruno@clisp.org>
20739
20740         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
20741
20742 2004-09-09  Bruno Haible  <bruno@clisp.org>
20743
20744         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
20745         modifications.
20746         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
20747
20748 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
20749
20750         * modules/xvasprintf: New file.
20751         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
20752
20753 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
20754
20755         * lib/xvasprintf.h: New file.
20756         * lib/xvasprintf.c: New file.
20757         * lib/xasprintf.c: New file.
20758
20759 2004-09-08  Bruno Haible  <bruno@clisp.org>
20760
20761         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
20762
20763 2004-09-08  Bruno Haible  <bruno@clisp.org>
20764
20765         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
20766         length is > INT_MAX.
20767         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
20768         more.
20769
20770 2004-09-08  Bruno Haible  <bruno@clisp.org>
20771
20772         * lib/stdint_.h: New file, taken from GNU clisp.
20773
20774 2004-09-08  Bruno Haible  <bruno@clisp.org>
20775             Oskar Liljeblad  <oskar@osk.mine.nu>
20776
20777         * modules/stdint: New file.
20778         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
20779
20780 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20781
20782         Import from coreutils.
20783         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
20784         strings on unbounded length.  alloca's performance benefits aren't
20785         that important here.
20786         (V_STRDUP): Remove.
20787         (parse_with_separator): New function, with most of the internals
20788         of the old parse_user_spec.  Allow user to omit both user and group,
20789         for compatibility with FreeBSD.
20790         Clone only the user name, not the entire spec.
20791         Do not set *uid, *gid unless entirely successful.
20792         Avoid memory leak in some failing cases.
20793         Fix regression for USER.GROUP reported by Dmitry V. Levin in
20794         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
20795         (parse_user_spec): Rewrite to use parse_with_separator.
20796
20797 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20798
20799         * modules/userspec: Don't depend on alloca.
20800
20801 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
20802
20803         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
20804
20805 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
20806
20807         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
20808         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
20809         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
20810
20811 2004-08-16  Simon Josefsson  <jas@extundo.com>
20812
20813         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
20814         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
20815         Add --dry-run for --import.
20816         Let user provided command line parameters override configure.ac
20817         settings.
20818
20819 2004-08-12  Simon Josefsson  <jas@extundo.com>
20820
20821         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
20822         as discussed with Paul Eggert in threads rooted at
20823         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
20824         and
20825         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
20826         Before, the test was empty, and relied on ELIDE_CODE in source
20827         code.)
20828         (gl_PREREQ_GETOPT): New macro.
20829         (gl_GETOPT): Use them.
20830
20831 2004-08-12  Simon Josefsson  <jas@extundo.com>
20832
20833         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
20834         * lib/getopt_.h: Renamed from getopt.h.
20835
20836 2004-08-12  Simon Josefsson  <jas@extundo.com>
20837
20838         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
20839         Change default library name from libfoo to libgnu.
20840         Now, if you have a configure.ac that says:
20841                 gl_SOURCE_BASE(gl)
20842                 gl_M4_BASE(gl/m4)
20843                 gl_MODULES(error getopt etcetera)
20844                 gl_INIT
20845         you can import all you need by running:
20846                 ../gnulib/gnulib-tool --import
20847
20848         * modules/getopt (Files): Rename getopt.h to getopt_.h.
20849         (Makefile.am): Rewrite, use logic from argz.
20850         (Include): Use <getopt.h> instead of "getopt.h".
20851
20852 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20853
20854         * modules/argp (Files): Add m4/unlocked-io.m4.
20855         (Depends-on): Add extensions.
20856
20857 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20858
20859         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
20860         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
20861         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
20862         Check for program_invocation_name, program_invocation_short_name,
20863         flockfile, funlockfile, features.h, _getopt_long_only_r.
20864
20865 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20866
20867         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
20868         its complicated substitute.
20869         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
20870         and program_invocation_name.
20871         (__argp_basename) [!_LIBC]: Remove; the only use was
20872         replaced by its body.
20873         (__argp_short_program_name): Change condition from
20874         !defined __argp_short_program_name to
20875         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
20876         to match argp-namefrob.h.
20877         (__argp_failure): Don't assume strerror_r returns char *.
20878         * lib/argp-parse.c (N_): Define unconditionally.
20879         (argp_default_options): Fill out initializers with 0 to avoid
20880         gcc warnings.
20881
20882 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
20883
20884         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
20885         getopt1.c.
20886
20887 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20888
20889         Merge from coreutils.
20890
20891         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
20892
20893         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
20894         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
20895
20896 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20897
20898         Merge from coreutils.
20899
20900         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
20901         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
20902         for Reliant Unix 5.43.
20903
20904         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
20905         (union fooround): Use uintmax_t, not long int.
20906         The rest is a merge from libc:
20907         [defined _LIBC]: Include <shlib-compat.h>.
20908         (_obstack) [defined _LIBC]: Remove after 2.3.4.
20909
20910         * lib/settime.c (settime): Recode to avoid warning with
20911         Sun Forte C 6U2.
20912
20913         * lib/strverscmp.c: Convert to UTF-8.
20914
20915 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
20916
20917         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
20918         m4/uintmax_t.m4.
20919
20920 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20921
20922         * modules/xalloc-die: New file.
20923         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
20924
20925         * modules/md5 (Files): Add m4/uint32_t.m4.
20926         * modules/sha1: Renamed from modules/sha.
20927         (Files):
20928         Rename lib/sha.h to lib/sha1.h.
20929         Rename lib/sha.c to lib/sha1.c.
20930         Rename m4/sha.m4 to m4/sha1.m4.
20931         (lib_SOURCES): Likewise.
20932         (configure.ac): Rename gl_SHA to gl_SHA1.
20933         (Include): sha.h -> sha1.h.
20934
20935 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20936
20937         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
20938         * m4/sha1.m4: Renamed from sha.m4.
20939         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
20940
20941 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
20942
20943         * lib/obstack.h (obstack_empty_p):
20944         Don't assume that chunk->contents is suitably aligned.
20945         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
20946         Likewise. Problem reported by Benno in
20947         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
20948
20949         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
20950         readable.  This could be improved further but it'd take some work.
20951
20952 2004-08-08  Simon Josefsson  <jas@extundo.com>
20953
20954         * modules/xgethostname (Depends-on): Remove exit and error (not
20955         used).
20956
20957         * modules/getpass-gnu: Add getpass.h.
20958         (Depends-on): Add stdbool.
20959         * modules/getpass: Add getpass.h.
20960
20961 2004-08-08  Simon Josefsson  <jas@extundo.com>
20962
20963         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
20964         Check getpass declaration.
20965
20966 2004-08-08  Simon Josefsson  <jas@extundo.com>
20967
20968         * lib/xgethostname.c: Don't include error.h (not used).
20969
20970         * lib/getpass.h: Add.
20971         * lib/getpass.c: Include getpass.h first.
20972
20973 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
20974
20975         * lib/xalloc-die.c: New file.
20976         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
20977         All uses removed.
20978         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
20979         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
20980         xalloc-die.c.
20981         (_, N_, xalloc_die): Move to xalloc-die.c.
20982         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
20983         so that we needn't mess with xalloc_msg_memory_exhausted.
20984
20985         * lib/sha1.h: Renamed from sha.h.
20986         (SHA1_H): Renamed from _SHA_H.
20987         (sha1_ctx): Renamed from sha_ctx.
20988         (sha1_init_ctx): Renamed from sha_init_ctx.
20989         (sha1_process_block): Renamed from sha_process_block.
20990         (sha1_process_bytes): Renamed from sha_process_bytes.
20991         (sha1_finish_ctx): Renamed from sha_finish_ctx.
20992         (sha1_read_ctx): Renamed from sha_read_ctx.
20993         (sha1_stream): Renamed from sha_stream.
20994         (sha1_buffer): Renamed from sha_buffer.
20995         * lib/sha1.c: Likewise; renamed from sha.c.
20996         Do not include <sys/types.h>.
20997         Include <stddef.h> rather than <stdlib.h>.
20998
20999 2004-08-08  Bruno Haible  <bruno@clisp.org>
21000
21001         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
21002         FILESYSTEM_PREFIX_LEN.
21003         * lib/progreloc.c: Likewise.
21004         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
21005
21006 2004-08-06  Simon Josefsson  <jas@extundo.com>
21007
21008         * modules/progname (Depends-on): Don't depend on stdbool.
21009
21010 2004-08-06  Simon Josefsson  <jas@extundo.com>
21011
21012         * modules/getsubopt: New file.
21013         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21014         getsubopt.
21015
21016 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21017
21018         More merge from coreutils.
21019
21020         * m4/utimens.m4, m4/utimecmp.m4: New files.
21021         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
21022         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
21023         prereq.m4, sha.m4: Import changes from coreutils.
21024
21025 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21026
21027         More merge from coreutils.
21028         * modules/raise, modules/readtokens0, modules/utimens:
21029         * modules/utimecmp, module/xnanosleep: New files.
21030         * modules/strftime: Add lib/strftime.h.
21031         Change include from <time.h> to "strftime.h".
21032         * modules/yesno: Add lib/yesno.h.
21033         * modules/backupfile: Remove lib/addext.c.
21034         * modules/euidaccess: Add stat-macros.h.
21035         * modules/canonicalize, modules/euidaccess,
21036         modules/filemode, modules/lchown, modules/makepath,
21037         modules/rmdir, modules/stat: Likewise.
21038
21039 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
21040
21041         Merge from tar.
21042         * lib/argp-help.c (make_hol, hol_append): Don't assume that
21043         SIZE_MAX is a valid preprocessor constant.
21044         (__argp_basename): Change from "#ifndef _LIBC"
21045         to "#ifndef __argp_short_program_name", so that
21046         we don't compile these functions for tar.
21047
21048         More merges from coreutils.
21049         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
21050         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
21051         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
21052         * lib/addext.c: Remove; no longer needed.
21053         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
21054         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
21055         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
21056         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
21057         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
21058         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
21059         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
21060         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
21061         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
21062         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
21063         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
21064         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
21065         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
21066         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
21067         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
21068         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
21069         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
21070         Import changes from coreutils.
21071
21072 2004-08-05  Simon Josefsson  <jas@extundo.com>
21073
21074         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
21075
21076 2004-08-05  Simon Josefsson  <jas@extundo.com>
21077
21078         * m4/getsubopt.m4: New file.
21079
21080 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21081
21082         Merge from coreutils.
21083
21084         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
21085         * m4/getcwd-path-max.m4: New files.
21086
21087         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
21088         FILESYSTEM_PREFIX_LEN ->
21089         FILE_SYSTEM_PREFIX_LEN.
21090         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
21091         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
21092         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
21093         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
21094
21095         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
21096         prerequisite modules now handle the DOS stuff.
21097         Don't check for unistd.h.
21098
21099 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21100
21101         Merge from coreutils.
21102
21103         * lib/.gdb-history: Remove; this doesn't belong here.
21104
21105         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
21106         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
21107         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
21108         * lib/getcwd.c: New files.
21109
21110         * lib/dirname.h: Include <stdbool.h>.
21111         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
21112         for consistency with POSIX terminology.  All uses changed.
21113         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
21114         (strip_trailing_slashes): Use bool for booleans.
21115         * lib/stripslash.c (strip_trailing_slashes): Likewise.
21116
21117         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
21118         sometimes returns a positive errno value even when it succeeds.
21119         (print_errno_message) [!LIBC]: Fall back on strerror if
21120         __strerror_r fails.
21121
21122         * lib/path-concat.c (mempcpy): Don't define if a system header defines
21123         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
21124         (longest_relative_suffix): New function.
21125         (path_concat): Use it.  Assume first argument is not NULL.
21126         Port to DOS.  Omit redundant separators.
21127         Report an error instead of returning NULL.
21128         Use mempcpy instead of memcpy.
21129         (xpath_concat): Remove: not declared or used.
21130
21131         * lib/same.h: Include <stdbool.h>
21132         (same_name): Return bool, not int.
21133         * lib/same.c (same_name): Likewise.
21134         (errno): Don't declare; we assume C89 or better now.
21135
21136         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
21137         if not already defined.
21138
21139         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
21140         * lib/dup-safer.c (errno): Likewise.
21141
21142 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
21143
21144         Merge from coreutils.
21145         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
21146         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
21147         * modules/path-concat: Don't depend on strdup.
21148
21149 2004-08-03  Simon Josefsson  <jas@extundo.com>
21150
21151         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
21152         * lib/progname.h: Don't include stdbool.h.
21153
21154 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21155
21156         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
21157         * MODULES.html.sh (func_all_modules): Remove fatal.
21158
21159 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
21162
21163 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
21166         working.
21167
21168 2004-08-02  Simon Josefsson  <jas@extundo.com>
21169
21170         * lib/getsubopt.h: New file, with comments from Bruno Haible.
21171         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
21172         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
21173
21174 2004-08-01  Simon Josefsson  <jas@extundo.com>
21175
21176         * lib/xgetdomainname.c: Include stdlib.h, for free().
21177
21178 2004-07-19  Bruno Haible  <bruno@clisp.org>
21179
21180         * MODULES.html.sh (func_all_modules): Add dummy.
21181
21182 2004-07-16  Simon Josefsson  <jas@extundo.com>
21183
21184         * modules/dummy: New file.
21185
21186 2004-07-16  Simon Josefsson  <jas@extundo.com>
21187
21188         * lib/dummy.c: New file.
21189
21190 2004-07-16  Bruno Haible  <bruno@clisp.org>
21191
21192         * lib/backupfile.h: Add extern "C" for C++.
21193         * lib/closeout.h: Likewise.
21194         * lib/copy-file.h: Likewise.
21195         * lib/findprog.h: Likewise.
21196         * lib/full-write.h: Likewise.
21197         * lib/pathname.h: Likewise.
21198         * lib/progname.h: Likewise.
21199         * lib/stpcpy.h: Likewise.
21200         * lib/stpncpy.h: Likewise.
21201         * lib/strcase.h: Likewise.
21202         * lib/strstr.h: Likewise.
21203         * lib/xalloc.h: Likewise.
21204
21205         * lib/mbswidth.h: Add extern "C" for C++.
21206         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
21207
21208 2004-07-13  Robert Millan  <robertmh@gnu.org>
21209
21210         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
21211
21212 2004-07-09  Simon Josefsson  <jas@extundo.com>
21213
21214         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
21215         failed without this.)
21216
21217 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21218
21219         * modules/chown (Files): Add lib/fchown-stub.c, since
21220         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
21221
21222 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
21223
21224         * lib/fchown-stub.c: New file.
21225
21226 2004-06-24  Jim Meyering  <jim@meyering.net>
21227
21228         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
21229
21230 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21231
21232         * modules/argz: Omit "#include".
21233
21234         * MODULES.html.sh (func_all_modules): Add calloc, to match
21235         2004-06-01 addition of calloc module.
21236
21237 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21238
21239         * m4/argz.m4: New file, which is autoupdated from libtool.
21240
21241 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21242
21243         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
21244         libtool.
21245
21246 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21247
21248         * config/srclist-update: Don't insist on "USA." before the
21249         close-comment, as libtool omits the period and puts the */ on a
21250         separate line.
21251         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
21252         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
21253
21254 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
21255
21256         * modules/argz: New file.
21257         * MODULES.html.sh (func_all_modules): Add argz.
21258
21259 2004-06-12  Jim Meyering  <jim@meyering.net>
21260         and  Paul Eggert  <eggert@cs.ucla.edu>
21261
21262         * modules/hash (Files): Add lib/xalloc.h.
21263         * modules/pipe (Depends-on): Add wait-process.
21264         * modules/stat (Depends-on): Add xalloc.
21265         * modules/userspec (Files): Add lib/userspec.h.
21266         * modules/xstrto
21267
21268         Upgrade from gettext-0.13.
21269         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
21270         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
21271         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
21272
21273 2004-06-10  Jim Meyering  <jim@meyering.net>
21274
21275         * lib/calloc.c: New file.
21276
21277 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
21278
21279         * lib/getdate.y (yylex): Allow space between sign and number.
21280         Problem reported by Dan Jacobson.
21281
21282 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
21283
21284         Merge from coreutils CVS.
21285
21286         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
21287         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
21288         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
21289         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
21290         xstrtol.m4: Fix copyright date and/or serial number.
21291
21292         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
21293         See if we need an fchown replacement.
21294         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
21295         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
21296         and use the replacement function if we detect either defect.
21297
21298         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
21299         gl_UTIMECMP.
21300
21301 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
21302         and  Jim Meyering  <jim@meyering.net>
21303
21304         Merge from coreutils CVS.
21305
21306         * lib/stat-macros.h: New file, with contents from file-type.h
21307         and coreutils' system.h.
21308         * lib/file-type.c: Include "stat-macros.h".
21309         * lib/file-type.h (file_type): Move all macro definitions to new file,
21310         stat-macros.h.
21311
21312         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
21313         Wrap old code with this conditional.
21314         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
21315         function that does not dereference symlinks.
21316         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
21317
21318         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
21319         dependency problems.
21320         (xreadlink): Accept new arg SIZE, for efficiency.
21321         All decls and uses changed.
21322         * lib/xreadlink.h: Include <stddef.h>, for size_t.
21323
21324         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
21325         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
21326
21327         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
21328         sysexits.h.
21329
21330 2004-06-01  Jim Meyering  <jim@meyering.net>
21331
21332         * m4/calloc.m4: New file.
21333
21334 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
21335
21336         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
21337         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
21338         Also, fix a typo in a diagnostic.
21339
21340 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
21341
21342         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
21343         or AC_FUNC_REALLOC.
21344
21345 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
21346
21347         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
21348         macros to be defined.
21349         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
21350         the allocator returns NULL because the requested size is zero.
21351
21352 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
21353
21354         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
21355         var.  Add comment explaining why libc still defines it.  This
21356         merges the following patch from glibc:
21357         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
21358
21359 2004-05-20  Andreas Schwab  <schwab@suse.de>
21360
21361         * m4/free.m4: Replace free if it not known to work, not the other
21362         way round.
21363
21364 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21365
21366         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
21367         present in glibc since revision 1.1 of this file.
21368         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
21369         obstack_alignment_mask, obstack_alloc, obstack_base,
21370         obstack_blank, obstack_blank_fast, obstack_chunk_size,
21371         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
21372         obstack_grow0, obstack_init, obstack_int_grow,
21373         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
21374         obstack_next_free, obstack_object_size, obstack_ptr_grow,
21375         obstack_ptr_grow_fast, obstack_room): Remove declarations of
21376         nonexistent functions.
21377
21378 2004-05-18  Karl Berry  <karl@gnu.org>
21379
21380         * config/srclist.txt: break link for vasnprintf.c.
21381
21382 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21383
21384         Port obstack to the AS/400, where pointers are 16 bytes wide and
21385         you cannot cast an integer to a valid pointer.  This patch is
21386         currently waiting to be integrated into glibc; see
21387         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
21388
21389         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
21390         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
21391         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
21392         (struct obstack): temp member is now a union of a pointer and
21393         an integer, instead of an integer.  All integer uses changed.
21394         This does not affect the physical layout of struct obstack,
21395         except on hosts (like the AS/400) where the size or alignment of
21396         void * is greater than that of ptrdiff_t.
21397         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
21398         __STDC__)]: Store temporary in pointer member of union, not
21399         integer member.
21400         * lib/obstack.c: Include <stddef.h>, for offsetof.
21401         (struct fooalign): Remove; it doesn't need a name.
21402         (union fooround): Change double to long double, and add void *.
21403         (DEFAULT_ALIGNMENT): Use offsetof to compute.
21404         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
21405         not a macro.  Hence the values are always int; so remove all
21406         casts-to-int in uses.
21407
21408 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
21409
21410         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
21411         we can get this patch merged into glibc.
21412
21413 2004-05-17  Derek R. Price  <derek@ximbiot.com>
21414             Paul Eggert  <eggert@cs.ucla.edu>
21415
21416         * m4/argp: Depend on alloca.
21417
21418 2004-05-17  Derek R. Price  <derek@ximbiot.com>
21419             Paul Eggert  <eggert@cs.ucla.edu>
21420
21421         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
21422         freecoding.
21423
21424 2004-05-17  Bruno Haible  <bruno@clisp.org>
21425
21426         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
21427         precision that consists of a '.' followed by an empty digit string.
21428         Patch by Tor Lillqvist <tml@iki.fi>.
21429
21430 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21431
21432         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
21433         for backward compatibility with older code.  We need our own
21434         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
21435         it under some other name, and our alloca.h will define it.
21436
21437 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
21438             Derek Price  <derek@ximbiot.com>
21439
21440         * lib/alloca.c: Include <alloca.h>, to get our interface.
21441         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
21442         include <alloca.h> first.  Use C89 prototype for alloca; this
21443         requires including <stddef.h> for size_t.  Use extern "C" if C++.
21444         Use #elif for simplicity, since we can assume C89 now.
21445         Don't try to source the system alloca.h since it will not be found
21446         and to prevent recursively including its replacement.
21447         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
21448         * lib/regex.c: Likewise.
21449
21450 2004-05-16  Derek Price  <derek@ximbiot.com>
21451             Paul Eggert  <eggert@cs.ucla.edu>
21452
21453         getline cleanup.  This changes the getndelim2 API: both order of
21454         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
21455         no delimiter).
21456
21457         * lib/getline.c: Don't include stddef.h or stdio.h, since our
21458         interface does that.
21459         (getline): Always use getdelim, so that we don't have two
21460         copies of this code.
21461         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
21462         if available.
21463         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
21464         (GETNDELIM2_MAXIMUM): New macro.
21465         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
21466         instead of the old practice of delim2==0.  All callers changed.
21467         Return -1 on overflow, instead of returning junk.
21468         Do not set *linesize unless allocation succeeds.
21469         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
21470         that we include sys/types.h.
21471         * lib/getnline.h: Likewise.
21472         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
21473         (getndelim2): Reorder arguments.
21474         * lib/getnline.c (getnline, getndelim):
21475         Don't discard the NMAX argument.
21476         (getnline): Invoke getndelim, to avoid code duplication.
21477         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
21478         of (size_t) -1 by callers of the getnline family.
21479
21480 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21481
21482         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
21483         Check for gettimeofday.
21484         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
21485         Check for settimeofday, stime.
21486
21487 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
21488
21489         * lib/nanosleep.c (suspended): Change its type from int to
21490         sig_atomic_t volatile.
21491         (first_call): Make it private to rpl_nanosleep, and have it
21492         be zero initially as that's a bit faster.
21493         (my_usleep): Round up fractional times instead of truncating them,
21494         as this is the usual meaning for 'sleep'.
21495
21496         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
21497         doesn't work.
21498         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
21499         (ENOSYS): Define if not defined.
21500         (settime): Fall back on stime if it exists and settimeofday fails.
21501         But don't bother with fallbacks if a method fails with errno == EPERM.
21502
21503 2004-05-11  Jim Meyering  <jim@meyering.net>
21504
21505         Prior to this change, the save_cwd caller required read access to the
21506         current directory on most systems (ones with the fchdir function).
21507
21508         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
21509         fails, try write-only, and finally, resort to using xgetcwd.
21510
21511 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
21512
21513         * lib/obstack.c, obstack.h: Import changes from libc.
21514
21515 2004-04-28  Bruno Haible  <bruno@clisp.org>
21516
21517         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
21518         also implicitly appends .exe to executables.
21519         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
21520         accepts Windows pathnames.
21521         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
21522         Treat Cygwin like Windows, since it now accepts Windows pathnames.
21523         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
21524         Treat Cygwin like Windows, since it now accepts Windows pathnames.
21525         Reported by Derek Robert Price <derek@ximbiot.com>.
21526
21527 2004-04-21  Karl Berry  <karl@gnu.org>
21528
21529         * config/srclist.txt (localcharset.c): break sync.
21530
21531 2004-04-20  Paul Eggert  <eggert@twinsun.com>
21532
21533         * m4/host-os.m4: Add a copyright notice.
21534
21535 2004-04-20  Jim Meyering  <jim@meyering.net>
21536
21537         Change UTILS_ to gl_ in AC_DEFINE'd names.
21538         Change utils_- and jm_-prefixed variables, too.
21539         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
21540         UTILS_FUNC_MKDIR_TRAILING_SLASH.
21541         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
21542
21543         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
21544         Don't emit trailing blanks.
21545         Also rename jm_-prefixed variables to have gl_ prefix.
21546
21547         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
21548         Also rename jm_-prefixed variables to have gl_ prefix.
21549
21550         * m4/jm-macros.m4: Reflect the renamings.
21551         * m4/prereq.m4: Likewise.
21552
21553 2004-04-20  Jim Meyering  <jim@meyering.net>
21554
21555         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
21556         memory.
21557
21558 2004-04-20  Jim Meyering  <jim@meyering.net>
21559             Bruno Haible  <bruno@clisp.org>
21560
21561         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
21562         memory when realloc fails.
21563
21564 2004-04-19  Jim Meyering  <jim@meyering.net>
21565
21566         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
21567         now that readutmp.c may call `free (0)'.
21568
21569 2004-04-19  Bruno Haible  <bruno@clisp.org>
21570
21571         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
21572         * m4/inttypes_h.m4: Likewise.
21573         * m4/stdint_h.m4: Likewise.
21574         * m4/intmax_t.m4: Likewise.
21575         * m4/uintmax_t.m4: Likewise.
21576
21577 2004-04-18  Jim Meyering  <jim@meyering.net>
21578
21579         * m4/prereq.m4: Don't forbid jm_ prefix.
21580
21581         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
21582         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
21583         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
21584         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
21585         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
21586         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
21587         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
21588         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
21589         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
21590         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
21591         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
21592         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
21593         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
21594         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
21595         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
21596         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
21597         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
21598         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
21599         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
21600
21601 2004-04-18  Jim Meyering  <jim@meyering.net>
21602
21603         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
21604         failure, don't leak memory and do call END_UTMP_ENT.
21605
21606 2004-04-16  Jim Meyering  <jim@meyering.net>
21607
21608         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
21609         coreutils' stat program.
21610         (gl_PREREQ): Don't require jm_PREREQ_STAT.
21611
21612 2004-04-11  Paul Eggert  <eggert@twinsun.com>
21613
21614         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
21615         C89.
21616         (CHAR_BIT): Remove, since we assume C89.
21617         Include <stdint.h> if available, as per current Autoconf CVS advice.
21618
21619 2004-03-31  Jim Meyering  <jim@meyering.net>
21620
21621         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
21622         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
21623         * m4/xalloc.m4: Likewise.
21624
21625 2004-03-30  Paul Eggert  <eggert@twinsun.com>
21626
21627         Merge from coreutils.
21628
21629         * m4/inttostr.m4: New file.
21630         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
21631         Require AM_STDBOOL_H and gl_TIMESPEC instead.
21632         Require gl_CLOCK_TIME.
21633         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
21634
21635 2004-03-30  Paul Eggert  <eggert@twinsun.com>
21636
21637         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
21638         not bool, to be more consistent with Unix conventions.
21639         Suggested by Bruno Haible.
21640
21641         Merge from coreutils.
21642
21643         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
21644         * lib/umaxtostr.c: New files.
21645
21646         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
21647         the usual <time.h> dance.
21648         (get_date): Change signature to support fractional time stamps.
21649         All callers changed.
21650         * lib/getdate.y: Include "getdate.h" first, as we can now
21651         assume C89 and don't need to worry about 'const'.
21652         Similarly, include "unlocked-io.h" near start, not in middle.
21653         Include <limits.h>.
21654         (textint.value): Use long int rather than int.
21655         (textint.digits): Use size_t rather than int.
21656         (BILLION, LOG10_BILLION): New constants.
21657         (parser_control): New member rel_ns.  Members day_ordinal,
21658         time_zone, month, day, hour, minutes, rel_year, rel_month,
21659         rel_day, rel_hour, rel_minutes, rel_seconds
21660         are now long int, not int.  Member seconds is now struct timespec,
21661         not int.  New member timespec_seen.  Members dates_seen, days_seen,
21662         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
21663         not int.
21664         (%union.intval): Now long int, not int.
21665         New member timespec.
21666         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
21667         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
21668         (spec): Now is a timespec or an item list.
21669         (timespec, items): New nonterminals.
21670         (time, rel, relunit, number, get_date):
21671         Add support for fractional seconds.
21672         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
21673         (gmtime, localtime, mktime): Remove decls; not needed with C89.
21674         (to_hour): First arg is now long int, not int.
21675         (to_year): Returns long int, not int.
21676         Don't treat year -70 like 70.
21677         (tm_diff): Returns long int, not int.
21678         (lookup_word): Use bool instead of int when appropriate.
21679         (yylex): Use size_t for count, not int.
21680         Detect overflow when parsing large integer constants.
21681         Add support for fractions.
21682         (get_date): Make pointers 'const' if possible.
21683         Use more-portable code to detect integer overflow.
21684         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
21685         Don't use ctime; it's not reliable if the year has >4 digits.
21686
21687         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
21688         This is for compatibility with BSD.
21689
21690         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
21691         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
21692         From coreutils' system.h.
21693
21694         * lib/userspec.c: Don't include "posixver.h".
21695         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
21696         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
21697         compatible extension.  Simplify code by removing a boolean int
21698         that was always nonzero if a string was nonnull.
21699
21700 2004-03-30  Jim Meyering  <jim@meyering.net>
21701
21702         Merge from coreutils.
21703
21704         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
21705         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
21706         on some systems one must include <grp.h> before it.
21707         Reported by Christian Krackowizer.
21708
21709 2004-03-30  Jim Meyering  <jim@meyering.net>
21710
21711         Merge from coreutils.
21712
21713         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
21714
21715         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
21716         an empty input stream.
21717
21718         * lib/readtokens.c: Include <stdbool.h>.
21719         (readtoken): Use `size_t' rather than int/long.
21720         All callers adjusted.
21721         Use `bool' rather than `int' where appropriate.
21722         Use memset rather than an explicit loop.
21723         Use x2nrealloc rather than xrealloc.
21724         Allow the use of `\0' as a delimiter.
21725         (readtokens): Likewise.
21726         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
21727
21728 2004-03-30  Jim Meyering  <jim@meyering.net>
21729
21730         * m4/realloc.m4: Remove file, since now it does no more than
21731         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
21732         the `configure.ac' section of module/realloc.
21733         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
21734
21735 2004-03-30  Bruno Haible  <bruno@clisp.org>
21736
21737         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
21738         nonnull.
21739
21740 2004-03-29  Paul Eggert  <eggert@twinsun.com>
21741
21742         Merge changes to getloadavg.c from coreutils and Emacs.
21743
21744         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
21745         Define to an expression, not to the empty string.
21746         Include cloexec.h and xalloc.h.
21747         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
21748         Use set_cloexec_flag rather than rolling our own.
21749         * lib/cloexec.c, lib/cloexec.h: New files.
21750
21751 2004-03-29  Paul Eggert  <eggert@twinsun.com>
21752
21753         * m4/cloexec.m4: New file.
21754
21755 2004-03-18  Paul Eggert  <eggert@twinsun.com>
21756
21757         * lib/getopt.h: Sync with libc CVS.
21758
21759 2004-03-18  Paul Eggert  <eggert@twinsun.com>
21760             Bruno Haible  <bruno@clisp.org>
21761
21762         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
21763         mbswidth.
21764
21765 2004-03-18  Paul Eggert  <eggert@twinsun.com>
21766             Bruno Haible  <bruno@clisp.org>
21767
21768         * lib/mbswidth.h: Include <wchar.h> only if
21769         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
21770         <wchar.h>.
21771         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
21772
21773 2004-03-09  Paul Eggert  <eggert@twinsun.com>
21774
21775         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
21776         Sync with libc CVS.
21777         * lib/getopt_int.h: New file, also synced from libc.
21778
21779 2004-03-09  Paul Eggert  <eggert@twinsun.com>
21780
21781         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
21782         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
21783         Bring back getopt.c, getopt.h, getopt1.c.
21784
21785 2004-03-07  Paul Eggert  <eggert@twinsun.com>
21786
21787         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
21788         All uses changed.  Check for sa_sigaction member; this fixes
21789         a bug first reported by Jason Andrade in
21790         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
21791
21792 2004-03-07  Paul Eggert  <eggert@twinsun.com>
21793
21794         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
21795         '#if' expressions.  Unlike the code it replaces, it does not
21796         depend on (defined _SC_PAGESIZE).  However, it does depend on
21797         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
21798         first reported by Jason Andrade in
21799         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
21800
21801 2004-02-25  Simon Josefsson  <jas@extundo.com>
21802
21803         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
21804
21805 2004-02-25  Simon Josefsson  <jas@extundo.com>
21806
21807         * lib/strdup.h: New file.
21808         * lib/strdup.c: Include it.
21809         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
21810         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
21811
21812 2004-02-23  Karl Berry  <karl@gnu.org>
21813
21814         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
21815         (from fencepost.gnu.org:/gd/gnuorg).
21816
21817 2004-02-23  Karl Berry  <karl@gnu.org>
21818
21819         * config/srclistvars.sh (GNUORG) [karl]: redefine.
21820         * config/srclist.txt: add maintain/standards documents.
21821
21822 2004-02-18  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
21825         Reported by Derek Robert Price <derek@ximbiot.com>.
21826
21827 2004-02-16  Karl Berry  <karl@gnu.org>
21828
21829         * config/mkinstalldirs, install-sh: update from automake.
21830
21831 2004-02-06  Karl Berry  <karl@gnu.org>
21832
21833         * m4/po.m4: update from gettext 0.14.1.
21834
21835 2004-02-06  Karl Berry  <karl@gnu.org>
21836
21837         * lib/config.charset: update from gettext 0.14.1.
21838
21839 2004-02-05  Paul Eggert  <eggert@twinsun.com>
21840
21841         Add comments and code, prompted by suggestions from Bruno Haible
21842         for sh-quote.
21843         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
21844         describing the enum quoting_style values.
21845         * lib/quotearg.c (quotearg_alloc): New function.
21846         (quotearg_buffer_restyled): Treat lone { and } as special.
21847         Treat = as special.  Work around bug with older shells
21848         that "see" a '\' that is really the 2nd byte of a multibyte char.
21849         Quote empty string with shell_quoting_style.
21850
21851 2004-02-03  Bruno Haible  <bruno@clisp.org>
21852
21853         * m4/pipe.m4: New file, from GNU gettext.
21854
21855 2004-02-03  Bruno Haible  <bruno@clisp.org>
21856
21857         * lib/pipe.h: New file, from GNU gettext.
21858         * lib/pipe.c: New file, from GNU gettext.
21859
21860 2004-01-27  Bruno Haible  <bruno@clisp.org>
21861
21862         * m4/execute.m4: New file, from GNU gettext.
21863
21864 2004-01-27  Bruno Haible  <bruno@clisp.org>
21865
21866         * lib/execute.h: New file, from GNU gettext.
21867         * lib/execute.c: New file, from GNU gettext.
21868         * lib/w32spawn.h: New file, from GNU gettext.
21869
21870 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21871
21872         Merge from diffutils.
21873
21874         * lib/file-type.c (file_type): Add typed memory objects.
21875         * lib/file-type.h (S_TYPEISTMO): New macro.
21876
21877         * lib/c-stack.h (c_stack_action): Remove argv argument.
21878         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
21879         (die): Don't calculate message unless segv_action returns.
21880         (get_stack_location, min_address_from_argv, max_address_from_argv,
21881         volatile stack_base, volatile_stack_size): Remove.
21882         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
21883         that every segmentation violation is a stack overflow.  (Ouch!)
21884         See Debian bug 136249 (still outstanding) for more info about why
21885         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
21886
21887 2004-01-24  Paul Eggert  <eggert@twinsun.com>
21888
21889         Exit-status fix from coreutils.
21890
21891         Use exit_failure consistently in place of EXIT_FAILURE,
21892         so that program exit statuses are consistent on failure.
21893
21894         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
21895         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
21896         * lib/argmatch.h: Comment fix to match the above.
21897         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
21898         Now a macro referring to exit_failure, instead of a separate
21899         variable.  Include "exitfail.h" to get it.
21900         * lib/xstrtol.h: Include "exitfail.h".
21901         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
21902
21903         * lib/long-options.c (parse_long_options): Use prototype
21904         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
21905         for clarity.
21906
21907 2004-01-21  Jim Meyering  <jim@meyering.net>
21908
21909         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
21910         so as not to conflict with a different-sized __mktime_internal
21911         function in GNU libc.
21912         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
21913         Problem building statically-linked `ls' reported by Michael Brunnbauer.
21914
21915 2004-01-20  Karl Berry  <karl@gnu.org>
21916
21917         * config/config.guess: update from config.
21918
21919         * config/srclistvars.sh: GNUWWWLICENSES for karl.
21920
21921 2004-01-20  Bruno Haible  <bruno@clisp.org>
21922
21923         Safer stack allocation.
21924         * lib/setenv.c: Include allocsa.h.
21925         (alloca): Remove fallback definition.
21926         (freea): Remove macro.
21927         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
21928         instead of freea.
21929
21930 2004-01-20  Bruno Haible  <bruno@clisp.org>
21931
21932         * m4/eealloc.m4: New file, from GNU gettext.
21933
21934 2004-01-20  Bruno Haible  <bruno@clisp.org>
21935
21936         * m4/allocsa.m4: New file, from GNU gettext.
21937
21938 2004-01-20  Bruno Haible  <bruno@clisp.org>
21939
21940         * lib/xallocsa.h: New file, from GNU gettext.
21941         * lib/xallocsa.c: New file, from GNU gettext.
21942
21943 2004-01-20  Bruno Haible  <bruno@clisp.org>
21944
21945         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
21946
21947 2004-01-20  Bruno Haible  <bruno@clisp.org>
21948
21949         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
21950         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
21951         specially.
21952
21953 2004-01-20  Bruno Haible  <bruno@clisp.org>
21954
21955         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
21956         patch.
21957
21958 2004-01-20  Bruno Haible  <bruno@clisp.org>
21959
21960         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
21961
21962 2004-01-20  Bruno Haible  <bruno@clisp.org>
21963
21964         * lib/eealloc.h: New file.
21965
21966 2004-01-20  Bruno Haible  <bruno@clisp.org>
21967
21968         * lib/binary-io.h: Avoid warnings on Cygwin.
21969
21970 2004-01-20  Bruno Haible  <bruno@clisp.org>
21971
21972         * lib/allocsa.h: New file, from GNU gettext.
21973         * lib/allocsa.c: New file, from GNU gettext.
21974
21975 2004-01-18  Karl Berry  <karl@gnu.org>
21976
21977         * doc/gpl.texi, doc/lgpl.texi: new files.
21978
21979 2004-01-18  Karl Berry  <karl@gnu.org>
21980
21981         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
21982         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
21983
21984 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21985
21986         Merge from coreutils.
21987
21988         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
21989         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
21990         (gl_DEFAULT_POSIX2_VERSION): Move
21991         the documentation from 'configure' into 'config.hin',
21992         so that 'configure --help' isn't burdened by it and
21993         we don't have to worry about its formatting there.
21994         Reword the documentation so that it's more succinct
21995         and can be run together into a single paragraph.
21996         * m4/same.m4 (gl_SAME): Check for pathconf.
21997
21998 2004-01-15  Paul Eggert  <eggert@twinsun.com>
21999
22000         Merge from coreutils.
22001
22002         * lib/posixver.c: Include posixver.h.
22003
22004         * lib/same.c: Include <stdbool.h>, <limits.h>.
22005         (_POSIX_NAME_MAX): Define if not defined.
22006         (MIN): New macro.
22007         (same_name): If file names are silently truncated, report
22008         that the file names are the same if they are the same after
22009         the silent truncation.
22010
22011         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
22012         conversion function.
22013         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
22014         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
22015         longer needed.
22016
22017 2004-01-15  Jim Meyering  <jim@meyering.net>
22018
22019         Merge from coreutils.
22020
22021         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
22022         if no library is required.
22023         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
22024         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
22025         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
22026         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
22027         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
22028         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
22029         value, $ac_cv_search_crypt, if it's "none required".
22030         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
22031         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
22032         not gl_FUNC_GETLOADAVG.
22033         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
22034         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
22035
22036 2004-01-15  Jim Meyering  <jim@meyering.net>
22037
22038         Merge from coreutils.
22039
22040         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
22041         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
22042         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
22043
22044         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
22045         optional configure-time default.
22046
22047         * lib/version-etc.c (version_etc_copyright): Update copyright date.
22048
22049         * lib/xreadlink.c (xreadlink): Correct outdated comment.
22050
22051 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
22052
22053         Merge from coreutils.
22054
22055         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
22056         value, $ac_cv_search_nanosleep, if it's "none required".
22057
22058 2004-01-14  Paul Eggert  <eggert@twinsun.com>
22059
22060         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
22061         with like-named macro in fnmatch.c.
22062         (EXT): Use an internal constant instead.
22063
22064         Merge fnmatch patches from glibc.
22065         * lib/fnmatch.c (mbsinit): Remove define.
22066         Add libc_hidden_ver (__fnmatch, fnmatch).
22067         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
22068         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
22069
22070 2004-01-14  Karl Berry  <karl@gnu.org>
22071
22072         * config/install-sh: update from automake.
22073
22074 2004-01-13  Karl Berry  <karl@gnu.org>
22075
22076         * config/install-sh: update from automake.
22077
22078 2004-01-09  Karl Berry  <karl@gnu.org>
22079
22080         * config/install-sh: update from automake.
22081
22082 2004-01-05  Karl Berry  <karl@gnu.org>
22083
22084         * config/config.{sub,guess}: update from config.
22085
22086 2003-12-31  Karl Berry  <karl@gnu.org>
22087
22088         * config/depcomp: update from automake.
22089
22090 2003-12-14  Karl Berry  <karl@gnu.org>
22091
22092         * lib/config.charset: update from gettext-runtime.
22093
22094 2003-12-03  Paul Eggert  <eggert@twinsun.com>
22095
22096         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
22097         Bug reported by Alfred M. Szmidt.
22098
22099 2003-12-03  Bruno Haible  <bruno@clisp.org>
22100
22101         * m4/gettext.m4: Upgrade from gettext-0.13.
22102         * m4/po.m4: Upgrade from gettext-0.13.
22103         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
22104         * m4/intmax.m4: New file, from gettext-0.13.
22105         * m4/printf-posix.m4: New file, from gettext-0.13.
22106
22107 2003-11-29  Karl Berry  <karl@gnu.org>
22108
22109         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
22110
22111 2003-11-25  Paul Eggert  <eggert@twinsun.com>
22112             Bruno Haible  <bruno@clisp.org>
22113
22114         * lib/printf-parse.h: Don't include sys/types.h.
22115         (ARG_NONE): New macro.
22116         (char_directive): Change type of *arg_index fields to size_t.
22117         * lib/printf-parse.c: Don't include sys/types.h.
22118         (SSIZE_MAX): Remove macro.
22119         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
22120         Remove unnecessary overflow check.
22121         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
22122         fields.
22123
22124 2003-11-25  Bruno Haible  <bruno@clisp.org>
22125
22126         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
22127
22128 2003-11-25  Bruno Haible  <bruno@clisp.org>
22129
22130         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
22131         gt_TYPE_SSIZE_T.
22132
22133 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22134
22135         * modules/alloca: Remove dependency on xalloc.
22136
22137 2003-11-24  Paul Eggert  <eggert@twinsun.com>
22138
22139         * lib/alloca.c: Remove dependency on xalloc module.
22140         (xalloc_die): Remove.
22141         (memory_full) [!defined emacs]: New macro.
22142         [!defined emacs]: Don't include xalloc.h.
22143         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
22144         address arithmetic overflows.  Change datatypes a bit to avoid
22145         unnecessary casts.
22146
22147 2003-11-22  Jim Meyering  <jim@meyering.net>
22148
22149         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
22150         s/size/size_t/.
22151
22152 2003-11-21  Karl Berry  <karl@gnu.org>
22153
22154         * config/config.{sub,guess}: update from config.
22155
22156 2003-11-18  Karl Berry  <karl@gnu.org>
22157
22158         * config/config.{sub,guess}: update from config.
22159
22160         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
22161
22162 2003-11-17  Paul Eggert  <eggert@twinsun.com>
22163
22164         * README: Mention that S+T cannot overflow if S is the size of
22165         an existing object and T is sufficiently small.
22166
22167 2003-11-17  Jim Meyering  <jim@meyering.net>
22168
22169         On systems without utime and without a utimes function capable of
22170         dealing with a NULL struct utimbuf* argument, this utime replacement
22171         could -- in unusual circumstances -- leak a file descriptor.
22172         * lib/utime.c: Include <unistd.h> and <errno.h>.
22173         (utime_null): Be sure to close `fd' and to preserve errno.
22174         Reported by Geoff Collyer via Arnold Robbins.
22175
22176 2003-11-17  Bruno Haible  <bruno@clisp.org>
22177
22178         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
22179         (Depends-on): Add xsize.
22180
22181 2003-11-17  Bruno Haible  <bruno@clisp.org>
22182
22183         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
22184
22185 2003-11-17  Bruno Haible  <bruno@clisp.org>
22186
22187         * lib/vasnprintf.c (alloca): Remove fallback definition.
22188         (freea): Remove definition.
22189         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
22190         Reported by Paul Eggert.
22191
22192 2003-11-16  Paul Eggert  <eggert@twinsun.com>
22193             Bruno Haible  <bruno@clisp.org>
22194
22195         Protect against address arithmetic overflow.
22196         * lib/printf-args.h: Include stddef.h.
22197         (arguments): Change type of field 'count' to size_t.
22198         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
22199         'unsigned int' where appropriate.
22200         * lib/printf-parse.h: Include sys/types.h.
22201         (char_directive): Change type of *arg_index fields to ssize_t.
22202         (char_directives): Change type of fields 'count', max_*_length to
22203         size_t.
22204         * lib/printf-parse.c: Include sys/types.h and xsize.h.
22205         (SSIZE_MAX): Define fallback value.
22206         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
22207         instead of 'int' where appropriate. Check a_allocated, d_allocated
22208         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
22209         * lib/vasnprintf.c: Include xsize.h.
22210         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
22211         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
22212         overflow. Avoid wraparound when converting a width or precision from
22213         decimal to binary.
22214
22215 2003-11-16  Bruno Haible  <bruno@clisp.org>
22216
22217         Update from GNU gettext.
22218         * lib/printf-parse.c: Generalize to it can be compiled for wide
22219         strings.
22220         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
22221         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
22222         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
22223         SNPRINTF): New macros.
22224         Don't include <alloca.h> if the file is used inside libintl.
22225         (local_wcslen): New function, for Solaris 2.5.1.
22226         (VASNPRINTF): Use it instead of wcslen.
22227
22228 2003-11-16  Bruno Haible  <bruno@clisp.org>
22229
22230         * lib/xsize.h (xmax): New function.
22231         (xsum, xsum3, xsum4): Declare as "pure" functions.
22232
22233 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22234
22235         * modules/xalloc (Files): Undo latest change, since xalloc.h
22236         no longer needs SIZE_MAX or PTRDIFF_MAX.
22237
22238 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22239
22240         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
22241         gl_PTRDIFF_MAX.
22242
22243 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22244
22245         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
22246         "return", to pacify some unknown compiler.  Problem reported
22247         by Joerg Schilling.
22248
22249 2003-11-12  Paul Eggert  <eggert@twinsun.com>
22250
22251         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
22252         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
22253         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
22254         heuristic is just as accurate as far as we know, and it removes a
22255         dependency on size_max.m4 and ptrdiff_max.m4.
22256
22257 2003-11-11  Bruno Haible  <bruno@clisp.org>
22258
22259         * modules/xsize (Files): Add m4/size_max.m4.
22260         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
22261
22262 2003-11-11  Bruno Haible  <bruno@clisp.org>
22263
22264         * m4/size_max.m4: New file.
22265         * m4/ptrdiff_max.m4: New file.
22266         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
22267         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
22268         (gl_XALLOC): Invoke it.
22269
22270 2003-11-11  Bruno Haible  <bruno@clisp.org>
22271
22272         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
22273         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
22274         defined.
22275
22276 2003-11-10  Paul Eggert  <eggert@twinsun.com>
22277
22278         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
22279         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
22280         rejected some allocations of exactly SIZE_MAX - 2 bytes.
22281         From Bruno Haible.
22282         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
22283         not (size_t) -1, since it's defined here.
22284
22285 2003-11-09  Karl Berry  <karl@gnu.org>
22286
22287         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
22288
22289 2003-11-06  Paul Eggert  <eggert@twinsun.com>
22290
22291         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
22292         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
22293         Reject sizes of exactly SIZE_MAX bytes.
22294         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
22295         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
22296
22297 2003-11-05  Bruno Haible  <bruno@clisp.org>
22298
22299         * lib/xsize.h: Include limits.h, to avoid a possible collision with
22300         SIZE_MAX defined in <limits.h> on Solaris.
22301
22302 2003-11-04  Jim Meyering  <jim@meyering.net>
22303
22304         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
22305         variable names, rather than @VAR@.
22306         * modules/poll: Likewise.
22307
22308 2003-11-04  Bruno Haible  <bruno@clisp.org>
22309
22310         * modules/xsize: New file.
22311         * modules/linebreak: Depend on xsize.
22312         * MODULES.html.sh (func_all_modules): Add xsize.
22313
22314 2003-11-04  Bruno Haible  <bruno@clisp.org>
22315
22316         * m4/xsize.m4: New file.
22317
22318 2003-11-04  Bruno Haible  <bruno@clisp.org>
22319
22320         * lib/xsize.h: New file.
22321         * lib/linebreak.c: Include xsize.h.
22322         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
22323         argument for overflow.
22324         Suggested by Paul Eggert.
22325
22326 2003-11-03  Karl Berry  <karl@gnu.org>
22327
22328         * config/config.{guess,sub}: update from config.
22329
22330 2003-11-03  Jim Meyering  <jim@meyering.net>
22331
22332         * modules/userspec (lib_SOURCES): Add userspec.h.
22333         (Include): Add "userspec.h".
22334         Improve description.
22335
22336 2003-11-03  Jim Meyering  <jim@meyering.net>
22337
22338         * lib/userspec.c: Include "userspec.h".
22339         * lib/userspec.h: New file.
22340
22341 2003-11-03  Bruno Haible  <bruno@clisp.org>
22342
22343         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
22344
22345 2003-11-03  Bruno Haible  <bruno@clisp.org>
22346
22347         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
22348         available, to avoid (extremely rare) race condition.
22349         Suggested by Paul Eggert.
22350
22351 2003-11-02  Karl Berry  <karl@gnu.org>
22352
22353         * config/srclist.txt (vasprintf.c): sync broken, sigh.
22354
22355 2003-10-31  Paul Eggert  <eggert@twinsun.com>
22356
22357         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
22358         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
22359         (read_filesystem_list): Set and use me_type_malloced.
22360         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
22361         whatever the type happens to be), for brevity and consistency.
22362         Check for size calculation overflow on Alphas running OSF/1.
22363
22364 2003-10-31  Jim Meyering  <jim@meyering.net>
22365
22366         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
22367
22368         * lib/linebuffer.c: Include <string.h> for declaration of memset.
22369
22370 2003-10-30  Paul Eggert  <eggert@twinsun.com>
22371             Bruno Haible  <bruno@clisp.org>
22372
22373         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
22374         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
22375
22376 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22377
22378         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
22379         netbsd*-gnu*.  Suggested by Robert Millan.
22380
22381 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22382
22383         * modules/group-member: Depend on stdbool.
22384
22385 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22386
22387         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
22388
22389 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22390
22391         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
22392         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
22393         after the 'gnu' in these cases.  This fixes some bugs in the
22394         previous change, and is based on suggestions by Robert Millan.
22395
22396 2003-10-29  Paul Eggert  <eggert@twinsun.com>
22397
22398         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
22399         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
22400         no longer needed.
22401         * lib/quotearg.c (quotearg_n_options): Use it.
22402         * lib/group-member.c: Include <stdbool.h>.
22403         (free_group_info): Arg is now const *; don't free arg.
22404         (get_group_info): Now returns bool and accepts struct group_info *,
22405         rather than returning a malloc'ed struct group_info *.
22406         All uses changed.  Check for overflow in internal size calculation.
22407
22408         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
22409         rather than xmalloc/xrealloc.
22410         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
22411         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
22412         conformance bug: the old code used a pointer after freeing the
22413         storage that it addressed.
22414         * lib/hash.c (hash_initialize): Simplify the code by using
22415         xalloc_oversized rather than doing it by hand.
22416         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
22417         the buffer preserved.  Use free and xmalloc instead.
22418         * lib/quotearg.c (quotearg_n_options): Likewise.
22419         Use a simpler test for size overflow.  Don't use xalloc_oversized
22420         because unsigned int might be wider than size_t (!); this suggests
22421         that we should switch from unsigned int to size_t for slot numbers.
22422
22423 2003-10-28  Paul Eggert  <eggert@twinsun.com>
22424
22425         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
22426         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
22427         NetBSD kernels.  Requested by Richard Stallman.
22428
22429 2003-10-27  Paul Eggert  <eggert@twinsun.com>
22430
22431         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
22432         to allocate the returned structure.  Do not allocate a subarray,
22433         as x2nrealloc will do that.
22434         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
22435         instead of xnrealloc.
22436         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
22437
22438 2003-10-27  Bruno Haible  <bruno@clisp.org>
22439
22440         * lib/stdbool_.h: Better support for BeOS.
22441
22442 2003-10-26  Paul Eggert  <eggert@twinsun.com>
22443
22444         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
22445         now uses inline.
22446
22447 2003-10-26  Paul Eggert  <eggert@twinsun.com>
22448
22449         * lib/xalloc.h (xalloc_oversized): New static inline function, for
22450         callers that want to do their own size-overflow checking.  Include
22451         <stdbool.h>, since xalloc_oversized returns bool.
22452         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
22453         to use xalloc_oversized.
22454
22455         Add two functions x2realloc, x2nrealloc, for programs that grow
22456         arrays dynamically by doubling their sizes.
22457         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
22458         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
22459         New functions.
22460
22461         Port to C99 semantics for 'inline' of external functions.
22462         Bug reported by Bruno Haible.
22463         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
22464         with the old contents of xnmalloc.
22465         (xnmalloc, xmalloc): Use it.
22466         (xnrealloc_inline): New static inline function,
22467         with the old contents of xnrealloc.
22468         (xnrealloc, xrealloc): Use it.
22469
22470         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
22471         that.
22472
22473 2003-10-26  Karl Berry  <karl@gnu.org>
22474
22475         * config/srclist.txt (COPYING.DOC): no longer available from
22476         /gd/gnuorg; don't know where the ultimate source is.
22477
22478 2003-10-25  Paul Eggert  <eggert@twinsun.com>
22479
22480         Fix several address-calculation bugs in the hash modules,
22481         plus some minor code cleanup.
22482
22483         * lib/hash.h: Include <stdbool.h>, for bool.
22484         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
22485         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
22486         hash_get_n_entries, hash_get_max_bucket_length,
22487         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
22488         hash_rehash): Use size_t rather than unsigned.
22489         * lib/hash.c (struct hash_table, hash_get_n_buckets,
22490         hash_get_n_buckets_used, hash_get_n_entries,
22491         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
22492         hash_get_entries, hash_do_for_each, hash_string, is_prime,
22493         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
22494         Likewise.
22495         (SIZE_MAX): Define if not defined.
22496         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
22497         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
22498         hash_print):
22499         Use const * when possible.
22500         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
22501         (check_tuning): Fix bug: if tuning parameters were very close to
22502         0 or 1, rounding errors could have caused subscript violations.
22503         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
22504         (hash_initialize): Add 'fail:' label
22505         to free table and return NULL, and use it to simplify code.
22506         Use calloc rather than clearing the storage ourself.
22507         (hash_initialize, hash_rehash): Check for arithmetic overflow in
22508         buffer size calculations.
22509         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
22510         Include <stddef.h>, for size_t.
22511         * lib/hash-pjw.c (hash_pjw): Likewise.
22512         Switch to method described by Bruno Haible.
22513         Include <limits.h>, for CHAR_BIT.
22514         (SIZE_BITS): New macro.
22515
22516 2003-10-23  Paul Eggert  <eggert@twinsun.com>
22517
22518         * m4/getline.m4 (AM_FUNC_GETLINE):
22519         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
22520         hosts.  Problem reported by Derek Robert Price in
22521         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
22522         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
22523         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
22524
22525 2003-10-21  Paul Eggert  <eggert@twinsun.com>
22526
22527         * lib/getndelim2.c (getndelim2): When size calculation overflows,
22528         ceiling the allocation at NMAX bytes rather than silently
22529         discarding input bytes before NMAX is reached.  This makes
22530         a difference only if NMAX exceeds SIZE_MAX / 2.
22531
22532         * lib/obstack.c: Merge from glibc.
22533         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
22534         Add libc_hidden_def (_obstack_newchunk).
22535         (_obstack_free) [! defined _LIBC]: Remove.
22536         [defined _LIBC]: Make a strong alias from obstack_free, rather than
22537         a clone of the function body.
22538         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
22539         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
22540
22541         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
22542         glibc.
22543         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
22544         arg to memcpy.
22545
22546         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
22547         (obstack_ptr_grow_fast, obstack_int_grow_fast):
22548         Don't use lvalue casts, as GCC plans to remove support for them
22549         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
22550         was also present in the non-GCC version, indicating that this
22551         code had always been buggy and had never been widely used.
22552         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
22553         Use the fast variant of each macro, rather than copying the
22554         definiens of the fast variant; that way, we'll be more likely to
22555         catch future bugs in the fast variants.
22556
22557 2003-10-20  Bruno Haible  <bruno@clisp.org>
22558
22559         * modules/wait-process: New file.
22560         * MODULES.html.sh (func_all_modules): Add wait-process.
22561
22562 2003-10-20  Bruno Haible  <bruno@clisp.org>
22563
22564         * m4/wait-process.m4: New file.
22565
22566 2003-10-20  Bruno Haible  <bruno@clisp.org>
22567
22568         * lib/wait-process.h: New file, from GNU gettext.
22569         * lib/wait-process.c: New file, from GNU gettext.
22570
22571 2003-10-19  Jim Meyering  <jim@meyering.net>
22572
22573         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
22574         HPUX 10.20.
22575
22576 2003-10-18  Karl Berry  <karl@gnu.org>
22577
22578         * config/config.guess: update from config.
22579
22580 2003-10-16  Paul Eggert  <eggert@twinsun.com>
22581
22582         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
22583         (getgroups): First arg is int, not size_t.
22584         Don't let 'free' mangle errno.
22585
22586 2003-10-16  Paul Eggert  <eggert@twinsun.com>
22587
22588         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
22589
22590 2003-10-16  Karl Berry  <karl@gnu.org>
22591
22592         * config/config.{guess,sub}: update from config.
22593
22594 2003-10-16  Jim Meyering  <jim@meyering.net>
22595
22596         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
22597         memcpy.
22598
22599 2003-10-15  Paul Eggert  <eggert@twinsun.com>
22600
22601         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
22602         (SIZE_MAX): Remove.
22603         (new_exclude, add_exclude_file): Initial size no longer needs to
22604         be a power of 2.
22605         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
22606         our own address arithmetic overflow checking.
22607
22608         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
22609         (fnmatch): Do not alloca more than 2000 wide characters;
22610         instead, use malloc for large buffers.
22611         Check for address arithmetic overflow, and return -1
22612         with errno set to ENOMEM in that case.
22613         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
22614         (NEW_PATTERN): Do not alloca more than 8000 bytes;
22615         instead, return -1.  Check for address arithmetic overflow.
22616
22617 2003-10-14  Paul Eggert  <eggert@twinsun.com>
22618
22619         Handle invalid suffixes and overflow independently, so that
22620         callers can treat them independently as needed.  Fix some bugs in
22621         suffix handling, e.g., "100k@" was not diagnosed as an invalid
22622         suffix for a human-readable blocksize.  The major caller-visible
22623         change is the addition of a new
22624         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
22625         that both overflow and suffix chars were found.
22626
22627         * lib/human.c (humblock): Don't check separately for invalid suffix
22628         char; that is xstrtoumax's job (now that its bug is fixed).
22629         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
22630         INTMAX_MAX]: New macros.
22631         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
22632         TYPE_MAXIMUM): New macros.
22633         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
22634         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
22635         if overflow occurs, as it's what __strtol does and it's more useful
22636         in practice.
22637         (__xstrtol): If __strtol reports some error other than ERANGE,
22638         reflect it to the caller as LONGINT_INVALID.  If it reports
22639         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
22640         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
22641         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
22642         value.
22643         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
22644         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
22645         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
22646         [defined UINTMAX_MAX]: New macros.
22647
22648 2003-10-14  Bruno Haible  <bruno@clisp.org>
22649
22650         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
22651
22652 2003-10-14  Bruno Haible  <bruno@clisp.org>
22653
22654         * m4/sig_atomic_t: New file, from GNU gettext.
22655         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
22656
22657 2003-10-14  Bruno Haible  <bruno@clisp.org>
22658
22659         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
22660         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
22661         Also use volatile where needed.
22662
22663 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22664
22665         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
22666         Change maintainer from Bruno Haible to 'all'.
22667
22668 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22669
22670         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
22671
22672 2003-10-12  Paul Eggert  <eggert@twinsun.com>
22673
22674         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
22675         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
22676         and define in terms of the other primitives.
22677         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
22678         (SIZE_MAX): Define if not already defined.
22679         (array_size_overflow): New function.
22680         (xalloc_die): Abort instead of exiting if 'error' returns.
22681         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
22682         (xmalloc, xrealloc): Use them.
22683         (xcalloc): Check for address arithmetic overflow.
22684         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
22685         a bit faster than strcpy.
22686
22687 2003-10-10  Simon Josefsson  <jas@extundo.com>
22688
22689         * modules/argp (Depends-on): Add restrict and strcase.
22690
22691 2003-10-10  Simon Josefsson  <jas@extundo.com>
22692
22693         * m4/argp.m4: Add AC_C_INLINE.
22694
22695 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22696
22697         Merge getpass from libc, plus a few fixes.
22698
22699         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
22700         Include <stdbool.h>.
22701         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
22702         __fsetlocking to empty.
22703         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
22704         do include <bits/libc-lock.h>.
22705         Do not include <fcntl.h>; not needed.
22706         [_LIBC]: Include <wchar.h>.
22707         (NOTCANCEL_MODE): New macro.
22708         (flockfile, funlockfile) [_LIBC]: New macros.
22709         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
22710         [!_LIBC]: New macros.
22711         (call_fclose): New function.
22712         (getpass): Use it.  Save tty stream separately; this simplifies the
22713         code and makes it more reliable if stdin happens to equal stdout.
22714         Invoke __fsetlocking on tty.
22715         Handle thread cancellation if needed.
22716         Namespace cleanup (use __tcgetattr, __getline).
22717         Use bool for Booleans.
22718         [USE_IN_LIBIO]: Handle wide streams.
22719         [!_LIBC]: Unconditionally do the fseek, since we don't know what
22720         stream might go where.
22721
22722         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
22723         doesn't have to include <stdio.h> before us.
22724         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
22725         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
22726         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
22727         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
22728         if not declared, so that we can use getpass.c code from libc without
22729         rewriting it.
22730         (flockfile, ftrylockfile, funlockfile): New macros.
22731
22732 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22733
22734         * modules/getpass: Depend on stdbool.
22735
22736 2003-10-08  Paul Eggert  <eggert@twinsun.com>
22737
22738         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
22739
22740 2003-10-07  Karl Berry  <karl@gnu.org>
22741
22742         * config/config.{guess,sub}: update from config.
22743
22744 2003-10-06  Jim Meyering  <jim@meyering.net>
22745             Bruno Haible  <bruno@clisp.org>
22746
22747         This lets translators provide better translations for the
22748         "Written by ..." part of --version output.
22749         * lib/version-etc.h: Include stdarg.h.
22750         (version_etc_copyright): Declare as readonly.
22751         (version_etc): Make this function variadic with a NULL-terminated list
22752         of author name strings.
22753         (version_etc_va): New declaration.
22754         * lib/version-etc.c: Include stdarg.h, stdlib.h.
22755         (version_etc_copyright): Declare as readonly.
22756         (version_etc_va): New function. Provide a different translatable string
22757         for each possible number of authors < 10. Abbreviate when there are 10
22758         authors or more.
22759         (version_etc): Make this function variadic. Call version_etc_va.
22760         Suggestion from Gary V. Vaughan.
22761
22762         * lib/long-options.h (parse_long_options): Change prototype: the
22763         authors string is moved to the end and becomes variadic.
22764         * lib/long-options.c: Include stdarg.h.
22765         (parse_long_options): Make this function variadic, too.
22766         Call version_etc_va, not version_etc.
22767
22768 2003-10-06  Bruno Haible  <bruno@clisp.org>
22769
22770         * modules/version-etc-2: Remove file.
22771         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
22772
22773 2003-10-06  Bruno Haible  <bruno@clisp.org>
22774
22775         * modules/fatal-signal: New file.
22776         * MODULES.html.sh (func_all_modules): Add fatal-signal.
22777
22778 2003-10-06  Bruno Haible  <bruno@clisp.org>
22779
22780         * m4/fatal-signal.m4: New file.
22781         * m4/signalblocking.m4: New file, from GNU gettext.
22782
22783 2003-10-06  Bruno Haible  <bruno@clisp.org>
22784
22785         * lib/version-etc-2.h: Remove file.
22786         * lib/version-etc-2.c: Remove file.
22787
22788 2003-10-06  Bruno Haible  <bruno@clisp.org>
22789
22790         * lib/fatal-signal.h: New file, from GNU gettext.
22791         * lib/fatal-signal.c: New file, from GNU gettext.
22792
22793 2003-10-05  Paul Eggert  <eggert@twinsun.com>
22794
22795         * README: Rework advice for preventing empty .o files.
22796         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
22797         not <sys/types.h>.
22798
22799 2003-10-04  Karl Berry  <karl@gnu.org>
22800
22801         * lib/argp*: update from libc.
22802
22803 2003-10-04  Karl Berry  <karl@gnu.org>
22804
22805         * config/config.{guess,sub}: update from config.
22806
22807 2003-10-02  Bruno Haible  <bruno@clisp.org>
22808
22809         * modules/lchown (Include): Add lchown.h.
22810         * modules/time_r (Include): Use "..." syntax.
22811         * modules/xgetdomainname (Include): Add xgetdomainname.h.
22812
22813 2003-10-01  Simon Josefsson  <jas@extundo.com>
22814
22815         * MODULES.html.sh (func_all_modules): Move gethostname from section
22816         'based on' to section 'lacking' POSIX:2001.
22817
22818 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
22819
22820         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
22821         to output mode on the same stream.
22822
22823 2003-09-29  Paul Eggert  <eggert@twinsun.com>
22824
22825         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
22826         Fix arg typo in previous patch.
22827
22828 2003-09-28  Jim Meyering  <jim@meyering.net>
22829
22830         * lib/error.c: Correct cpp indentation.
22831
22832 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22833
22834         * modules/free: New file.
22835
22836 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22837
22838         * m4/free.m4: New file.
22839
22840 2003-09-27  Paul Eggert  <eggert@twinsun.com>
22841
22842         * lib/minmax.h (MIN, MAX)
22843         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
22844         Omit the special code that used __typeof__, since we worry that
22845         it could be more trouble than it's worth.  See:
22846         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
22847         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
22848
22849         * lib/free.c: New file.
22850
22851 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
22852
22853         Trivial fixes to Makefile.am parts of module listings.
22854         * modules/strstr: Append strstr.h to lib_SOURCES.
22855         * modules/strcase: Likewise, for strcase.h.
22856
22857 2003-09-27  Karl Berry  <karl@gnu.org>
22858
22859         * config/mkinstalldirs: update from automake.
22860
22861 2003-09-26  Paul Eggert  <eggert@twinsun.com>
22862
22863         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
22864         (error_tail): Do not loop, reallocating temporary buffer, since
22865         the output cannot contain more wide characters than the input
22866         contains bytes, the size must be big enough already.  This avoids
22867         one potential size overflow calculation.  Check for size overflow
22868         when calculating temporary buffer size.  Free temporary buffer
22869         when done, if it was allocated with malloc; this plugs a memory
22870         leak.  Remove casts from void * to pointers, that are no longer
22871         needed now that we're assuming C89 or better.
22872
22873         Merge error changes from glibc.
22874
22875         * lib/error.c, error.h: Update copyright notice header to match glibc.
22876         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
22877         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
22878         Disable cancellation while printing error.
22879         * lib/error.h: Prepend __ to parameter names.
22880
22881 2003-09-26  Jim Meyering  <jim@meyering.net>
22882
22883         * lib/error.c (error_tail): Move some declarations
22884         into inner scope where the local variables are used.
22885
22886 2003-09-26  Bruno Haible  <bruno@clisp.org>
22887
22888         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
22889         stpncpy().
22890         Don't define stpncpy through config.h; it's now done through stpncpy.h.
22891
22892 2003-09-26  Bruno Haible  <bruno@clisp.org>
22893
22894         * lib/stpncpy.h (gnu_stpncpy): New declaration.
22895         (stpncpy): Define as alias for gnu_stpncpy.
22896         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
22897
22898 2003-09-25  Simon Josefsson  <jas@extundo.com>
22899
22900         * lib/xgetdomainname.h: New file.
22901         * lib/xgetdomainname.c: New file.
22902
22903 2003-09-25  Simon Josefsson  <jas@extundo.com>
22904             Bruno Haible  <bruno@clisp.org>
22905
22906         * modules/getdomainname: New file.
22907         * modules/xgetdomainname: New file.
22908         * MODULES.html.sh (func_all_modules): Add getdomainname,
22909         xgetdomainname.
22910
22911 2003-09-25  Simon Josefsson  <jas@extundo.com>
22912             Bruno Haible  <bruno@clisp.org>
22913
22914         * m4/getdomainname.m4: New file.
22915
22916 2003-09-25  Simon Josefsson  <jas@extundo.com>
22917             Bruno Haible  <bruno@clisp.org>
22918
22919         * lib/getdomainname.h: New file.
22920         * lib/getdomainname.c: New file.
22921
22922 2003-09-25  Karl Berry  <karl@gnu.org>
22923
22924         * lib/argp-fmtstream.c, argp-help.c: update from libc.
22925
22926 2003-09-25  Karl Berry  <karl@gnu.org>
22927
22928         * config/install-sh: update from automake.
22929
22930 2003-09-25  Bruno Haible  <bruno@clisp.org>
22931
22932         * modules/version-etc-2: New file, from modules/version-etc with
22933         modifications.
22934         * MODULES.html.sh (func_all_modules): Add version-etc-2.
22935
22936 2003-09-25  Bruno Haible  <bruno@clisp.org>
22937
22938         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
22939         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
22940
22941 2003-09-24  Simon Josefsson  <jas@extundo.com>
22942
22943         * modules/xgethostname: Add xgethostname.h.
22944
22945 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22946
22947         * lib/linebuffer.c (freebuffer): Don't free the argument, just
22948         the buffer associated with the argument.  Bug reported by
22949         Simon Josefsson.
22950
22951 2003-09-24  Paul Eggert  <eggert@twinsun.com>
22952
22953         * README: Document assumptions that 'int' is at least 32 bits
22954         wide, that integer arithmetic is 2's complement without overflow,
22955         that there are no holes in integer values, that adding sizes of
22956         two nonoverlapping objects can't overflow, and that all-bits-zero
22957         yields scalar zero.  Fix spelling and capitalization typos.
22958
22959 2003-09-19  Karl Berry  <karl@gnu.org>
22960
22961         * lib/argp.h: update from libc.
22962
22963 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22964
22965         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
22966         to avoid spurious warnings like "AC_RUN_IFELSE was called before
22967         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
22968
22969 2003-09-17  Paul Eggert  <eggert@twinsun.com>
22970
22971         * gnulib-tool: Use "test -h", not "test -L", for portability
22972         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
22973         (tags_regexp): Remove, since \| doesn't conform to POSIX.
22974         (sed_extract_prog): Issue s commands one-by-one, rather than
22975         using \| in one s command.
22976
22977 2003-09-16  Paul Eggert  <eggert@twinsun.com>
22978
22979         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
22980         input error, instead of returning NULL the next time we are called
22981         (and therefore losing track of errno).
22982
22983 2003-09-16  Bruno Haible  <bruno@clisp.org>
22984
22985         * gnulib-tool (func_create_testdir): Warn about duplicated
22986         dependencies.
22987
22988 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22989
22990         * modules/argmatch, modules/fatal, modules/obstack,
22991         modules/xalloc, modules/xgethostname: Sort dependencies by
22992         importance, not alphabetically.
22993
22994 2003-09-15  Paul Eggert  <eggert@twinsun.com>
22995
22996         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
22997         fails, so that the caller gets the proper errno.
22998
22999         * lib/readutmp.c (read_utmp): Likewise.
23000         Check for fstat error.  Close stream and free storage
23001         when failing.
23002
23003 2003-09-14  Karl Berry  <karl@gnu.org>
23004
23005         * config/srclist.txt (strdup.c): disable for c89 changes.
23006
23007 2003-09-14  Jim Meyering  <jim@meyering.net>
23008
23009         * lib/getloadavg.c: Correct cpp indentation.
23010         * lib/strdup.c: Likewise.
23011         * lib/vasnprintf.c: Likewise.
23012
23013 2003-09-14  Bruno Haible  <bruno@clisp.org>
23014
23015         * modules/fwriteerror: New file.
23016         * MODULES.html.sh (func_all_modules): Add fwriteerror.
23017
23018 2003-09-14  Bruno Haible  <bruno@clisp.org>
23019
23020         * lib/fwriteerror.h: New file.
23021         * lib/fwriteerror.c: New file.
23022
23023 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23024
23025         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
23026         modules/xgethostname, modules/xalloc: Depend on exit.
23027
23028 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23029
23030         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
23031
23032         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
23033         and AC_MINIX, too, so that their extensions are available.
23034
23035         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
23036         This macro has been superseded by gl_BACKUPFILE.
23037
23038         More patches to assume C89 or better.
23039
23040         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
23041
23042         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
23043         unconditionally.
23044         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
23045         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
23046         Include <string.h>, <stdlib.h> unconditionally.
23047         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
23048         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
23049         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
23050         headers or for string.h.
23051         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
23052         or strtoul.
23053
23054         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
23055         headers.
23056         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
23057         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23058         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
23059         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
23060         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23061         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
23062         memcpy, memset.
23063         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
23064         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
23065         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
23066         strtol.
23067         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
23068         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
23069         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
23070         strtoul.
23071
23072 2003-09-12  Paul Eggert  <eggert@twinsun.com>
23073
23074         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
23075         * lib/obstack.c [!defined _LIBC]: Likewise.
23076         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
23077         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
23078         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
23079
23080         More changes to assume C89 or better.
23081
23082         * lib/error.c (error_tail): Assume vprintf.
23083
23084         * lib/argmatch.c (getenv): Remove decl.
23085         * lib/progreloc.c (get_full_program_name): Define via prototype.
23086         * lib/setenv.c (clearenv): Likewise.
23087         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
23088         needed.
23089         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
23090         (malloc, memcpy): Remove decls.
23091         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
23092         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
23093         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23094         (memcpy): Remove macro.
23095         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
23096         (__P): Remove.  All uses removed.
23097         (PTR): Remove.  All uses changed to void *.
23098         (CHAR_BIT, NULL): Remove.
23099         (spaces, zeros, memset_space, memset_zero)
23100         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
23101         Remove.
23102         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
23103         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
23104         Define with prototype.
23105         Remove now-unnecessary prototype decl.
23106         (extra_args_spec): Assume ANSI C.  All uses changed.
23107         (extra_args_spec_iso): Remove.
23108         (my_strftime, emacs_strftimeu): Define via prototype.
23109         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
23110         unconditionally.
23111         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
23112         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
23113         (strtoul, strtol): Remove decls.
23114         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
23115         LONG_MAX): Remove.
23116         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
23117         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
23118         (LOCALE_PARAM_PROTO): New macro.
23119         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
23120         (INTERNAL (strtol), strtol): Define with a prototype.
23121         (PARAMS): Remove.  All uses removed.
23122         * lib/tempname.c: Include <string.h> unconditionally.
23123         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
23124         * lib/xgethostname.c (main): Define with a prototype.
23125         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
23126         Include <stdlib.h> unconditionally.
23127         (calloc, malloc, realloc, free): Remove decls.
23128         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
23129         Include <stdlib.h> unconditionally.  Sort include file names.
23130         (strtod): Remove.
23131         (xstrtod): Define with a prototype.
23132         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
23133         (strtol, strtoul): Remove decls.
23134
23135 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23136
23137         More patches to assume C89 or better.
23138         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
23139         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
23140         string.h, memchr, STDC_HEADERS.
23141
23142 2003-09-11  Paul Eggert  <eggert@twinsun.com>
23143
23144         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
23145         Include <stdlib.h>, <string.h> unconditionally.
23146         Remove now-unnecessary cast to char *.
23147         * lib/strnlen.c: Include <string.h> unconditionally.
23148         * lib/yesno.c (yesno): Define with a prototype.
23149
23150 2003-09-11  Bruno Haible  <bruno@clisp.org>
23151
23152         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
23153
23154 2003-09-10  Jim Meyering  <jim@meyering.net>
23155
23156         * lib/error.c: Correct indentation of cpp directives.
23157
23158 2003-09-10  Bruno Haible  <bruno@clisp.org>
23159
23160         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
23161         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
23162         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
23163         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
23164         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
23165         <stdlib.h> and <string.h> checks.
23166         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
23167         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
23168
23169 2003-09-10  Bruno Haible  <bruno@clisp.org>
23170
23171         * lib/strcspn.c: Include <string.h> unconditionally.
23172         * lib/strpbrk.c: Include <string.h> unconditionally.
23173         * lib/strstr.c: Include <string.h> unconditionally.
23174         * lib/unicodeio.c: Include <string.h> unconditionally.
23175         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
23176         * lib/unsetenv.c: Likewise.
23177         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
23178         * lib/yesno.c: Include <stdlib.h> unconditionally.
23179         (rpmatch): Add prototype.
23180
23181 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23182
23183         More patches to assume C89 or better.
23184         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
23185         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
23186         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
23187         or for string.h.
23188         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
23189         stdlib.h.
23190         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
23191         C headers.
23192         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
23193         string.h.
23194         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
23195         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
23196         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
23197         or for string.h.
23198         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
23199         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
23200         C headers.
23201         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
23202         memcpy.
23203         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
23204         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
23205         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
23206         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
23207         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
23208         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
23209         string.h, free.
23210         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
23211         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
23212         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
23213         C headers, or for string.h.
23214         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
23215         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
23216         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
23217         headers, memory.h, stdlib.h, string.h, strings.h.
23218         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
23219         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
23220         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
23221         strchr.
23222         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
23223         headers, memory.h, string.h.
23224         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
23225         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
23226         free.
23227         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
23228         headers.
23229         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
23230         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
23231         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
23232         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
23233         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
23234
23235 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23236
23237         More K&R removal.
23238
23239         * lib/acosl.c (main): Use a prototype.
23240         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
23241         tanl.c: Likewise.
23242
23243         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
23244
23245         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
23246         (getopt, etopt_long, getopt_long_only, _getopt_internal)
23247         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
23248         with a prototype.
23249         * lib/getopt.c (const): Remove macro.
23250         Include <string.h> unconditionally.
23251         (my_index): Remove; all uses changed to strchr.
23252         (strlen): Remove decl.
23253         (exchange): Remove forward decl; no longer needed.
23254         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
23255         Define with prototype.
23256         * lib/getopt1.c (const): Remove macro.
23257         (getopt_long, getopt_long_only, main): Define with prototype.
23258
23259         * lib/getugroups.c: Include <string.h> unconditionally.
23260
23261         * lib/getusershell.c: Include <stdlib.h> unconditionally.
23262         (getusershell, setusershell, endusershell, readname, main):
23263         Define with prototypes.
23264
23265         * lib/group-member.c: Include group-member.h first.
23266         Include <stdlib.h> unconditionally.
23267
23268         * lib/hard-locale.c: Include hard-locale.h first.
23269         Include <stdlib.h>, <string.h> unconditionally.
23270
23271         * lib/hash.c (free, malloc): Remove decls.
23272         Include <stdlib.h> unconditionally.
23273
23274         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
23275         (getenv): Do not declare.
23276
23277         * lib/idcache.c: Include <string.h> unconditionally.
23278
23279         * lib/long-options.c: Include long-options.h first, to test interface.
23280         Include <stdlib.h> unconditionally.
23281
23282         * lib/makepath.c: Include makepath.h first, to test interface.
23283         Include <stdlib.h> and <string.h> unconditionally.
23284
23285         * lib/linebuffer.c: Include <stdlib.h>.
23286         (free): Remove decl.
23287
23288         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
23289         stddef.h. rpl_malloc returns void *, not char *.
23290         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
23291         prototype.
23292
23293         * lib/md5.h: Include <limits.h> unconditionally.
23294         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
23295         (__P): Remove; all uses removed.
23296         * lib/md5.c: Include "md5.h" first.
23297         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
23298         md5_buffer, md5_process_bytes, md5_process_block):
23299         Define with prototypes.
23300         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
23301         * lib/sha.c: Include "sha.h" first.
23302         Include <stdlib.h>, <string.h> unconditionally.
23303
23304         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
23305         * lib/memcmp.c (__ptr_t): Likewise.
23306         * lib/memrchr.c (__ptr_t): Likewise.
23307         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
23308         Include <string.h> unconditionally.
23309         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
23310         * lib/memchr.c: Include <stdlib.h> unconditionally.
23311         * lib/memchr.c (LONG_MAX): Remove.
23312         * lib/memrchr.c (LONG_MAX): Likewise.
23313         * lib/memchr.c (__memchr): Define via a prototype.
23314         * lib/memrchr.c (__memrchr): Likewise.
23315         * lib/memcmp.c (__P): Remove, and remove all uses.
23316         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
23317         Remove forward decls; no longer needed.
23318         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
23319         Use types required by C89 in prototype.
23320
23321         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
23322         * lib/savedir.c: Likewise.
23323         * lib/mkdir.c (free): Remove decl.
23324         * lib/rmdir.c (rmdir): Define with a prototype.
23325         * lib/savedir.c: Include savedir.h first, to test interface.
23326
23327         * lib/mktime.c (STDC_HEADERS): Remove.
23328         Include <stdlib.h>, <string.h> unconditionally.
23329
23330         * lib/modechange.c: Include <stdlib.h> unconditionally.
23331         (malloc): Remove decl.
23332
23333         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
23334         (free): Remove decl.
23335
23336         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
23337         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
23338         (This type really should be intptr_t, but that's a C99ism.)
23339         (_obstack_memcpy): Remove: all uses changed to memcpy.
23340         Include <string.h> unconditionally.
23341         (struct obstack): Assume __STDC__ for types of members
23342         chunkfun, freefun, extra_arg.
23343         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
23344         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
23345         obstack_begin, obstack_specify_allocation,
23346         obstack_specify_allocation_with_arg, obstack_chunkfun,
23347         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
23348         Remove unprototyped decls and the macros that use them.
23349         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
23350         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
23351         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
23352         (defined __STDC__ && __STDC__)]:
23353         Remove nonprototyped code.
23354         Include <stdlib.h> unconditionally.
23355         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
23356         _obstack_allocated_p, _obstack_free, obstack_free,
23357         _obstack_memory_used, print_and_abort):
23358         Define using prototypes.
23359         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
23360         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
23361         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
23362         obstack_next_free, obstack_object_size, obstack_room) [0]:
23363         Remove unused, unprototyped code.
23364
23365         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
23366
23367         * lib/physmem.c (physmem_total, physmem_available, main): Define
23368         with prototypes.
23369
23370         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
23371         (main): Define with a prototype.
23372
23373         * lib/posixver.c (getenv): Remove decl.
23374
23375         * lib/putenv.c (malloc): Returns void *, not char *.
23376         Include <string.h> unconditionally.
23377         (strchr, memcpy, NULL): Do not define.
23378
23379         * lib/readtokens.c: Include readtokens.h first, to test interface.
23380         Include <stdlib.h>, <string.h> unconditionally.
23381         (init_tokenbuffer): Define with a prototype.
23382
23383         * lib/regex.c (PARAMS): Remove.  All uses removed.
23384         All uses of _RE_ARGS removed, too.
23385         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
23386         unconditionally.
23387         (bzero): Assume memset exists.
23388         (memcmp, memcpy, NULL): Remove.
23389         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
23390         char, or assignments to local vars of type signed char.
23391         (init_syntax_once, PREFIX(extract_number_and_incr),
23392         PREFIX(print_partial_compiled_pattern),
23393         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
23394         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
23395         PREFIX(regex_grow_registers), PREFIX(regex_compile),
23396         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
23397         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
23398         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
23399         wcs_compile_range, byte_compile_range, truncate_wchar,
23400         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
23401         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
23402         count_mbs_length, wcs_re_match_2_internal,
23403         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
23404         PREFIX(alt_match_null_string_p),
23405         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
23406         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
23407         regfree, PREFIX(extract_number)): Define with prototype.  Remove
23408         now-unnecessary declaration, if any.
23409         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
23410         regcomp, regexec):
23411         Remove now-unnecessary casts among pointer types.
23412         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
23413
23414         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
23415         (free): Remove decl.
23416
23417         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
23418
23419         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
23420         (free): Remove decl.
23421
23422         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
23423         * lib/xgetcwd.c: Likewise.
23424
23425         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
23426         (free): Remove decl.
23427
23428         * lib/strchrnul.c (strchrnul): Define with a prototype.
23429         Fix bug: c_in was not converted to char before searching.
23430
23431         The following changes are not K&R related:
23432
23433         * lib/group-member.h: Include <sys/types.h>, so that this file is
23434         self-contained.
23435         * lib/makepath.h: Likewise.
23436
23437         * lib/getusershell.c (readname, default_index, line_size, readname):
23438         Use size_t, not int, for sizes.
23439         (readname): If the size overflows, report an error instead of
23440         looping forever.
23441
23442 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23443
23444         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
23445         libc.
23446
23447 2003-09-09  Paul Eggert  <eggert@twinsun.com>
23448
23449         * README: New section: portability guidelines.
23450
23451 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
23452
23453         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
23454         C89 spec.
23455
23456 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
23457
23458         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
23459
23460 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23461
23462         Assume C89 or better; remove K&R cruft.
23463         A few of these changes were first proposed by Derek Robert Price
23464         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
23465
23466         * lib/addext.c: Include <string.h> unconditionally.
23467         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
23468         Don't declare getenv or malloc.
23469
23470         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
23471         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
23472         (NULL): Remove.
23473         (find_stack_direction, alloca): Use prototypes.
23474
23475         * lib/atexit.c (atexit): Define using a prototype.
23476
23477         * lib/basename.c, dirname.c, stripslash.c:
23478         Include <string.h> unconditionally.
23479
23480         * lib/bcopy.c: Include <stddef.h>.
23481         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
23482
23483         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
23484
23485         * lib/error.h (error, error_at_line, error_print_progname)
23486         [! (defined (__STDC__) && __STDC__)]: Remove decls.
23487         * lib/error.c: Include error.h first, to check interface.
23488         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
23489         (VA_START): Remove; all uses changeed to va_start.
23490         (exit, strerror): Remove decls.
23491         (error_print_progname): Prototype uncondionally.
23492         Don't include <errno.h>; no longer needed.
23493         (private_strerror): Remove.
23494         (error_tail): Always define.
23495         (error, error_at_line): Assume C89 or better; always use prototypes.
23496         * lib/fatal.c: Include "fatal.h" first, to test interface.
23497         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
23498         (VA_START): Remove; all uses changed to va_start.
23499         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
23500         this case.
23501         (exit): Remove decl.
23502         (fatal): Prototype unconditionally.  Assume va_start works.
23503         Abort at end, to pacify gcc.
23504
23505         * lib/euidaccess.c (main): Define with a prototype.
23506
23507         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
23508
23509         * lib/exitfail.c: Include <stdlib.h> unconditionally.
23510
23511         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
23512         prototypes.
23513         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
23514         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
23515         (getenv): Remove decl.
23516         (fnmatch): Define using a prototype.
23517         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
23518         (FCT): Define using a prototype.
23519
23520         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
23521
23522         * lib/gethostname.c: Include <stddef.h>.
23523         (gethostname): Define with prototype.  Length is size_t, not int.
23524
23525 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23526
23527         Assume C89 or better; remove K&R cruft.
23528         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
23529         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
23530         string.h, getenv, malloc.
23531         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
23532         headers.
23533         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
23534         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
23535         do not check for strerror.
23536         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
23537         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
23538         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
23539         do not check for doprnt or vprintf.
23540         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
23541         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
23542
23543 2003-09-08  Paul Eggert  <eggert@twinsun.com>
23544
23545         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
23546         getversion.c should have been removed then, but was accidentally
23547         preserved.
23548
23549         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
23550         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
23551
23552 2003-09-08  Karl Berry  <karl@gnu.org>
23553
23554         * config/config.sub, config.guess, srclistvars.sh: update from savannah
23555                 config, forget about prep.
23556
23557         * config/depcomp, missing: update from automake.
23558
23559 2003-09-07  Paul Eggert  <eggert@twinsun.com>
23560
23561         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
23562         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
23563
23564 2003-09-07  Paul Eggert  <eggert@twinsun.com>
23565
23566         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
23567         copy_tm_result.  Bug reported by Simon Josefsson in
23568         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
23569
23570 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23571
23572         * m4/time_r.m4: New file.
23573         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
23574         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
23575         is. Check for timegm declaration.
23576         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
23577         Do not check for gmtime_r.
23578         Replace mktime if __mktime_internal does not exist and if mktime
23579         hasn't been replaced already.
23580
23581 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23582
23583         * lib/time_r.c, lib/time_r.h: New files.
23584
23585         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
23586         __localtime_r.
23587         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
23588         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
23589
23590         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
23591         __gmtime_r.
23592         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
23593         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
23594         Include <time_r.h>.
23595
23596         * lib/timegm.c: Switch to glibc implementation, with the following
23597         changes:
23598         [defined HAVE_CONFIG_H]: Include <config.h>.
23599         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
23600         (__mktime_internal) [!defined _LIBC]: New decl.
23601         (__gmtime_r) [!defined _LIBC]: New macro and function.
23602         (timegm): Use a prototype, since gnulib assumes C89.
23603         Do not bother declaring tmp to be const, as it's not really usefu.
23604         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
23605         (timegm): Declare only if HAVE_DECL_TIMEGM.
23606
23607 2003-09-06  Paul Eggert  <eggert@twinsun.com>
23608
23609         * MODULES.html.sh (func_all_modules): Add time_r.
23610         * modules/time_r: New file.
23611         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
23612         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
23613
23614 2003-09-03  Paul Eggert  <eggert@twinsun.com>
23615
23616         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
23617         Bug reported by Lute Kamstra in
23618         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
23619
23620         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
23621         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
23622         course with correspondingly smaller numbers for tomorrow and
23623         yesterday.  From Tadayoshi Funaba.  Originally installed into
23624         sh-utils on 1999-08-07, but the patch got lost (I guess during the
23625         coreutils merge?).
23626
23627 2003-08-31  Simon Josefsson  <jas@extundo.com>
23628
23629         * modules/timegm: New file.
23630         * MODULES.html.sh (func_all_modules): Add timegm.
23631
23632 2003-08-31  Simon Josefsson  <jas@extundo.com>
23633
23634         * m4/timegm.m4: New file.
23635
23636 2003-08-31  Simon Josefsson  <jas@extundo.com>
23637
23638         * lib/timegm.h: New file.
23639         * lib/timegm.c: New file.  Based on
23640         wget-1.8.2/src/http.c:mktime_from_utc.
23641
23642 2003-08-31  Karl Berry  <karl@gnu.org>
23643
23644         * lib/argp.h: update from libc.
23645
23646 2003-08-28  Bruno Haible  <bruno@clisp.org>
23647
23648         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
23649         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
23650         followed by '#define fnmatch fnmatch_posix' gives an error.
23651
23652 2003-08-28  Bruno Haible  <bruno@clisp.org>
23653
23654         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
23655         warning on QNX, which defines O_BINARY to 000000.
23656
23657 2003-08-27  Jim Meyering  <jim@meyering.net>
23658
23659         * m4/mkstemp.m4: Require that the system mkstemp be able to create
23660         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
23661         would fail after 32.  Reported by Danny Levinson.  Details here:
23662         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
23663
23664 2003-08-24  Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
23667         MSVC7 <stdio.h> is included later.
23668
23669 2003-08-22  Simon Josefsson  <jas@extundo.com>
23670
23671         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
23672
23673 2003-08-20  Karl Berry  <karl@gnu.org>
23674
23675         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
23676
23677 2003-08-20  Bruno Haible  <bruno@clisp.org>
23678
23679         * modules/progname: New file.
23680         * MODULES.html.sh (func_all_modules): Add progname.
23681
23682 2003-08-20  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/progname.h: New file, from GNU gettext.
23685         * lib/progname.c: New file, from GNU gettext.
23686         * lib/progreloc.c: New file, from GNU gettext.
23687
23688 2003-08-19  Jim Meyering  <jim@meyering.net>
23689
23690         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
23691         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
23692
23693 2003-08-19  Bruno Haible  <bruno@clisp.org>
23694
23695         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
23696         more.
23697
23698 2003-08-19  Bruno Haible  <bruno@clisp.org>
23699
23700         * lib/xstrdup.c: Assume <string.h> exists.
23701
23702 2003-08-18  Paul Eggert  <eggert@twinsun.com>
23703
23704         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
23705         in makefile rules.
23706
23707 2003-08-18  Jim Meyering  <jim@meyering.net>
23708
23709         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
23710         * m4/lib-ld.m4: Likewise.
23711
23712 2003-08-18  Jim Meyering  <jim@meyering.net>
23713
23714         * lib/setenv.h: Indent nested cpp directive.
23715         * lib/vasnprintf.c: Remove trailing blanks.
23716
23717 2003-08-17  Simon Josefsson  <jas@extundo.com>
23718
23719         * modules/xstrndup: New file.
23720         * MODULES.html.sh (func_all_modules): Add xstrndup.
23721
23722 2003-08-17  Simon Josefsson  <jas@extundo.com>
23723
23724         * modules/argp: Fix autoconf macro name. Add more dependencies.
23725
23726 2003-08-17  Simon Josefsson  <jas@extundo.com>
23727
23728         * m4/xstrndup.m4: New file.
23729
23730 2003-08-17  Simon Josefsson  <jas@extundo.com>
23731
23732         * m4/argp.m4: New file.
23733
23734 2003-08-17  Simon Josefsson  <jas@extundo.com>
23735             Bruno Haible  <bruno@clisp.org>
23736
23737         * lib/xstrndup.h: New file.
23738         * lib/xstrndup.c: New file.
23739
23740 2003-08-17  Bruno Haible  <bruno@clisp.org>
23741
23742         * modules/strndup (Files, Include): Add lib/strndup.h.
23743
23744 2003-08-17  Bruno Haible  <bruno@clisp.org>
23745
23746         * modules/euidaccess (Files): Add lib/euidaccess.h.
23747
23748 2003-08-17  Bruno Haible  <bruno@clisp.org>
23749
23750         * lib/strndup.h: New file.
23751
23752 2003-08-17  Bruno Haible  <bruno@clisp.org>
23753
23754         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
23755         like AC_GNU_SOURCE.
23756         * modules/extensions (configure.ac): Comment out the invocation of
23757         gl_USE_SYSTEM_EXTENSIONS.
23758
23759 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23760
23761         Merges from coreutils, etc.
23762         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
23763         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
23764         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
23765         fixing a typo.
23766         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
23767         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
23768
23769 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23770
23771         Document merge from coreutils.
23772         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
23773         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
23774         * modules/utime: Add m4/utimes-null.m4.
23775
23776 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23777
23778         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
23779         space, undoing this 2003-08-12 change:
23780         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
23781
23782 2003-08-16  Paul Eggert  <eggert@twinsun.com>
23783
23784         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
23785         strtoul.c from libc, undoing this 2003-08-12 change:
23786         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
23787
23788 2003-08-16  Jim Meyering  <jim@meyering.net>
23789
23790         Merges from coreutils.
23791         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
23792         prefix.  Adjust cache variables similarly.  Create 500 rather than
23793         just 300 files, to exercise bug on Darwin6.5, too.
23794         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
23795         $missing_dir.
23796         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
23797         AM_SYS_POSIX_TERMIOS.
23798         Reported by mkc@mathdogs.com.
23799         Also change use of $am_cv_sys_posix_termios
23800         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
23801         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
23802         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
23803         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
23804         in /proc/mounts until it finds one with matching device number.  This
23805         is unnecessary when the FILE argument *is* a mount point.  No stat call
23806         is necessary in that case.  So, disable the statvfs-testing code on
23807         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
23808         as RedHat bug# 84846.
23809         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
23810         to 1MB, so as not to render systems with no stack size limit (e.g.,
23811         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
23812         Include <unistd.h>.  On some systems,
23813         it is required for the definition of _SC_PAGESIZE.
23814
23815 2003-08-16  Jim Meyering  <jim@meyering.net>
23816
23817         Merge from coreutils.
23818         * lib/xstrtoimax.c: #else #if -> #elif.
23819         * lib/xstrtoumax.c: Likewise.
23820
23821 2003-08-16  Jim Meyering  <jim@meyering.net>
23822
23823         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
23824         * m4/utimes.m4: Removed.
23825         * m4/utimes-null.m4: Renamed from utimes.m4.
23826
23827         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
23828         to 1MB, so as not to render systems with no stack size limit (e.g.,
23829         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
23830         Include <unistd.h>.  On some systems,
23831         it is required for the definition of _SC_PAGESIZE.
23832
23833 2003-08-16  Jim Meyering  <jim@meyering.net>
23834         and Paul Eggert  <eggert@cs.ucla.edu>
23835
23836         Merges from coreutils, etc.
23837
23838         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
23839         using the latest version from cvs.  This avoids problems with #line
23840         directives using a vendor (Sun) compiler.
23841         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
23842         Don't set GETGROUPS_LIB here; now it's
23843         done via getgroups.m4's wrapper function.
23844         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
23845         rather than just in sh-util/configure.in, so that the
23846         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
23847         same.
23848         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
23849         AC_FUNC_GETLOADAVG where to find getloadavg.c.
23850         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
23851         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
23852         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
23853         Remove code that is now done by the newly-required macros.
23854         Append $(EXEEXT) to DF_PROG.
23855         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
23856         Do not invoke or require the following here,
23857         since prereq.m4 or some gnulib .m4 now does this for us:
23858         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
23859         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
23860         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
23861         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
23862         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
23863         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
23864         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
23865         AC_FUNC_OBSTACK.
23866         Do not replace the following functions, as this is now the job
23867         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
23868         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
23869         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
23870         atexit getpass, strdup, getpagesize.
23871         Replace 'raise'.
23872         Do not check for the following functions, as this is now the job
23873         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
23874         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
23875         setregid.
23876         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
23877         Check for sys/sysctl.h.
23878         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
23879         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
23880         of checking for ssize_t ourselves.
23881
23882         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
23883         Require every macro that gnulib/modules/* suggests for us.
23884         (jm_PREREQ_ADDEXT): New macro.
23885         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
23886         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
23887
23888         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
23889         (gl_PHYSMEM): Use it.
23890         Also check for `table' function.
23891         Check for new headers and functions.
23892         Add check for sys/sysmp.h.
23893         With suggestions from Kaveh Ghazi.
23894         Ignore headers that are present but cannot be compiled.  This
23895         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
23896         C 5.4.
23897
23898 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23899
23900         Document merge from coreutils.
23901         * modules/userspec: Depend on posixver.
23902         * modules/strftime: Depend on tzset.
23903
23904 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23905
23906         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
23907         rather than tab, after '#' in shell-script copyright notices.
23908         Suggested by Bruno Haible.
23909
23910 2003-08-15  Paul Eggert  <eggert@twinsun.com>
23911
23912         * config/srclist-update: Use three spaces, rather than tab, after '#'
23913         in shell-script copyright notices.  Suggested by Bruno Haible.
23914         Remove unnecessary parenthesization in regular expression.
23915
23916 2003-08-15  Jim Meyering  <jim@meyering.net>
23917
23918         Merge from coreutils.
23919         * lib/xgethostname.c: Include <stdlib.h>.
23920         (xghostname): Don't exit for anything other than memory-related
23921         failure; just return NULL.
23922         * lib/userspec.c: Include "posixver.h".
23923         (parse_user_spec): Accept `.' as a separator only
23924         in pre-POSIX-200112 mode.
23925         * lib/strtoimax.c: Use #elif rather than #else #if.
23926         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
23927         Remove function, now that we can rely on a working tzset function.
23928         [!_LIBC]: Ensure that the required autoconf test has been run.
23929         [!defined _NL_CURRENT && HAVE_STRFTIME]:
23930         Use underlying_strftime for %r.
23931         * lib/sha.c: Merge in some clean-up and optimization changes from
23932         glibc.
23933         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
23934         Ensure that it is a multiple of 64.
23935         Rearrange loop exit tests so as to avoid performing an
23936         additional fread after encountering an error or EOF.
23937         * lib/realloc.c: Update copyright date.
23938
23939 2003-08-15  Jim Meyering  <jim@meyering.net>
23940         and Paul Eggert  <eggert@twinsun.com>
23941
23942         Merge from coreutils.
23943         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
23944         member but strut utmpx does not.  Needed for AIX 4.3.3.
23945         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
23946
23947 2003-08-15  Jim Meyering  <jim@meyering.net>
23948         and Paul Eggert  <eggert@cs.ucla.edu>
23949
23950         Merges from coreutils, etc.
23951         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
23952         Require gl_FUNC_TZSET_CLOBBER.
23953         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
23954         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
23955         members.
23956
23957 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23958
23959         Help the merge from coreutils.
23960         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
23961         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
23962         * m4/tzset.m4: Use it too.
23963
23964 2003-08-14  Paul Eggert  <eggert@twinsun.com>
23965
23966         * modules/tzset: New file.
23967
23968 2003-08-14  Jim Meyering  <jim@meyering.net>
23969
23970         Merges from coreutils.
23971         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
23972         variable names, rather than @FNMATCH_H@.
23973         * modules/alloca: Likewise for $(ALLOCA_H).
23974
23975         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
23976         the three copies of the literal target, `fnmatch.h'.
23977         * modules/alloca (alloca.h): Likewise.
23978
23979 2003-08-14  Jim Meyering  <jim@meyering.net>
23980
23981         Merge from coreutils.
23982         * m4/tzset.m4: New file.
23983         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
23984         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
23985         otherwise, AIX 5.1 systems would end up using the latter.
23986         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
23987         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
23988         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
23989         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
23990
23991 2003-08-14  Jim Meyering  <jim@meyering.net>
23992
23993         Merge from coreutils.
23994         * lib/obstack.h: Whitespace changes.
23995         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
23996         and xcalloc return values.
23997         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
23998         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
23999         hang on OSF/1 5.1 for DIR on both local and remote file systems.
24000         Reported by (and fix confirmed by) Nelson H. F. Beebe.
24001         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
24002         error from mntctl.
24003         Use mntctl's return value to drive the entry-processing loop, since
24004         we can't rely on the value of the vmt_length member in the last
24005         entry.  On some systems doing so could result in exhausting
24006         virtual memory.  Based in part on a patch from Mike Jetzer.
24007
24008 2003-08-14  Jim Meyering  <jim@meyering.net>
24009         and Paul Eggert  <eggert@twinsun.com>
24010
24011         Merges from coreutils, plus other fixes.
24012         * lib/physmem.c: Merge in portability changes from gcc/libiberty
24013         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
24014         for credits and details.  Thanks to Kaveh Ghazi for helping
24015         to keep these files in sync.
24016         (ARRAY_SIZE): Define it.
24017         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
24018         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
24019         (memcasecmp): Don't assume size_t fits in unsigned int.
24020         Remove casts and duplicate code.
24021         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
24022         (memcpy): Remove definition.
24023         Merge in some clean-up and optimization changes from glibc.
24024         [BLOCKSIZE]: Move definition to top of file.
24025         Ensure that it is a multiple of 64.
24026         Rearrange loop exit tests so as to avoid performing an
24027         additional fread after encountering an error or EOF.
24028         * lib/md5.h (md5_uintptr): Define.
24029         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
24030         return to the initial working directory.  Preserve errno
24031         for caller.
24032         * lib/idcache.c: Include "xalloc.h".
24033         (xmalloc, xrealloc): Remove decls.
24034         (getuser): Remove casts no longer required in C89.
24035         * lib/human.c: Include stdio.h, for sprintf.
24036         * lib/group-member.c: Include "xalloc.h".
24037         (xmalloc, xrealloc): Remove decls.
24038         (get_group_info): Remove casts no longer required in C89.
24039         * lib/getusershell.c (readname): Remove casts no longer required in
24040         C89.
24041         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
24042         * lib/getline.c: Whitespace fix, from coreutils.
24043
24044 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24045
24046         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
24047         Check for isascii.
24048
24049         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24050         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24051         Undo previous (whitespace-only) change.
24052
24053 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24054
24055         * lib/exclude.c: Include <ctype.h>
24056         (IN_CTYPE_DOMAIN): New macro.
24057         (is_space): New fn.
24058         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
24059         and empty lines.
24060
24061         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24062         Undo previous (whitespace-only) change.
24063
24064 2003-08-13  Paul Eggert  <eggert@twinsun.com>
24065
24066         * config/srclist-update: Change update back to the old behavior,
24067         leaving whitespace alone.  Use one 'sed' command rather than a
24068         pipeline.
24069         (fixlicense): Now a variable, not a function.
24070         (remove_trailing_blanks): Remove.
24071         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
24072         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24073         Undo previous (whitespace-only) change.
24074
24075 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24076
24077         Merge from coreutils.
24078         * modules/euidaccess: Add lib_SOURCES, include for new
24079         file euidaccess.h
24080
24081 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24082
24083         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
24084         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
24085         Normalize leading white space and remove trailing white space.
24086
24087         Merge from coreutils
24088         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
24089
24090         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
24091         0.12.1.  These files are now being upgraded automatically by
24092         ../config/srclist-update.
24093
24094 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24095
24096         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
24097         Normalize leading white space and remove trailing white space.
24098         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
24099         notice, as per ../config/srclist-update.
24100
24101         Merge from coreutils.
24102         * lib/euidaccess.h: New file.
24103         * lib/euidaccess.c: Include it.
24104         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
24105         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
24106         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
24107
24108 2003-08-12  Paul Eggert  <eggert@twinsun.com>
24109
24110         * config/srclist-update: Add copyright notice.
24111         (remove_id_lines, remove_trailing_blanks): New constants.
24112         (fixfile): Use them to normalize spacing a bit in copied files.
24113         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
24114         Normalize leading white space and remove trailing white space.
24115
24116         * config/texinfo.tex: Sync with texinfo.
24117
24118         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
24119         strtoul.c from libc, to merge coreutils whitespace changes.
24120
24121         * config/srclist.txt: Get the following m4 files from gettext:
24122         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
24123         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
24124         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
24125         wint_t.m4.
24126
24127 2003-08-12  Karl Berry  <karl@gnu.org>
24128
24129         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
24130         been made.
24131
24132 2003-08-11  Paul Eggert  <eggert@twinsun.com>
24133
24134         * modules/gnu-source, m4/gnu-source.m4:
24135         Remove; we're assuming Autoconf 2.54 or later now.
24136         Suggested by Bruno Haible.
24137         * MODULES.html.sh (func_all_modules): Remove gnu-source.
24138
24139 2003-08-11  Bruno Haible  <bruno@clisp.org>
24140
24141         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
24142
24143 2003-08-11  Bruno Haible  <bruno@clisp.org>
24144
24145         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
24146         (vasnprintf): Use it instead of wcslen.
24147
24148 2003-08-11  Bruno Haible  <bruno@clisp.org>
24149
24150         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
24151         value to ensure that _Bool promotes to int. Use #define for _Bool when
24152         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
24153
24154 2003-08-10  Karl Berry  <karl@gnu.org>
24155
24156         * lib/regex.h: update from libc (whitespace fix).
24157
24158 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24159
24160         Merge some files from coreutils.  These changes were
24161         originally made by Jim Meyering.
24162         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
24163         many older Unixes require this.
24164         * lib/alloca.c (alloca): Remove cast to argument of free;
24165         no longer needed in C89.
24166         * lib/alloca_.h, regex.h: Fix white space to match
24167         what GNU indent does.
24168
24169 2003-08-09  Paul Eggert  <eggert@twinsun.com>
24170
24171         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
24172         apparently Emacs's Unicode mode got confused before my 2003-08-05
24173         checkin.
24174
24175 2003-08-08  Paul Eggert  <eggert@twinsun.com>
24176
24177         * m4/extensions.m4: New file.
24178         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
24179         Require gl_USE_SYSTEM_EXTENSIONS.
24180         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
24181         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
24182
24183 2003-08-08  Paul Eggert  <eggert@twinsun.com>
24184
24185         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
24186         * modules/extensions, modules/gnu-source: New files.
24187         * modules/timespec, modules/unlocked-io: Depend on extensions.
24188
24189 2003-08-07  Paul Eggert  <eggert@twinsun.com>
24190
24191         * modules/restrict: New file.
24192         * MODULES.html.sh (func_all_modules): Add restrict.
24193         * modules/regex: Depend on restrict.
24194
24195 2003-08-07  Paul Eggert  <eggert@twinsun.com>
24196
24197         * m4/restrict.m4: New file.
24198         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
24199
24200 2003-08-07  Bruno Haible  <bruno@clisp.org>
24201
24202         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
24203         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
24204
24205 2003-08-07  Bruno Haible  <bruno@clisp.org>
24206
24207         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
24208         makes the module 'getndelim2' compatible with the module 'getline'.
24209
24210 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24211
24212         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
24213         byte with "\201" to avoid glitches when editing that source file
24214         with multi-gnome-terminal.
24215
24216 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24217
24218         * lib/bumpalloc.h: Remove.
24219
24220 2003-08-05  Paul Eggert  <eggert@twinsun.com>
24221
24222         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
24223         * modules/bumpalloc: Remove.
24224
24225 2003-08-04  Paul Eggert  <eggert@twinsun.com>
24226
24227         * lib/getloadavg.c: Change copyright notice and spacing to conform to
24228         GNU coding style.
24229
24230         Merge from coreutils.
24231         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
24232         1. From glibc.
24233         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
24234         from Karl Berry, implemented by Jim Meyering.
24235         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
24236         from Dmitry V. Levin.
24237         Remove anachronistic cast of xrealloc.
24238         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
24239         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
24240         type. Otherwise, it wouldn't compile with at least /bin/cc on
24241         ymp-cray-unicos9.0.2.X.
24242         Combine two mostly-identical uses of alloca into one.
24243         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
24244
24245 2003-08-04  Dave Love  <d.love@dl.ac.uk>
24246
24247         [From Emacs.]
24248
24249         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
24250         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
24251         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
24252         obsolete NLIST_NAME_UNION.
24253         [__GNU__]: Undef BSD and FSCALE.
24254         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
24255
24256 2003-08-03  Paul Eggert  <eggert@twinsun.com>
24257
24258         * lib/stdbool_.h (_Bool): Make it signed char, instead of
24259         an enum type, so that it's guaranteed to promote to int.  See:
24260         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
24261
24262 2003-08-03  Karl Berry  <karl@gnu.org>
24263
24264         * config/depcomp: update from automake.
24265
24266 2003-07-31  Paul Eggert  <eggert@twinsun.com>
24267
24268         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
24269         (strerror): Don't assume that a printable int fits in 14 bytes.
24270
24271 2003-07-31  Bruno Haible  <bruno@clisp.org>
24272
24273         * modules/getpass-gnu: New file.
24274         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
24275
24276 2003-07-31  Bruno Haible  <bruno@clisp.org>
24277
24278         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
24279
24280 2003-07-24  Karl Berry  <karl@gnu.org>
24281
24282         * config/missing: update from automake.
24283
24284 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
24285             Bruno Haible  <bruno@clisp.org>
24286
24287         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
24288         * lib/getline.c (getline, getdelim): Likewise.
24289         Remove _GNU_SOURCE define; now it's defined in config.h through
24290         m4/getline.m4.
24291
24292 2003-07-23  Karl Berry  <karl@gnu.org>
24293
24294         * config/config.sub: update from prep.
24295
24296 2003-07-22  Paul Eggert  <eggert@twinsun.com>
24297
24298         * modules/xalloc (Depends-on): Add exitfail.
24299         * modules/xmemcoll: Likewise.
24300
24301 2003-07-22  Paul Eggert  <eggert@twinsun.com>
24302
24303         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
24304         over-parenthesization in macros.
24305
24306         Sync with coreutils.
24307
24308         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
24309         required by C99.
24310
24311         Use `exit_failure' for xalloc and xmemcoll instead of their own
24312         private exit-failure variables.
24313         * lib/xalloc.h (xalloc_exit_failure): Remove.
24314         * lib/xmalloc.c: Likewise.  Include exitfail.h.
24315         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
24316         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
24317         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
24318         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
24319
24320 2003-07-20  Jim Meyering  <jim@meyering.net>
24321
24322         * modules/closeout (Depends-on): Add exitfail.
24323         Suggestion from Bruno Haible.
24324
24325 2003-07-19  Karl Berry  <karl@gnu.org>
24326
24327         * config/config.sub: update from prep.
24328
24329 2003-07-18  Paul Eggert  <eggert@twinsun.com>
24330
24331         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
24332         Remove.
24333         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
24334         to test that it can stand by itself.  Include "exitfail.h".
24335         Clients should set exit_failure instead.
24336         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
24337
24338 2003-07-18  Bruno Haible  <bruno@clisp.org>
24339
24340         * modules/getndelim2: New file.
24341         * modules/getline: Share files with module getndelim2.
24342         * modules/getnline: Depend on getndelim2 instead of sharing files with
24343         it. Add getnline.c to lib_SOURCES.
24344         * MODULES.html.sh (func_all_modules): Add getndelim2.
24345
24346 2003-07-18  Bruno Haible  <bruno@clisp.org>
24347
24348         * m4/getndelim2.m4: New file.
24349         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
24350         invoke gl_PREREQ_GETNDELIM2.
24351         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
24352         gl_PREREQ_GETNDELIM2.
24353         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
24354         gl_GETNDELIM2.
24355
24356 2003-07-18  Bruno Haible  <bruno@clisp.org>
24357
24358         * lib/getndelim2.h: New file.
24359         * lib/getndelim2.c: Make into a module of its own. Include config.h,
24360         getndelim2.h.
24361         (getndelim2): Make non-static. Change return type to ssize_t.
24362         * lib/getline.h: Change argument names.
24363         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
24364         * lib/getnline.c: Include getndelim2.h.
24365
24366 2003-07-18  Andreas Schwab  <schwab@suse.de>
24367
24368         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
24369
24370 2003-07-17  Karl Berry  <karl@gnu.org>
24371
24372         * config/config.sub: update from prep.
24373
24374 2003-07-17  Bruno Haible  <bruno@clisp.org>
24375
24376         * modules/getnline: New file.
24377         * modules/getline: Add lib/getndelim2.c to source file list.
24378         * MODULES.html.sh (func_all_modules): Add getnline.
24379
24380 2003-07-17  Bruno Haible  <bruno@clisp.org>
24381
24382         * m4/getnline.m4: New file.
24383
24384 2003-07-17  Bruno Haible  <bruno@clisp.org>
24385
24386         * m4/Makefile.am.in: Remove file.
24387         * m4/Makefile.am: Remove file.
24388         * m4/Makefile.in: Remove file.
24389
24390 2003-07-17  Bruno Haible  <bruno@clisp.org>
24391
24392         * lib/getnline.h: New file.
24393         * lib/getnline.c: New file.
24394         * lib/getndelim2.c: New file, extracted from getline.c.
24395         (getndelim2): Renamed from getdelim2, with added nmax argument.
24396         * lib/getline.c: Include getndelim2.c.
24397         (getdelim2): Moved out to getndelim2.c.
24398         (getline, getdelim): Update.
24399
24400 2003-07-17  Bruno Haible  <bruno@clisp.org>
24401
24402         * lib/Makefile.am: Remove file.
24403         * lib/Makefile.in: Remove file.
24404
24405 2003-07-17  Bruno Haible  <bruno@clisp.org>
24406
24407         * configure.in: Remove file.
24408         * Makefile.in: Remove file.
24409
24410 2003-07-17  Bruno Haible  <bruno@clisp.org>
24411
24412         * MODULES.html.sh: Put the </BODY> right before </HTML>.
24413
24414 2003-07-16  Karl Berry  <karl@gnu.org>
24415
24416         * config/srclist-update: was running fixlicense twice, which caused
24417                 texinfo.tex to be nullified for some reason.  Simplify,
24418                 $gplsrc is no longer needed as far as I can see?
24419
24420 2003-07-16  Jim Meyering  <jim@meyering.net>
24421
24422         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
24423
24424 2003-07-15  Paul Eggert  <eggert@twinsun.com>
24425
24426         * config/srclist.txt: Get the following files from gettext-runtime/intl
24427         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
24428         ref-del.sin.  From Bruno Haible.
24429         * config/srclist-update (fixfile): Change grep pattern again, since the
24430         previous fix didn't work (there was another trailing $).  Use
24431         '[$]' to escape the $s.
24432
24433 2003-07-15  Karl Berry  <karl@gnu.org>
24434
24435         * lib/vasnprintf.c: update from gettext.
24436
24437 2003-07-15  Karl Berry  <karl@gnu.org>
24438
24439         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
24440         gets expanded when surrounded by '$'.
24441
24442 2003-07-15  Jim Meyering  <jim@meyering.net>
24443
24444         * modules/save-cwd: Don't depend on error.  From Derek Price.
24445
24446 2003-07-15  Jim Meyering  <jim@meyering.net>
24447
24448         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
24449
24450 2003-07-14  Simon Josefsson  <jas@extundo.com>
24451
24452         * modules/mempcpy: New file.
24453         * MODULES.html.sh (func_all_modules): Add mempcpy.
24454
24455 2003-07-14  Simon Josefsson  <jas@extundo.com>
24456
24457         * m4/mempcpy.m4: New file.
24458
24459 2003-07-14  Simon Josefsson  <jas@extundo.com>
24460
24461         * lib/mempcpy.h: New file.
24462         * lib/mempcpy.c: New file.
24463
24464 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24465
24466         * modules/getdate, modules/posixtm: Depend on mktime.
24467
24468 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24469
24470         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
24471         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
24472         unicodeio.c, unicodeio.h, unlocked-io.h:
24473         Switch from LGPL to GPL.
24474
24475 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24476
24477         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
24478         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
24479         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
24480         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
24481         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
24482         updated automatically by ../config/srclist-update.  This changes
24483         their license from LPGL to GPL.
24484
24485 2003-07-14  Paul Eggert  <eggert@twinsun.com>
24486
24487         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
24488         assumed to refer to the root of the most recent stable gettext version.
24489         * config/srclistvars.sh: Add defaults for eggert.
24490         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
24491         Match "This program" as well as "The program".  This is needed
24492         for gettext.
24493
24494 2003-07-14  Jim Meyering  <jim@meyering.net>
24495
24496         Don't emit diagnostics.  Let callers do that.
24497         * lib/save-cwd.c: Don't include "error.h".
24498         (save_cwd): Don't call error.  Ensure that errno is valid
24499         when returning nonzero.
24500
24501         * lib/save-cwd.h (restore_cwd): Update prototype.
24502         * lib/save-cwd.c (restore_cwd): Remove two parameters.
24503         Simplify.  Don't call error upon failure.  Let callers do that.
24504         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
24505         when auditing is enabled.  But don't bother updating the #if.
24506
24507 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
24508
24509         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
24510         it breaks C++ compilation.
24511         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
24512
24513 2003-07-10  Simon Josefsson  <jas@extundo.com>
24514
24515         * modules/strchrnul (Makefile.am): Add strchrnul.h.
24516
24517 2003-07-10  Jim Meyering  <jim@meyering.net>
24518
24519         * m4/clock_time.m4: Remove trailing blank.
24520         * m4/intmax_t.m4: Likewise.
24521
24522 2003-07-10  Jim Meyering  <jim@meyering.net>
24523
24524         * lib/vasnprintf.c: Remove trailing blanks.
24525         Make cpp indentation consistent.
24526
24527 2003-07-09  Paul Eggert  <eggert@twinsun.com>
24528
24529         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
24530         posixver.c, strftime.c, strnlen.c, strverscmp.c:
24531         Switch from LGPL to GPL.
24532
24533 2003-07-09  Paul Eggert  <eggert@twinsun.com>
24534
24535         * config/srclist.txt: Sort sublists.  Add
24536         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
24537         that differ from gnulib for one reason or another; we'd like this list
24538         to be smaller but for now let's document what we have.
24539
24540 2003-07-08  Paul Eggert  <eggert@twinsun.com>
24541
24542         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
24543         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
24544         and sweeter "eval x=$x".
24545         * config/srclist.txt: Get lib/argp* from glibc.
24546
24547 2003-07-07  Paul Eggert  <eggert@twinsun.com>
24548
24549         * lib/mktime.c: Fix some boundary cases and remove need for floating
24550         point.
24551
24552         Issue a compile-time diagnostic if time_t is floating point, or if
24553         two's complement arithmetic is not in effect, or if arithmetic
24554         right shift does not propagate the sign.  These assumptions were
24555         all in the original code but they weren't checked.
24556
24557         (TIME_T_MIDPOINT, verify): New macros.
24558         (__isleap): Remove; it has integer overflow problems.
24559         (leapyear): New function, without those problems.
24560         (ydhms_tm_diff): Remove; splitting into two parts.
24561         (ydhms_diff): New function, containing the arithmetic part of
24562         the old ydhms_tm_diff function.  Issue a compile-time
24563         diagnostic if we are not using C99 integer division.
24564         Avoid casts when possible.
24565         (guess_time_tm): New function, containing the checking part of
24566         the old ydhms_tm_diff function.  Return the new value, rather than
24567         the difference between it and the old.  Accept a new argument T
24568         so that *T specifies the old value.  Check for overflow in the result.
24569
24570         (__mktime_internal): Use a time_t offset, not a long int offset.
24571         This undoes the 2003-06-04 change, which is no longer needed now
24572         that we have better overflow checking.
24573         (localtime_offset): Likewise.
24574
24575         (__mktime_internal): Avoid harmful overflow on hosts where time_t
24576         and long are 64-bit but int is only 32-bit.
24577         (ydhms_diff): Use long int to store year1 and yday1.
24578         Issue a compile-time diagnostic if long int is not wide enough.
24579
24580         (__mktime_internal): Use long int to store adjusted year and yday.
24581         Use plain C rather than preprocessor commands, if that doesn't
24582         affect efficiency.
24583         Check for overflow (and try to repair) after each probe
24584         rather than checking only at the very end.  This avoids some bugs
24585         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
24586         does not equal GMT offset at maximum time).
24587         Use integer to check for overflow rather than floating point; this
24588         is more portable to non-IEEE hosts, and is a tad faster.
24589         When we detect that we are oscillating between two values,
24590         don't check whether tm_isdst has the requested value, since
24591         we already know the answer.  When tm_isdst has the wrong value,
24592         use a different heuristic to find the right one, based on the
24593         extreme values actually observed in practice in tz2003a,
24594         rather than the (overly optimistic) "previous 3 calendar quarters".
24595
24596         (not_equal_tm, print_tm, check_result): Use "const T" rather than
24597         "T const" to accommodate glibc style.
24598         (check_result): Use less-confusing report format.  "long" -> "long int.
24599         (main): Likewise.
24600         Don't loop if the iteration overflows time_t.
24601         Allow a negative step in the iteration.
24602
24603 2003-07-06  Karl Berry  <karl@gnu.org>
24604
24605         * config/depcomp: update from automake.
24606         * config/config.sub: update from prep.
24607
24608 2003-07-03  Karl Berry  <karl@gnu.org>
24609
24610         * config/config.guess: update from prep.
24611
24612 2003-07-01  Paul Eggert  <eggert@twinsun.com>
24613
24614         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
24615         xreadlink.c now includes it unconditionally.
24616
24617 2003-07-01  Paul Eggert  <eggert@twinsun.com>
24618
24619         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
24620         having it depend on HAVE_SYS_TYPES_H.
24621
24622 2003-07-01  Bruno Haible  <bruno@clisp.org>
24623
24624         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
24625         <sys/types.h> should be sufficient.
24626         Reported by Paul Eggert.
24627
24628 2003-06-26  Karl Berry  <karl@gnu.org>
24629
24630         * config/depcomp: update from automake.
24631
24632 2003-06-26  Bruno Haible  <bruno@clisp.org>
24633
24634         * modules/human: Depend on module stdbool.
24635
24636 2003-06-25  Bruno Haible  <bruno@clisp.org>
24637
24638         * modules/readlink: New file.
24639         * modules/xreadlink: Depend on it.
24640         * MODULES.html.sh (func_all_modules): Add readlink.
24641
24642 2003-06-25  Bruno Haible  <bruno@clisp.org>
24643
24644         * m4/readlink.m4: New file.
24645
24646 2003-06-25  Bruno Haible  <bruno@clisp.org>
24647
24648         * lib/readlink.c: New file.
24649
24650 2003-06-22  Karl Berry  <karl@gnu.org>
24651
24652         * config/srclist.txt: update mkinstalldirs from automake.
24653         * config/mkinstalldirs: update.
24654
24655 2003-06-22  Bruno Haible  <bruno@clisp.org>
24656
24657         Portability to mingw32.
24658         * m4/ssize_t.m4: New file, from GNU gettext.
24659         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
24660         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
24661
24662 2003-06-22  Bruno Haible  <bruno@clisp.org>
24663
24664         * modules/safe-read: Add m4/ssize_t.m4.
24665         * modules/xreadlink: Add m4/ssize_t.m4.
24666
24667 2003-06-20  Bruno Haible  <bruno@clisp.org>
24668
24669         Assume C89, so PARAMS isn't needed.
24670         * lib/unicodeio.h (PARAMS): Remove.
24671         * lib/unicodeio.c: Don't use PARAMS.
24672
24673 2003-06-18  Karl Berry  <karl@gnu.org>
24674
24675         * config/config.{guess,sub}: update from prep.
24676
24677 2003-06-18  Jim Meyering  <jim@meyering.net>
24678
24679         Merge changes from coreutils.
24680         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
24681         Remove explicit declarations of xmalloc and realloc.
24682         Include xalloc.h.
24683         (read_utmp): Remove anachronistic cast of xmalloc.
24684
24685 2003-06-17  Paul Eggert  <eggert@twinsun.com>
24686
24687         Assume C89, so PARAMS isn't needed.
24688         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
24689         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
24690         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
24691         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
24692         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
24693         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
24694         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
24695         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
24696         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
24697         lib/xstrtod.h, lib/xstrtol.h: Likewise.
24698         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
24699         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
24700         no longer needed. Anyway, config.h should always be included before any
24701         other file.
24702
24703 2003-06-11  Simon Josefsson  <jas@extundo.com>
24704
24705         * modules/sysexits: New file.
24706         * MODULES.html.sh (func_all_modules): Add sysexits.
24707
24708 2003-06-11  Simon Josefsson  <jas@extundo.com>
24709
24710         * lib/sysexit_.h: New file.
24711
24712 2003-06-11  Derek Price  <derek@ximbiot.com>
24713
24714         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
24715         necessary.
24716
24717 2003-06-11  Bruno Haible  <bruno@clisp.org>
24718
24719         * m4/sysexits.m4: New file.
24720
24721 2003-06-10  Simon Josefsson  <jas@extundo.com>
24722
24723         * lib/argp.h: New file, from glibc.
24724         * lib/argp-ba.c: New file, from glibc.
24725         * lib/argp-eexst.c: New file, from glibc.
24726         * lib/argp-fmtstream.c: New file, from glibc.
24727         * lib/argp-fmtstream.h: New file, from glibc.
24728         * lib/argp-fs-xinl.c: New file, from glibc.
24729         * lib/argp-help.c: New file, from glibc.
24730         * lib/argp-namefrob.h: New file, from glibc.
24731         * lib/argp-parse.c: New file, from glibc.
24732         * lib/argp-pv.c: New file, from glibc.
24733         * lib/argp-pvh.c: New file, from glibc.
24734         * lib/argp-xinl.c: New file, from glibc.
24735
24736 2003-06-10  Simon Josefsson  <jas@extundo.com>
24737
24738         * modules/strchrnul: New file.
24739
24740 2003-06-10  Simon Josefsson  <jas@extundo.com>
24741
24742         * modules/argp: New file.
24743
24744 2003-06-10  Simon Josefsson  <jas@extundo.com>
24745
24746         * m4/strchrnul.m4: New file.
24747
24748 2003-06-10  Simon Josefsson  <jas@extundo.com>
24749
24750         * lib/strchrnul.h: New file.
24751         * lib/strchrnul.c: New file.
24752
24753 2003-06-10  Bruno Haible  <bruno@clisp.org>
24754
24755         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
24756
24757 2003-06-07  Karl Berry  <karl@gnu.org>
24758
24759         * config/config.{guess,sub}: update from prep.
24760
24761 2003-06-07  Jim Meyering  <jim@meyering.net>
24762
24763         * modules/strtod: Use $(...) notation, not @...@ for
24764         AC_REPLACE'd variables.
24765         * modules/localcharset: Likewise.
24766
24767 2003-06-07  Jim Meyering  <jim@meyering.net>
24768
24769         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
24770         in place of my name in the copyright comment.
24771         Remove definition and uses of __P.
24772
24773         From coreutils.
24774         * lib/stat.c: Don't declare xmalloc explicitly.
24775         Instead, include "xalloc.h".
24776         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
24777         xrealloc, and xcalloc return values.
24778         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
24779         Improve comment.
24780         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
24781
24782 2003-06-07  Bruno Haible  <bruno@clisp.org>
24783
24784         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
24785         avoid AC_CONFIG_LINKS.
24786         * modules/fnmatch (Makefile.am): Use explicit creation rule for
24787         fnmatch.h, to avoid AC_CONFIG_LINKS.
24788         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
24789
24790 2003-06-07  Bruno Haible  <bruno@clisp.org>
24791
24792         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
24793         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
24794         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
24795         directory.
24796         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
24797         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
24798         directory.
24799
24800 2003-06-06  Jim Meyering  <jim@meyering.net>
24801
24802         Merge from coreutils.
24803         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
24804         Consolidate declarations and initializations of *_base* locals.
24805
24806         Merge from coreutils.
24807         This avoids a core dump on systems without GNU putenv,
24808         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
24809         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
24810         (unsetenv): New static function, from GNU libc.
24811         (rpl_putenv): Use it.
24812
24813         * lib/modechange.c: Remove trailing blanks.
24814
24815         Merge from coreutils.
24816         * lib/fsusage.c: Remove declaration of statfs.
24817         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
24818
24819         * lib/posixtm.c: Include <stdbool.h> unconditionally.
24820
24821 2003-06-06  Jim Meyering  <jim@meyering.net>
24822
24823         * lib/stdbool_.h: Renamed from stdbool.h.in.
24824
24825 2003-06-06  Jim Meyering  <jim@meyering.net>
24826             Bruno Haible  <bruno@clisp.org>
24827
24828         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
24829         Adjust Makefile.am snippet not to redirect directly to target.
24830         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
24831
24832 2003-06-05  Paul Eggert  <eggert@twinsun.com>
24833
24834         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
24835         mismatch, look in future quarters as well as past.  This fixes a
24836         bug when processing fall-backwards gaps immediately after a long
24837         period of daylight-saving time.
24838
24839         * lib/mktime.c: Assume freestanding C89 or better.
24840         (HAVE_LIMITS_H): Remove.  Assume it's 1.
24841         (__P): Remove; not used.
24842         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
24843         (mktime, not_equal_tm, print_tm, check_result,
24844         main): Use prototypes.  Use const * where appropriate.
24845         (main): Fix typo in testing code that uncovered by above changes.
24846         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
24847
24848 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24849
24850         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
24851         locale.h, localeconv.  This merges changes from coreutils.
24852
24853         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
24854         It can be removed after the next Autoconf is released.
24855         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
24856         needed.
24857
24858 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24859
24860         * lib/mktime.c: Fix Debian bug 177940
24861         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
24862         (localtime_offset): Now long int, not time_t, because we want it
24863         to be guaranteed to be signed.  All uses changed.
24864         (__mktime_internal): If overflow would occur when adding offset,
24865         don't add it.
24866
24867         Merge 'human' changes from coreutils.  Rewrite to support
24868         locale-specific notations like thousands separators.
24869         * lib/human.c: Simplify authorship notice.
24870         Include human.h immediately after config.h.
24871         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
24872         <limits.h>: Do not include, since human.h does.
24873         (SIZE_MAX, UINTMAX_MAX): New macros.
24874         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
24875         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
24876         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
24877         (power_letter): Renamed from suffixes.
24878         (generate_suffix_backwards): Remove.
24879         (adjust_value): Now takes int style (because of human.h changes)
24880         and long double value (for greater precision on some platforms).
24881         (group_number): New function.
24882         (human_readable): Use it.  Use integer options, not enum.
24883         Put the options before the sizes in the arg list.
24884         Support all the new options.
24885         The old human_readable function has been removed;
24886         use inttostr.h instead.
24887         (human_readable, default_block_size, humblock):
24888         Use uintmax_t, not int, for block sizes.
24889         (human_readable_inexact, block_size_types): Remove.
24890         (block_size_opts): New constant.
24891         (human_options): Renamed from human_block_size, with new signature
24892         that allows block sizes up to UINTMAX_MAX.  All callers changed.
24893         * lib/human.h: Add copyright and authorship notice.
24894         Include <limits.h> and <stdbool.h> unconditionally.
24895         (PARAMS): Remove.  All uses removed.
24896         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
24897         (enum human_inexact_style): Remove tag; now a nameless enum.
24898         (human_floor, human_ceiling, human_round_to_even): Now have
24899         values 2, 0, 1 rather than -1, 1, 0.
24900         (human_group_digits, human_suppress_point_zero, human_autoscale,
24901         human_base_1024, human_SI, human_B): New constants.
24902         (human_readable_inexact, human_block_size): Remove.
24903         (human_readable): Size args are now uintmax_t, not int.
24904         (human_options): New decl.
24905
24906         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
24907         unnecessary now that we assume C89 or better.  This change
24908         imported from coreutils.
24909
24910         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
24911         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
24912         in the 2003-05-30 sync from glibc.
24913
24914         .h files should stand alone, but we shouldn't include <sys/types.h>
24915         if we can get away with just <stddef.h>.
24916
24917         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
24918         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
24919         rather than <sys/types.h>, as we merely need size_t.
24920         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
24921         to get size_t.
24922         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
24923         Include <stdio.h>, to get FILE.
24924         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
24925         memcasecmp.h has included <stddef.h> and all we need is size_t.
24926         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
24927         our interface, instead of including <sys/types.h>
24928
24929 2003-06-04  Paul Eggert  <eggert@twinsun.com>
24930
24931         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
24932         now, as glibc mktime is buggy on non-glibc systems.
24933
24934 2003-06-03  Karl Berry  <karl@gnu.org>
24935
24936         * config/config.sub: update from prep.
24937
24938 2003-06-02  Paul Eggert  <eggert@twinsun.com>
24939
24940         [from coreutils]
24941         Fix some minor time-related bugs with POSIX time arguments.
24942         Some valid time stamps were being rejected (notably -1, and
24943         time stamps before 1900 on 64-bit hosts).  And some invalid
24944         time stamps were being accepted, e.g. September 31.
24945
24946         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
24947         that we can return (time_t) -1 successfully.
24948         * lib/posixtm.c: Likewise.
24949         [HAVE_STDBOOL_H]: Include <stdbool.h>.
24950         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
24951         (t): Remove static var.
24952         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
24953         of static var.  All uses changed.
24954         (year): Do not reject years before 1900; they can occur with
24955         64-bit time_t.
24956         (posix_time_parse): Do not check for out-of-range components;
24957         that is now the caller's responsibility, since our checks were
24958         only approximations.
24959         (posixtime): Use mktime to check for out-of-range components,
24960         since it knows them exactly.
24961         If mktime returns (time_t) -1, check whether an error actually occurred
24962         by invoking localtime on -1.
24963         (main) [TEST_POSIXTIME]: Check for input data errors, and report
24964         posixtime failures better.
24965         Improve the test data (in comments only).
24966
24967 2003-06-02  Karl Berry  <karl@gnu.org>
24968
24969         * config/mkinstalldirs (version): new variable.
24970         (--version): new option.
24971         (usage): improve message.
24972
24973 2003-05-30  Karl Berry  <karl@gnu.org>
24974
24975         * lib/mktime.c: update from libc.
24976
24977 2003-05-30  Bruno Haible  <bruno@clisp.org>
24978
24979         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
24980         * config/config.rpath: Upgrade to gettext-0.12.1.
24981
24982 2003-05-30  Bruno Haible  <bruno@clisp.org>
24983
24984         * m4/gettext.m4: Upgrade to gettext-0.12.1.
24985         * m4/nls.m4: New file, from gettext-0.12.1.
24986         * m4/po.m4: New file, from gettext-0.12.1.
24987         * m4/progtest.m4: Upgrade to gettext-0.12.1.
24988
24989 2003-05-30  Bruno Haible  <bruno@clisp.org>
24990
24991         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
24992         * lib/localcharset.h: Likewise.
24993         * lib/localcharset.c: Likewise.
24994
24995 2003-05-29  Karl Berry  <karl@gnu.org>
24996
24997         * config/config.rpath: update from gettext.
24998
24999 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25000
25001         Assume the headers required for C89 freestanding compilers.
25002         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
25003         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
25004         * m4/human.m4 (gl_HUMAN): Likewise.
25005         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
25006         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
25007         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25008         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
25009         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25010         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
25011
25012 2003-05-28  Paul Eggert  <eggert@twinsun.com>
25013
25014         Assume the headers required for C89 freestanding compilers.
25015         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
25016         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
25017         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
25018         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
25019         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
25020         define, since <limits.h> is guaranteed to do that.
25021         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
25022         * lib/exclude.c: Include <stdbool.h> unconditionally.
25023         * lib/tempname.c: Include <stddef.h> unconditionally.
25024         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
25025         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
25026         <stddef.h> does that.
25027         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
25028         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
25029         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
25030         needed.
25031         * lib/xstrtol.c: Likewise.
25032         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
25033         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
25034
25035         * lib/addext.c (addext): Use assignment rather than cast, to avoid
25036         warnings on some platforms.
25037
25038         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
25039         arbitrarily.
25040
25041 2003-05-26  Jim Meyering  <jim@meyering.net>
25042
25043         Merge in a change from coreutils:
25044         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
25045         that is guaranteed to be `no'.  Use `no_such_member' to indicate
25046         that condition, rather than `-1' which is slightly misleading.
25047         Change the name of the cache variable to have the gl_ prefix.
25048         Prompted by a patch from Richard Dawe for DJGPP.
25049
25050 2003-05-24  Karl Berry  <karl@gnu.org>
25051
25052         * config/config.guess: update from prep.
25053
25054 2003-05-22  Karl Berry  <karl@gnu.org>
25055
25056         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
25057
25058 2003-05-20  Karl Berry  <karl@gnu.org>
25059
25060         * config/config.guess: update from prep.
25061
25062 2003-05-18  Karl Berry  <karl@gnu.org>
25063
25064         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
25065         might actually be set by the user.
25066
25067         * config/depcomp, install-sh, mdate-sh: update from automake.
25068
25069 2003-05-17  Bruno Haible  <bruno@clisp.org>
25070
25071         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
25072         invalid expansion for AC_EGREP_CPP.
25073         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
25074         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
25075         Suggested by Akim Demaille <akim@epita.fr> in
25076         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
25077
25078 2003-05-12  Jim Meyering  <jim@meyering.net>
25079
25080         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
25081         the space-padded-by-default conversion specifiers, %e, %k, %l.
25082
25083 2003-05-12  Bruno Haible  <bruno@clisp.org>
25084
25085         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
25086         the string is longer than 4 KB.
25087
25088 2003-05-11  Karl Berry  <karl@gnu.org>
25089
25090         * config/config.{guess,sub}: update from prep.
25091
25092 2003-05-09  Bruno Haible  <bruno@clisp.org>
25093
25094         * modules/error: Add m4/strerror_r.m4 to file list.
25095
25096 2003-05-03  Bruno Haible  <bruno@clisp.org>
25097
25098         Upgrade to Unicode-4.0.
25099         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
25100         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
25101         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
25102         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
25103         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
25104         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
25105         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
25106         Change width of U+E0100..U+E01EF from 1 to 0.
25107
25108 2003-04-25  Jim Meyering  <jim@meyering.net>
25109
25110         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
25111         of type size_t, not int.
25112
25113 2003-04-25  Bruno Haible  <bruno@clisp.org>
25114
25115         * lib/copy-file.c: Include <stddef.h>, for size_t.
25116
25117 2003-04-21  Paul Eggert  <eggert@twinsun.com>
25118
25119         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
25120         code which expansion is under static control.  Patch imported from
25121         Akim Demaille's patch to Bison; see
25122         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
25123
25124 2003-04-14  Bruno Haible  <bruno@clisp.org>
25125
25126         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
25127
25128 2003-04-11  Jim Meyering  <jim@meyering.net>
25129
25130         Merge changes from Coreutils.
25131
25132         2003-03-22  Jim Meyering  <jim@meyering.net>
25133
25134         * lib/strftime.c (widen): Cast alloca return value to proper type.
25135
25136         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
25137
25138         From GNU libc.
25139         * lib/strftime.c (my_strftime): Handle very large width
25140         specifications for numeric values correctly.  Improve checks for
25141         overflow.
25142
25143         2003-01-19  Jim Meyering  <jim@meyering.net>
25144
25145         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
25146         definitions.
25147         (nl_get_alt_digit) [! defined my_strftime]: Define.
25148         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
25149         _nl_get_alt_digit and _nl_get_walt_digit.
25150
25151         * lib/strftime.c (my_strftime): Merge in locale-related changes from
25152         libc. These changes have no effect outside of _LIBC.
25153
25154 2003-04-10  Bruno Haible  <bruno@clisp.org>
25155
25156         * modules/findprog: New file.
25157         * MODULES.html.sh (func_all_modules): Add it.
25158
25159 2003-04-10  Bruno Haible  <bruno@clisp.org>
25160
25161         * m4/findprog.m4: New file.
25162         * m4/eaccess.m4: New file.
25163
25164 2003-04-10  Bruno Haible  <bruno@clisp.org>
25165
25166         * lib/findprog.h: New file, from GNU gettext.
25167         * lib/findprog.c: New file, from GNU gettext.
25168
25169 2003-04-05  Jim Meyering  <jim@meyering.net>
25170
25171         Merge changes from Coreutils.
25172
25173         * lib/exclude.h (PARAMS): Remove definition and uses.
25174         * lib/exclude.c: Remove uses of `PARAMS'.
25175
25176         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
25177         Add test-cases for DOS filenames. Declare program_name.
25178         (main): Set up program_name.  Patch by Rich Dawe.
25179
25180         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25181         error from mntctl.
25182         Use mntctl's return value to drive the entry-processing loop, since
25183         we can't rely on the value of the vmt_length member in the last
25184         entry.  On some systems doing so could result in exhausting
25185         virtual memory.  Based in part on a patch from Mike Jetzer.
25186
25187 2003-04-04  Bruno Haible  <bruno@clisp.org>
25188
25189         * modules/linebreak: New file.
25190         * MODULES.html.sh (func_all_modules): Add it.
25191
25192 2003-04-04  Bruno Haible  <bruno@clisp.org>
25193
25194         * m4/linebreak.m4: New file.
25195
25196 2003-04-04  Bruno Haible  <bruno@clisp.org>
25197
25198         * lib/linebreak.h: New file, from GNU gettext.
25199         * lib/linebreak.c: New file, from GNU gettext with slight
25200         modifications.
25201         * lib/lbrkprop.h: New file, from GNU gettext.
25202
25203 2003-04-03  Bruno Haible  <bruno@clisp.org>
25204
25205         * modules/utf8-ucs4: New file.
25206         * modules/utf16-ucs4: New file.
25207         * modules/ucs4-utf8: New file.
25208         * modules/ucs4-utf16: New file.
25209         * MODULES.html.sh (func_all_modules): Add them.
25210
25211 2003-04-03  Bruno Haible  <bruno@clisp.org>
25212
25213         * m4/utf-ucs4.m4: New file.
25214         * m4/ucs4-utf.m4: New file.
25215
25216 2003-04-03  Bruno Haible  <bruno@clisp.org>
25217
25218         * lib/utf8-ucs4.h: New file, from GNU gettext.
25219         * lib/utf16-ucs4.h: New file, from GNU gettext.
25220         * lib/ucs4-utf8.h: New file, from GNU gettext.
25221         * lib/ucs4-utf16.h: New file, from GNU gettext.
25222
25223 2003-04-02  Bruno Haible  <bruno@clisp.org>
25224
25225         * modules/binary-io: New file.
25226         * MODULES.html.sh (func_all_modules): Add it.
25227
25228 2003-04-02  Bruno Haible  <bruno@clisp.org>
25229
25230         * lib/binary-io.h: New file, from GNU gettext.
25231
25232 2003-04-01  Bruno Haible  <bruno@clisp.org>
25233
25234         * modules/pathname: New file.
25235         * MODULES.html.sh (func_all_modules): Add it.
25236
25237 2003-04-01  Bruno Haible  <bruno@clisp.org>
25238
25239         * lib/pathname.h: New file, from GNU gettext.
25240         * lib/concatpath.c: New file, from GNU gettext.
25241
25242 2003-03-30  Bruno Haible  <bruno@clisp.org>
25243
25244         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
25245
25246 2003-03-30  Bruno Haible  <bruno@clisp.org>
25247
25248         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
25249         function chown() doesn't exist.
25250
25251 2003-03-28  Bruno Haible  <bruno@clisp.org>
25252
25253         * modules/copy-file: New file.
25254         * MODULES.html.sh (func_all_modules): Add it.
25255
25256 2003-03-28  Bruno Haible  <bruno@clisp.org>
25257
25258         * m4/copy-file.m4: New file.
25259
25260 2003-03-28  Bruno Haible  <bruno@clisp.org>
25261
25262         * lib/copy-file.h: New file, from GNU gettext.
25263         * lib/copy-file.c: New file, from GNU gettext.
25264
25265 2003-03-18  Jim Meyering  <jim@meyering.net>
25266
25267         * lib/quote.c (quote_n): Fix typo in comment.
25268
25269 2003-03-18  Bruno Haible  <bruno@clisp.org>
25270
25271         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
25272         checking.
25273         * m4/onceonly_2_57.m4: Likewise.
25274
25275 2003-03-17  Bruno Haible  <bruno@clisp.org>
25276
25277         * m4/onceonly.m4: Require autoconf 2.54 or newer.
25278         (m4_quote): Remove macro.
25279         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
25280
25281 2003-03-14  Jim Meyering  <jim@meyering.net>
25282
25283         Merge changes from Coreutils.
25284         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
25285         to be const, in order to avoid warnings.
25286         (obstack_room): Likewise.
25287         (obstack_empty_p): Likewise.
25288
25289 2003-03-14  Bruno Haible  <bruno@clisp.org>
25290
25291         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
25292         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
25293
25294 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25295
25296         Merge changes from Bison.
25297         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
25298         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
25299         when compiling Bison 1.875's `bitset bset = obstack_alloc
25300         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
25301         * lib/hash.c: Include <stdbool.h> unconditionally.
25302
25303 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25304
25305         * m4/onceonly.m4 (m4_quote): New macro.
25306         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
25307         Quote AC_FOREACH variable-expansions properly.
25308
25309 2003-03-13  Paul Eggert  <eggert@twinsun.com>
25310
25311         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
25312
25313 2003-03-09  Paul Eggert  <eggert@twinsun.com>
25314
25315         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
25316         Reported by Bruce Becker; see:
25317         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
25318
25319 2003-03-03  Paul Eggert  <eggert@twinsun.com>
25320             Bruno Haible  <bruno@clisp.org>
25321
25322         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
25323         Reported by John Hughes, see
25324         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
25325
25326 2003-02-20  Bruno Haible  <bruno@clisp.org>
25327
25328         * MODULES.html.sh (func_all_modules): Add poll.
25329
25330 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25331
25332         * modules/poll: New file.
25333
25334 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25335
25336         * lib/poll_.h: New file.
25337         * lib/poll.c: New file.
25338
25339 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
25340
25341         * m4/poll.m4: New file.
25342
25343 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25344
25345         * modules/mathl: New file.
25346
25347 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25348
25349         * lib/mathl.h: New file.
25350         * lib/acosl.c: New file.
25351         * lib/asinl.c: New file.
25352         * lib/atanl.c: New file.
25353         * lib/ceill.c: New file.
25354         * lib/cosl.c: New file.
25355         * lib/expl.c: New file.
25356         * lib/floorl.c: New file.
25357         * lib/frexpl.c: New file.
25358         * lib/ldexpl.c: New file.
25359         * lib/logl.c: New file.
25360         * lib/sincosl.c: New file.
25361         * lib/sinl.c: New file.
25362         * lib/sqrtl.c: New file.
25363         * lib/tanl.c: New file.
25364         * lib/trigl.c: New file.
25365         * lib/trigl.h: New file.
25366
25367 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
25368
25369         * m4/mathl.m4: New file.
25370
25371 2003-02-18  Bruno Haible  <bruno@clisp.org>
25372
25373         * MODULES.html.sh (func_all_modules): Add mathl.
25374
25375 2003-02-17  Bruno Haible  <bruno@clisp.org>
25376
25377         * modules/mkdtemp: New module.
25378         * MODULES.html.sh (func_all_modules): Add it.
25379
25380 2003-02-17  Bruno Haible  <bruno@clisp.org>
25381
25382         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
25383
25384 2003-02-17  Bruno Haible  <bruno@clisp.org>
25385
25386         * lib/mkdtemp.h: New file, from GNU gettext.
25387         * lib/mkdtemp.c: New file, from GNU gettext.
25388
25389 2003-02-02  Jim Meyering  <jim@meyering.net>
25390
25391         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
25392         e.g. glibc-2.2.93.
25393
25394 2003-01-31  Bruno Haible  <bruno@clisp.org>
25395
25396         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
25397         'rpl_rename'.
25398         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
25399         'rpl_strnlen'.
25400         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
25401         'rpl_strtod'.
25402         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
25403         'rpl_utime'.
25404
25405 2003-01-31  Bruno Haible  <bruno@clisp.org>
25406
25407         * lib/rename.c: #undef rename before defining rpl_rename.
25408         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
25409
25410 2003-01-30  Bruno Haible  <bruno@clisp.org>
25411
25412         * modules/vasnprintf, modules/vasprintf: New modules.
25413         * MODULES.html.sh (func_all_modules): Add them.
25414
25415 2003-01-30  Bruno Haible  <bruno@clisp.org>
25416
25417         * m4/signed.m4: New file, from GNU gettext.
25418         * m4/longdouble.m4: New file, from GNU gettext.
25419         * m4/wchar_t.m4: New file, from GNU gettext.
25420         * m4/wint_t.m4: New file, from GNU gettext.
25421         * m4/vasnprintf.m4: New file.
25422         * m4/vasprintf.m4: New file.
25423
25424 2003-01-30  Bruno Haible  <bruno@clisp.org>
25425
25426         * lib/printf-args.h: New file, from GNU gettext.
25427         * lib/printf-args.c: New file, from GNU gettext.
25428         * lib/printf-parse.h: New file, from GNU gettext.
25429         * lib/printf-parse.c: New file, from GNU gettext.
25430         * lib/vasnprintf.h: New file, from GNU gettext.
25431         * lib/vasnprintf.c: New file, from GNU gettext.
25432         * lib/asnprintf.c: New file, from GNU gettext.
25433         * lib/vasprintf.h: New file, from GNU gettext with modifications.
25434         * lib/vasprintf.c: New file, from GNU gettext.
25435         * lib/asprintf.c: New file, from GNU gettext.
25436
25437 2003-01-29  Bruno Haible  <bruno@clisp.org>
25438
25439         * modules/stpncpy: New module.
25440         * MODULES.html.sh (func_all_modules): Add it.
25441
25442 2003-01-29  Bruno Haible  <bruno@clisp.org>
25443
25444         * m4/stpncpy.m4: New file.
25445
25446 2003-01-29  Bruno Haible  <bruno@clisp.org>
25447
25448         * lib/stpncpy.h: New file, from GNU gettext with modifications.
25449         * lib/stpncpy.c: New file, from GNU gettext with modifications.
25450
25451 2003-01-28  Bruno Haible  <bruno@clisp.org>
25452
25453         * modules/c-ctype: New module.
25454         * MODULES.html.sh (func_all_modules): Add it.
25455
25456 2003-01-28  Bruno Haible  <bruno@clisp.org>
25457
25458         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
25459         Paul Eggert.
25460         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
25461         Paul Eggert.
25462
25463 2003-01-27  Bruno Haible  <bruno@clisp.org>
25464
25465         * modules/xsetenv: New module.
25466         * MODULES.html.sh (func_all_modules): Add it.
25467
25468 2003-01-27  Bruno Haible  <bruno@clisp.org>
25469
25470         * lib/xsetenv.h: New file, from GNU gettext.
25471         * lib/xsetenv.c: New file, from GNU gettext.
25472
25473 2003-01-23  Jim Meyering  <jim@meyering.net>
25474
25475         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
25476         from working on systems without dirfd (at least Irix and OSF1/Tru64).
25477
25478 2003-01-23  Bruno Haible  <bruno@clisp.org>
25479
25480         * modules/minmax: New module.
25481         * MODULES.html.sh (func_all_modules): Add it.
25482
25483 2003-01-23  Bruno Haible  <bruno@clisp.org>
25484
25485         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
25486         Eggert.
25487
25488 2003-01-22  Bruno Haible  <bruno@clisp.org>
25489
25490         * modules/exit: New module.
25491         * MODULES.html.sh (func_all_modules): Add it.
25492
25493 2003-01-22  Bruno Haible  <bruno@clisp.org>
25494
25495         * lib/exit.h: New file, from GNU gettext.
25496
25497 2003-01-19  Bruno Haible  <bruno@clisp.org>
25498
25499         * gnulib-tool: Recognize option --extract-maintainer.
25500         (func_get_maintainer): New function.
25501         * modules/*: Add Maintainer entry.
25502
25503 2003-01-16  Jim Meyering  <jim@meyering.net>
25504
25505         * m4/regex.m4: The `regex' struct is both input and output.
25506         Initialize it before each use.  Patch by Tim Waugh.
25507
25508 2003-01-16  Bruno Haible  <bruno@clisp.org>
25509
25510         * MODULES.html.sh: Add a table of contents. Add the module name as
25511         leftmost column. Add hyperlinks.
25512
25513 2003-01-15  Bruno Haible  <bruno@clisp.org>
25514
25515         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
25516
25517 2003-01-15  Bruno Haible  <bruno@clisp.org>
25518
25519         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
25520         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
25521         suffix.
25522
25523 2003-01-15  Bruno Haible  <bruno@clisp.org>
25524
25525         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
25526
25527 2003-01-15  Bruno Haible  <bruno@clisp.org>
25528
25529         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
25530         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
25531
25532 2003-01-14  Jim Meyering  <jim@meyering.net>
25533
25534         * lib/same.c (same_name): Tweak a comment.
25535
25536 2003-01-14  Bruno Haible  <bruno@clisp.org>
25537
25538         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
25539         when a string comparison is sufficient.
25540
25541 2003-01-14  Bruno Haible  <bruno@clisp.org>
25542
25543         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
25544         'unsigned int'.
25545
25546 2003-01-14  Bruno Haible  <bruno@clisp.org>
25547
25548         * lib/hash-pjw.c: Add comment about low quality of this function.
25549
25550 2003-01-13  Bruno Haible  <bruno@clisp.org>
25551
25552         * modules/stpcpy: Distribute lib/stpcpy.h.
25553         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
25554
25555 2003-01-13  Bruno Haible  <bruno@clisp.org>
25556
25557         * modules/*: Add a description.
25558         * modules/strpbrk: Fix Makefile.am snippet.
25559         * modules/strtoimax: Fix dependencies.
25560         * modules/strtoumax: Likewise.
25561
25562 2003-01-13  Bruno Haible  <bruno@clisp.org>
25563
25564         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
25565         * modules/alloca (Makefile.am): All object files depend on alloca.h.
25566         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
25567
25568 2003-01-13  Bruno Haible  <bruno@clisp.org>
25569
25570         * gnulib-tool (func_create_testdir): Store config/* files in the main
25571         directory.
25572         * config.rpath: Move to ...
25573         * config/config.rpath: ... here.
25574         * modules/gettext: Contains config/config.rpath, not config.rpath.
25575         * modules/iconv: Likewise.
25576
25577 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25578
25579         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25580         to avoid collisions with libcurses and libreadline.
25581
25582         * m4/getstr.m4: Remove.
25583         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
25584
25585 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25586
25587         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25588         to avoid collisions with libcurses and libreadline.
25589
25590         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
25591         * lib/getstr.h, getstr.c: Remove.
25592         * lib/getline.c: Include "getline.h", to check interface.
25593         Move body of old getstr.c here: this defines MIN_CHUNK and
25594         declares getdelim2, which is renamed from getstr.
25595         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
25596
25597         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
25598         All uses changed.
25599         * lib/linebuffer.h: Likewise.
25600         (readline): Remove backward-compatibility macro.
25601
25602 2003-01-12  Paul Eggert  <eggert@twinsun.com>
25603
25604         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
25605         to avoid collisions with libcurses and libreadline.
25606         * getstr: Remove.
25607         * MODULES.html.sh: Remove getstr.
25608         * modules/getline: Depend on unlocked-io, not getstr.
25609
25610 2003-01-12  Jim Meyering  <jim@meyering.net>
25611
25612         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
25613
25614 2003-01-10  Bruno Haible  <bruno@clisp.org>
25615
25616         * modules/alloca: Change Makefile.am requirements. Simplify Include
25617         requirements. Add lib/alloca_.h to file list.
25618
25619 2003-01-10  Bruno Haible  <bruno@clisp.org>
25620
25621         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
25622
25623 2003-01-10  Bruno Haible  <bruno@clisp.org>
25624
25625         * lib/alloca_.h: New file.
25626         * lib/getdate.y: Unconditionally include alloca.h.
25627         * lib/makepath.c: Likewise.
25628         * lib/setenv.c: Likewise.
25629         * lib/userspec.c: Likewise.
25630
25631 2003-01-09  Karl Berry  <karl@gnu.org>
25632
25633         * MODULES.html.sh: include `dirname $0` in PATH, to find
25634         gnulib-tool.
25635
25636 2003-01-09  Bruno Haible  <bruno@clisp.org>
25637
25638         * modules/stdbool: Change configure.ac, Makefile.am requirements.
25639         Simplify Include requirements. Add lib/stdbool.h.in to file list.
25640
25641 2003-01-09  Bruno Haible  <bruno@clisp.org>
25642
25643         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
25644
25645 2003-01-09  Bruno Haible  <bruno@clisp.org>
25646
25647         * lib/stdbool.h.in: New file.
25648
25649 2003-01-09  Bruno Haible  <bruno@clisp.org>
25650
25651         * gnulib-tool (func_all_modules): Ignore files ending in ~.
25652         * MODULES.html.sh: Likewise.
25653
25654 2003-01-08  Jim Meyering  <jim@meyering.net>
25655
25656         * lib/full-write.c: Undefine and define-away `const' after inclusion
25657         of errno.h, not before.  Suggestion from Bruno Haible.
25658
25659 2003-01-08  Bruno Haible  <bruno@clisp.org>
25660
25661         * modules/full-read: Depend on full-write.
25662
25663 2003-01-08  Bruno Haible  <bruno@clisp.org>
25664
25665         * lib/safe-read.c: Include specification header first, to ensure its
25666         selfcontainedness.
25667         * lib/full-write.c: Likewise.
25668
25669 2003-01-07  Jim Meyering  <jim@meyering.net>
25670
25671         * lib/full-write.c: Rework so that it may serve to define full_read,
25672         too.
25673         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
25674
25675 2003-01-07  Bruno Haible  <bruno@clisp.org>
25676
25677         * lib/strtoimax.c: Include <stdint.h> as an alternative to
25678         <inttypes.h>.
25679         * lib/xstrtol.h: Likewise.
25680         * lib/xstrtoimax.c: Likewise.
25681         * lib/xstrtoumax.c: Likewise.
25682         * lib/human.h: Likewise.
25683
25684         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
25685         on systems that have <inttypes.h> but not <stdint.h>.
25686
25687 2003-01-07  Bruno Haible  <bruno@clisp.org>
25688
25689         * MODULES.html.sh: Add copyright notice.
25690         (missed_files): Omit CVS directory entries.
25691         (func_module): Make it work with sed-3.02.
25692         * MODULES.txt: Remove file.
25693
25694 2003-01-06  Jim Meyering  <jim@meyering.net>
25695
25696         * lib/version-etc.c: Update year in translatable copyright string.
25697
25698 2003-01-03  Karl Berry  <karl@gnu.org>
25699
25700         * config/config.{guess,sub}: update from prep.
25701
25702 2003-01-02  Karl Berry  <karl@gnu.org>
25703
25704         * doc/COPYING.DOC: belatedly updated to 1.2.
25705
25706 2003-01-01  Karl Berry  <karl@gnu.org>
25707
25708         * gnulib-tool (func_verify_module): report module name $module in
25709         error message, not $1.
25710         * gnulib-tool (create-testdir): don't complain if destdir couldn't
25711         be created, only if it doesn't exist.
25712         * gnulib-tool (last_checkin_date): don't expand the $Date here.
25713
25714 2002-12-31  Paul Eggert  <eggert@twinsun.com>
25715
25716         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
25717
25718 2002-12-31  Paul Eggert  <eggert@twinsun.com>
25719
25720         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
25721         memcmp if strcoll doesn't work.
25722
25723 2002-12-31  Bruno Haible  <bruno@clisp.org>
25724
25725         * lib/utime.c (utime_null): No need to call ftruncate if the file was
25726         nonempty.
25727
25728 2002-12-31  Bruno Haible  <bruno@clisp.org>
25729
25730         * lib/memcoll.c (STRCOLL): New macro.
25731         (memcoll): Use it.
25732
25733 2002-12-31  Bruno Haible  <bruno@clisp.org>
25734
25735         * lib/localcharset.h: New file.
25736         * lib/localcharset.c: Include it.
25737         * lib/unicodeio.c: Likewise.
25738
25739 2002-12-31  Bruno Haible  <bruno@clisp.org>
25740
25741         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
25742         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
25743
25744 2002-12-31  Bruno Haible  <bruno@clisp.org>
25745
25746         * lib/getline.h: Include <stddef.h>, for size_t.
25747
25748         * lib/unicodeio.h: Include <stddef.h>, for size_t.
25749         * lib/unicodeio.c: Don't include <stddef.h>.
25750
25751 2002-12-31  Bruno Haible  <bruno@clisp.org>
25752
25753         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
25754         HAVE_TM_ZONE.
25755
25756 2002-12-24  Karl Berry  <karl@gnu.org>
25757
25758         * config/config.guess: update from prep.
25759
25760 2002-12-24  Bruno Haible  <bruno@clisp.org>
25761
25762         General infrasructure.
25763         * m4/README: Rewritten.
25764         * m4/onceonly.m4: New file.
25765         * m4/onceonly_2_57.m4: New file.
25766
25767         Module atexit.
25768         * m4/atexit.m4: New file.
25769
25770         Module strtod.
25771         * m4/strtod.m4: New file.
25772
25773         Module strtol.
25774         * m4/strtol.m4: New file.
25775
25776         Module strtoul.
25777         * m4/strtoul.m4: New file.
25778
25779         Module memchr.
25780         * m4/memchr.m4: New file.
25781
25782         Module memcmp.
25783         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
25784         (jm_FUNC_MEMCMP): Invoke it.
25785
25786         Module memcpy.
25787         * m4/memcpy.m4: New file.
25788
25789         Module memmove.
25790         * m4/memmove.m4: New file.
25791
25792         Module memset.
25793         * m4/memset.m4: New file.
25794
25795         Module strcspn.
25796         * m4/strcspn.m4: New file.
25797
25798         Module strpbrk.
25799         * m4/strpbrk.m4: New file.
25800
25801         Module strstr.
25802         * m4/strstr.m4: New file.
25803
25804         Module strerror.
25805         * m4/strerror.m4: New file.
25806
25807         Module mktime.
25808         * m4/mktime.m4: Renamed from jm-mktime.m4.
25809         (gl_PREREQ_MKTIME): New macro.
25810         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
25811
25812         Module malloc.
25813         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
25814         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
25815         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
25816
25817         Module realloc.
25818         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
25819         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
25820         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
25821
25822         Module strftime.
25823         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
25824         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
25825         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
25826         gl_TM_GMTOFF.
25827         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
25828
25829         Module xalloc.
25830         * m4/xalloc.m4: New file.
25831
25832         Module alloca.
25833         * m4/alloca.m4: New file.
25834
25835         Module putenv.
25836         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
25837         (jm_FUNC_PUTENV): Invoke it.
25838
25839         Module setenv.
25840         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
25841         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
25842         when invoked twice.
25843         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
25844         gt_FUNC_SETENV.
25845
25846         Module memrchr.
25847         * m4/memrchr.m4: New file.
25848
25849         Module stpcpy.
25850         * m4/stpcpy.m4: New file.
25851
25852         Module strcase.
25853         * m4/strcase.m4: New file.
25854
25855         Module strdup.
25856         * m4/strdup.m4: New file.
25857
25858         Module strnlen.
25859         * m4/strnlen.m4: New file.
25860
25861         Module strndup.
25862         * m4/strndup.m4: New file.
25863
25864         Module xstrtod.
25865         * m4/xstrtod.m4: New file.
25866
25867         Module xstrtol.
25868         * m4/xstrtol.m4: New file.
25869
25870         Module getdate.
25871         * m4/getdate.m4: New file.
25872
25873         Module unlocked-io.
25874         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
25875         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
25876         * m4/jm-glibc-io.m4n: Remove file.
25877
25878         Module long-options.
25879         * m4/long-options.m4: New file.
25880
25881         Module md5.
25882         * m4/md5.m4: New file.
25883
25884         Module sha.
25885         * m4/sha.m4: New file.
25886
25887         Module getstr.
25888         * m4/getstr.m4: New file.
25889
25890         Module getline.
25891         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
25892         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
25893         <sys/types.h>, for size_t. Use the function name gnu_getline, not
25894         simply getline. Infoke gl_PREREQ_GETLINE.
25895
25896         Module obstack.
25897         * m4/obstack.m4: New file.
25898
25899         Module hash.
25900         * m4/hash.m4: New file.
25901
25902         Module readtokens.
25903         * m4/readtokens.m4: New file.
25904
25905         Module strverscmp.
25906         * m4/strverscmp.m4: New file.
25907
25908         Module stdbool.
25909         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
25910         OSF/1.
25911
25912         Module strtoll.
25913         * m4/strtoll.m4: New file.
25914
25915         Module strtoull.
25916         * m4/strtoull.m4: New file.
25917
25918         Module strtoimax.
25919         * m4/strtoimax.m4: New file.
25920
25921         Module strtoumax.
25922         * m4/strtoumax.m4: New file.
25923
25924         Module xstrtoimax.
25925         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
25926         jm_AC_PREREQ_XSTRTOIMAX.
25927         Moved the strtol prerequisites to strtol.m4.
25928         Moved the strtoll prerequisites to strtoll.m4.
25929         Moved the strtoimax prerequisites to strtoimax.m4.
25930
25931         Module xstrtoumax.
25932         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
25933         jm_AC_PREREQ_XSTRTOUMAX.
25934         Moved the strtoul prerequisites to strtoul.m4.
25935         Moved the strtoull prerequisites to strtoull.m4.
25936         Moved the strtoumax prerequisites to strtoumax.m4.
25937
25938         Module chown.
25939         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
25940         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
25941
25942         Module dup2.
25943         * m4/dup2.m4: New file.
25944
25945         Module ftruncate.
25946         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
25947         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
25948
25949         Module getgroups.
25950         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
25951         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
25952
25953         Module gettimeofday.
25954         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
25955         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
25956         gl_PREREQ_GETTIMEOFDAY.
25957
25958         Module mkdir.
25959         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
25960         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
25961
25962         Module mkstemp.
25963         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
25964         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
25965         jm_AC_TYPE_UINTMAX_T.
25966         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
25967
25968         Module stat.
25969         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
25970         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
25971
25972         Module lstat.
25973         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
25974         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
25975
25976         Module timespec.
25977         * m4/timespec.m4 (gl_TIMESPEC): New macro.
25978         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
25979         * m4/st_mtim.m4: Indentation.
25980
25981         Module nanosleep.
25982         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
25983         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
25984         gl_PREREQ_NANOSLEEP.
25985
25986         Module regex.
25987         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
25988         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
25989         (gl_REGEX): New macro.
25990
25991         Module rename.
25992         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
25993         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
25994
25995         Module rmdir.
25996         * m4/rmdir.m4: New file.
25997
25998         Module utime.
25999         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
26000         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
26001         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
26002
26003         Module dirname.
26004         * m4/dirname.m4: New file.
26005
26006         Module getopt.
26007         * m4/getopt.m4: New file.
26008
26009         Module unistd-safer.
26010         * m4/unistd-safer.m4: New file.
26011
26012         Module fnmatch.
26013         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
26014         declaration.
26015         (gl_PREREQ_FNMATCH_EXTRA): New macro.
26016         (gl_FUNC_FNMATCH_POSIX): New macro.
26017         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
26018         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
26019         simply fnmatch.
26020
26021         Module exclude.
26022         * m4/exclude.m4: New file.
26023
26024         Module human.
26025         * m4/human.m4: New file.
26026
26027         Module acl.
26028         * m4/acl.m4: Nop.
26029
26030         Module backupfile.
26031         * m4/backupfile.m4: New file.
26032         * m4/d-ino.m4: Indentation.
26033
26034         Module fsusage.
26035         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
26036         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
26037         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
26038
26039         Module dirfd.
26040         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
26041         requirements.
26042
26043         Module euidaccess.
26044         * m4/euidaccess.m4: New file.
26045
26046         Module file-type.
26047         * m4/file-type.m4: New file.
26048
26049         Module fileblocks.
26050         * m4/fileblocks.m4: New file.
26051
26052         Module filemode.
26053         * m4/filemode.m4: New file.
26054
26055         Module isdir.
26056         * m4/isdir.m4: New file.
26057
26058         Module lchown.
26059         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
26060         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
26061
26062         Module makepath.
26063         * m4/makepath.m4: New file.
26064
26065         Module modechange.
26066         * m4/modechange.m4: New file.
26067
26068         Module mountlist.
26069         * m4/mountlist.m4: New file.
26070         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
26071         Indentation.
26072
26073         Module path-concat.
26074         * m4/path-concat.m4: New file.
26075
26076         Module pathmax.
26077         * m4/pathmax.m4: New file.
26078
26079         Module same.
26080         * m4/same.m4: New file.
26081
26082         Module save-cwd.
26083         * m4/save-cwd.m4: New file.
26084
26085         Module savedir.
26086         * m4/savedir.m4: New file.
26087
26088         Module xgetcwd.
26089         * m4/xgetcwd.m4: New file.
26090         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
26091
26092         Module xreadlink.
26093         * m4/xreadlink.m4: New file.
26094
26095         Module safe-read.
26096         * m4/safe-read.m4: New file.
26097
26098         Module safe-write.
26099         * m4/safe-write.m4: New file.
26100
26101         Module closeout.
26102         * m4/closeout.m4: New file.
26103
26104         Module stdio-safer.
26105         * m4/stdio-safer.m4: New file.
26106
26107         Module getpass.
26108         * m4/getpass.m4: New file.
26109
26110         Module getugroups.
26111         * m4/getugroups.m4: New file.
26112
26113         Module group-member.
26114         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
26115         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
26116
26117         Module idcache.
26118         * m4/idcache.m4: New file.
26119
26120         Module userspec.
26121         * m4/userspec.m4: New file.
26122
26123         Module gettime.
26124         * m4/clock_time.m4: New file.
26125         * m4/gettime.m4: New file.
26126
26127         Module settime.
26128         * m4/settime.m4: New file.
26129
26130         Module posixtm.
26131         * m4/posixtm.m4: New file.
26132
26133         Module gethostname.
26134         * m4/gethostname.m4: New file.
26135
26136         Module canon-host.
26137         * m4/canon-host.m4: New file.
26138
26139         Module gettext.
26140         * m4/codeset.m4: New file, from gettext-0.11.5.
26141         * m4/gettext.m4: New file, from gettext-0.11.5.
26142         * m4/glibc21.m4: New file, from gettext-0.11.5.
26143         * m4/iconv.m4: New file, from gettext-0.11.5.
26144         * m4/intdiv0.m4: New file, from gettext-0.11.5.
26145         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
26146         * m4/inttypes.m4: New file, from gettext-0.11.5.
26147         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
26148         * m4/isc-posix.m4: New file, from gettext-0.11.5.
26149         * m4/lcmessage.m4: New file, from gettext-0.11.5.
26150         * m4/lib-ld.m4: New file, from gettext-0.11.5.
26151         * m4/lib-link.m4: New file, from gettext-0.11.5.
26152         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
26153         * m4/progtest.m4: New file, from gettext-0.11.5.
26154         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
26155         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
26156         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
26157
26158         Module localcharset.
26159         * m4/localcharset.m4: New file.
26160
26161         Module hard-locale.
26162         * m4/hard-locale.m4: New file.
26163
26164         Module mbswidth.
26165         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
26166         onceonly macros.
26167         * m4/mbrtowc.m4: Add comment.
26168
26169         Module memcasecmp.
26170         * m4/memcasecmp.m4: New file.
26171
26172         Module memcoll.
26173         * m4/memcoll.m4: New file.
26174
26175         Module unicodeio.
26176         * m4/unicodeio.m4: New file.
26177
26178         Module rpmatch.
26179         * m4/rpmatch.m4: New file.
26180
26181         Module yesno.
26182         * m4/yesno.m4: New file.
26183
26184         Module exitfail.
26185         * m4/exitfail.m4: New file.
26186
26187         Module c-stack.
26188         * m4/c-stack.m4 (gl_C_STACK): New macro.
26189         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
26190
26191         Module error.
26192         * m4/error.m4 (gl_ERROR): New macro.
26193         (jm_PREREQ_ERROR): Use onceonly macros.
26194
26195         Module fatal.
26196         * m4/fatal.m4: New file.
26197
26198         Module getloadavg.
26199         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
26200         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
26201
26202         Module getpagesize.
26203         * m4/getpagesize.m4: New file.
26204
26205         Module getusershell.
26206         * m4/getusershell.m4: New file.
26207
26208         Module physmem.
26209         * m4/physmem.m4: New file.
26210
26211         Module posixver.
26212         * m4/posixver.m4: New file.
26213
26214         Module quotearg.
26215         * m4/quotearg.m4: New file.
26216
26217         Module quote.
26218         * m4/quote.m4: New file.
26219
26220         Module readutmp.
26221         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
26222
26223         Module sig2str.
26224         * m4/sig2str.m4: New file.
26225
26226         Other.
26227         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
26228         ulonglong.m4.
26229         * m4/intmax_t.m4: New file.
26230         * m4/d-type.m4: Indentation.
26231         * m4/jm-macros.m4: Update.
26232         * m4/prereq.m4 (jm_PREREQ): Update.
26233         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
26234         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
26235         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
26236         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
26237         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
26238         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
26239         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
26240         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
26241         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
26242         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
26243         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
26244         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
26245         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
26246         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
26247         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
26248         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
26249         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
26250         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
26251         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
26252
26253 2002-12-24  Bruno Haible  <bruno@clisp.org>
26254
26255         * MODULES.txt: Update according to m4/ changes.
26256
26257         Module gettext.
26258         * config.rpath: New file, from gettext-0.11.5.
26259
26260         * modules/*: New module descriptions.
26261         * gnulib-tool: New file.
26262         * MODULES.html.sh: New file.
26263
26264 2002-12-21  Karl Berry  <karl@gnu.org>
26265
26266         * doc/fdl.texi: update to version 1.2.
26267
26268 2002-12-19  Karl Berry  <karl@gnu.org>
26269
26270         * config/config.guess: update from prep.
26271
26272 2002-12-18  Bruno Haible  <bruno@clisp.org>
26273
26274         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
26275         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
26276
26277 2002-12-17  Bruno Haible  <bruno@clisp.org>
26278
26279         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
26280         stdlib.h, string.h.
26281
26282 2002-12-17  Bruno Haible  <bruno@clisp.org>
26283
26284         * lib/canon-host.c (strdup): Remove unused declaration.
26285
26286         * lib/fsusage.c: Include full_read.h.
26287         (get_fs_usage): Use full_read instead of safe_read.
26288
26289         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
26290
26291 2002-12-12  Karl Berry  <karl@gnu.org>
26292
26293         * config/config.guess: update from prep.
26294
26295 2002-12-11  Bruno Haible  <bruno@clisp.org>
26296
26297         * m4/setenv.m4: New file, from gettext-0.11.5.
26298
26299 2002-12-11  Bruno Haible  <bruno@clisp.org>
26300
26301         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
26302         not unsetenv().
26303         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
26304         modifications:
26305
26306         2002-12-11  Bruno Haible  <bruno@clisp.org>
26307
26308                 * setenv.c (alloca): Fall back to malloc.
26309                 (freea): New macro.
26310                 (setenv): Use freea() to free memory allocated with alloca().
26311
26312         2002-11-13  Bruno Haible  <bruno@clisp.org>
26313
26314                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
26315                 function declarations.
26316                 * unsetenv.c (unsetenv): Likewise.
26317
26318         2002-03-04  Bruno Haible  <bruno@clisp.org>
26319
26320                 Portability to AIX 4.3.3.
26321                 * unsetenv.c: New file, extracted from setenv.c.
26322                 * setenv.c: Move the unsetenv() function to unsetenv.c.
26323
26324         2001-12-20  Bruno Haible  <bruno@clisp.org>
26325
26326                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
26327                 use malloc instead. For SunOS 4.
26328
26329         2001-12-11  Bruno Haible  <bruno@clisp.org>
26330
26331                 * setenv.c: Declare alloca.
26332                 (compar_fn_t): New typedef.
26333                 (KNOWN_VALUE, STORE_VALUE): Use it.
26334
26335         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
26336         setenv.h.
26337
26338 2002-12-10  Paul Eggert  <eggert@twinsun.com>
26339
26340         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
26341         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
26342         Choose values that are less likely to collide with system fnmatch
26343         options.
26344         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
26345         defined (e.g., a pure POSIX system).
26346         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
26347         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
26348
26349 2002-12-06  Paul Eggert  <eggert@twinsun.com>
26350
26351         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
26352         a pain in practice to deal with generated m4 files.  This change
26353         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
26354
26355         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
26356         and jm-glibc-io.m4, as they are no longer a special case.
26357         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
26358         kludge and the auto-generation stuff.  Check only whether the
26359         functions are declared, not whether they exist, since older hosts
26360         that don't declare the functions can't use the optimization anyway.
26361
26362 2002-12-06  Jim Meyering  <jim@meyering.net>
26363
26364         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
26365
26366         Merge in changes from libc's misc/error.c, in preparation
26367         for the merge of gnulib's changes back into libc.
26368
26369         * lib/error.c (_): Define only if not already defined.
26370         Move definition to follow all #include directives.
26371         Include unlocked-io.h only if !_LIBC.
26372         [_LIBC]: Include <libio/libioP.h>.
26373         [USE_IN_LIBIO]: Include <libio/iolibio.h>
26374         (fflush): Tweak definition to use INTUSE.
26375         (putc): Define.
26376
26377 2002-12-05  Paul Eggert  <eggert@twinsun.com>
26378
26379         * lib/alloca.c [defined emacs]: Include "lisp.h".
26380         (xalloc_die) [defined emacs]: New macro.
26381         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
26382         [! defined emacs]: Include <xalloc.h>.
26383         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
26384         (pointer): Typedef to POINTER_TYPE *.
26385         (malloc): Remove decl; we now always use xmalloc.
26386         (alloca): Use old-style definition, since Emacs needs this.
26387         Check for arithmetic overflow when computing combined size.
26388
26389 2002-12-04  Paul Eggert  <eggert@twinsun.com>
26390
26391         Do not generate unlocked-io.h automatically, since it's easier to
26392         maintain it by hand.
26393
26394         * lib/unlocked-io.h: New file, from GNU diffutils,
26395         but with proper copyright notice and attribution.
26396         * lib/gen-uio: Remove.
26397         * lib/Makefile.am: Add copyright notice.
26398         (libfetish_a_SOURCES): Add unlocked-io.h.
26399         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
26400         (DISTCLEANFILES, io_functions): Remove macros.
26401         (EXTRA_DIST): Remove gen_uio.
26402         (unlocked-io.h): Remove rule.
26403
26404 2002-12-04  Jim Meyering  <jim@meyering.net>
26405
26406         Reflect the fact that stat.c and lstat.c are no longer generated.
26407         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
26408         (DISTCLEANFILES): Likewise.
26409         (EXTRA_DIST): Likewise.
26410         (all_local): Don't depend on stat.c or lstat.c.
26411         (stat.c, lstat.c): Remove rules.
26412         (EXTRA_DIST): Remove xstat.in.
26413
26414         * lib/xstat.in: Remove file.  Contents moved into stat.c.
26415         * lib/stat.c: New file.  Contents mostly from xstat.in.
26416         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
26417         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
26418
26419         * lib/safe-read.c: Rework so that it may serve to define safe_write,
26420         too.
26421         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
26422
26423 2002-12-03  Jim Meyering  <jim@meyering.net>
26424
26425         * lib/safe-read.c, safe-write.c: Change variable names and comments,
26426         but not semantics, to minimize the differences between these two files.
26427         (safe_read): Change comment to mention SAFE_READ_ERROR.
26428
26429         * lib/safe-read.c (IS_EINTR): Define.
26430         (safe_read): Use IS_EINTR in place of in-function cpp directives.
26431
26432 2002-12-02  Jim Meyering  <jim@meyering.net>
26433
26434         * lib/safe-read.c (EINTR): Define.
26435         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
26436         (INT_MAX): Provide fallback.
26437         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
26438
26439         * lib/safe-read.h (SAFE_READ_ERROR): Define.
26440
26441 2002-12-02  Bruno Haible  <bruno@clisp.org>
26442
26443         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
26444         Define, taken from safe-read.c.
26445         (INT_MAX): Provide fallback.
26446         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
26447         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
26448
26449         * lib/safe-read.c (EINTR): Remove definition.
26450         (safe_read): Don't use EINTR if it is absent.
26451
26452 2002-12-01  Jim Meyering  <jim@meyering.net>
26453
26454         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
26455         zero.
26456         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
26457
26458 2002-11-27  Paul Eggert  <eggert@twinsun.com>
26459
26460         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
26461         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
26462         with `if (! (value < limit)) abort ();', for readability.
26463
26464 2002-11-26  Karl Berry  <karl@gnu.org>
26465
26466         * lib/strdup.c: copy from libc again, with jim's ok.
26467         * lib/.cppi-disable: re-add strdup.c
26468
26469 2002-11-25  Karl Berry  <karl@gnu.org>
26470
26471         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
26472         instead of "strtol.c".
26473
26474 2002-11-25  Karl Berry  <karl@gnu.org>
26475
26476         * config/install-sh: update from automake for variable quoting, $0 in
26477         error msgs, etc.
26478
26479         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
26480         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
26481         entry.
26482
26483 2002-11-25  Jim Meyering  <jim@meyering.net>
26484
26485         * lib/mktime.c: Sync from libc, now that it has the latest fix.
26486
26487 2002-11-24  Karl Berry  <karl@gnu.org>
26488
26489         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
26490         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
26491
26492 2002-11-24  Jim Meyering  <jim@meyering.net>
26493
26494         Update from coreutils:
26495
26496         * lib/mktime.c: Merge in changes from libc.
26497
26498         Avoid a link-time failure on some Linux systems.
26499         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
26500         (otherwise).
26501         (__mon_yday): Declare with the STATIC attribute.
26502         (__mktime_internal): Likewise.
26503         Based on a report from Greg Schafer.
26504
26505 2002-11-23  Jim Meyering  <jim@meyering.net>
26506
26507         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
26508         Use `unsigned', not `int', as type of index.
26509
26510         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
26511
26512         * lib/fsusage.c: Remove unneeded parentheses around operands of
26513         `defined'.
26514
26515 2002-11-22  Paul Eggert  <eggert@twinsun.com>
26516
26517         * lib/quotearg.h: Allow multiple inclusion by surrounding with
26518         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
26519         so that we can be included first.
26520         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
26521         * lib/quotearg.c: Include quotearg.h immediately after config.h.
26522         No need to include stddef.h or sys/types.h any more.
26523         Surround local include files with "", not "<>".
26524         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
26525         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
26526         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
26527         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
26528         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
26529         (ISPRINT): Remove; no longer needed now that we assume C89.
26530
26531         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
26532         Preserve errno.
26533
26534         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
26535         quotearg_char): Use SIZE_MAX rather than
26536         (size_t) -1 when we are talking about "infinity".
26537
26538         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
26539
26540 2002-11-22  Paul Eggert  <eggert@twinsun.com>
26541
26542         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
26543         hint that one should use `if (! x) abort ();' rather than `assert
26544         (x);', and anyway it's one less thing to worry about configuring.
26545         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
26546         hash_rehash, hash_insert): Use abort rather than assert.
26547
26548 2002-11-22  Bruno Haible  <bruno@clisp.org>
26549
26550         * lib/safe-read.h: Assume C89. Add comments.
26551         (safe_read): Change return type to size_t.
26552         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
26553         byte counts > SSIZE_MAX correctly.
26554         * lib/safe-write.h: New file.
26555         * lib/safe-write.c: New file.
26556         * lib/full-read.h: New file.
26557         * lib/full-read.c: New file.
26558         * lib/full-write.h: Assume C89. Add comments.
26559         * lib/full-write.c: Include safe-write.h.
26560         (full_write): Rewritten to use safe_write.
26561         Suggested by Jim Meyering and Paul Eggert.
26562
26563 2002-11-21  Jim Meyering  <jim@meyering.net>
26564
26565         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
26566
26567         Merge in changes from the coreutils.
26568
26569         2002-09-25  Paul Eggert  <eggert@twinsun.com>
26570         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
26571         <stdint.h>.
26572         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
26573         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
26574         int.  Work more efficiently if X is the same width as uintmax_t.
26575         Do not compare X to -1, to avoid bogus compiler warning.
26576         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
26577         Don't assume that f_frsize and f_bsize are the same type.
26578
26579         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
26580         warning on FreeBSD.
26581
26582         * lib/makepath.c (make_path): Restore umask *before* creating the final
26583         component.
26584         (make_path): Minor reformatting.
26585
26586         * lib/xmalloc.c: Adjust to work with new autoconf macros,
26587         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
26588         HAVE_MALLOC/HAVE_REALLOC.
26589
26590         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
26591         dummy ones.  At least on GNU/Linux systems, `auto' means something
26592         else.
26593         From Michael Stone.
26594
26595 2002-11-21  Bruno Haible  <bruno@clisp.org>
26596
26597         Remove case insensitive option matching.
26598         * lib/argmatch.h (argcasematch): Remove declaration.
26599         (ARGCASEMATCH): Remove macro.
26600         (__xargmatch_internal): Remove case_sensitive argument.
26601         (XARGMATCH): Update.
26602         (XARGCASEMATCH): Remove macro.
26603         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
26604         case_sensitive argument.
26605         (argcasematch): Remove function.
26606         (__xargmatch_internal): Remove case_sensitive argument.
26607         (main): Use XARGMATCH instead of XARGCASEMATCH.
26608
26609         * lib/xmalloc.c: Change compile-time error message. Add comment about
26610         required autoconf version.
26611
26612 2002-11-20  Paul Eggert  <eggert@twinsun.com>
26613
26614         Merge argmatch cleanups from Bison.  Assume C89.
26615
26616         * lib/argmatch.c: Include config.h here, not in argmatch.h.
26617         Include stdlib.h, for EXIT_FAILURE.
26618         Always include <string.h>, since we assume C89.
26619         (EXIT_FAILURE): Remove pre-C89 bug workaround.
26620         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
26621         Include <stddef.h> instead, since it's all we need for size_t.
26622         (PARAMS): Remove.  All uses removed.
26623         (ARRAY_CARDINALITY): Do not bother to #undef.
26624         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
26625         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
26626         Remove unnecessary parentheses.
26627         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
26628         Insert necessary parentheses.
26629         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
26630         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
26631
26632 2002-11-19  Bruno Haible  <bruno@clisp.org>
26633
26634         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
26635         * lib/mbswidth.h: Include <stddef.h>, for size_t.
26636
26637         * lib/mbswidth.h (PARAMS): Remove macro.
26638         (mbswidth, mbsnwidth): Use ANSI C function declarations.
26639         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
26640
26641         * lib/gcd.h (PARAMS): Remove macro.
26642         (gcd): Use ANSI C function declarations.
26643         * lib/gcd.c (gcd): Likewise.
26644
26645 2002-11-15  Bruno Haible  <bruno@clisp.org>
26646
26647         * lib/strcspn.c: Include <stddef.h>.
26648         (strcspn): Use ANSI C function declaration. Change return type to
26649         size_t. Use NULL.
26650         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
26651         (strpbrk): Use NULL.
26652         * lib/strpbrk.h (PARAMS): Remove macro.
26653         (strpbrk): Use ANSI C function declaration.
26654         * lib/strstr.c: Don't include <sys/types.h>.
26655         * lib/strstr.h (PARAMS): Remove macro.
26656         (strstr): Use ANSI C function declarations.
26657
26658 2002-11-14  Karl Berry  <karl@gnu.org>
26659
26660         * config/mkinstalldirs: `do' on separate line, instead of
26661         `for var; do'.
26662
26663 2002-11-06  Bruno Haible  <bruno@clisp.org>
26664
26665         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
26666         * lib/gcd.c (gcd): Likewise.
26667
26668 2002-11-05  Bruno Haible  <bruno@clisp.org>
26669
26670         * lib/gcd.h: New file, from gettext-0.11.5.
26671         * lib/gcd.c: New file, from gettext-0.11.5.
26672
26673 2002-11-05  Bruno Haible  <bruno@clisp.org>
26674
26675         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26676         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26677         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26678         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
26679
26680         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
26681         <libintl.h>.
26682         * lib/makepath.c: Include gettext.h instead of <locale.h> and
26683         <libintl.h>.
26684
26685         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
26686         * lib/human.c: Include gettext.h instead of <libintl.h>.
26687         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
26688         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
26689         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
26690         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
26691         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
26692         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
26693         (textdomain): Remove definition.
26694         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
26695
26696         * lib/long-options.c: Remove include of <libintl.h> and definition of
26697         _.
26698         * lib/same.c: Remove include of <libintl.h> and definition of _.
26699
26700 2002-11-04  Owen Taylor  <otaylor@redhat.com>
26701
26702         * lib/config.charset: A few additions for Solaris.
26703
26704 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
26705
26706         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
26707         * lib/localcharset.c (locale_charset): Declare as extern "C".
26708
26709 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
26710
26711         * lib/config.charset: msdos in uk_UA uses CP1125.
26712
26713 2002-11-04  Bruno Haible  <bruno@clisp.org>
26714
26715         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
26716         * lib/strcase.h: New file, from GNU gettext-0.11.5.
26717         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
26718         * lib/strstr.h: New file, from GNU gettext-0.11.5.
26719         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
26720
26721 2002-11-04  Bruno Haible  <bruno@clisp.org>
26722
26723         * lib/localcharset.c (locale_charset): Don't return an empty string.
26724
26725 2002-11-04  Bruno Haible  <bruno@clisp.org>
26726
26727         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
26728         aliases.
26729
26730 2002-11-04  Bruno Haible  <bruno@clisp.org>
26731
26732         * lib/config.charset: Update for newest glibc. Add canonical names
26733         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
26734
26735 2002-11-04  Bruno Haible  <bruno@clisp.org>
26736
26737         * lib/config.charset: Add support for NetBSD.
26738
26739 2002-11-04  Bruno Haible  <bruno@clisp.org>
26740
26741         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
26742
26743 2002-11-01  Bruno Haible  <bruno@clisp.org>
26744
26745         * configure.in: Add AC_CONFIG_AUX_DIR call.
26746         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
26747         test/Makefile.
26748         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
26749
26750 2002-09-28  Karl Berry  <karl@gnu.org>
26751
26752         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
26753         installed automake until the next release, since changes have been
26754         made.
26755
26756 2002-09-25  Karl Berry  <karl@gnu.org>
26757
26758         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
26759         * lib/getopt*: copy from libc/posix.
26760         * lib/gettext.h: copy from gettext.
26761         * lib/.cppi-disable: add strdup.c, gettext.h.
26762
26763 2002-09-25  Karl Berry  <karl@gnu.org>
26764
26765         * config/srclist.txt: enable gettext.h check.
26766         * config/config.{guess,sub}: update from prep.
26767         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
26768                 from automake 1.6.3.
26769         See srclist*.
26770
26771 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
26772
26773         * regex.c (PATFETCH): Remove the translating fetch.
26774         (PATFETCH_RAW): Rename to PATFETCH.
26775         (set_image_of_range): New fun.
26776         (SET_RANGE_TABLE_WORK_AREA): Use it.
26777         (regex_compile): Don't translate the pattern chars so eagerly.
26778         Only do it when inserting an `exactn' bytecode or when handling
26779         a char-range.
26780         (mutually_exclusive_p): Avoid empty statement.
26781
26782 2002-07-06  Jim Meyering  <meyering@lucent.com>
26783
26784         * m4/README: Don't mention Makefile.am.in.
26785         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
26786
26787 2002-07-01  Jim Meyering  <meyering@lucent.com>
26788
26789         * lib/c-stack.c: Include sys/time.h.
26790         From Volker Borchert.
26791
26792 2002-06-26  Paul Eggert  <eggert@twinsun.com>
26793
26794         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
26795
26796 2002-06-26  Paul Eggert  <eggert@twinsun.com>
26797
26798         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
26799         New macro.  Use it uniformly instead of
26800         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
26801         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
26802         reported by Vin Shelton.
26803
26804 2002-06-22  Paul Eggert  <eggert@twinsun.com>
26805
26806         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
26807         Do not assume SA_SIGINFO behavior.
26808         Bug reported by Jim Meyering on NetBSD 1.5.2.
26809
26810 2002-06-22  Jim Meyering  <meyering@lucent.com>
26811
26812         * m4/c-stack.m4: New file, from diffutils-2.8.2.
26813         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
26814
26815         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
26816         now that configure.ac uses AC_GNU_SOURCE.
26817         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
26818         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
26819
26820         Update to latest tools.  Suggestions from Paul Eggert.
26821         * m4/stdbool.m4: New file, from diffutils-2.8.2.
26822         * m4/gnu-source.m4: Update from diffutils-2.8.2.
26823         * m4/fnmatch.m4: Likewise.
26824         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
26825         to AC_HEADER_STDBOOL
26826
26827 2002-06-22  Jim Meyering  <meyering@lucent.com>
26828
26829         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
26830         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
26831
26832 2002-06-22  Jim Meyering  <meyering@lucent.com>
26833
26834         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
26835
26836         * lib/exitfail.c, exitfail.h: Likewise.
26837         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
26838
26839         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
26840         of fnmatch.h.
26841         (EXTRA_DIST): Add fnmatch_loop.c.
26842         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
26843
26844         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
26845         * lib/fnmatch.c: Update from diffutils-2.8.2.
26846         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
26847         * lib/fnmatch.h: Remove file.
26848
26849 2002-06-21  Jim Meyering  <meyering@lucent.com>
26850
26851         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
26852         * m4/mbrtowc.m4: Likewise.
26853
26854         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
26855         * m4/mbswidth.m4: Reflect name change:
26856         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
26857         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26858
26859         * m4/lib-link.m4: Update from gettext-0.11.2.
26860         * m4/gettext.m4: Likewise.
26861
26862         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
26863         From Alfred M. Szmidt.
26864
26865 2002-06-18  Paul Eggert  <eggert@twinsun.com>
26866
26867         * lib/file-type.h: Report an error if neither S_ISREG nor
26868         S_IFREG is defined, instead of using a test specific to glibc
26869         2.2.  This should be safe, since POSIX requires S_ISREG and
26870         Unix Version 7 had S_IFREG.  We don't need to check for
26871         <sys/types.h> since we don't use any symbols that it defines.
26872
26873 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
26874
26875         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
26876         $@-t, so that each temporary file name is unique and valid in the first
26877         8 characters, for operation under DOS.
26878
26879 2002-06-15  Paul Eggert  <eggert@twinsun.com>
26880
26881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
26882
26883 2002-06-15  Jim Meyering  <meyering@lucent.com>
26884
26885         Work even with DJGPP 2.03, which lacks support for symlinks.
26886         From Richard Dawe.
26887         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
26888         is defined.
26889         * lib/lchown.c (S_ISLNK): Likewise.
26890
26891 2002-06-15  Jim Meyering  <meyering@lucent.com>
26892
26893         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
26894         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
26895         have been included before this file.
26896
26897 2002-06-14  Jim Meyering  <meyering@lucent.com>
26898
26899         * lib/file-type.h: Use the version from diffutils-2.8.2.
26900         * lib/file-type.c: Likewise.
26901
26902 2002-06-07  Jim Meyering  <meyering@lucent.com>
26903
26904         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
26905         They're needed at least for NetBSD 1.5.2.
26906         ($statxfs_includes): Include those same headers.
26907         ($statxfs_includes): Include sys/vfs.h if available.
26908         ($statxfs_includes): Likewise for sys/statvfs.h.
26909         Check for the following members in both structs statfs and statvfs:
26910         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
26911
26912 2002-06-01  Jim Meyering  <meyering@lucent.com>
26913
26914         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
26915         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
26916
26917 2002-05-28  Jim Meyering  <meyering@lucent.com>
26918
26919         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
26920         Reported by Volker Borchert.
26921
26922 2002-05-27  Jim Meyering  <meyering@lucent.com>
26923
26924         Fix a problem seen only on nonconforming systems whereby ls.c's
26925         use of localtime, and then of gettimeofday would cause trouble:
26926         the localtime call used to initialize rpl_gettimeofday's save
26927         mechanism would clobber ls's current local time information so
26928         that in any long listing the first file would always be listed
26929         with date 1970-01-01.  Analysis by Volker Borchert.
26930
26931         * lib/gettimeofday.c (localtime): Undefine.
26932         (rpl_localtime): New function.
26933
26934 2002-05-27  Jim Meyering  <meyering@lucent.com>
26935
26936         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
26937         localtime.
26938
26939         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
26940         use the replacement function; it wouldn't resolve at link time.
26941         Reported by Volker Borchert.
26942
26943 2002-05-22  Jim Meyering  <meyering@lucent.com>
26944
26945         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
26946         file-type.h.
26947         * lib/file-type.h: New file.
26948         * lib/file-type.c (file_type): New file/function.  Extracted from
26949         diffutils.
26950
26951 2002-04-30  Jim Meyering  <meyering@lucent.com>
26952
26953         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
26954
26955 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26956
26957         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
26958
26959 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26960
26961         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
26962         Do not check for alloca.h (no longer used) or stdbool.h (was never
26963         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
26964
26965 2002-04-29  Paul Eggert  <eggert@twinsun.com>
26966
26967         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
26968
26969 2002-04-29  Jim Meyering  <meyering@lucent.com>
26970
26971         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
26972         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
26973         Use AC_FUNC_STRNLEN here instead.
26974
26975         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
26976         With autoconf-2.53a, it's part of AC_PROG_CC.
26977
26978 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26979
26980         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
26981         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
26982
26983 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26984
26985         * lib/sig2str.h, lib/sig2str.c: New files.
26986         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
26987
26988 2002-04-28  Paul Eggert  <eggert@twinsun.com>
26989
26990         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
26991         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
26992         of 127, since 64 is the largest conceivable number for ancient
26993         nonstandard hosts.
26994         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
26995
26996 2002-04-28  Jim Meyering  <meyering@lucent.com>
26997
26998         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
26999
27000 2002-04-24  Jim Meyering  <meyering@lucent.com>
27001
27002         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
27003         (jm_PREREQ): Use it.
27004
27005         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
27006         mach/mach.h fcntl.h.
27007         Check for this function: setlocale.
27008
27009 2002-04-24  Jim Meyering  <meyering@lucent.com>
27010
27011         * lib/gettext.h: New file, from Gettext.
27012         * lib/Makefile.am (INCLUDES): Remove -I../intl.
27013         (libfetish_a_SOURCES): Add gettext.h.
27014
27015 2002-04-16  Jim Meyering  <meyering@lucent.com>
27016
27017         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
27018         ut_pid, ut_id, ut_exit.
27019
27020 2002-04-16  Jim Meyering  <meyering@lucent.com>
27021
27022         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
27023         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
27024         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
27025
27026 2002-04-12  Jim Meyering  <meyering@lucent.com>
27027
27028         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
27029         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
27030         existence of the getmntinfo function.  Needed for Darwin 5.3.
27031
27032         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
27033         This is necessary at least on Darwin 5.3.
27034
27035         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
27036         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
27037         strnlen.o in the library, and that makes some versions of ranlib
27038         object.
27039
27040 2002-04-12  Jim Meyering  <meyering@lucent.com>
27041
27042         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
27043
27044 2002-04-09  Jim Meyering  <meyering@lucent.com>
27045
27046         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
27047         to be more precise.  Rather than saying we're checking whether the
27048         function `works', say what we're testing.
27049         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
27050         Reported by Bruno Haible.
27051
27052 2002-03-10  Jim Meyering  <meyering@lucent.com>
27053
27054         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
27055         Suggestion from Santiago Vila.
27056
27057 2002-03-08  Jim Meyering  <meyering@lucent.com>
27058
27059         * lib/rename.c: Mention that this wrapper is needed also on
27060         mips-dec-ultrix4.4 systems.
27061
27062 2002-03-02  Jim Meyering  <meyering@lucent.com>
27063
27064         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
27065         not HAVE_CLOCK_SETTIME.
27066
27067 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27068
27069         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
27070         Check for clock_settime.
27071
27072 2002-02-27  Paul Eggert  <eggert@twinsun.com>
27073
27074         * lib/nanosleep.h: Rename to....
27075         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
27076
27077         * lib/gettime.c: New file.
27078         * lib/settime.c: New file.
27079         * lib/stime.c: Remove.
27080
27081         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
27082         timespec.h.  Remove nanosleep.h.
27083
27084 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27085
27086         * m4/acl.m4: New file.
27087         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
27088         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
27089
27090 2002-02-25  Paul Eggert  <eggert@twinsun.com>
27091
27092         * lib/acl.c, lib/acl.h: New files.
27093         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
27094
27095 2002-02-24  Jim Meyering  <meyering@lucent.com>
27096
27097         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
27098         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
27099         cause trouble.  Reported by Nelson Beebe.
27100
27101 2002-02-23  Paul Eggert  <eggert@twinsun.com>
27102
27103         * lib/path-concat.c (xpath_concat): Reorder code to pacify
27104         compilers that don't know that xalloc_die never returns.
27105
27106 2002-02-20  Jim Meyering  <meyering@lucent.com>
27107
27108         * lib/getdate.c: Regenerate using bison-1.33.
27109
27110 2002-02-17  Jim Meyering  <meyering@lucent.com>
27111
27112         * config/config.guess (main): Don't use `head -1'; it's no longer
27113         portable. Use `sed 1q' instead.
27114
27115 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
27116
27117         * m4/codeset.m4: Upgrade to gettext-0.11.
27118         * m4/gettext.m4: Upgrade to gettext-0.11.
27119         * m4/glibc21.m4: Upgrade to gettext-0.11.
27120         * m4/iconv.m4: Upgrade to gettext-0.11.
27121         * m4/isc-posix.m4: Upgrade to gettext-0.11.
27122         * m4/lcmessage.m4: Upgrade to gettext-0.11.
27123         * m4/lib-ld.m4: New file, from gettext-0.11.
27124         * m4/lib-link.m4: New file, from gettext-0.11.
27125         * m4/lib-prefix.m4: New file, from gettext-0.11.
27126         * m4/progtest.m4: Upgrade to gettext-0.11.
27127
27128 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27129
27130         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
27131         (jm_PREREQ): Use it.
27132
27133 2002-02-15  Paul Eggert  <eggert@twinsun.com>
27134
27135         * lib/posixver.c, lib/posixver.h: New files.
27136         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27137
27138 2002-02-02  Paul Eggert  <eggert@twinsun.com>
27139             Bruno Haible  <bruno@clisp.org>
27140
27141         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
27142         (fwrite_success_callback): New declaration.
27143         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
27144         print_unicode_char. Call failure callback instead of error.
27145         (fwrite_success_callback): New function.
27146         (exit_failure_callback): New function.
27147         (fallback_failure_callback): New function.
27148         (print_unicode_char): Call unicode_to_mb.
27149
27150 2002-01-26  Jim Meyering  <meyering@lucent.com>
27151
27152         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
27153         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
27154
27155 2002-01-26  Jim Meyering  <meyering@lucent.com>
27156
27157         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
27158
27159 2002-01-22  Paul Eggert  <eggert@twinsun.com>
27160
27161         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
27162
27163 2002-01-22  Jim Meyering  <meyering@lucent.com>
27164
27165         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
27166         Otherwise, some versions of automake would omit the rule that makes
27167         Makefile from Makefile.in.
27168
27169 2002-01-21  Paul Eggert  <eggert@twinsun.com>
27170
27171         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
27172         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
27173         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
27174         (memcoll): Set errno to zero if there is no error.
27175
27176         * lib/quotearg.c (quotearg_buffer_restyled):
27177         Fix bug with quoting buffers containing NUL when backslashing escapes.
27178         This bug was exposed by the other changes in this patch.
27179         (quotearg_n_options): New arg ARGSIZE.
27180         All callers changed.
27181         (quoting_options_from_style): New function.
27182         (quotearg_n_style): Use it.
27183         (quotearg_n_style_mem): New function.
27184
27185         * lib/quotearg.h (quotearg_n_style_mem): New function.
27186
27187 2002-01-19  Jim Meyering  <meyering@lucent.com>
27188
27189         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
27190         Remove useless quotes: DF_PROG="df".
27191         * m4/strnlen.m4: New file.
27192
27193 2002-01-16  Paul Eggert  <eggert@twinsun.com>
27194
27195         * lib/backupfile.c (ISDIGIT): Comment fix.
27196         * lib/getdate.y (ISDIGIT): Likewise.
27197         * lib/posixtm.c (ISDIGIT, year): Likewise.
27198         * lib/strverscmp.c (ISDIGIT): Likewise.
27199         * lib/userspec.c (ISDIGIT): Likewise.
27200
27201 2002-01-16  Jim Meyering  <meyering@lucent.com>
27202
27203         * lib/getdate.y: Add three semicolons, each just before a closing
27204         brace. Bison (as of version 1.31) no longer papers over that mistake.
27205
27206 2002-01-05  Jim Meyering  <meyering@lucent.com>
27207
27208         * lib/version-etc.c (version_etc_copyright): Update copyright year.
27209
27210 2001-12-19  Paul Eggert  <eggert@twinsun.com>
27211
27212         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
27213         not silently exit merely because the output buffer happens to
27214         have nothing pending.
27215
27216 2001-12-18  Paul Eggert  <eggert@twinsun.com>
27217
27218         See the big note in ../ChangeLog.
27219         * lib/human.c (suffixes): Prefer K to k for 1024.
27220         (generate_suffix_backwards): New function.
27221         (human_readable_inexact): Use it.
27222         * lib/xstrtol.c (__xstrtol): If there is no number but there
27223         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
27224         Accept 'K' as well as 'k'.
27225
27226 2001-12-15  Jim Meyering  <meyering@lucent.com>
27227
27228         * lib/regex.h (__restrict_arr): Update from libc.
27229
27230         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
27231         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
27232         (STREQ): Define.
27233
27234 2001-12-14  Jim Meyering  <meyering@lucent.com>
27235
27236         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
27237         Suggestion from Bruno Haible.
27238
27239 2001-12-10  Jim Meyering  <meyering@lucent.com>
27240
27241         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
27242         xrealloc, Instead, include "xalloc.h".
27243         (initbuffer): Don't cast xmalloc return value to char*.
27244         (readline): Reword comment.
27245         Don't cast xrealloc return value to char*
27246         Return NULL, not 0.
27247
27248 2001-12-09  Jim Meyering  <meyering@lucent.com>
27249
27250         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
27251         about `signed and unsigned type in conditional expression'.
27252         * lib/posixtm.c (posix_time_parse): Likewise.
27253
27254         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
27255
27256         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
27257         to avoid a pedantic warning.
27258
27259         * lib/getstr.c: Don't include assert.h.
27260         (getstr): Remove warning-evoking assertions.
27261         Return -1 if offset parameter is out of bounds.
27262         Change the type of a local from int to size_t.
27263
27264         * lib/strftime.c (my_strftime_localtime_r): Include this function
27265         definition in the `#if ! HAVE_TM_GMTOFF' block.
27266
27267         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
27268         Include xalloc.h instead.
27269
27270 2001-12-02  Jim Meyering  <meyering@lucent.com>
27271
27272         * lib/tempname.c: Don't declare getenv, thus reverting the change of
27273         2001-11-18.  It's no longer necessary, now that stdlib.h is always
27274         included.
27275
27276         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
27277         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
27278
27279 2001-11-30  Akim Demaille  <akim@epita.fr>
27280
27281         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
27282         before being defined.
27283
27284 2001-11-27  Paul Eggert  <eggert@twinsun.com>
27285
27286         * lib/quotearg.h (quotearg_n, quotearg_n_style):
27287         First arg is int, not unsigned.
27288         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
27289         (SIZE_MAX, UINT_MAX): New macros.
27290         (quotearg_n_options): Abort if N is negative.
27291         Avoid overflow check on hosts where size_t is 64 bits and int
27292         is 32 bits, as overflow is impossible there.
27293         Fix off-by-one typo that caused unnecessary reallocation.
27294
27295 2001-11-27  Jim Meyering  <meyering@lucent.com>
27296
27297         * lib/tempname.c: Merge with version from libc.
27298         * lib/regex.c: Likewise.
27299
27300         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
27301         systems for which STDC_HEADERS is 0, it was not included, resulting in
27302         a warning about an integer-to-pointer conversion problem with getenv.
27303         Reported by Volker Borchert.
27304
27305 2001-11-26  Jim Meyering  <meyering@lucent.com>
27306
27307         * lib/gtod.h: Remove file.
27308         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
27309         * lib/gettimeofday.c: Don't include gtod.h.
27310         (GTOD_init): Remove function.
27311         (rpl_gettimeofday): Do its job here instead, rather than aborting.
27312         Suggestion from Volker Borchert.
27313
27314 2001-11-23  Jim Meyering  <meyering@lucent.com>
27315
27316         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
27317         it.
27318         * lib/hash.c (struct hash_table): Define it here instead.
27319
27320 2001-11-22  Jim Meyering  <meyering@lucent.com>
27321
27322         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
27323
27324 2001-11-20  Jim Meyering  <meyering@lucent.com>
27325
27326         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
27327         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
27328
27329 2001-11-19  Jim Meyering  <meyering@lucent.com>
27330
27331         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
27332         directory.  Use "conftestXXXXXX" as the template.
27333         Suggestion from Paul Eggert.
27334
27335         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
27336         immediately, so the test doesn't mistakenly hit the max-open-files
27337         limit.
27338
27339 2001-11-18  Paul Eggert  <eggert@twinsun.com>
27340
27341         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
27342         (TEMPORARIES): New macro.
27343         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
27344         removes an artificial limitation (e.g. HP-UX 10.20, where
27345         TMP_MAX is 17576).
27346
27347 2001-11-18  Jim Meyering  <meyering@lucent.com>
27348
27349         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
27350
27351 2001-11-18  Jim Meyering  <meyering@lucent.com>
27352
27353         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
27354         on SunOS 4.
27355
27356         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
27357         files will be created before anything else.
27358
27359 2001-11-17  Paul Eggert  <eggert@twinsun.com>
27360
27361         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
27362         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
27363
27364 2001-11-17  Jim Meyering  <meyering@lucent.com>
27365
27366         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
27367         Prompted by a report from Bob Proulx.
27368
27369         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
27370         Instead, require UTILS_FUNC_MKSTEMP.
27371
27372 2001-11-17  Jim Meyering  <meyering@lucent.com>
27373
27374         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
27375         Now, that's done as part of AC_FUNC_STRTOD.
27376
27377 2001-11-17  Jim Meyering  <meyering@lucent.com>
27378
27379         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
27380         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
27381         rather than group writable.  Patch by Juan F. Codagnone.
27382
27383         * lib/readtokens.c: Remove explicit declarations of xmalloc and
27384         xrealloc, Instead, include "xalloc.h".
27385
27386         * lib/mountlist.c: Include unlocked-io.h after all system headers.
27387         Remove explicit declarations of xmalloc, xrealloc,
27388         and xstrdup.  Instead, include "xalloc.h".
27389
27390         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
27391         unlocked-io.h.
27392         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
27393         Likewise.
27394         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
27395
27396         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
27397         Reported by Padraig Brady.
27398
27399         * lib/mkstemp.c: #undef mkstemp.
27400         Include config.h.
27401         (rpl_mkstemp): Rename from mkstemp.
27402         Protoize.
27403
27404 2001-11-16  Jim Meyering  <meyering@lucent.com>
27405
27406         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
27407         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
27408         determine the amount of total physical memory, use pstat_getstatic.
27409         HPUX-11 doesn't define _SC_PHYS_PAGES.
27410         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
27411         If sysconf couldn't be used to determine the amount of available
27412         physical memory, use both pstat_getstatic and pstat_getdynamic.
27413         Based on a patch from Bob Proulx.
27414
27415 2001-11-10  Jim Meyering  <meyering@lucent.com>
27416
27417         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
27418         (jm_PREREQ): Use it.
27419
27420 2001-11-09  Jim Meyering  <meyering@lucent.com>
27421
27422         * m4/jm-macros.m4: Require autoconf-2.52f.
27423         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
27424         Use these AC_-prefixed names, not the AM_-prefixed ones.
27425
27426         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
27427
27428 2001-11-05  Jim Meyering  <meyering@lucent.com>
27429
27430         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
27431
27432 2001-11-04  Jim Meyering  <meyering@lucent.com>
27433
27434         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
27435         $DEFS.
27436
27437 2001-11-03  Jim Meyering  <meyering@lucent.com>
27438
27439         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
27440         of AC_DEFUN.
27441
27442         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
27443         know the name of the variable in the macro definition.
27444
27445 2001-11-03  Jim Meyering  <meyering@lucent.com>
27446
27447         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
27448         in argmatch_to_argument call.
27449
27450         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
27451         argument.
27452
27453         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
27454         e.g., a fault due to an attempt to free a NULL pointer.
27455
27456 2001-11-01  Jim Meyering  <meyering@lucent.com>
27457
27458         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
27459         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
27460
27461 2001-11-01  Jim Meyering  <meyering@lucent.com>
27462
27463         * lib/dirfd.c, lib/dirfd.h: New files.
27464         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
27465
27466         * lib/hash.c (hash_print) [TESTING]: Clean up.
27467
27468 2001-10-22  Paul Eggert  <eggert@twinsun.com>
27469
27470         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
27471         to avoid a warning if -Wall.
27472
27473 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
27474
27475         * README: New file
27476         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
27477         (per RMS's instructions, this is now the canonical source)
27478         * lgpl/, gpl/: New directories.
27479
27480 2001-10-21  Paul Eggert  <eggert@twinsun.com>
27481
27482         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
27483
27484 2001-10-21  Jim Meyering  <meyering@lucent.com>
27485
27486         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
27487         this code would end up calling gettext even in packages built
27488         with --disable-nls.
27489         * lib/getopt.c (_): Likewise.
27490         * lib/regex.c (_): Likewise.
27491
27492 2001-10-20  Paul Eggert  <eggert@twinsun.com>
27493
27494         * m4/error.m4 (jm_PREREQ_ERROR):
27495         Do not invoke AC_CHECK_FUNCS with strerror_r, as
27496         AC_FUNC_STRERROR_R does that.
27497         Check for strerror declaration.
27498
27499         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
27500         are supposed to have them these days.
27501         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
27502         Merge changes from latest Autoconf CVS.
27503         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
27504         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
27505         POSIX decided to standardize on the int flavor of strerror_r.
27506
27507 2001-10-20  Paul Eggert  <eggert@twinsun.com>
27508
27509         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
27510         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
27511         Use strerror_r that is only a macro, even if it is not a function.
27512         (strerror): Check for HAVE_DECL_STRERROR before declaring.
27513         (private_strerror): Use prototypes, not old-style function definition.
27514         (print_errno_message): New function.
27515         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
27516         char*-flavored one.
27517         (error_tail, error, error_at_line): Use it.
27518
27519 2001-10-11  Jim Meyering  <meyering@lucent.com>
27520
27521         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
27522         and quote_n (1, ... to avoid clobbering a buffer.
27523
27524 2001-10-05  Jim Meyering  <meyering@lucent.com>
27525
27526         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
27527         hash-pjw.h.
27528         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
27529         * lib/hash-pjw.h: New file.
27530
27531 2001-09-30  Jim Meyering  <meyering@lucent.com>
27532
27533         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
27534         `struct fsstat' has the `f_fstypename' member.
27535         Use that to define FS_TYPE, which is now used to make
27536         the getfsstat link test tighter.
27537
27538 2001-09-30  Jim Meyering  <meyering@lucent.com>
27539
27540         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
27541         Include <sys/ucred.h>, for Apple Darwin.
27542         Include sys/mount.h and sys/fs_types.h only if available.
27543         (FS_TYPE): Define.
27544         (read_filesystem_list): Use FS_TYPE.
27545
27546 2001-09-29  Paul Eggert  <eggert@twinsun.com>
27547
27548         * lib/exclude.c (excluded_filename): 0 -> false, since it's
27549         a boolean context.
27550
27551 2001-09-29  Jim Meyering  <meyering@lucent.com>
27552
27553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
27554         [one-argument getmntent function]): Include stdio.h before mntent.h.
27555         SunOS 4.1.x needs it for the declaration of `FILE'.
27556         Patch by Volker Borchert.
27557
27558         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
27559         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
27560         sys/fs_types.h, and make the link-test for getfsstat guard #include
27561         directives with appropriate #if HAVE_*_H tests so that we can
27562         detect getfsstat on Apple Darwin1.3.7 systems.
27563         Reported by Nelson Beebe.
27564         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
27565
27566 2001-09-28  Paul Eggert  <eggert@twinsun.com>
27567
27568         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
27569         #defines strtoimax.  Also treat the other strto* functions
27570         like strtoimax.
27571
27572         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
27573         Check for strtoul and strtoumax,
27574         as those declarations are made even in the signed case.
27575         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
27576         Likewise, for strtol and strtoimax.
27577
27578 2001-09-28  Paul Eggert  <eggert@twinsun.com>
27579
27580         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
27581         #defines strtoimax.  Also treat the other strto* functions
27582         like strtoimax.
27583
27584         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
27585         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
27586         (strtoimax, strtoumax): Do not declare if already defined as a macro.
27587
27588 2001-09-26  Jim Meyering  <meyering@lucent.com>
27589
27590         Most macros in unlocked-io.h had the wrong number of arguments.
27591         * lib/gen-uio: New script.
27592         (USE_UNLOCKED_IO): Define to 1 if not already defined.
27593         * lib/unlocked-io.hin: Remove file.
27594         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
27595         rather than trying to embed it here.
27596         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
27597         Reported by Padraig Brady.
27598
27599 2001-09-25  Volker Borchert  <bt@teknon.de>
27600
27601         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
27602         `result'.
27603
27604 2001-09-24  Jim Meyering  <meyering@lucent.com>
27605
27606         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
27607
27608 2001-09-23  Jim Meyering  <meyering@lucent.com>
27609
27610         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
27611         instead of the mere test for existence of mntent.h.  The latter
27612         would get a false-positive on AIX 3.4 systems.
27613         In the outer getmntent if-block, don't die if neither of the getmntent
27614         tests succeeds.  Instead, just fall through and continue with the
27615         remaining tests.
27616
27617 2001-09-23  Jim Meyering  <meyering@lucent.com>
27618
27619         * lib/mountlist.c: Remove useless parentheses in #if directives.
27620         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
27621         the deprecated MOUNTED symbol is no longer defined in mntent.h.
27622
27623 2001-09-22  Jim Meyering  <meyering@lucent.com>
27624
27625         * m4/gettext.m4: New file.  From gettext.
27626         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
27627         * m4/progtest.m4: Likewise
27628         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
27629         * m4/glibc21.m4: Likewise.
27630
27631         * m4/libintl.m4: Remove.  No longer used.
27632
27633 2001-09-22  Jim Meyering  <meyering@lucent.com>
27634
27635         * lib/localcharset.c: Update from latest gettext.
27636         * lib/config.charset: Likewise.
27637
27638 2001-09-20  Jim Meyering  <meyering@lucent.com>
27639
27640         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
27641         strtoimax.
27642         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
27643         strtoumax.
27644
27645 2001-09-20  Jim Meyering  <meyering@lucent.com>
27646
27647         * lib/xstrtol.c (strtoimax): Guard declaration with
27648         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
27649         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
27650         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
27651         (strtoumax): Likewise, for completeness (it wasn't necessary).
27652
27653 2001-09-17  Paul Eggert  <eggert@twinsun.com>
27654
27655         * lib/strtoimax.c (HAVE_LONG_LONG):
27656         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
27657         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
27658         to work around bug in IBM C compiler.
27659
27660 2001-09-17  Jim Meyering  <meyering@lucent.com>
27661
27662         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
27663         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
27664         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
27665         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
27666         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
27667         whenever the right hand side need not be expanded by the shell.
27668
27669 2001-09-16  Paul Eggert  <eggert@twinsun.com>
27670
27671         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
27672         library.  It's not correct, as some older glibcs are buggy.
27673         fnmatch wasn't fixed until glibc 2.2.
27674
27675         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
27676         special shell magic here.
27677
27678 2001-09-16  Jim Meyering  <meyering@lucent.com>
27679
27680         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
27681         * m4/jm-macros.m4: Require it.
27682
27683 2001-09-16  Jim Meyering  <meyering@lucent.com>
27684
27685         * lib/mkdir.c: New file.
27686
27687 2001-09-15  Jim Meyering  <meyering@lucent.com>
27688
27689         * m4/jm-macros.m4: Check for help2man.
27690
27691 2001-09-11  Jim Meyering  <meyering@lucent.com>
27692
27693         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
27694         The body, by Paul Eggert, was moved here from configure.in.
27695         * m4/jm-macros.m4: Require UTILS_HOST_OS.
27696
27697 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27698
27699         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
27700         (jm_PREREQ): Use it.
27701
27702 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27703
27704         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
27705         Use ssize_t, not int, to store result of readlink.
27706         Check for ssize_t overflow as well as size_t overflow,
27707         as POSIX says the result of readlink is implementation-defined
27708         when ssize_t overflows.
27709         Remove unnecessary cast to char*.
27710         Use free+malloc instead of realloc, as the storage doesn't need
27711         to be preserved and it's clearer and can be more efficient that way.
27712         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
27713         * lib/xreadlink.h (xreadlink): Update prototype.
27714
27715 2001-09-04  Paul Eggert  <eggert@twinsun.com>
27716
27717         * lib/xgetcwd.c: Revert some of the previous change; intead,
27718         fix the HAVE_GETCWD_NULL code to behave more like the
27719         !HAVE_GETCWD_NULL code used to.
27720
27721         Include "xalloc.h".
27722         (xgetcwd): Do not return NULL when memory is exhausted; instead,
27723         invoke xalloc_die.
27724
27725 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27726
27727         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
27728         sys/param.h, as pathmax.h includes them.
27729
27730 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27731
27732         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
27733         (jm_PREREQ_XGETCWD): New macro.
27734
27735         * m4/getcwd.m4: New file.
27736
27737 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27738
27739         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
27740         like the HAVE_GETCWD_NULL code.
27741         Include pathmax.h if not HAVE_GETCWD.
27742         Do not include xalloc.h.
27743         (INITIAL_BUFFER_SIZE): New symbol.
27744         Do not use xmalloc / xrealloc, since the caller is responsible for
27745         handling errors.  Preserve errno around `free' during failure.
27746         Do not overrun buffer when using getwd.
27747
27748 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27749
27750         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
27751         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
27752         getcwd (NULL, 0).
27753
27754 2001-09-03  Paul Eggert  <eggert@twinsun.com>
27755
27756         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
27757         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
27758         spotted by Jim Meyering.
27759
27760 2001-09-03  Jim Meyering  <meyering@lucent.com>
27761
27762         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
27763         failure.
27764
27765 2001-09-02  Jim Meyering  <meyering@lucent.com>
27766
27767         * lib/error.c: Update from GNU libc.
27768
27769 2001-09-01  Jim Meyering  <meyering@lucent.com>
27770
27771         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
27772         Used by df.
27773
27774 2001-09-01  Jim Meyering  <meyering@lucent.com>
27775
27776         * lib/xreadlink.c: New file.
27777         * lib/xreadlink.h: New file.
27778         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
27779         xreadlink.h.
27780
27781         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
27782         doesn't conflict with sparc Solaris 7's definition in
27783         /usr/include/sys/int_types.h.
27784
27785         * lib/exclude.c: Use `""', not `<>' to #include non-system header
27786         files.
27787         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
27788         and strncasecmp as r-values.  Unixware didn't have declarations.
27789
27790 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27791
27792         * lib/xstrtol.h: Add copyright notice.
27793         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
27794         LONGINT_INVALID_SUFFIX_CHAR.
27795
27796 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27797
27798         * lib/xstrtol.c (strtoimax): New decl.
27799
27800 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27801
27802         * lib/xgetcwd.c: Don't include pathmax.h.
27803         Include stdlib.h and unistd.h if available.
27804         Include xalloc.h.
27805         (xmalloc, xstrdup, free): Remove decls.
27806         (xgetcwd): Don't assume sizes fit in unsigned.
27807         Check for overflow when computing sizes.
27808         Simplify reallocation code.
27809
27810 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27811
27812         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
27813         a directory's st_size can have an arbitrary value, so the old
27814         usage could waste an arbitrary amount of memory.  All uses
27815         changed.
27816         * lib/savedir.h: Update prototype.
27817
27818 2001-08-31  Paul Eggert  <eggert@twinsun.com>
27819
27820         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
27821
27822         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
27823         old strtoimax.c.
27824
27825         Also, make the following further changes to make this file's
27826         configuration more similar to that of strtol.c:
27827         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
27828         (strtoumax, uintmax_t, strtoull, strtol): Remove.
27829         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
27830         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
27831         changed to signed values.
27832
27833         And make the following changes as well:
27834         Fix copyright notice, as 1999 was missing.
27835         (verify): New macro.
27836         (strtoimax): Check sizes at compile-time, not run-time.
27837         Prefer strtol to strtoll if both work.
27838         (main): Remove; it was not that useful and was a pain to maintain.
27839
27840         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
27841
27842 2001-08-31  Jim Meyering  <meyering@lucent.com>
27843
27844         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
27845         Use an initial, malloc'd, buffer of length 128 rather than
27846         a statically allocated one of length 1024.
27847
27848 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27849
27850         Simplify code, partly by assuming autoconf 2.52 semantics.
27851
27852         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
27853
27854         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
27855         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
27856         All uses removed.
27857         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
27858         Move AC_REQUIRE to next-to-top level, to avoid confusion.
27859         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
27860         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
27861         jm_AC_HEADER_INTTYPES_H.
27862         * m4/jm-macros.m4 (jm_MACROS): Likewise.
27863
27864         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
27865
27866         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
27867         Quote first arg of AC_DEFUN.
27868         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
27869         since they are needed to parse the include file even if we need
27870         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
27871         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
27872         but with opposite signedness.
27873
27874 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27875
27876         Merge 'exclude' changes from tar 1.13.22.
27877         This fixes one or two unlikely storage allocation overflow bugs,
27878         but doesn't change user-visible behavior otherwise.
27879
27880 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27881
27882         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
27883         (jm_PREREQ_EXCLUDE): New macro.
27884
27885 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27886
27887         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
27888         tm to be declared.
27889
27890 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27891
27892         * lib/hash.c: Remove '2001' from copyright notice.
27893
27894 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27895
27896         * lib/full-write.h: New file.
27897         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
27898         * lib/full-write.c: Correct credits, as cccp.c no longer
27899         exists and anyway it was so heavily changed from the old cccp
27900         code as to be unrecognizable.  Include full-write.h.
27901         (full_write) Return size_t, with short writes meaning failure.
27902         All callers changed.  This fixes a bug with large buffers
27903         on 64-bit hosts.
27904         * lib/utime.c: Include full-write.h.
27905
27906 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27907
27908         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
27909         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
27910         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
27911         Include if available.
27912         (<xalloc.h>): Include
27913         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
27914         (verify): New macro.  Use it to verify that EXCLUDE macros do not
27915         collide with FNM macros.
27916         (struct patopts): New struct.
27917         (struct exclude): Use it, as exclude patterns now come with options.
27918         (new_exclude): Support above changes.
27919         (new_exclude, add_exclude_file):
27920         Initial size must now be a power of two to simplify overflow checking.
27921         (free_exclude, fnmatch_no_wildcards): New function.
27922         (excluded_filename): No longer requires options arg, as the options
27923         are determined by add_exclude.  Now returns bool, not int.
27924         (excluded_filename, add_exclude):
27925         Add support for the fancy new exclusion options.
27926         (add_exclude, add_exclude_file): Now takes int options arg.
27927         Check for arithmetic overflow when computing sizes.
27928         (add_exclude_file): xrealloc might modify errno, so don't
27929         realloc until after errno might be used.
27930
27931         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
27932         New macros.
27933         (free_exclude): New decl.
27934         (add_exclude, add_exclude_file): Now takes int options arg.
27935         (excluded_filename): No longer requires options arg, as the options
27936         are determined by add_exclude.  Now returns bool, not int.
27937
27938 2001-08-30  Paul Eggert  <eggert@twinsun.com>
27939
27940         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
27941
27942 2001-08-27  Jim Meyering  <meyering@lucent.com>
27943
27944         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
27945
27946         * lib/version-etc.c (N_): Remove definition.
27947         Revert most of last change.
27948         Instead, simply don't mark the `Copyright...' string for translation.
27949         Based on advice from Paul Eggert.
27950
27951         * lib/strtoxmax.c: Tweak comment.
27952
27953 2001-08-26  Jim Meyering  <meyering@lucent.com>
27954
27955         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
27956
27957         * m4/xstrtoimax.m4: New file.
27958         * m4/xstrtoumax.m4: Add comments explaining why we
27959         AC_REPLACE_FUNCS(strtol).
27960
27961 2001-08-26  Jim Meyering  <meyering@lucent.com>
27962
27963         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
27964         of copyright with `%s' so translators don't get an untranslated
27965         message in 2002.
27966         (COPYRIGHT_YEAR): Define.
27967         (version_etc): Use fprintf rather than fputs.
27968         Suggestion from Ulrich Drepper.
27969
27970         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
27971
27972         * lib/strtoll.c: New file, from GNU libc.
27973         * lib/xstrtoimax.c: New file.
27974
27975         * lib/xstrtol.h: Add xstrtoimax.
27976         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
27977         * lib/strtoimax.c: New file.  Likewise, but first define
27978         STRTOUXMAX_SIGNED.
27979
27980         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
27981         ...
27982         * lib/strtoxmax.c: ... then renamed to this.
27983
27984 2001-08-18  Paul Eggert  <eggert@twinsun.com>
27985
27986         * m4/inttypes.m4: Add AC_PREREQ(2.13).
27987         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
27988         (jm_AC_TYPE_INTMAX_T): New macro.
27989         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
27990
27991         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
27992
27993         * m4/longlong.m4: Renamed from ulonglong.m4.
27994         * m4/inttypes.m4: Renamed from inttypes_h.m4.
27995         * m4/uintmax_t.m4: Removed.
27996
27997 2001-08-13  Paul Eggert  <eggert@twinsun.com>
27998
27999         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
28000         Port to Solaris 8, where 'sed' requires a space after the 'r'
28001         command, and where sh dislikes "$/".  Clean up the spacing a bit.
28002         Redirect output to $tmp just once.
28003
28004 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
28005
28006         * lib/addext.c (<errno.h>): Include.
28007         (errno): Declare if not defined.
28008         (addext): Work correctly when pathconf returns -1 and leaves
28009         errno alone because there is no limit.  Also, work even if
28010         pathconf returns a value greater than SIZE_MAX.
28011
28012 2001-08-12  Jim Meyering  <meyering@lucent.com>
28013
28014         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
28015         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
28016         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
28017         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
28018         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
28019         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
28020         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
28021         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
28022         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
28023         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
28024         utime.m4, utimes.m4, xstrtoumax.m4:
28025         Quote the first argument in each use of AC_DEFUN.
28026
28027 2001-08-12  Jim Meyering  <meyering@lucent.com>
28028
28029         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
28030         Simply `return getcwd (NULL, 0);'.
28031         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
28032         Use 1300 as initial value for length, not PATH_MAX.
28033
28034         * lib/pathmax.h: Clean up cpp syntax.
28035
28036 2001-08-12  Jim Meyering  <meyering@lucent.com>
28037
28038         * lib/gettimeofday.c: New file.
28039         * lib/gtod.h: New file.
28040         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
28041
28042 2001-08-05  Jim Meyering  <meyering@lucent.com>
28043
28044         * m4/jm-macros.m4: Require autoconf-2.52.
28045
28046 2001-08-04  Jim Meyering  <meyering@lucent.com>
28047
28048         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
28049         stmt, to get in sync with glibc.
28050
28051 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28052
28053         The following changes are from gettext 0.10.39 as maintained by
28054         Bruno Haible.
28055
28056         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
28057         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
28058         with inverted sense.  All uses changed.
28059
28060         * lib/mbswidth.c: Don't include <limits.h>.
28061         Include <stdlib.h> and <string.h> unconditionally.
28062         (iswcntrl, mbsinit, ISCNTRL): New macros.
28063         (mbsnwidth): Use K&R style function declarations.
28064         Don't bother checking for MB_LEN_MAX == 1, since the compiler
28065         can optimize it when MB_CUR_MAX == 1.
28066         The width of control characters is zero, not 1.
28067
28068 2001-08-03  Paul Eggert  <eggert@twinsun.com>
28069
28070         The following changes are from gettext 0.10.39 as maintained by
28071         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
28072
28073         * m4/codeset.m4: Upgrade to serial AM1.
28074         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
28075         all uses changed.  Quote first arg of AC_DEFUN.
28076         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
28077
28078         * m4/iconv.m4: Upgrade to serial AM2.
28079         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
28080         Add --with-libconv-prefix.
28081         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
28082         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
28083         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
28084         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
28085         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
28086
28087         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
28088         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
28089         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
28090         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
28091         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
28092         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
28093         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
28094         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
28095         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
28096
28097         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
28098         string.h any more.
28099
28100         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
28101         not the default value.
28102
28103         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
28104         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
28105         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
28106         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
28107         Also check for iswcntrl, used for wcwidth fallback.
28108         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
28109         to Autoconf 2.13.
28110
28111 2001-08-03  Jim Meyering  <meyering@lucent.com>
28112
28113         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
28114         as it was in the original.  Reported by Paul Eggert.
28115
28116 2001-07-16  Jim Meyering  <meyering@lucent.com>
28117
28118         * m4/gettimeofday.m4: New file.
28119         Prompted by a report from Bernhard Baehr.
28120
28121 2001-07-15  Jim Meyering  <meyering@lucent.com>
28122
28123         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
28124         stuff. Now it's in ../Makefile.cfg.
28125
28126 2001-07-15  Jim Meyering  <meyering@lucent.com>
28127
28128         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
28129         (BUILT_SOURCES): Add unlocked-io.h.
28130         (io_functions): Define.
28131         (unlocked-io.h): New rule.
28132         (DISTCLEANFILES): Add unlocked-io.h.
28133         (all-local): Depend on unlocked-io.h, to ensure it is created.
28134
28135         * lib/unlocked-io.hin: New file
28136
28137         * lib/regex.c: Update from glibc.
28138
28139 2001-07-05  Jim Meyering  <meyering@lucent.com>
28140
28141         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
28142         recommendation.
28143         (libfetish_a_SOURCES): Put all .h files here instead.
28144         Remove a thus-exposed (better checks in automake) duplicate and
28145         two unnecessary .h files.
28146
28147 2001-07-04  Jim Meyering  <meyering@lucent.com>
28148
28149         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
28150         that generates jm-glibc-io.m4 so that it doesn't trigger any make
28151         distcheck failure.
28152
28153 2001-07-02  Jim Meyering  <meyering@lucent.com>
28154
28155         The following changes were prompted by suggestions from Bruno Haible.
28156
28157         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
28158         is now generated.
28159         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
28160         definition of EXTRA_DIST.
28161         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
28162         ensure that the generated file is created/updated whenever the list
28163         of $(unlocked_functions) is changed.
28164         (jm-glibc-io.m4): New rule.
28165         (unlocked-io.h): New rule -- currently unused.
28166
28167 2001-06-24  Jim Meyering  <meyering@lucent.com>
28168
28169         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
28170         unmatched right bracket, rather than kludging it with an extra,
28171         falsely-matching quote in a comment.  Patch by Akim Demaille.
28172
28173 2001-06-11  Jim Meyering  <meyering@lucent.com>
28174
28175         * lib/regex.c: Update from GNU libc.
28176
28177 2001-05-27  Jim Meyering  <meyering@lucent.com>
28178
28179         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
28180         Check for ut_type in struct utmp.
28181
28182 2001-05-27  Jim Meyering  <meyering@lucent.com>
28183
28184         * lib/readutmp.h (UT_TYPE): Define.
28185
28186 2001-05-24  Jim Meyering  <meyering@lucent.com>
28187
28188         * lib/argmatch.c: Include "quote.h".
28189         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
28190         quote function.  Reported by Göran Uddeborg.
28191
28192 2001-05-22  Jim Meyering  <meyering@lucent.com>
28193
28194         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
28195         now that we use the package-supplied version unconditionally.
28196         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
28197
28198 2001-05-21  Jim Meyering  <meyering@lucent.com>
28199
28200         * m4/regex.m4: Change a couple backticks to single quotes to avoid
28201         shell syntax errors.
28202
28203 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
28204
28205         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
28206
28207 2001-05-20  Paul Eggert  <eggert@twinsun.com>
28208
28209         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
28210         Don't bother to check library strftime, since
28211         we'll be using our own my_strftime function anyway.
28212         Define my_strftime instead of strftime.
28213
28214 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
28215
28216         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
28217         which is not yet declared.
28218
28219 2001-05-15  Jim Meyering  <meyering@lucent.com>
28220
28221         * m4/regex.m4: Use proper quoting so brackets appear in the test
28222         program.
28223         Reported by, and with help from, Bruno Haible.
28224
28225 2001-05-13  Jim Meyering  <meyering@lucent.com>
28226
28227         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
28228         undefined.
28229
28230 2001-05-11  Paul Eggert  <eggert@twinsun.com>
28231
28232         dirname code cleanup.  base_name now behaves more compatibly
28233         with POSIX basename when given file names that have trailing
28234         slashes, and similarly for dir_name.  Add new primitives
28235         base_len and dir_len.  Put the directory-name-related decls
28236         into dirname.h.
28237
28238         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
28239         * lib/backupfile.c (base_name): Likewise.
28240         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
28241         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
28242         * lib/makepath.c (strip_trailing_slashes): Likewise.
28243         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
28244         ISSLASH): Likewise.
28245         * lib/rename.c (strip_trailing_slashes): Likewise.
28246         * lib/same.c (base_name): Likewise.
28247         * lib/stripslash.c (ISSLASH): Likewise.
28248
28249         * lib/addext.c: Include <dirname.h> after size_t is defined.
28250         * lib/backupfile.c: Likewise.
28251
28252         * lib/addext.c (addext): Use base_len to trim redundant
28253         trailing slashes instead of doing it ourselves.
28254         But do not trim the last slash if it is not redundant.
28255
28256         * lib/backupfile.c (find_backup_file_name,
28257         max_backup_version): Use base_len instead of rolling it ourselves.
28258         Handle the case of "" and (on DOS) "C:" correctly.
28259
28260         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
28261         needed. Include <string.h>, <dirname.h>.
28262         (base_name): Allow file names ending in slashes, other than names
28263         that are all slashes.  In this case, return the basename followed
28264         by the slashes.  This is more general, and can be used in places
28265         where the original base_name purposely had an assertion failure.
28266         (base_len): New function.
28267
28268         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
28269         Do not include <assert.h>; no longer needed.
28270         Include xalloc.h.
28271         (memrchr): Remove decl.
28272         (dir_name_r): Remove.
28273         (dir_len): Renamed from dirlen.  All callers changed.
28274         Rewrite in terms of base_name, for simplicity and consistency.
28275         (dir_name): Never return NULL.  All callers changed.
28276         Do not include <stdlib.h> in test program; no longer needed.
28277         return 0; is fine for test program.
28278
28279         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
28280         New macros.
28281         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
28282
28283         * lib/path-concat.c (path_concat): Use base_len to compute
28284         base length, not strlen; this means we cannot rely on memcpy
28285         to null-terminate.
28286
28287         * lib/same.c (STREQ): Remove.
28288         (same_name): Handle the case where the basename ends in trailing '/'.
28289
28290         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
28291         a slash was stripped.  Do not strip the last slash after a
28292         file system prefix.
28293
28294 2001-05-11  Paul Eggert  <eggert@twinsun.com>
28295
28296         * lib/Makefile.am (libfetish_a_SOURCES):
28297         Add strftime.c, since we now compile it on all hosts.
28298
28299         * lib/strftime.c (my_strftime):
28300         Define to nstrftime if emacs, but only if my_strftime is not defined.
28301         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
28302         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
28303         Add one more extra argument: a nanoseconds value.
28304         All uses changed.
28305         (ns): New macro.
28306         (my_strftime function): Add %N format.
28307         (emacs_strftimeu): Renamed from emacs_strftime,
28308         with extra ut argument.
28309
28310 2001-05-09  Paul Eggert  <eggert@twinsun.com>
28311
28312         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
28313
28314 2001-04-21  Jim Meyering  <meyering@lucent.com>
28315
28316         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
28317         doesn't interfere.
28318
28319 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
28320
28321         * m4/ftruncate.m4: Check for chsize.
28322         Link with ftruncate.o unconditionally if ftruncate is missing.
28323         This was required when cross-compiling to i586-mingw32msvc.
28324
28325 2001-04-08  Jim Meyering  <meyering@lucent.com>
28326
28327         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
28328         recomputed; that's necessary when the offset spans a DST transition.
28329         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
28330
28331 2001-04-02  Jim Meyering  <meyering@lucent.com>
28332
28333         * lib/regex.h, regex.c: Update from GNU libc.
28334
28335 2001-03-24  Jim Meyering  <meyering@lucent.com>
28336
28337         * m4/jm-macros.m4: Require autoconf-2.49d.
28338
28339 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
28340
28341         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
28342
28343 2001-03-19  Paul Eggert  <eggert@twinsun.com>
28344
28345         * lib/version-etc.c (version_etc_copyright): Update to 2001.
28346
28347 2001-03-17  Jim Meyering  <meyering@lucent.com>
28348
28349         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
28350         now that the version in autoconf is equivalent.
28351         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
28352
28353         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
28354         Suggestion from Akim Demaille.
28355
28356         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
28357         (jm_PREREQ_TEMPNAME): New function.
28358
28359 2001-03-16  Paul Eggert  <eggert@twinsun.com>
28360
28361         * lib/tempname.c (uint64_t): Define to uintmax_t if
28362         not defined, and if UINT64_MAX is not defined.
28363         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
28364         Reported by John David Anglin.
28365
28366 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
28367
28368         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
28369         resolve alias if codeset is empty.
28370         * lib/config.charset (BeOS): Use wildcard syntax.
28371
28372 2001-03-13  Jim Meyering  <meyering@lucent.com>
28373
28374         * lib/path-concat.c (path_concat)
28375         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
28376         concatenating e.g., `C:' and `foo'.
28377         From Bruno Haible.
28378
28379 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
28380
28381         * lib/localcharset.c (locale_charset): Don't use
28382         setlocale(LC_CTYPE,NULL). Don't return NULL.
28383         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
28384
28385 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
28386
28387         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
28388         support for DOS/DJGPP.
28389
28390 2001-03-01  Paul Eggert  <eggert@twinsun.com>
28391
28392         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
28393         lacks mkstemp.  Compile our own tempname.c if we compile our own
28394         mkstemp.c, as mkstemp relies on tempname.
28395
28396 2001-03-01  Jim Meyering  <meyering@lucent.com>
28397
28398         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
28399         AH_VERBATIM really does output its argument verbatim.
28400
28401 2001-02-28  Paul Eggert  <eggert@twinsun.com>
28402
28403         * lib/Makefile.am (libfetish_a_SOURCES):
28404         Add dup-safer.c, fopen-safer.c.
28405         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
28406
28407         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
28408         * lib/unistd-safer.h: New files.
28409
28410 2001-02-25  Paul Eggert  <eggert@twinsun.com>
28411
28412         The mkstemp replacement is taken from glibc 2.2.2, with some
28413         portability fixes for use outside glibc, as follows:
28414
28415         * lib/tempname.c (struct_stat64): New macro.
28416         (direxists, __gen_tempname): Use it.
28417         This avoids a portability problem with Solaris 8.
28418
28419         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
28420         (<stddef.h>, <stdint.h>, <string.h>):
28421         Include only if STDC_HEADERS || _LIBC.
28422         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
28423         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
28424         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
28425         (__set_errno): Define this macro if <errno.h> doesn't.
28426         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
28427         Define these macros if <stdio.h> doesn't.
28428         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
28429         Define these macros if <sys/stat.h>
28430         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
28431         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
28432         __xstat64): Define if not _LIBC.
28433         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
28434         (__gen_tempname): Invoke gettimeofday only if
28435         HAVE_GETTIMEOFDAY || _LIBC;
28436         otherwise, fall back on plain "time".
28437         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
28438
28439         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
28440
28441         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
28442
28443 2001-02-18  Paul Eggert  <eggert@twinsun.com>
28444
28445         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
28446
28447 2001-02-17  Paul Eggert  <eggert@twinsun.com>
28448
28449         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
28450         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
28451         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
28452         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28453
28454 2001-02-17  Paul Eggert  <eggert@twinsun.com>
28455
28456         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
28457         Remove workaround macros for hosts that have mbrtowc but not
28458         mbstate_t, as we now insist on proper declarations for both
28459         before using mbrtowc.
28460
28461 2001-02-17  Jim Meyering  <meyering@lucent.com>
28462
28463         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
28464         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
28465         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
28466         UnixWare 7.1.1.
28467
28468         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
28469         rather than AC_CACHE_VAL.
28470
28471 2001-02-17  Jim Meyering  <meyering@lucent.com>
28472
28473         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
28474         around included file name.
28475
28476         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
28477
28478         * lib/strftime.c: Update from GNU libc (the only changes were to
28479         comments).
28480
28481 2001-02-17  Jim Meyering  <meyering@lucent.com>
28482
28483         * lib/regex.c: Update from libc.
28484
28485 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
28486
28487         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
28488         clash.
28489
28490 2001-02-16  Paul Eggert  <eggert@twinsun.com>
28491
28492         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
28493         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
28494         Reported by Mark Hounschell via Paul Eggert.
28495
28496 2001-02-07  Jim Meyering  <meyering@lucent.com>
28497
28498         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
28499
28500 2001-02-05  Jim Meyering  <meyering@lucent.com>
28501
28502         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
28503         it includes the patch required for `large file' support with at least
28504         HP-UX's 10.20 /bin/cc.
28505
28506 2001-02-03  Jim Meyering  <meyering@lucent.com>
28507
28508         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
28509         AS_IF, now that it works once again (mysteriously).
28510         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
28511
28512 2001-01-30  Jim Meyering  <meyering@lucent.com>
28513
28514         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
28515         * m4/chown.m4: Rename conftestchown to conftest.chown.
28516         * m4/rename.m4: s/conftestdir/conftest.d1/ and
28517         s/conftestdir2/conftest.d2/.
28518         * m4/utimes.m4: s/conftestdata/conftest.data/
28519         Inspired by Pavel Roskin's change in autoconf.
28520
28521 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
28522
28523         * lib/config.charset: Update for FreeBSD 4.2.
28524
28525 2001-01-27  Jim Meyering  <meyering@lucent.com>
28526
28527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
28528         a use of AS_IF.
28529         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
28530
28531 2001-01-26  Jim Meyering  <meyering@lucent.com>
28532
28533         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
28534         quotearg.c includes it.
28535
28536 2001-01-26  Jim Meyering  <meyering@lucent.com>
28537
28538         * lib/quotearg.c: Include stddef.h.
28539         * lib/quote.c: Include stddef.h.
28540         Reported by Axel Kittenberger.
28541
28542         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
28543         line in double quotes so that it evokes a better diagnostic.
28544         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
28545         Reported by Axel Kittenberger.
28546
28547 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
28548
28549         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
28550         as if it was a `charset'.
28551
28552 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
28553
28554         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
28555         has const.
28556
28557 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
28558
28559         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
28560         to avoid a warning.  Add back 'const' to inptr.
28561
28562 2001-01-20  Jim Meyering  <meyering@lucent.com>
28563
28564         Be sure that headers are checked before used in code compiled
28565         for the type checks.
28566         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
28567         In place of that, invoke jm_CHECK_ALL_TYPES.
28568         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
28569         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
28570         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
28571         The check for ssize_t was mistakenly run before the test for unistd.h.
28572
28573         The configure-time check for stdbool.h was missing.
28574         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
28575         (jm_PREREQ_HASH): New function.
28576
28577 2001-01-17  Jim Meyering  <meyering@lucent.com>
28578
28579         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
28580         for autoconf-2.49c.
28581         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
28582
28583 2001-01-16  Jim Meyering  <meyering@lucent.com>
28584
28585         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
28586         From Bruno Haible.
28587
28588 2001-01-14  Jim Meyering  <meyering@lucent.com>
28589
28590         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
28591         foo and bar.  Create conftestdir/ in the script, not in the C code.
28592         Remove directories in the script, not in the C code.
28593         Remove conftestdir{,2} before trying to create the directory.
28594         Make the entire configure script fail if the mkdir fails.
28595
28596 2001-01-14  Jim Meyering  <meyering@lucent.com>
28597
28598         * lib/rename.c: New file.  From Volker Borchert.
28599         Include stdlib.h, string.h or strings.h, and xalloc.h.
28600         Use strip_trailing_slashes rather than open-coding it.
28601
28602 2001-01-03  Paul Eggert  <eggert@twinsun.com>
28603
28604         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
28605
28606 2001-01-03  Jim Meyering  <meyering@lucent.com>
28607
28608         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
28609         of local `inptr' to avoid warning with some system declarations of
28610         iconv.
28611
28612 2001-01-02  Volker Borchert  <bt@teknon.de>
28613
28614         * m4/rename.m4: New file.
28615         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
28616
28617 2001-01-01  Jim Meyering  <meyering@lucent.com>
28618
28619         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
28620         even on systems with utmpx.h.  It's necessary for the declaration of
28621         utmp's ut_user member.  Reported by Andreas Jaeger.
28622
28623         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
28624         available. They are required for the declarations of getgrgid and
28625         getpwuid resp.
28626         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
28627         Reported by Andreas Jaeger.
28628
28629 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
28630
28631         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
28632         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
28633         so `make install' also works in VPATH builds.
28634
28635 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
28636
28637         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
28638         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
28639         can be used in subdirectories.
28640
28641 2000-12-29  Paul Eggert  <eggert@twinsun.com>
28642
28643         * lib/modechange.c: Do not assume that mode_t uses the
28644         traditional octal encoding.  E.g. "chmod 1 FOO" should set
28645         the other-execute bit of FOO even if S_IXOTH != 1.
28646
28647         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
28648         WOTH, XOTH, ALLM): New macros.
28649         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
28650          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
28651         Use them.
28652         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
28653         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
28654         (mode_compile):
28655         No need to use uintmax_t; unsigned long is long enough.
28656         Don't bother to get suffix since we don't use it.
28657
28658 2000-12-26  Jim Meyering  <meyering@lucent.com>
28659
28660         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
28661         better with autoheader.
28662
28663 2000-12-24  Jim Meyering  <meyering@lucent.com>
28664
28665         * lib/hash.c (is_prime): Return explicit boolean values.
28666         (hash_get_first): Return NULL to appease Irix5.6's 89.
28667         Reported by Nelson Beebe.
28668
28669 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
28670
28671         * lib/localcharset.c (locale_charset): Add support for Win32.
28672
28673 2000-12-18  Paul Eggert  <eggert@twinsun.com>
28674
28675         * lib/physmem.h, lib/physmem.c: New files.
28676
28677         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
28678         (noinst_HEADERS): Add physmem.h.
28679
28680         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
28681         't' for compatibility with Solaris 8 sort.
28682
28683 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
28684
28685         * lib/config.charset: Add support for BeOS.
28686
28687 2000-12-17  Jim Meyering  <meyering@lucent.com>
28688
28689         * m4/dos.m4 (jm_AC_DOS): New file and macro.
28690         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
28691
28692 2000-12-16  Jim Meyering  <meyering@lucent.com>
28693
28694         This bug had a serious impact on chown: `chown N:M FILE' (for integer
28695         N and M) would have treated it like `chown N:N FILE'.
28696
28697         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
28698
28699 2000-12-16  Jim Meyering  <meyering@lucent.com>
28700
28701         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
28702         SHELLS_FILE to a file name that's useful on djgpp systems.
28703         Include stdlib.h.
28704         (ADDITIONAL_DEFAULT_SHELLS): Define.
28705         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
28706         Based mostly on a patch from Prashant TR.
28707
28708 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
28709
28710         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
28711         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
28712         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
28713
28714 2000-12-08  Andreas Schwab  <schwab@suse.de>
28715
28716         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
28717         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
28718
28719 2000-12-07  Jim Meyering  <meyering@lucent.com>
28720
28721         * lib/stripslash.c (ISSLASH): Define.
28722         (strip_trailing_slashes): Use ISSLASH rather than comparing against
28723         `/'.
28724         From Prashant TR.
28725
28726         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
28727         (dir_name_r): Declare this function as static.
28728         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
28729         manifest itself on a name containing a mix of slashes and
28730         backslashes.
28731         Make this function work with names starting with a DOS-style
28732         drive letter and colon prefix.
28733         (dir_name): Append `.' if necessary.
28734         Based mostly on patches from Prashant TR and Eli Zaretskii.
28735
28736         * lib/dirname.h (dir_name_r): Remove prototype.
28737
28738 2000-12-06  Paul Eggert  <eggert@twinsun.com>
28739
28740         * m4/off_t-format.m4: Remove this file.
28741         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
28742
28743 2000-12-06  Jim Meyering  <meyering@lucent.com>
28744
28745         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
28746         replacement strtoull, we may well need the replacement strtoul, too.
28747         Check for declarations of strtoul and strtoull.
28748         Check for strtol.  Mainly as a cue to cause automake to include
28749         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
28750         Check for limits.h -- strtol.c needs it.
28751
28752 2000-12-05  Jim Meyering  <meyering@lucent.com>
28753
28754         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
28755
28756 2000-12-04  Jim Meyering  <meyering@lucent.com>
28757
28758         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
28759         Also include memory.h, stdlib.h, unistd.h if appropriate.
28760         Reported by Andreas Jaeger (conflicting declaration of malloc).
28761
28762 2000-12-02  Jim Meyering  <meyering@lucent.com>
28763
28764         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
28765         * m4/jm-macros.m4 (jm_MACROS): require it.
28766
28767 2000-12-02  Jim Meyering  <meyering@lucent.com>
28768
28769         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
28770
28771 2000-12-01  Paul Eggert  <eggert@twinsun.com>
28772
28773         * lib/memrchr.c: Include <config.h> before any system include file.
28774
28775 2000-11-30  Jim Meyering  <meyering@lucent.com>
28776
28777         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
28778
28779 2000-11-30  Jim Meyering  <meyering@lucent.com>
28780
28781         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
28782
28783 2000-11-29  Paul Eggert  <eggert@twinsun.com>
28784
28785         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
28786
28787 2000-11-26  Jim Meyering  <meyering@lucent.com>
28788
28789         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
28790
28791 2000-11-22  Paul Eggert  <eggert@twinsun.com>
28792
28793         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
28794         size of (size_t) -1; it's not portable.
28795
28796 2000-11-17  Jim Meyering  <meyering@lucent.com>
28797
28798         * lib/strstr.c: Update from GNU libc.
28799
28800 2000-11-17  Akim Demaille  <akim@epita.fr>
28801
28802         * lib/obstack.h: Formatting changes.
28803         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
28804         prevent type checking.
28805         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
28806         cast the value to (void *): assigning a `foo *' to a `void *'
28807         variable is valid.
28808         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
28809
28810 2000-11-16  Jim Meyering  <meyering@lucent.com>
28811
28812         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
28813
28814 2000-11-11  Jim Meyering  <meyering@lucent.com>
28815
28816         * lib/error.c: Add a couple #includes, merging from GNU libc version.
28817
28818 2000-11-10  Jim Meyering  <meyering@lucent.com>
28819
28820         * lib/obstack.h: Update from GNU libc.
28821         * lib/obstack.c: Likewise.
28822
28823 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
28824
28825         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
28826
28827 2000-11-06  Paul Eggert  <eggert@twinsun.com>
28828
28829         * lib/getusershell.c (setusershell): Use rewind rather than
28830         fseek/fseeko, to avoid configuration hassles with fseeko.
28831         Don't bother opening SHELLS_FILE if shellstream is NULL;
28832         it's not necessary.
28833
28834 2000-11-05  Jim Meyering  <meyering@lucent.com>
28835
28836         * lib/makepath.h (make_dir): Declare.
28837         * lib/makepath.c (make_dir): Remove `static' attribute.
28838         Tweak a comment.
28839
28840 2000-11-04  Jim Meyering  <meyering@lucent.com>
28841
28842         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
28843
28844 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
28845
28846         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
28847         last one in a bucket, advance to the next bucket.
28848
28849 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
28850
28851         * lib/fnmatch.c: Do not comment out all the code if we are using
28852         the GNU C library, because in some cases we are replacing buggy
28853         code in the GNU C library itself.
28854
28855 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
28856
28857         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
28858         (regex_compile): Catch bogus \(\1\).
28859
28860 2000-10-30  Paul Eggert  <eggert@twinsun.com>
28861
28862         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
28863         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
28864         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
28865
28866 2000-10-30  Paul Eggert  <eggert@twinsun.com>
28867
28868         * lib/error.h, getline.h, modechange.h:
28869         Remove "2000" from Copyright line, as the file hasn't been
28870         changed this year other than in the copyright notice.
28871
28872         * lib/xalloc.h: Add "2000" to Copyright line, as this file
28873         was changed this year.
28874
28875 2000-10-29  Jim Meyering  <meyering@lucent.com>
28876
28877         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
28878         renaming.
28879         * m4/ls-mntd-fs.m4: Likewise
28880
28881 2000-10-29  Jim Meyering  <meyering@lucent.com>
28882
28883         * lib/xstat.in: Fix grammar in comment.
28884
28885 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
28886
28887         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
28888         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
28889         doesn't define __restrict_arr.
28890
28891 2000-10-28  Jim Meyering  <meyering@lucent.com>
28892
28893         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
28894         (jm_PREREQ_MEMCHR): New function.
28895
28896 2000-10-28  Jim Meyering  <meyering@lucent.com>
28897
28898         * lib/memchr.c: Update from libc.
28899         Adjust for portability:
28900         [HAVE_STDLIB_H]: Include stdlib.h.
28901         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
28902         Undef __memchr, too.
28903         [!weak_alias]: Define __memchr to memchr.
28904
28905         * lib/regex.c: Update from libc.
28906         * lib/regex.h: Likewise.
28907         * lib/getopt1.c: Likewise.
28908         * lib/memcmp.c: Likewise.
28909
28910         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
28911         Avoid using fseek, when possible -- it's broken by design.
28912         Patch by Ulrich Drepper.
28913
28914 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
28915
28916         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
28917         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
28918         Giving in to popular pressure to shut up the compiler with casts.
28919
28920 2000-10-26  Jim Meyering  <meyering@lucent.com>
28921
28922         * lib/strftime.c: Update from libc.
28923
28924 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
28925
28926         * regex.c: More `unsigned char' -> `re_char' changes.
28927         Also change several `int' into `re_wchar_t'.
28928         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
28929         (PUSH_FAILURE_POINTER): Don't cast any more.
28930         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
28931         We want GCC to complain, since this piece of code makes
28932         re_match non-reentrant, which *should* be fixed.
28933         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
28934         (EXTEND_BUFFER): Use RETALLOC.
28935         (SET_LIST_BIT): Don't cast.
28936         (re_wchar_t): New type.
28937         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
28938         that those two functions will always properly return.
28939         (IMMEDIATE_QUIT_CHECK): Cast to void.
28940         (analyse_first): Use recursion rather than an explicit stack.
28941         (re_compile_fastmap): Can't fail anymore.
28942         (re_search_2): Don't check re_compile_fastmap for failure.
28943         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
28944         Now also sets the new value (passed in a new argument).
28945         (re_match_2_internal): Use it.
28946         Also, use a new var `reg' of type size_t when looping through regs
28947         rather than reuse the inappropriate `mcnt'.
28948
28949 2000-10-25  Jim Meyering  <meyering@lucent.com>
28950
28951         * lib/obstack.c: Update from libc.
28952
28953 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
28954
28955         * regex.c (regex_compile): Change the way of handling a range from
28956         a char less than 256 to a char not less than 256.
28957
28958 2000-10-24  Andrew Innes  <andrewi@gnu.org>
28959
28960         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
28961         NT-Emacs only.
28962         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
28963         so that re_search functions only quit when callers expect them to.
28964
28965 2000-10-23  Jim Meyering  <meyering@lucent.com>
28966
28967         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
28968         wrong.  That set_locale call must not have any side effects.
28969         From Paul Eggert.
28970
28971 2000-10-22  Jim Meyering  <meyering@lucent.com>
28972
28973         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
28974         [CYCLIC]: Remove now-unused definition.
28975
28976         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
28977         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
28978         Suggestion from Ulrich Drepper.
28979
28980 2000-10-21  Jim Meyering  <meyering@lucent.com>
28981
28982         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
28983         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
28984         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
28985
28986 2000-10-21  Jim Meyering  <meyering@lucent.com>
28987
28988         * lib/dirname.c (memrchr): Declare if necessary.
28989         (dir_name): Remove the restriction that there be no
28990         trailing slashes.  Now, this code skips past them, effectively
28991         ignoring them.
28992         [TEST_DIRNAME] (main): New unit tests.
28993
28994         * lib/memrchr.c: New file from GNU libc.
28995         Undef __memrchr, too.
28996         [!weak_alias]: Define __memrchr to memrchr.
28997         Guard weak_alias use with `#ifdef weak_alias'.
28998
28999 2000-10-21  Jim Meyering  <meyering@lucent.com>
29000
29001         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
29002         (dir_name): Use dir_name_r.
29003         * lib/dirname.h (dir_name_r): Declare it.
29004
29005 2000-10-17  Jim Meyering  <meyering@lucent.com>
29006
29007         * lib/quote.h (PARAMS): Define and use.
29008         Reported by Akim Demaille.
29009
29010         * lib/getopt.c: Update from libc.
29011
29012 2000-10-16  Jim Meyering  <meyering@lucent.com>
29013
29014         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
29015         setlocale.
29016         From Jan Fedak.
29017
29018 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
29019
29020         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
29021
29022 2000-09-25  Jim Meyering  <meyering@lucent.com>
29023
29024         * lib/md5.h (rol): Define (from GnuPG).
29025
29026         * lib/sha.c: Give credit (GnuPG) where due.
29027         (M): Use rol rather than open-coding it.
29028         Add a FIXME comment.
29029
29030 2000-09-21  Jim Meyering  <meyering@lucent.com>
29031
29032         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
29033         Reported by Michael Stone.
29034
29035 2000-09-20  Jim Meyering  <meyering@lucent.com>
29036
29037         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
29038         (noinst_HEADERS): Add sha.h.
29039         Based on code from Scott G. Miller and from GnuPG.
29040
29041 2000-09-18  Jim Meyering  <meyering@lucent.com>
29042
29043         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
29044         LIBS. Otherwise, everyone ends up linking with -lelf for some
29045         configurations.
29046         Reported by Mike Stone.
29047
29048 2000-09-15  Jim Meyering  <meyering@lucent.com>
29049
29050         * lib/regex.c: Update from libc.
29051
29052 2000-09-10  Jim Meyering  <meyering@lucent.com>
29053
29054         * lib/getopt.c (_getopt_internal): Update from glibc.
29055
29056 2000-09-09  Jim Meyering  <meyering@lucent.com>
29057
29058         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
29059         think it should be used as a general replacement for isascii.
29060         * lib/fnmatch.c: Likewise.
29061         * lib/mbswidth.c: Likewise
29062         * lib/regex.c: Likewise.
29063
29064         Don't use atoi.
29065         * lib/userspec.c: Include sys/param.h and limits.h.
29066         Include xstrtol.h.
29067         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
29068         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
29069         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
29070         UID, GID.  Check range.
29071
29072 2000-09-06  Jim Meyering  <meyering@lucent.com>
29073
29074         * lib/getopt.c (_getopt_internal): Update from glibc.
29075
29076 2000-08-30  Jim Meyering  <meyering@lucent.com>
29077
29078         * lib/strftime.c: Merge in changes from GNU libc.
29079
29080 2000-08-26  Jim Meyering  <meyering@lucent.com>
29081
29082         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
29083         * m4/fpending.m4: New file.
29084
29085 2000-08-26  Jim Meyering  <meyering@lucent.com>
29086
29087         * lib/closeout.c: Include "__fpending.h".
29088         (close_stdout_status): Return right away if there's nothing to flush.
29089
29090         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
29091         * lib/__fpending.c: New file.
29092         * lib/__fpending.h: New file.
29093
29094 2000-08-20  Jim Meyering  <meyering@lucent.com>
29095
29096         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
29097         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
29098         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
29099
29100 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
29101
29102         Improve fileutils installation on systems where running
29103         programs (like install) can't be unlinked.
29104         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
29105         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
29106
29107 2000-08-07  Paul Eggert  <eggert@twinsun.com>
29108
29109         Standardize on "memory exhausted" instead of "Memory exhausted"
29110         or "virtual memory exhausted".
29111         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
29112         "virtual memory exhausted".
29113         * lib/same.c (same_name): Invoke xalloc_die instead of printing
29114         our own message.
29115         * lib/userspec.c (parse_user_spec): Likewise.
29116         * lib/bumpalloc.h: comment fix
29117         * lib/same.c, userspec.c: Include xalloc.h.
29118
29119         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
29120         not char *const and pointing to a constant array.
29121         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
29122         (xrealloc): Comment fix.
29123
29124         * lib/userspec.c (parse_user_spec):
29125         Don't translate a message until just before returning,
29126         to avoid unnecessary translation.
29127
29128 2000-08-07  Jim Meyering  <meyering@lucent.com>
29129
29130         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
29131         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
29132         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
29133         getgroups.c, gethostname.c, getopt.h, group-member.c,
29134         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
29135         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
29136         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
29137         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
29138         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
29139         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
29140         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
29141         yesno.c: Back out Copyright date changes for each file with no change
29142         this year.  This eases coordination with other programs using the same
29143         source code modules.  From Paul Eggert.
29144
29145 2000-08-06  Paul Eggert  <eggert@twinsun.com>
29146
29147         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
29148         not char, for compatibility with glibc 2.1.3 strftime.c.
29149
29150 2000-08-03  Greg McGary  <greg@mcgary.org>
29151
29152         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
29153         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
29154         (EXTEND_BUFFER): Use them.
29155
29156 2000-08-01  Jim Meyering  <meyering@lucent.com>
29157
29158         * lib/dirname.c (ISSLASH): Define.
29159         (BACKSLASH_IS_PATH_SEPARATOR): Define.
29160         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
29161         both `\' and `/' may be use as path separators.
29162         Based on a patch from Prashant TR.
29163
29164 2000-07-31  Paul Eggert  <eggert@twinsun.com>
29165
29166         * lib/quotearg.c (quotearg_n_options): Don't make the initial
29167         slot vector a constant, since it might get modified.
29168
29169 2000-07-31  Jim Meyering  <meyering@lucent.com>
29170
29171         * lib/xmalloc.c: Use `virtual memory exhausted', not
29172         `Memory exhausted'.
29173         * lib/obstack.c (print_and_abort): Likewise.
29174
29175 2000-07-30  Paul Eggert  <eggert@twinsun.com>
29176
29177         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
29178         buffer, so that the caller can always quote one small
29179         component of a "memory exhausted" message in slot 0.
29180         From a suggestion by Jim Meyering.
29181
29182 2000-07-30  Jim Meyering  <meyering@lucent.com>
29183
29184         * lib/makepath.c (make_path): Quote the other instance, too.
29185
29186         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
29187         (STATIC_BUF_SIZE): Define.
29188         (quotearg_n_options): Use only statically allocated storage when
29189         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
29190         than STATIC_BUF_SIZE.
29191
29192 2000-07-29  Jim Meyering  <meyering@lucent.com>
29193
29194         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
29195         * lib/dirname.c (dir_name): Likewise.
29196
29197         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
29198         `/'.
29199
29200         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
29201         (dir_name): Assert that there are no trailing slashes.
29202
29203 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
29204
29205         * lib/mbswidth.h (mbswidth): Add a flags argument.
29206         (mbswidth): New declaration.
29207         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
29208         * lib/mbswidth.c (mbswidth): Add a flags argument.
29209         (mbsnwidth): New function.
29210
29211 2000-07-24  Jim Meyering  <meyering@lucent.com>
29212
29213         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
29214
29215 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29216
29217         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
29218
29219 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29220
29221         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
29222         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
29223         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
29224         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
29225         invoke multibyte primitives.
29226
29227 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29228
29229         * lib/quotearg.c:
29230         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
29231         so that mbstate_t is always defined.
29232
29233         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
29234         be 1 in at least one GCC installation, and this configuration
29235         error is likely to be common.  Ignoring MB_LEN_MAX hurts
29236         performance on hosts that have mbrtowc but have only unibyte
29237         locales, but I assume these hosts are rare.
29238
29239 2000-07-23  Paul Eggert  <eggert@twinsun.com>
29240
29241         * lib/mbswidth.c (_XOPEN_SOURCE):
29242         Don't define; this causes problems on Solaris 7.
29243         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
29244
29245 2000-07-23  Jim Meyering  <meyering@lucent.com>
29246
29247         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
29248         too: getgrgid, getpwuid, getuid.
29249
29250 2000-07-23  Jim Meyering  <meyering@lucent.com>
29251
29252         * lib/basename.c (base_name): Add an assertion.
29253
29254 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
29255
29256         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
29257         shadow its mbsinit function.
29258
29259 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
29260
29261         * lib/mbswidth.h: New file.
29262         * lib/mbswidth.c: New file.
29263         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
29264         (noinst_HEADERS): Add mbswidth.h.
29265
29266 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
29267
29268         * lib/config.charset: Add support for FreeBSD. Improve support for
29269         HP-UX and IRIX 6.
29270
29271 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
29272
29273         * m4/mbswidth.m4: New file.
29274         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
29275
29276 2000-07-15  Jim Meyering  <meyering@lucent.com>
29277
29278         * lib/makepath.c: Include quote.h.
29279         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
29280         corresponding argument in a `quote (...)' call.
29281         Give better diagnostics.
29282
29283         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
29284         (noinst_HEADERS): Add quote.h.
29285
29286         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
29287         from tar's src/misc.c.
29288         * lib/quote.h: New file.  Prototypes for same.
29289
29290 2000-07-14  Paul Eggert  <eggert@twinsun.com>
29291
29292         From a suggestion by Bruno Haible.
29293         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
29294         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
29295         to decide whether to define the BeOS workaround macro;
29296         this adjusts to the change to AC_MBSTATE_T.
29297
29298 2000-07-14  Jim Meyering  <meyering@lucent.com>
29299
29300         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
29301         jm_AC_TYPE_UINTMAX_T.
29302
29303 2000-07-13  Paul Eggert  <eggert@twinsun.com>
29304
29305         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
29306
29307         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
29308         quotearg_buffer_restyled): Add support for
29309         clocale_quoting_style.  Undo previous change to
29310         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
29311         and "{RIGHT QUOTATION MARK}" msgids.
29312
29313 2000-07-10  Paul Eggert  <eggert@twinsun.com>
29314
29315         From a suggestion by Bruno Haible.
29316         * m4/mbstate_t.m4 (AC_MBSTATE_T):
29317         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
29318         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
29319         and mbstate_t, to a single-part test that simply defines mbstate_t.
29320         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
29321         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
29322
29323 2000-07-10  Jim Meyering  <meyering@lucent.com>
29324
29325         * m4/strerror_r.m4: Mirror the correction made in autoconf.
29326
29327         * m4/gnu-source.m4: Output to confdefs.h directly.
29328         Suggestion from Akim Demaille.
29329
29330 2000-07-09  Paul Eggert  <eggert@twinsun.com>
29331
29332         The old behavior of quoting `like this' doesn't look good with
29333         newer, ISO-style fonts.  See:
29334         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
29335
29336         Instead, quote "like this" by default.  Let the translator
29337         tailor the locale-specific quoting behavior by providing
29338         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
29339
29340         * lib/quotearg.c (N_): New macro.
29341         (gettext_default): New function.
29342         (quotearg_buffer_restyled): Use
29343         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
29344         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
29345
29346 2000-07-09  Jim Meyering  <meyering@lucent.com>
29347
29348         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
29349         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
29350
29351         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
29352         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
29353
29354 2000-07-09  Jim Meyering  <meyering@lucent.com>
29355
29356         * lib/Most files: Update copyright dates to include 2000.
29357
29358 2000-07-08  Jim Meyering  <meyering@lucent.com>
29359
29360         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
29361         if not defined.
29362         (xgethostname): Remove now-unnecessary #ifdef.
29363         Move declaration of `err' into loop where it's used.
29364
29365 2000-07-05  Paul Eggert  <eggert@twinsun.com>
29366         and Bruno Haible  <haible@clisp.cons.org>
29367
29368         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
29369         only if the test for an object-type mbstate_t fails.  This
29370         prevents us from mistakenly reporting that mbstate_t is a
29371         system object type after we "#define mbstate_t int" to work
29372         around its lack.
29373
29374 2000-07-05  Paul Eggert  <eggert@twinsun.com>
29375         and Bruno Haible  <haible@clisp.cons.org>
29376
29377         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
29378
29379 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29380
29381         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
29382         to strerror_r.
29383         Include <ctype.h> for use of isalpha.
29384
29385 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29386
29387         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
29388         by allocating a larger buffer. Test the gethostname return value for
29389         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
29390         returns an error and ENAMETOOLONG isn't defined.
29391
29392 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
29393
29394         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
29395         dimension.
29396
29397 2000-07-04  Jim Meyering  <meyering@lucent.com>
29398
29399         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
29400         of the deprecated AC_CHECKING.
29401
29402 2000-07-04  Jim Meyering  <meyering@lucent.com>
29403
29404         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
29405         Reported by Bruno Haible.
29406
29407 2000-07-04  Jim Meyering  <meyering@lucent.com>
29408
29409         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
29410         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
29411         lacks mbrtowc.
29412
29413 2000-07-03  Paul Eggert  <eggert@twinsun.com>
29414
29415         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
29416         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
29417
29418 2000-07-03  Paul Eggert  <eggert@twinsun.com>
29419         and Bruno Haible  <haible@clisp.cons.org>
29420
29421         * lib/quotearg.c (mbrtowc):
29422         Assign to *pwc, and return 1 only if result is nonzero.
29423         (iswprint): Use ISPRINT when substituting our own mbrtowc.
29424
29425 2000-07-03  Jim Meyering  <meyering@lucent.com>
29426
29427         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
29428
29429 2000-07-03  Jim Meyering  <meyering@lucent.com>
29430
29431         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
29432         This is necessary to get a definition of e.g., UTMP_FILE on
29433         HP-UX 10.20.
29434         From Bob Proulx.
29435
29436 2000-07-02  Jim Meyering  <meyering@lucent.com>
29437
29438         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
29439
29440         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
29441         AC_LIBOBJ(function_name).
29442         * m4/chown.m4: Likewise.
29443         * m4/fnmatch.m4: Likewise.
29444         * m4/ftruncate.m4: Likewise.
29445         * m4/getgroups.m4: Likewise.
29446         * m4/getline.m4: Likewise.
29447         * m4/group-member.m4: Likewise.
29448         * m4/jm-macros.m4: Likewise.
29449         * m4/lstat.m4: Likewise.
29450         * m4/malloc.m4: Likewise.
29451         * m4/memcmp.m4: Likewise.
29452         * m4/nanosleep.m4: Likewise.
29453         * m4/putenv.m4: Likewise.
29454         * m4/realloc.m4: Likewise.
29455         * m4/regex.m4: Likewise.
29456         * m4/stat.m4: Likewise.
29457         * m4/strftime.m4: Likewise.
29458
29459 2000-07-02  Jim Meyering  <meyering@lucent.com>
29460
29461         * lib/quotearg.c (mbstate_t): Don't define here.
29462
29463 2000-07-02  Jim Meyering  <meyering@lucent.com>
29464
29465         * lib/nanosleep.c (SIGCONT): Define if not already defined.
29466
29467 2000-07-01  Jim Meyering  <meyering@lucent.com>
29468
29469         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
29470
29471 2000-07-01  Jim Meyering  <meyering@lucent.com>
29472
29473         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
29474         problem.
29475
29476 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
29477
29478         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
29479         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
29480
29481 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
29482
29483         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
29484         per change in ../m4/ls-mntd-fs.m4.
29485         (read_filesystem_list): Ignore symbolic links.
29486
29487 2000-06-29  Jim Meyering  <meyering@lucent.com>
29488
29489         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
29490         for declaration of strcmp.
29491
29492         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
29493
29494         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
29495         Avoid warning by casting result to `char *' to remove `const'.
29496
29497 2000-06-28  Jim Meyering  <meyering@lucent.com>
29498
29499         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
29500         included by quotearg.c, for which we perform this test.  From
29501         Bruno Haible.
29502
29503 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
29504
29505         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
29506         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
29507         <utmpx.h> exists, put readutmp.o into LIBOBJS.
29508
29509 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
29510
29511         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
29512
29513 2000-06-26  Paul Eggert  <eggert@twinsun.com>
29514
29515         savedir now sets errno on failure and invokes xmalloc to get memory.
29516         Fix a couple of other minor bugs while we're at it.
29517
29518         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
29519         (NAMLEN): Remove macro.
29520         (malloc, realloc): Remove decls.
29521         (stpcpy): Likewise.
29522         ("xalloc.h"): Include.
29523         (NAME_SIZE_DEFAULT): New macro.
29524         (savedir): Use xmalloc / xrealloc to allocate memory.
29525         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
29526         Skip "" directory entries.
29527         Use strlen to calculate directory entry length, since the old method
29528         is rarely used these days and isn't worth supporting.
29529         Don't use a pointer after freeing it.
29530         Check for integer overflow when calculating allocation size.
29531         Use memcpy to copy entries, instead of stpcpy.
29532         Set errno properly when returning NULL.
29533         Check for readdir error.
29534
29535 2000-06-26  Jim Meyering  <meyering@lucent.com>
29536
29537         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
29538
29539 2000-06-25  Jim Meyering  <meyering@lucent.com>
29540
29541         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
29542         Linux header bug when _XOPEN_SOURCE is defined to 500.
29543
29544 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
29545
29546         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
29547         deficiency.
29548
29549 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
29550
29551         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
29552         Include xalloc.h.
29553         Don't include <stdlib.h>.  Don't declare malloc, realloc.
29554
29555 2000-06-24  Jim Meyering  <meyering@lucent.com>
29556
29557         * m4/strerror_r.m4: Revive this file -- to try out an experimental
29558         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
29559         for which strerror does return char*, but which lacks a conveniently
29560         accessible declaration of the function.  If the compile-test says
29561         strerror_r doesn't work, then resort to a `run'-test that works on
29562         BeOS and segfaults on DEC Unix.
29563
29564 2000-06-24  Jim Meyering  <meyering@lucent.com>
29565
29566         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
29567
29568 2000-06-23  Paul Eggert  <eggert@twinsun.com>
29569
29570         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
29571         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
29572
29573 2000-06-23  Paul Eggert  <eggert@twinsun.com>
29574
29575         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
29576         (mbrtowc, mbstate_t): Define substitutes if
29577         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
29578         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
29579         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
29580
29581 2000-06-23  Jim Meyering  <meyering@lucent.com>
29582
29583         * m4/afs.m4: Add missing AC_MSG_RESULT.
29584         Reported by Bruno Haible.
29585
29586         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
29587         Suggestion from Bruno Haible.
29588
29589 2000-06-23  Jim Meyering  <meyering@lucent.com>
29590
29591         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
29592
29593 2000-06-21  Jim Meyering  <meyering@lucent.com>
29594
29595         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
29596
29597 2000-06-21  Jim Meyering  <meyering@lucent.com>
29598
29599         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
29600         (noinst_HEADERS): Add getstr.h.
29601
29602         * lib/getline.c (getstr): Move into a separate file.
29603         * lib/getstr.c (getstr): New file, extracted from getline.c, with
29604         the following changes: new parameter, delim2; both delim[12]
29605         parameters have type `int', not `char'.  The latter would lose
29606         with 8-bit delimiters.
29607         * lib/getstr.h: New file.
29608
29609 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29610
29611         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
29612         than 1024, return a memory chunk of least possible size, instead
29613         of size PATH_MAX + 2. In the loop, increment the size proportionally.
29614         Use free/xmalloc instead of xrealloc to avoid copying for very long
29615         paths.
29616
29617 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29618
29619         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
29620         the empty string.
29621
29622 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
29623
29624         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
29625         address, not strdup.  Include <stdlib.h> and don't declare free().
29626
29627 2000-06-19  Jim Meyering  <meyering@lucent.com>
29628
29629         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
29630
29631 2000-06-18  Jim Meyering  <meyering@lucent.com>
29632
29633         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
29634
29635         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
29636         `checking whether...' message to be consistent with that of the
29637         lstat test.
29638
29639 2000-06-18  Jim Meyering  <meyering@lucent.com>
29640
29641         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
29642         Besides, these days every porting target provides a mkdir function.
29643
29644         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
29645         needed. (this snippet comes from src/system.h).
29646
29647 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
29648
29649         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
29650
29651 2000-06-15  Paul Eggert  <eggert@twinsun.com>
29652
29653         * lib/human.c (adjust_value): New function.
29654         (human_readable_inexact): Apply rounding style even when
29655         printing approximate values.
29656
29657 2000-06-14  Paul Eggert  <eggert@twinsun.com>
29658
29659         * lib/human.c (human_readable_inexact): Allow an input block
29660         size that is not a multiple of the output block size, and vice versa.
29661         Reported by Piergiorgio Sartor.
29662
29663 2000-06-14  Paul Eggert  <eggert@twinsun.com>
29664
29665         * lib/getdate.y (get_date): Apply relative times after time
29666         zone indicator, not before.  Reported by Todd A. Jacobs.
29667
29668 2000-06-13  Jim Meyering  <meyering@lucent.com>
29669
29670         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
29671
29672         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
29673
29674 2000-06-12  Paul Eggert  <eggert@twinsun.com>
29675
29676         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
29677
29678 2000-06-12  Jim Meyering  <meyering@lucent.com>
29679
29680         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
29681         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
29682         optional argument.
29683         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
29684         the optional argument, `lib'.
29685
29686 2000-06-08  Jim Meyering  <meyering@lucent.com>
29687
29688         * m4/largefile.m4: Remove file (now that it's part of autoconf).
29689
29690 2000-06-04  Paul Eggert  <eggert@twinsun.com>
29691
29692         Rewrite largefile configuration so that we don't need to run
29693         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
29694         AC_CANONICAL_HOST in configure.in -- jmm]
29695
29696         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
29697         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
29698         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
29699         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
29700         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
29701         All uses changed.
29702         Instead of inspecting the output of getconf, try to compile the
29703         test program without and with the macro definition.
29704         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
29705         for getconf.  Instead, check for the needed flags by compiling
29706         test programs.
29707
29708 2000-06-04  Paul Eggert  <eggert@twinsun.com>
29709
29710         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
29711
29712 2000-06-04  Jim Meyering  <meyering@lucent.com>
29713
29714         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
29715         SunOS 4.1.4 for which gid_t is an unsigned type.
29716
29717 2000-06-03  Jim Meyering  <meyering@lucent.com>
29718
29719         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
29720         now that autoconf requires that.
29721
29722         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
29723         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
29724         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
29725
29726 2000-06-03  Jim Meyering  <meyering@lucent.com>
29727
29728         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
29729
29730 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
29731
29732         * m4/glibc21.m4: New file.
29733         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
29734
29735 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
29736
29737         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
29738         newer, don't install charset.alias.
29739         * lib/config.charset: Change the Linux/glibc rules so they become empty
29740         on glibc-2.1 or newer.
29741
29742 2000-06-02  Jim Meyering  <meyering@lucent.com>
29743
29744         * lib/mountlist.c: Back out last change.  Instead, do this...
29745         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
29746         me_dummy member using the same `ignore'-testing code.
29747         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
29748         fs_type strings.
29749         From Mark D. Roth.
29750
29751 2000-05-29  Jim Meyering  <meyering@lucent.com>
29752
29753         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
29754         mounts with the `ignore' attribute.  Based on a patch from
29755         Mark D. Roth.
29756
29757 2000-05-28  Jim Meyering  <meyering@lucent.com>
29758
29759         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
29760         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29761         * m4/stat.m4: Likewise.
29762         * m4/lstat.m4: Likewise.
29763         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
29764
29765         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
29766         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
29767
29768 2000-05-26  Jim Meyering  <meyering@lucent.com>
29769
29770         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
29771
29772 2000-05-24  Jim Meyering  <meyering@lucent.com>
29773
29774         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
29775         autoconf requires that.
29776         * m4/lib-check.m4: Likewise.
29777         * m4/jm-macros.m4: Likewise.
29778         * m4/strftime.m4: Likewise.
29779
29780         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
29781         AC_CHECK_DECLS, now that autoconf requires that.
29782
29783 2000-05-22  Jim Meyering  <meyering@lucent.com>
29784
29785         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
29786         * m4/lstat.m4: Likewise.
29787
29788 2000-05-22  Jim Meyering  <meyering@lucent.com>
29789
29790         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
29791
29792 2000-05-20  Jim Meyering  <meyering@lucent.com>
29793
29794         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
29795         (jm_PREREQ): Use it.
29796
29797 2000-05-18  Jim Meyering  <meyering@lucent.com>
29798
29799         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
29800         back, too, since it may have been modified by allocate_entry.
29801         (hash_delete): Rewrite to use neither the assignment operator
29802         nor the comma operator in an if-expression.
29803
29804 2000-05-15  Paul Eggert  <eggert@twinsun.com>
29805
29806         * lib/closeout.c:
29807         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
29808         Remove; no longer needed.
29809         "quotearg.h": Add include.
29810         (file_name): Do not bother to explicitly initialize to NULL; it's less
29811         efficient on some hosts.
29812         (close_stdout_status): Remove test as to whether stdout was already
29813         closed; it breaks for the case "echo x | sort >&-".
29814         Quote file name colons.
29815         Do not assume that _("write error") lacks format strings.
29816
29817 2000-05-15  Jim Meyering  <meyering@lucent.com>
29818
29819         * lib/version-etc.c (version_etc_copyright): Update the copyright
29820         string used in all --version output.
29821
29822 2000-05-14  Jim Meyering  <meyering@lucent.com>
29823
29824         * lib/closeout.c (close_stdout_set_file_name): New function.
29825         (close_stdout_status): Use new file-scoped global.
29826         Return right away if fstat says the stdout file descriptor is invalid.
29827         * lib/closeout.h (close_stdout_set_file_name): Declare.
29828
29829 2000-05-10  Jim Meyering  <meyering@lucent.com>
29830
29831         * lib/closeout.c [default_exit_status]: New file-scoped variable.
29832         (close_stdout_set_status): New function.
29833         * lib/closeout.h (close_stdout_set_status): Declare.
29834
29835 2000-05-09  Jim Meyering  <meyering@lucent.com>
29836
29837         * m4/gettext.m4: Rename this...
29838         * m4/libintl.m4: ...to this.
29839
29840 2000-05-08  Jim Meyering  <meyering@lucent.com>
29841
29842         * lib/long-options.c: Don't include closeout.h.
29843         (parse_long_options): Don't call close_stdout for --version.
29844
29845 2000-05-06  Paul Eggert  <eggert@twinsun.com>
29846
29847         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
29848         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
29849         2.1.3 bug.  This avoids a clash when files like regex.c define
29850         _GNU_SOURCE.
29851
29852 2000-05-06  Jim Meyering  <meyering@lucent.com>
29853
29854         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
29855         (AC_REPLACE_FUNCS): Add strnlen.
29856
29857         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
29858         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
29859
29860         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
29861         AC_SEARCH_LIBS call for nanosleep.
29862         (LIB_NANOSLEEP): Set and AC_SUBST.
29863
29864 2000-05-06  Jim Meyering  <meyering@lucent.com>
29865
29866         * lib/strnlen.c: Undefine __strnlen and strnlen.
29867         [!weak_alias]: Define __strnlen to strnlen.
29868
29869         * lib/atexit.c: New file, from libiberty.
29870
29871 2000-05-06  Jim Meyering  <meyering@lucent.com>
29872
29873         * lib/closeout.c (close_stdout_status): Also check for errors on the
29874         stderr stream.
29875
29876 2000-05-05  Jim Meyering  <meyering@lucent.com>
29877
29878         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
29879         AC_SEARCH_LIBS call for clock_gettime.
29880         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
29881
29882         * m4/search-libs.m4: Update from autoconf.
29883
29884         su doesn't work on Solaris 2.6.
29885         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
29886         <shadow.h>.  Reported by Dragos Harabor.
29887
29888 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
29889
29890         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
29891         memcpy instead of xmalloc, xrealloc, path_concat.
29892         (locale_charset): Treat empty environment variables as absent.
29893         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
29894
29895 2000-05-04  Jim Meyering  <meyering@lucent.com>
29896
29897         * lib/getopt.c: Update from glibc.
29898         * lib/obstack.c: Likewise.
29899         * lib/obstack.h: Likewise.
29900         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
29901         file
29902
29903         * lib/regex.h: Likewise.
29904         * lib/strndup.c: Likewise.
29905         * lib/strnlen.c: New file, from glibc.
29906
29907 2000-05-03  Jim Meyering  <meyering@lucent.com>
29908
29909         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
29910
29911 2000-05-02  Paul Eggert  <eggert@twinsun.com>
29912
29913         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
29914         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
29915         compile-time test, rather than inspecting host and OS, to
29916         decide whether to define _LARGEFILE_SOURCE.
29917
29918 2000-05-01  Jim Meyering  <meyering@lucent.com>
29919
29920         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
29921
29922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
29923         Based on a patch from Bruno Haible.
29924
29925 2000-05-01  Jim Meyering  <meyering@lucent.com>
29926
29927         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
29928
29929 2000-04-29  Jim Meyering  <meyering@lucent.com>
29930
29931         * lib/path-concat.c: Declare strdup only if it's not defined.
29932         * lib/canon-host.c: Likewise.
29933
29934 2000-04-28  Jim Meyering  <meyering@lucent.com>
29935
29936         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
29937         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
29938         is included first, then limits.h is included by locale.h by libintl.h.
29939         From John David Anglin.
29940
29941 2000-04-25  Jim Meyering  <meyering@lucent.com>
29942
29943         * lib/makepath.c (S_IRWXUGO): Define.
29944         (make_path): Always perform explicit chmod if MODE specifies any
29945         of the `special' permission bits.  Prompted by a bug report against
29946         install from Mate Wierdl and Joost van Baal.
29947
29948 2000-04-18  Jim Meyering  <meyering@lucent.com>
29949
29950         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
29951         (jm_PREREQ): Use it.
29952
29953 2000-04-18  Jim Meyering  <meyering@lucent.com>
29954
29955         * lib/README: New file.
29956
29957         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
29958         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
29959
29960 2000-04-17  Jim Meyering  <meyering@lucent.com>
29961
29962         Get it right :-)
29963         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
29964         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
29965         Suggestion from Akim Demaille.
29966
29967 2000-04-17  Jim Meyering  <meyering@lucent.com>
29968
29969         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
29970         the definition of it to rpl_strftime also defined-away the system's
29971         declaration.
29972
29973 2000-04-15  Jim Meyering  <meyering@lucent.com>
29974
29975         Use `C' to denote so-called `contiguous' files, the same way
29976         that tar does.
29977         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
29978         (ftypelet): Use S_ISCTG.
29979         From Michael Deutschmann.
29980
29981 2000-04-14  Jim Meyering  <meyering@lucent.com>
29982
29983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
29984         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
29985         clobbered.
29986
29987 2000-04-14  Jim Meyering  <meyering@lucent.com>
29988
29989         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
29990
29991 2000-04-13  Jim Meyering  <meyering@lucent.com>
29992
29993         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
29994         AH_VERBATIM to insert required #ifndef into config.h.in.
29995         Suggestion from Akim Demaille.
29996
29997 2000-04-12  Jim Meyering  <meyering@lucent.com>
29998
29999         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
30000         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
30001         Christian Krackowizer.
30002
30003         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
30004         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
30005         (AC_SYS_LARGEFILE): Require.
30006         (AM_C_PROTOTYPES): Require.
30007
30008 2000-04-08  Jim Meyering  <meyering@lucent.com>
30009
30010         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
30011         names don't conflict.  Reported by Eli Zaretskii.
30012
30013 2000-04-07  Jim Meyering  <meyering@lucent.com>
30014
30015         * lib/putenv.c: Move inclusion of errno.h so it follows that of
30016         sys/types.h, to work around system header problems on AIX 3.2.5.
30017         From Bruno Haible.
30018
30019 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
30020
30021         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
30022         bug.  Deal with the different error behavior of Irix iconv.
30023
30024 2000-04-05  Paul Eggert  <eggert@twinsun.com>
30025
30026         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
30027         IRIX if the installer said otherwise.
30028
30029 2000-04-05  Jim Meyering  <meyering@lucent.com>
30030
30031         Portability tweaks required for ultrix4.3.
30032         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
30033         (jm_CHECK_DECLS): Add getutent to the list of functions.
30034         (_jm_DECL_HEADERS): Add utmpx.h.
30035         From John David Anglin.
30036
30037         * m4/strftime.m4: Back out the 2000-04-02 change.
30038         Instead of that change, simply undefine putenv in the test program.
30039
30040 2000-04-05  Jim Meyering  <meyering@lucent.com>
30041
30042         Portability tweaks required for ultrix4.3.
30043         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
30044         getutent.
30045         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
30046         * lib/canon-host.c: Declare strdup.
30047         * lib/path-concat.c: Likewise.
30048         From John David Anglin.
30049
30050 2000-04-04  Jim Meyering  <meyering@lucent.com>
30051
30052         Be more DOS 8.3-friendly.
30053         * lib/ref-add.sin: Renamed from ref-add.sed.in.
30054         * lib/ref-del.sin: Renamed from ref-del.sed.in.
30055         * lib/Makefile.am: Reflect renaming.
30056         Reported by Eli Zaretskii.
30057
30058         Use a temporary file name that won't clash with `charset.alias'
30059         in the DOS 8.3 name space.
30060         * lib/Makefile.am (charset_tmp): Define.
30061         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
30062         (uninstall-local): Likewise.
30063         Reported by Eli Zaretskii.
30064
30065 2000-04-03  Jim Meyering  <meyering@lucent.com>
30066
30067         * m4/gettext.m4: Fix typo in comment.
30068
30069         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
30070         textutils/configure.in).  Suggestion from Paul Eggert.
30071         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
30072
30073 2000-04-02  Paul Eggert  <eggert@twinsun.com>
30074
30075         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
30076         variable in the shell rather than using putenv, which isn't
30077         portable.  This avoids the configure-time inter-test dependency
30078         on the potentially-renamed putenv function.
30079
30080 2000-03-30  Paul Eggert  <eggert@twinsun.com>
30081
30082         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
30083         before checking struct stat.st_blksize, so that
30084         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
30085
30086 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30087
30088         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
30089         since strftime.c uses HAVE_STRFTIME to decide whether to use
30090         the underlying strftime.
30091
30092 2000-03-29  Paul Eggert  <eggert@twinsun.com>
30093
30094         * lib/time/strftime.c (my_strftime): Make sure we call the system
30095         strftime, not ourselves, when invoking the underlying strftime.
30096
30097 2000-03-24  Jim Meyering  <meyering@lucent.com>
30098
30099         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
30100         (charset_alias): Define.
30101         (install-exec-local): Factor out common code.
30102         (uninstall-local): Split lines longer than 80.
30103         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
30104         (SUFFIXES): Define.
30105         (.sed.in.sed): New rule.  Don't redirect directly to $@.
30106         (CLEANFILES): Add ref-add.sed and ref-del.sed.
30107
30108 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
30109
30110         * lib/config.charset: Output a line containing "Packages using this
30111         file".
30112         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
30113         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
30114         ref-del.sed): New rules.
30115
30116 2000-03-17  Jim Meyering  <meyering@lucent.com>
30117
30118         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
30119         Otherwise, include <strings.h>
30120
30121 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
30122
30123         * lib/unicodeio.c (utf8_wctomb): New function.
30124         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
30125         format instead of in UCS-4 with platform dependent endianness.
30126
30127 2000-03-10  Jim Meyering  <meyering@lucent.com>
30128
30129         * m4/lib-check.m4: Look for getspnam in -lgen, too.
30130         From Marco Franzen.
30131
30132 2000-03-07  Paul Eggert  <eggert@twinsun.com>
30133
30134         * lib/savedir.c (savedir): Work even if directory size is
30135         negative; this can happen with some screwy NFS configurations.
30136
30137 2000-03-06  Jim Meyering  <meyering@lucent.com>
30138
30139         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
30140         if it's NULL (because we ran out of memory).  From Bruno Haible.
30141
30142 2000-03-05  Jim Meyering  <meyering@lucent.com>
30143
30144         * lib/localcharset.c ("path-concat.h"): Include.
30145         (get_charset_aliases): Use path_concat instead of ANSI string
30146         concatenation.
30147
30148         * lib/unicodeio.h (PARAMS): Define.
30149         Use it to guard prototype.
30150
30151 2000-03-04  Jim Meyering  <meyering@lucent.com>
30152
30153         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
30154         for lib/localcharset.c.
30155
30156 2000-03-04  Jim Meyering  <meyering@lucent.com>
30157
30158         * lib/Makefile.am (install-exec-local): Create $(libdir) before
30159         installing into it.
30160         (uninstall-local): Uncomment this rule so `make distcheck' works
30161         once again.
30162
30163         * lib/unicodeio.c (<errno.h>): Include it.
30164         (errno): Declare if not defined.
30165
30166         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
30167
30168         * lib/config.charset: New version, incorporating remarks from a linux
30169         i18n mailing list.  From Bruno Haible.
30170
30171 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
30172
30173         * m4/codeset.m4: New file.
30174         * m4/iconv.m4: New file.
30175         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
30176
30177 2000-03-03  Jim Meyering  <meyering@lucent.com>
30178
30179         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
30180
30181 2000-03-02  Jim Meyering  <meyering@lucent.com>
30182
30183         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
30184         the messages come out on separate lines.
30185
30186         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
30187         rather than jm_CHECK_DECLARATIONS.
30188         * m4/decl.m4: Remove now-unused file.
30189
30190         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
30191         geteuid.
30192
30193 2000-03-02  Jim Meyering  <meyering@lucent.com>
30194
30195         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
30196
30197 2000-03-01  Jim Meyering  <meyering@lucent.com>
30198
30199         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
30200         * lib/unicodeio.c: Likewise.
30201
30202 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
30203
30204         * lib/config.charset: New file.
30205         * lib/localcharset.c: New file.
30206         * lib/unicodeio.h, lib/unicodeio.c: New files.
30207         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
30208         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
30209         (noinst_HEADERS): Add unicodeio.h.
30210         (all-local, install-exec-local, charset.alias): New targets.
30211
30212 2000-02-28  Paul Eggert  <eggert@twinsun.com>
30213
30214         * lib/quotearg.c (ALERT_CHAR): New macro.
30215         (quotearg_buffer_restyled): Use it.
30216
30217 2000-02-27  Jim Meyering  <meyering@lucent.com>
30218
30219         * m4/check-decl.m4: Add getenv to the list.
30220
30221 2000-02-27  Jim Meyering  <meyering@lucent.com>
30222
30223         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
30224         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
30225
30226         * lib/backupfile.c: Guard inclusion of stdlib.h with
30227         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
30228         Declare malloc if needed.
30229
30230         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
30231         `#ifndef HAVE_DECL..'
30232         now that autoconf always defines the HAVE_DECL_ symbols.
30233         * lib/human.c: Likewise.
30234         * lib/same.c: Likewise.
30235         * lib/strtoumax.c: Likewise.
30236
30237         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
30238         declaration check was not run.
30239         * lib/hash.c: Likewise.
30240         * lib/human.c: Likewise.
30241         * lib/same.c: Likewise.
30242         * lib/strtoumax.c: Likewise.
30243
30244         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
30245         `.', then first look up the entire `.'-containing string as a login
30246         name.
30247
30248 2000-02-23  Jim Meyering  <meyering@lucent.com>
30249
30250         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
30251         in place of my hack.
30252
30253 2000-02-18  Paul Eggert  <eggert@twinsun.com>
30254
30255         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
30256         (textint): New typedef.
30257         (parser_control): Member year changed from int to textint.
30258         All uses changed.
30259         (YYSTYPE): Removed; replaced by %union with int and textint members.
30260         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
30261         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
30262         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
30263         (tSNUMBER, tUNUMBER): Now of type <textintval>.
30264         (date, number, to_year): Use width of number in digits, not its value,
30265         to determine whether it's a 2-digit year, or a 2-digit time.
30266         (yylex): Store number of digits of numeric tokens.
30267         Reported by John Kendall.
30268
30269         (parser_control): Changed from struct parser_control to typedef (for
30270         consistency).  All uses changed.
30271
30272         (tID): Removed; not used.
30273         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
30274
30275 2000-02-14  Paul Eggert  <eggert@twinsun.com>
30276
30277         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
30278         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
30279
30280 2000-02-12  Jim Meyering  <meyering@lucent.com>
30281
30282         * lib/userspec.c (ISDIGIT): Define it.
30283         (isdigit): Remove definition.
30284         (is_number): Use ISDIGIT, not isdigit.
30285         <libintl.h>: Include.
30286         (_ and N_): Define.
30287         (parse_user_spec): Mark translatable strings.
30288
30289 2000-02-10  Jim Meyering  <meyering@lucent.com>
30290
30291         With these changes, nanosleep.[ch] are finally enough like the other
30292         lib/* replacement files to compile on a few more losing systems.
30293
30294         * lib/nanosleep.h: Don't include config.h.
30295         Remove prototype from declaration of nanosleep.
30296         (PARAMS): Remove now-unneeded definition.
30297         * lib/nanosleep.c: #undef nanosleep.
30298         (rpl_nanosleep): Rename from nanosleep.
30299
30300 2000-02-10  Jim Meyering  <meyering@lucent.com>
30301
30302         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
30303         gnu_nanosleep to rpl_nanosleep.
30304
30305 2000-02-09  Jim Meyering  <meyering@lucent.com>
30306
30307         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
30308         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
30309
30310 2000-02-08  Akim Demaille  <akim@epita.fr>
30311
30312         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
30313         `[' and `]' and remove uses of `changequote'.
30314         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
30315         (AC_SYS_LARGEFILE): Likewise.
30316         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
30317         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
30318         of changequote.
30319         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
30320         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
30321         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
30322         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
30323
30324 2000-02-05  Jim Meyering  <meyering@lucent.com>
30325
30326         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
30327         Remove explicit use of AC_HEADER_TIME.  It is required by
30328         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
30329         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
30330         in autoconf whereby the expansion of the latter ended up preceding
30331         the expansion of its prerequisite, AC_HEADER_TIME.
30332         Reported by Volker Borchert.
30333
30334 2000-02-03  Jim Meyering  <meyering@lucent.com>
30335
30336         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
30337
30338 2000-02-03  Jim Meyering  <meyering@lucent.com>
30339
30340         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
30341         rather than with `#if HAVE_UTMPNAME'.
30342
30343 2000-02-02  Jim Meyering  <meyering@lucent.com>
30344
30345         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
30346         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
30347         Reported by Eli Zaretskii.
30348
30349 2000-02-01  Jim Meyering  <meyering@lucent.com>
30350
30351         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
30352
30353 2000-01-31  Jim Meyering  <meyering@lucent.com>
30354
30355         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
30356         functions.  Add the time.h and sys/time.h headers along with the
30357         AC_REQUIRE'ment of AC_HEADER_TIME.
30358
30359 2000-01-31  Jim Meyering  <meyering@lucent.com>
30360
30361         * lib/nanosleep.h (nanosleep): Guard declaration with
30362         `#if ! HAVE_DECL_NANOSLEEP'.
30363         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
30364         the declaration in that vendor's sys/timers.h.
30365         Reported by Christian Krackowizer.
30366
30367         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
30368         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
30369         (ISPRINT): Likewise.
30370         Reported by Tom Tromey.
30371
30372 2000-01-30  Jim Meyering  <meyering@lucent.com>
30373
30374         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
30375
30376         * m4/prereq.m4 (utmp_includes): Define.
30377         Check for ut_user and ut_name members in both struct utmpx
30378         and struct utmp.
30379
30380 2000-01-30  Jim Meyering  <meyering@lucent.com>
30381
30382         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
30383         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
30384         header files where only utmpx.ut_user is declared.
30385
30386         * lib/readutmp.h (UT_USER): Define.
30387
30388 2000-01-29  Jim Meyering  <meyering@lucent.com>
30389
30390         * m4/lib-check.m4: New file containing library-related checks from
30391         fileutils and sh-utils (textutils had none).
30392
30393 2000-01-28  Jim Meyering  <meyering@lucent.com>
30394
30395         * m4/perl.m4: Change format of warning message to look more like that
30396         from the missing script.  Suggestion from François Pinard.
30397
30398 2000-01-25  Jim Meyering  <meyering@lucent.com>
30399
30400         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
30401         well as time.h in the compile check.
30402         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
30403         Fix typo in cross-compiling case: s/yes/no/.
30404
30405 2000-01-23  Jim Meyering  <meyering@lucent.com>
30406
30407         * m4/jm-macros.m4: Move df-related tests here from
30408         fileutils/configure.in
30409
30410         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
30411         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
30412
30413         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
30414         s/space/ac_fsusage_space/.
30415         (jm_FILE_SYSTEM_USAGE): Take two parameters.
30416
30417         * m4/ftruncate.m4: New file (derived from part of
30418         fileutils/configure.in).
30419         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
30420         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
30421
30422         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
30423         AC_SUBST these here, rather than just in sh-util/configure.in, so
30424         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
30425         all the same.
30426         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
30427         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
30428         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
30429         (AC_SUBST(POW_LIBM)): Likewise.
30430         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
30431
30432 2000-01-23  Jim Meyering  <meyering@lucent.com>
30433
30434         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
30435         obstack.c.
30436
30437 2000-01-22  Jim Meyering  <meyering@lucent.com>
30438
30439         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
30440
30441         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
30442
30443         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
30444         configure.in
30445         (AC_CHECK_HEADERS): Likewise for sh-utils.
30446         (AC_CHECK_HEADERS): Likewise for textutils.
30447         Merge the three lists of headers.
30448
30449         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
30450         from fileutils' configure.in.
30451
30452         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
30453         code. Moved tests into their own function (_jm_DECL_HEADERS) in
30454         check-decl.m4.
30455
30456         * m4/check-decl.m4: Use #if rather than #ifdef.
30457         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
30458         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
30459         (_jm_DECL_HEADERS): Define new function.
30460         (jm_CHECK_DECLARATIONS): Require it.
30461
30462 2000-01-22  Jim Meyering  <meyering@lucent.com>
30463
30464         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
30465         [! HAVE_DECL_STRTOULL]: Declare strtoull.
30466         Required for some AIX systems.  Reported by Christian Krackowizer.
30467         [TESTING] (main): New function.
30468
30469         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
30470         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
30471         letters.
30472
30473         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
30474         iswprint.
30475
30476         * lib/strverscmp.c (ISDIGIT): Define.
30477         (strverscmp): Use ISDIGIT, not isdigit.
30478
30479 2000-01-19  Jim Meyering  <meyering@lucent.com>
30480
30481         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
30482         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
30483         defines `struct timespec' in <sys/time.h>
30484
30485         * m4/c-bs-a.m4: Remove uses of changequote altogether.
30486         Thanks to Akim for explaining.
30487
30488 2000-01-17  Paul Eggert  <eggert@twinsun.com>
30489
30490         * lib/nanosleep.c (nanosleep):
30491         Don't use SA_INTERRUPT to decide whether to call sigaction, as
30492         POSIX.1 doesn't require SA_INTERRUPT and some systems
30493         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
30494         it's been part of POSIX.1 since day 1 (in 1988).
30495
30496 2000-01-17  Jim Meyering  <meyering@lucent.com>
30497
30498         * lib/interlock: Remove unused file.  Reported by François Pinard.
30499
30500 2000-01-16  Paul Eggert  <eggert@twinsun.com>
30501
30502         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
30503         alert, backslash, formfeed, and vertical tab unnecessarily in
30504         shell quoting style.
30505
30506 2000-01-16  Jim Meyering  <meyering@lucent.com>
30507
30508         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
30509         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
30510         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
30511         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
30512
30513 2000-01-16  Jim Meyering  <meyering@lucent.com>
30514
30515         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
30516         because the latter didn't work.
30517
30518 2000-01-15  Jim Meyering  <meyering@lucent.com>
30519
30520         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
30521         (AC_REPLACE_FUNCS): Add memcpy and memset.
30522         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
30523         Add strpbrk.
30524         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
30525
30526 2000-01-12  Jim Meyering  <meyering@lucent.com>
30527
30528         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
30529         (jm_PREREQ): Use it.
30530         (jm_PREREQ_READUTMP): New macro.
30531         (jm_PREREQ): Use it.
30532
30533 2000-01-11  Paul Eggert  <eggert@twinsun.com>
30534
30535         Quote multibyte characters correctly.
30536         * m4/c-bs-a.m4: New file.
30537         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
30538         (jm_PREREQ): Use it.
30539
30540 2000-01-11  Paul Eggert  <eggert@twinsun.com>
30541
30542         * m4/uintmax_t.m4: Port to autoconf 2.13.
30543
30544 2000-01-08  Jim Meyering  <meyering@ascend.com>
30545
30546         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
30547         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
30548
30549 2000-01-04  Jim Meyering  <meyering@ascend.com>
30550
30551         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
30552         jm_STRUCT_DIRENT_D_TYPE.
30553         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
30554         jm_STRUCT_DIRENT_D_INO.
30555         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
30556         jm_STRUCT_UTIMBUF.
30557         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
30558         renamings.
30559         * m4/utime.m4: Likewise.
30560
30561         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
30562         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
30563
30564 2000-01-03  Paul Eggert  <eggert@twinsun.com>
30565
30566         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
30567         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
30568
30569 2000-01-02  Jim Meyering  <meyering@ascend.com>
30570
30571         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
30572         remember if this is necessary.
30573
30574 1999-12-26  Jim Meyering  <meyering@ascend.com>
30575
30576         * m4/jm-macros.m4: Use it here.
30577         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
30578
30579 1999-12-23  Jim Meyering  <meyering@ascend.com>
30580
30581         * m4/jm-macros.m4: Check for clock_gettime (moved from
30582         fileutils/configure.in)
30583         Check for gettimeofday.
30584
30585 1999-12-20  Jim Meyering  <meyering@ascend.com>
30586
30587         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
30588         autoconf-2.14a-1999-12-20.
30589
30590 1999-12-19  Jim Meyering  <meyering@ascend.com>
30591
30592         * m4/lstat-slash.m4: New file.
30593         * m4/jm-macros.m4: Use the new macro:
30594         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
30595
30596 1999-12-07  Jim Meyering  <meyering@ascend.com>
30597
30598         * m4/perl.m4: Require that File::Compare be available, too.
30599         Too many systems seem to lack it.
30600
30601         * m4/strftime.m4: Add checks for most of the cpp macros tested in
30602         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
30603
30604 1999-11-18  Paul Eggert  <eggert@twinsun.com>
30605
30606         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
30607         problem with the QNX 4.25 shell, which doesn't propagate exit
30608         status of failed commands inside shell assignments.
30609
30610 1999-11-17  Jim Meyering  <meyering@ascend.com>
30611
30612         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
30613
30614 1999-11-07  Jim Meyering  <meyering@ascend.com>
30615
30616         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
30617
30618 1999-11-06  Jim Meyering  <meyering@ascend.com>
30619
30620         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
30621         * m4/jm-macros.m4 (jm_MACROS): Use it here.
30622
30623 1999-11-05  Jim Meyering  <meyering@ascend.com>
30624
30625         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
30626         configure.in of textutils, fileutils, and sh-utils into this one
30627         (shared between those packages) file.
30628         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
30629         AC_STRUCT_ST_BLKSIZE.
30630
30631 1999-11-03  Jim Meyering  <meyering@ascend.com>
30632
30633         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
30634         of AC_CHECK_TYPE checks includes unistd.h.
30635         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
30636         Suggestion from Akim Demaille.
30637
30638 1999-10-30  Jim Meyering  <meyering@ascend.com>
30639
30640         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
30641         m4-quoted string.
30642         * m4/ls-mntd-fs.m4: Likewise.
30643         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
30644         * m4/jm-winsz1.m4: Likewise.
30645
30646         * m4/const.m4: Remove file, since the fix made it into the experimental
30647         version of autoconf.
30648         * m4/mktime.m4: Likewise.
30649
30650         * m4/check-type.m4: Remove file, now that the latest version of
30651         AC_CHECK_TYPE takes a third arg to specify additional #includes.
30652
30653         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
30654         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
30655         AC_CHECK_TYPE.
30656
30657 1999-10-04  Jim Meyering  <meyering@ascend.com>
30658
30659         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
30660
30661 1999-09-22  Paul Eggert  <eggert@twinsun.com>
30662
30663         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
30664         2.95.1 bug with HP-UX 10.20.
30665
30666 1999-09-17  Jim Meyering  <meyering@ascend.com>
30667
30668         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
30669         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
30670         due to missing strdup (against sh-utils-2.0).
30671
30672 1999-08-29  Jim Meyering  <meyering@ascend.com>
30673
30674         * m4/jm-macros.m4: Require jm_BISON.
30675         * m4/bison.m4: New file.
30676
30677 1999-08-17  Paul Eggert  <eggert@twinsun.com>
30678
30679         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
30680         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
30681
30682 1999-08-05  Jim Meyering  <meyering@ascend.com>
30683
30684         * m4/getline.m4: Rename test file from conftestdata to conftest.data
30685         to avoid conflicts with `conftest' on 8+3 filesystems.
30686         Suggestion from Eli Zaretskii.
30687
30688 1999-08-04  Jim Meyering  <meyering@ascend.com>
30689
30690         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
30691         fileutils and sh-utils (textutils's getline test was inadequate).
30692         (AM_FUNC_GETLINE): Run this test.
30693         (AC_CHECK_FUNCS): Check for getdelim.
30694         Reported by Bob Proulx.
30695
30696 1999-08-02  Jim Meyering  <meyering@ascend.com>
30697
30698         * m4/jm-macros.m4: Add a comment.
30699
30700 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30701
30702         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
30703         <inttypes.h> defines strtoumax as a macro (and not as a
30704         function).
30705
30706 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30707
30708         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
30709         that we can shift, multiply and divide unsigned long long
30710         values; Ultrix cc can't do it.
30711
30712 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30713
30714         * m4/mktime.m4: New file, which is a preview of what should appear
30715         in the next public autoconf release.
30716
30717 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30718
30719         * m4/lfs.m4: Remove this file.
30720         * m4/largefile.m4: New file.  It contains the old contents of
30721         lfs.m4, except that all names with prefix AC_LFS have been
30722         changed to use the prefix AC_SYS_LARGEFILE instead, to be
30723         compatible with future autoconf versions.  Also, some minor m4
30724         quoting problems have been fixed.
30725
30726 1999-08-01  Paul Eggert  <eggert@twinsun.com>
30727
30728         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
30729         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
30730         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
30731         and simplify the shell code.
30732
30733 1999-08-01  Jim Meyering  <meyering@ascend.com>
30734
30735         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
30736         m4.
30737
30738 1999-07-20  Jim Meyering  <meyering@ascend.com>
30739
30740         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
30741
30742 1999-07-15  Jim Meyering  <meyering@ascend.com>
30743
30744         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
30745
30746 1999-05-22  Jim Meyering  <meyering@ascend.com>
30747
30748         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
30749
30750 1999-05-20  Jim Meyering  <meyering@ascend.com>
30751
30752         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
30753         Add a colon after each `then' in case $4 is empty.
30754
30755 1999-05-16  Jim Meyering  <meyering@ascend.com>
30756
30757         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
30758
30759 1999-05-10  Jim Meyering  <meyering@ascend.com>
30760
30761         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
30762
30763         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
30764         AC_FUNC_MKTIME.
30765
30766 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
30767
30768         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
30769
30770 1999-05-04  Paul Eggert  <eggert@twinsun.com>
30771
30772         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
30773         not CPPFLAGS, so that linking works correctly in IRIX.
30774
30775 1999-04-30  Paul Eggert  <eggert@twinsun.com>
30776
30777         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
30778
30779 1999-04-20  Paul Eggert  <eggert@twinsun.com>
30780
30781         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
30782         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
30783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
30784         jm_AC_TYPE_UNSIGNED_LONG_LONG.
30785         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
30786
30787         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
30788
30789 1999-04-20  Jim Meyering  <meyering@ascend.com>
30790
30791         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
30792         AC_REPLACE xstroull if necessary.  From Paul Eggert.
30793         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
30794
30795 1999-04-18  Jim Meyering  <meyering@ascend.com>
30796
30797         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
30798         * m4/jm-macros.m4: Use it.
30799
30800 1999-04-06  Jim Meyering  <meyering@ascend.com>
30801
30802         * m4/strftime.m4: Remove test for %f.
30803
30804 1999-03-29  Jim Meyering  <meyering@ascend.com>
30805
30806         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
30807         superset of the AC_TYPE_* checks in the textutils, fileutils,
30808         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
30809         AC_TYPE_PID_T.
30810
30811 1999-03-28  Jim Meyering  <meyering@ascend.com>
30812
30813         * m4/jm-macros.m4: Define GNU_PACKAGE here.
30814         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
30815         replaced e.g., in the *.sh files of the sh-utils.
30816
30817 1999-03-20  Jim Meyering  <meyering@ascend.com>
30818
30819         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
30820         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
30821         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
30822
30823 1999-03-19  Jim Meyering  <meyering@ascend.com>
30824
30825         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
30826
30827 1999-03-12  Jim Meyering  <meyering@ascend.com>
30828
30829         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
30830
30831 1999-03-07  Jim Meyering  <meyering@ascend.com>
30832
30833         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
30834         declared.
30835
30836 1999-02-17  Jim Meyering  <meyering@ascend.com>
30837
30838         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
30839         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
30840
30841 1999-02-07  Jim Meyering  <meyering@ascend.com>
30842
30843         * m4/group-member.m4: New file -- extracted from sh-utils'
30844         configure.in.
30845
30846         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
30847         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
30848
30849 1999-02-06  Jim Meyering  <meyering@ascend.com>
30850
30851         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
30852         * m4/fnmatch.m4: Likewise.
30853         * m4/getgroups.m4: Likewise.
30854         * m4/lstat.m4: Likewise.
30855         * m4/malloc.m4: Likewise.
30856         * m4/putenv.m4: Likewise.
30857         * m4/realloc.m4: Likewise.
30858         * m4/regex.m4: Likewise.
30859         * m4/stat.m4: Likewise.
30860         * m4/strftime.m4: Likewise.
30861         Suggestion from Alain Magloire.
30862
30863         * m4/chown.m4: Use `.$ac_objext', not `.o'.
30864         * m4/fnmatch.m4: Likewise.
30865         * m4/getgroups.m4: Likewise.
30866         * m4/getline.m4: Likewise.
30867         * m4/lstat.m4: Likewise.
30868         * m4/malloc.m4: Likewise.
30869         * m4/memcmp.m4: Likewise.
30870         * m4/putenv.m4: Likewise.
30871         * m4/realloc.m4: Likewise.
30872         * m4/regex.m4: Likewise.
30873         * m4/stat.m4: Likewise.
30874         * m4/strftime.m4: Likewise.
30875         Suggestion from Alain Magloire.
30876
30877         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
30878         an argument.
30879
30880         * m4/regex.m4: Add a run-time Test for proper operation of
30881         re_compile_pattern.
30882
30883 1999-01-31  Jim Meyering  <meyering@ascend.com>
30884
30885         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
30886
30887 1999-01-30  Jim Meyering  <meyering@ascend.com>
30888
30889         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
30890
30891         * m4/jm-mktime.m4: Make this a wrapper around the official
30892         AM_FUNC_MKTIME rather than my private copy, now that the official one
30893         is up to date.
30894         * m4/mktime.m4: Remove file.
30895
30896         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
30897         * m4/uptime.m4: Likewise.
30898         * m4/uintmax_t.m4: Likewise.
30899
30900 1999-01-28  Jim Meyering  <meyering@ascend.com>
30901
30902         * m4/jm-macros.m4: Use jm_AFS.
30903         * m4/afs.m4: New file (from fileutils' configure.in).
30904
30905         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
30906         * m4/chown.m4: Likewise.
30907         * m4/d-ino.m4: Likewise.
30908         * m4/d-type.m4: Likewise.
30909         * m4/fnmatch.m4: Likewise.
30910         * m4/getgroups.m4: Likewise.
30911         * m4/gettext.m4: Likewise.
30912         * m4/jm-mktime.m4: Likewise.
30913         * m4/jm-winsz2.m4: Likewise.
30914         * m4/lcmessage.m4: Likewise.
30915         * m4/ls-mntd-fs.m4: Likewise.
30916         * m4/malloc.m4: Likewise.
30917         * m4/memcmp.m4: Likewise.
30918         * m4/putenv.m4: Likewise.
30919         * m4/realloc.m4: Likewise.
30920         * m4/st_mtim.m4: Likewise.
30921         * m4/strftime.m4: Likewise.
30922
30923 1999-01-16  Jim Meyering  <meyering@ascend.com>
30924
30925         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
30926         (ARGMATCH_DIE_DECL): Define.
30927
30928 1999-01-12  Jim Meyering  <meyering@ascend.com>
30929
30930         * m4/Makefile.am.in: Rewrite to avoid using fmt.
30931         Reported by Lars Hecking.
30932
30933 1999-01-10  Jim Meyering  <meyering@ascend.com>
30934
30935         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
30936         gross kludge.
30937         * m4/inttypes_h.m4: Likewise.
30938         * m4/lstat.m4: Likewise.
30939         * m4/malloc.m4: Likewise.
30940         * m4/readdir.m4: Likewise.
30941         * m4/realloc.m4: Likewise.
30942         * m4/st_dm_mode.m4: Likewise.
30943         * m4/stat.m4: Likewise.
30944         * m4/utimbuf.m4: Likewise.
30945         * m4/utimes.m4: Likewise.
30946
30947         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
30948         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
30949         comments in config.h.in are meaningful.
30950
30951         * m4/jm-macros.m4: Require autoconf-2.13 here.
30952
30953         * m4/regex.m4: By default, don't use the included regex.c on systems
30954         with glibc 2.  Suggestion from Uli Drepper.
30955
30956 1999-01-02  Jim Meyering  <meyering@ascend.com>
30957
30958         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
30959
30960 1998-12-18  Jim Meyering  <meyering@ascend.com>
30961
30962         * m4/Makefile.am.in (Makefile.am): Simplify rule.
30963         Based on a suggestion from Lars Hecking.
30964
30965 1998-11-16  Paul Eggert  <eggert@twinsun.com>
30966
30967         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
30968
30969 1998-11-16  Jim Meyering  <meyering@ascend.com>
30970
30971         * m4/lfs.m4: Double-quote the `uname...` expression.
30972
30973 1998-11-14  Jim Meyering  <meyering@ascend.com>
30974
30975         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
30976         * m4/stat.m4: Likewise.
30977
30978 1998-11-03  Jim Meyering  <meyering@ascend.com>
30979
30980         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
30981         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
30982
30983 1998-10-18  Jim Meyering  <meyering@ascend.com>
30984
30985         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
30986
30987 1998-10-17  Jim Meyering  <meyering@ascend.com>
30988
30989         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
30990         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
30991         calls for those previously hard-coded headers.  Instead, take a new
30992         parameter.
30993         (jm_CHECK_DECLARATIONS): Reflect interface change.
30994         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
30995         (jm_CHECK_DECL_LOCALTIME_R): New macro.
30996
30997         * m4/mktime.m4: Test for spring-forward gap before long-running test.
30998
30999 1998-10-14  Jim Meyering  <meyering@ascend.com>
31000
31001         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
31002         instead of "TZ=America/Vancouver".  From Paul Eggert.
31003
31004 1998-10-11  Jim Meyering  <meyering@ascend.com>
31005
31006         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
31007         This adds a test for a recently added compatibility fix for mktime.c.
31008         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
31009
31010 1998-09-27  Jim Meyering  <meyering@ascend.com>
31011
31012         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
31013
31014         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
31015         ../configure.in, including a change from Gordon Matzigkeit to allow
31016         cross-compiling for the Hurd.
31017
31018         * m4/glibc.m4: New file/macro to test for the GNU C Library
31019         versions 1 and 2.  From Gordon Matzigkeit.
31020         Indent.
31021
31022 1998-09-21  Jim Meyering  <meyering@ascend.com>
31023
31024         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
31025
31026 1998-08-18  Paul Eggert  <eggert@twinsun.com>
31027
31028         Port nanosecond-resolution times to UnixWare 2.1.2 and
31029         pedantic Solaris 2.6.
31030
31031         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
31032         AC_STRUCT_ST_MTIM.
31033         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
31034         Generate name of ns member, instead of just 1 or undef.
31035         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
31036
31037 1998-08-15  Jim Meyering  <meyering@ascend.com>
31038
31039         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
31040         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
31041         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
31042         instead of jm_TYPE_SSIZE_T.
31043
31044 1998-08-12  Jim Meyering  <meyering@ascend.com>
31045
31046         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
31047
31048 1998-08-02  Jim Meyering  <meyering@ascend.com>
31049
31050         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
31051         in acconfig.h manually.
31052
31053 1998-07-31  Paul Eggert  <eggert@twinsun.com>
31054
31055         * m4/st_mtim.m4: New file.
31056
31057 1998-07-28  Jim Meyering  <meyering@ascend.com>
31058
31059         * m4/utimes.m4: Undef stat.
31060
31061 1998-07-25  Jim Meyering  <meyering@ascend.com>
31062
31063         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
31064         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
31065
31066 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
31067
31068         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
31069         uid and gid actually remain unchanged.
31070
31071 1998-07-07  Jim Meyering  <meyering@ascend.com>
31072
31073         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
31074
31075 1998-07-04  Jim Meyering  <meyering@ascend.com>
31076
31077         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
31078         to prove that this macro can be used in packages without regex.c.
31079
31080 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
31081
31082         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
31083         is to be used.
31084
31085 1998-07-03  Jim Meyering  <meyering@ascend.com>
31086
31087         * m4/gettext.m4: Add -lintl if it's found to be necessary.
31088
31089         * m4/gettext.m4: New file -- from gettext-0.10.35.
31090         * m4/lcmessage.m4: Likewise.
31091         * m4/progtest.m4: Likewise.
31092
31093         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
31094         * m4/jm-macros.m4: Require the new macro.
31095
31096 1998-06-29  Jim Meyering  <meyering@ascend.com>
31097
31098         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
31099         for the definition of NGROUPS (used in a system header included
31100         by sys/mount.h).
31101
31102 1998-06-28  Jim Meyering  <meyering@ascend.com>
31103
31104         * m4/ls-mntd-fs.m4: New file.
31105         * m4/fstypename.m4: New file.
31106
31107         * m4/jm-macros.m4: Require the new macro.
31108         * m4/jm-glibc-io.m4: New file.
31109
31110 1998-05-19  Jim Meyering  <meyering@ascend.com>
31111
31112         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
31113         * m4/lchown.m4: New file.
31114
31115         * m4/Makefile.am.in: New file.
31116         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
31117
31118 1998-05-14  Jim Meyering  <meyering@ascend.com>
31119
31120         * m4/Makefile.am (EXTRA_DIST): Add them.
31121         * m4/jm-macros.m4: New file.
31122         * m4/utimbuf.m4: New file.
31123
31124 1998-05-12  Jim Meyering  <meyering@ascend.com>
31125
31126         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
31127
31128 1998-05-11  Jim Meyering  <meyering@ascend.com>
31129
31130         * m4/isc-posix.m4: New file.
31131
31132 1998-05-10  Jim Meyering  <meyering@ascend.com>