Add some comments.
[pspp] / ChangeLog
1 2008-04-27  Bruno Haible  <bruno@clisp.org>
2
3         * lib/rpmatch.c (rpmatch): Add some comments.
4         Reported by James Youngman <jay@gnu.org>.
5
6 2008-04-27  Bruno Haible  <bruno@clisp.org>
7
8         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
9         quiet NaNs.
10
11 2008-04-27  Bruno Haible  <bruno@clisp.org>
12
13         Make test-yesno.sh work on mingw.
14         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
15         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
16         (main): Set stdin to binary mode.
17         * modules/yesno-tests (Depends-on): Add binary-io.
18
19 2008-04-27  Bruno Haible  <bruno@clisp.org>
20
21         Fix 'isfinite' on x86, x86_64, ia64 platforms.
22         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
23         argument that lie outside the IEEE 854 domain.
24         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25         (gl_ISFINITE): Use it.
26         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
27
28 2008-04-27  Bruno Haible  <bruno@clisp.org>
29
30         Allow local renaming in config.h.
31         * lib/memrchr.c (memrchr): Don't undefine outside libc.
32
33 2008-04-27  Bruno Haible  <bruno@clisp.org>
34
35         * lib/memchr.c (__memchr): Change type of 'i'.
36         * lib/memchr2.c (memchr2): Likewise.
37
38 2008-04-26  Eric Blake  <ebb9@byu.net>
39         and Bruno Haible  <bruno@clisp.org>
40
41         Optimize and test memrchr.
42         * modules/memrchr (Depends-on): Add intprops.
43         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
44         * modules/memrchr-tests: New file.
45         * tests/test-memrchr.c: New file.
46
47 2008-04-26  Bruno Haible  <bruno@clisp.org>
48
49         Add tentative support for DragonFly BSD.
50         * lib/stdio-impl.h: Add macros for DragonFly BSD.
51         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
52         fp.
53         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
54         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
55         * lib/fpurge.c (fpurge): Likewise.
56         * lib/freadable.c (freaadable): Likewise.
57         * lib/freadahead.c (freadahead): Likewise.
58         * lib/freading.c (freading): Likewise.
59         * lib/freadptr.c (freadptr): Likewise.
60         * lib/freadseek.c (freadptrinc): Likewise.
61         * lib/fseeko.c (fseeko): Likewise.
62         * lib/fseterr.c (fseterr): Likewise.
63         * lib/fwritable.c (fwritable): Likewise.
64         * lib/fwriting.c (fwriting): Likewise.
65
66 2008-04-26  Bruno Haible  <bruno@clisp.org>
67
68         * lib/stdio-impl.h: New file.
69         * lib/fbufmode.c: Include stdio-impl.h.
70         (fbufmode): Use fp_, remove redundant #defines.
71         * lib/fflush.c: Include stdio-impl.h.
72         (clear_ungetc_buffer): Remove redundant #defines.
73         * lib/fpurge.c: Include stdio-impl.h.
74         (fpurge): Remove redundant #defines.
75         * lib/freadable.c: Include stdio-impl.h.
76         (freadable): Remove redundant #defines.
77         * lib/freadahead.c: Include stdio-impl.h.
78         (freadahead): Remove redundant #defines.
79         * lib/freading.c: Include stdio-impl.h.
80         (freading): Remove redundant #defines.
81         * lib/freadptr.c: Include stdio-impl.h.
82         (freadptr): Remove redundant #defines.
83         * lib/freadseek.c: Include stdio-impl.h.
84         (freadptrinc): Remove redundant #defines.
85         * lib/fseeko.c: Include stdio-impl.h.
86         (rpl_fseeko): Remove redundant #defines.
87         * lib/fseterr.c: Include stdio-impl.h.
88         (fseterr): Remove redundant #defines.
89         * lib/fwritable.c: Include stdio-impl.h.
90         (fwritable: Remove redundant #defines.
91         * lib/fwriting.c: Include stdio-impl.h.
92         (fwriting): Remove redundant #defines.
93         * modules/fbufmode (Files): Add lib/stdio-impl.h.
94         * modules/fflush (Files): Likewise.
95         * modules/fpurge (Files): Likewise.
96         * modules/freadable (Files): Likewise.
97         * modules/freadahead (Files): Likewise.
98         * modules/freading (Files): Likewise.
99         * modules/freadptr (Files): Likewise.
100         * modules/freadseek (Files): Likewise.
101         * modules/fseeko (Files): Likewise.
102         * modules/fseterr (Files): Likewise.
103         * modules/fwritable (Files): Likewise.
104         * modules/fwriting (Files): Likewise.
105
106 2008-04-26  Bruno Haible  <bruno@clisp.org>
107
108         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
109         restore_seek_optimization, update_fpos_cache): New functions, extracted
110         from rpl_fflush.
111         (rpl_fflush): Use them.
112         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
113         (gl_REPLACE_FFLUSH): Use it.
114
115 2008-04-26  Bruno Haible  <bruno@clisp.org>
116
117         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
118         on Solaris.
119         * tests/test-xstrtoimax.sh: Likewise.
120         * tests/test-xstrtoumax.sh: Likewise.
121         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
122
123 2008-04-26  Bruno Haible  <bruno@clisp.org>
124
125         * modules/memchr-tests: New file.
126         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
127
128 2008-04-26  Eric Blake  <ebb9@byu.net>
129             Bruno Haible  <bruno@clisp.org>
130
131         * lib/memchr.c: Include intprops.h.
132         (__memchr): Optimize parallel detection of matching bytes. Rename local
133         variables. Add explanatory comments.
134
135 2008-04-26  Bruno Haible  <bruno@clisp.org>
136
137         Fix module 'memchr', broken since 2000-10-28.
138         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
139
140 2008-04-26  Bruno Haible  <bruno@clisp.org>
141
142         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
143         comments.
144
145 2008-04-25  Eric Blake  <ebb9@byu.net>
146
147         Use native fstatat on cygwin 1.7.0.
148         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
149         first.
150
151 2008-04-23  Eric Blake  <ebb9@byu.net>
152
153         Improve memchr2 performance.
154         * lib/memchr2.c (memchr2): Further optimize parallel detection of
155         NUL bytes.
156         * modules/memchr2 (Depends-on): Use intprops.h.
157
158 2008-04-23  Simon Josefsson  <simon@josefsson.org>
159
160         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
161         an inline function instead of a CPP macro.  Patch by Ben Pfaff
162         <blp@cs.stanford.edu>.
163
164 2008-04-23  Simon Josefsson  <simon@josefsson.org>
165
166         * lib/arpa_inet.in.h: New file.
167
168         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
169         (Makefile.am): Sed in substitute header file.
170
171         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
172         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
173
174         * modules/inet_ntop (configure.ac): Use
175         gl_ARPA_INET_MODULE_INDICATOR.
176
177         * modules/inet_pton (configure.ac): Use
178         gl_ARPA_INET_MODULE_INDICATOR.
179
180 2008-04-22  Jim Meyering  <meyering@redhat.com>
181
182         * modules/verify (License): Re-license as LGPLv2+.
183
184 2008-04-22  Simon Josefsson  <simon@josefsson.org>
185
186         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
187         parameter to void* as per POSIX standard (MinGW uses char*).
188
189 2008-04-21  Bruno Haible  <bruno@clisp.org>
190
191         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
192         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
193         Define to replacements if REPLACE_ISWCNTRL is 1.
194         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
195         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
196         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
197         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
198         what it fixes.
199         * doc/posix-functions/iswalpha.texi: Likewise.
200         * doc/posix-functions/iswblank.texi: Likewise.
201         * doc/posix-functions/iswcntrl.texi: Likewise.
202         * doc/posix-functions/iswdigit.texi: Likewise.
203         * doc/posix-functions/iswgraph.texi: Likewise.
204         * doc/posix-functions/iswlower.texi: Likewise.
205         * doc/posix-functions/iswprint.texi: Likewise.
206         * doc/posix-functions/iswpunct.texi: Likewise.
207         * doc/posix-functions/iswspace.texi: Likewise.
208         * doc/posix-functions/iswupper.texi: Likewise.
209         * doc/posix-functions/iswxdigit.texi: Likewise.
210         Reported by Alain Guibert.
211
212 2008-04-21  Bruno Haible  <bruno@clisp.org>
213
214         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
215         Patch by Alain Guibert.
216
217 2008-04-21  Bruno Haible  <bruno@clisp.org>
218
219         Fix test failures on mingw.
220         * tests/test-xstrtol.c (print_no_progname): New function.
221         (main): Install it in error_print_progname hook.
222         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
223         * tests/test-xstrtoimax.sh: Likewise.
224         * tests/test-xstrtoumax.sh: Likewise.
225
226 2008-04-21  Bruno Haible  <bruno@clisp.org>
227
228         Fix test failure on mingw.
229         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
230
231 2008-04-21  Bruno Haible  <bruno@clisp.org>
232
233         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
234         Actually assign a value.
235
236 2008-04-20  Bruno Haible  <bruno@clisp.org>
237
238         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
239         take 2.
240         * lib/canonicalize.c (canonicalize_file_name): Elide if the
241         'canonicalize-lgpl' module is also used.
242         * lib/canonicalize-lgpl.c: Undo last change.
243         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
244
245 2008-04-20  Bruno Haible  <bruno@clisp.org>
246
247         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
248         config.h. Provide _mkdir based fallback for mingw.
249         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
250         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
251         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
252         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
253         rather than defining mkdir in config.h.
254         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
255         (gl_SYS_STAT_H_DEFAULTS): New macro.
256         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
257         HAVE_IO_H any more.
258         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
259         HAVE_DECL_MKDIR and HAVE_IO_H.
260
261 2008-04-20  Bruno Haible  <bruno@clisp.org>
262
263         * lib/isapipe.c: Port to native Windows platforms.
264
265 2008-04-20  Bruno Haible  <bruno@clisp.org>
266
267         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
268
269 2008-04-21  Eric Blake  <ebb9@byu.net>
270
271         Work around preprocessors that don't handle UINTMAX_MAX.
272         * lib/memchr2.c (memchr2): Avoid embedded #if.
273         Reported by Alain Guibert, fix suggested by Bruno Haible.
274
275 2008-04-21  Simon Josefsson  <simon@josefsson.org>
276
277         * doc/posix-functions/strftime.texi (strftime): Explain better
278         Windows incompatibility.  Suggested by Micah Cowan
279         <micah@cowan.name>.
280
281 2008-04-20  Bruno Haible  <bruno@clisp.org>
282
283         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
284         unistr/u8-mblen.
285
286 2008-04-20  Bruno Haible  <bruno@clisp.org>
287
288         Fix test failure on platforms with non-GNU iconv.
289         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
290         (U_TO_U8): Use it, rather than u16_to_u8.
291         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
292         units at the end of the input string.
293         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
294
295 2008-04-20  Bruno Haible  <bruno@clisp.org>
296
297         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
298         when the resulting length is 0.
299         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
300
301 2008-04-20  Bruno Haible  <bruno@clisp.org>
302
303         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
304         works.
305         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
306
307 2008-04-20  Bruno Haible  <bruno@clisp.org>
308
309         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
310         * modules/tsearch-tests (configure.ac): Test for initstate function.
311
312 2008-04-20  Bruno Haible  <bruno@clisp.org>
313
314         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
315         for nlink_t if missing.
316         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
317
318 2008-04-19  Bruno Haible  <bruno@clisp.org>
319
320         Work around snprintf bug on Linux libc5.
321         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
322         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
323         gl_SNPRINTF_SIZE1.
324         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
325         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
326         that test failed.
327         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
328         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
329         * modules/snprintf (Files): Add m4/printf.m4.
330         * modules/vsnprintf (Files): Likewise.
331         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
332         * doc/posix-functions/vsnprintf.texi: Likewise.
333
334 2008-04-19  Bruno Haible  <bruno@clisp.org>
335
336         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
337         from 0.0058 to less than 10^-7.
338
339 2008-04-19  Bruno Haible  <bruno@clisp.org>
340
341         Fix rounding when a precision is given.
342         * lib/vasnprintf.c (is_borderline): New function.
343         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
344         9...9x.
345         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
346         %e, %g.
347         * tests/test-vasprintf-posix.c (test_function): Likewise.
348         * tests/test-snprintf-posix.h (test_function): Likewise.
349         * tests/test-sprintf-posix.h (test_function): Likewise.
350         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
351         * tests/test-printf-posix.h (test_function): Likewise.
352         * tests/test-printf-posix.output: Update.
353         Reported by John Darrington <john@darrington.wattle.id.au> via
354         Ben Pfaff <blp@cs.stanford.edu>.
355
356 2008-04-18  Simon Josefsson  <simon@josefsson.org>
357
358         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
359         Suggested by Bruno Haible <bruno@clisp.org>.
360
361 2008-04-17  Bruno Haible  <bruno@clisp.org>
362
363         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
364         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
365         implementation.
366         Patch by Bruce Merry <bmerry@gmail.com>.
367
368 2008-04-17  Simon Josefsson  <simon@josefsson.org>
369
370         * doc/posix-functions/strftime.texi (strftime): Mention that %e
371         doesn't work under Windows.
372
373 2008-04-16  Bruno Haible  <bruno@clisp.org>
374
375         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
376         New macros.
377         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
378         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
379         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
380         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
381         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
382         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
383         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
384         macros.
385         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
386         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
387         Northern Sotho, Uighur.
388
389 2008-04-16  Bruno Haible  <bruno@clisp.org>
390
391         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
392         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
393         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
394         Reported by Daniel Bergström <daniel@octocode.com>.
395
396 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
397             Bruno Haible  <bruno@clisp.org>
398
399         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
400         function.
401         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
402         New functions, mostly extracted from gl_locale_name_default.
403         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
404
405 2008-04-16  Eric Blake  <ebb9@byu.net>
406
407         Adjust strtod detection to catch glibc 2.7 bug.
408         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
409         Reported by John Gatewood Ham.
410
411 2008-04-16  Bruno Haible  <bruno@clisp.org>
412
413         Add tentative support for Linux libc5.
414         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
415         * lib/fpurge.c (fpurge): Likewise.
416         * lib/freadable.c (freadable): Likewise.
417         * lib/freadahead.c (freadahead): Likewise.
418         * lib/freading.c (freading): Likewise.
419         * lib/freadptr.c (freadptr): Likewise.
420         * lib/freadseek.c (freadptrinc): Likewise.
421         * lib/fseeko.c (rpl_fseeko): Likewise.
422         * lib/fseterr.c (fseterr): Likewise.
423         * lib/fwritable.c (fwritable): Likewise.
424         * lib/fwriting.c (fwriting): Likewise.
425         Reported by Alain Guibert <alguibert+bts@free.fr>.
426
427 2008-04-15  Bruno Haible  <bruno@clisp.org>
428
429         * modules/mathl (configure.ac): Define module indicator.
430
431 2008-04-15  Bruno Haible  <bruno@clisp.org>
432
433         * lib/logl.c (logl): Remove unused variables.
434
435 2008-04-15  Bruno Haible  <bruno@clisp.org>
436
437         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
438         fails.
439
440 2008-04-15  Bruno Haible  <bruno@clisp.org>
441
442         * lib/trim.c (trim2): Fix argument of isspace() macro.
443
444 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
445
446         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
447         to 0.
448         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
449
450 2008-04-14  Bruno Haible  <bruno@clisp.org>
451
452         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
453         AC_LANG_PROGRAM argument.
454         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
455         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
456         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
457         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
458         * m4/math_h.m4 (gl_MATH_H): Likewise.
459         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
460         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
461         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
462         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
463         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
464         * m4/regex.m4 (gl_REGEX): Likewise.
465         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
466         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
467         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
468         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
469         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
470         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
471         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
472         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
473
474 2008-04-14  Jim Meyering  <meyering@redhat.com>
475
476         test-strtod: fix typos: s/abs/fabs/
477         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
478
479 2008-04-13  Bruno Haible  <bruno@clisp.org>
480
481         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
482         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
483         module is also used and while not building the reloc-wrapper.
484
485 2008-04-13  Bruno Haible  <bruno@clisp.org>
486
487         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
488
489 2008-04-13  Bruno Haible  <bruno@clisp.org>
490
491         Fix AIX compilation failure introduced on 2008-04-02.
492         * tests/test-frexp.c (exp): Undefine before redefining.
493         * tests/test-frexpl.c (exp): Likewise.
494
495 2008-04-13  Bruno Haible  <bruno@clisp.org>
496
497         Work around a HP-UX stdio bug.
498         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
499         * tests/test-ftello.c (main): Likewise.
500         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
501         * doc/posix-functions/ftello.texi: Likewise.
502
503 2008-04-13  Bruno Haible  <bruno@clisp.org>
504
505         Make test-signbit pass on HP-UX/hppa.
506         * tests/test-signbit.c (minus_zerol): New variable.
507         (test_signbitl): Use it.
508
509 2008-04-13  Bruno Haible  <bruno@clisp.org>
510
511         Make truncl work on OSF/1 4.0.
512         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
513         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
514         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
515         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
516         HAVE_DECL_TRUNCL.
517         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
518         HAVE_DECL_TRUNCL.
519         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
520
521 2008-04-13  Bruno Haible  <bruno@clisp.org>
522
523         * lib/unictype.h: Remove trailing comma from enumeration definitions.
524
525 2008-04-13  Bruno Haible  <bruno@clisp.org>
526
527         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
528         expression, so as to avoid HP-UX 11 cc compiler bug.
529
530 2008-04-13  Bruno Haible  <bruno@clisp.org>
531
532         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
533
534 2008-04-13  Bruno Haible  <bruno@clisp.org>
535
536         * lib/git-merge-changelog.c: Remove empty declaration outside of
537         functions.
538
539 2008-04-13  Bruno Haible  <bruno@clisp.org>
540
541         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
542
543 2008-04-13  Bruno Haible  <bruno@clisp.org>
544
545         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
546         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
547         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
548         also if it exists but lacks definitions of the SHUT_* macros.
549         * modules/sys_socket (Description): Update.
550         Reported by Elbert Pol <e.pol@chello.nl>.
551
552 2008-04-13  Bruno Haible  <bruno@clisp.org>
553
554         * lib/localcharset.c (OS2): Don't redefine if already defined.
555         Reported by Elbert Pol <e.pol@chello.nl>.
556
557 2008-04-13  Bruno Haible  <bruno@clisp.org>
558
559         * lib/binary-io.h [__EMX__]: Include <io.h>.
560         Reported by Elbert Pol <e.pol@chello.nl>.
561
562 2008-04-12  Bruno Haible  <bruno@clisp.org>
563
564         * lib/fpucw.h: Enable the definitions also for x86_64.
565         Needed for NetBSD/x86_64.
566         Reported by Thomas Klausner <tk@giga.or.at>.
567
568 2008-04-12  Bruno Haible  <bruno@clisp.org>
569
570         * tests/test-strtod.c: Include isnand.h.
571         (main): Use isnand instead of isnan.
572         Reported by Jim Meyering.
573
574 2008-04-12  Bruno Haible  <bruno@clisp.org>
575
576         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
577         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
578
579 2008-04-12  Jim Meyering  <meyering@redhat.com>
580
581         * m4/math_h.m4 (gl_MATH_H): Fix typos.
582
583 2008-04-12  Bruno Haible  <bruno@clisp.org>
584
585         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
586         Reported by Elbert Pol <e.pol@chello.nl>.
587
588 2008-04-12  Eric Blake  <ebb9@byu.net>
589
590         Work around Solaris 10 math.h bug.
591         * m4/math_h.m4 (gl_MATH_H): Check for bug.
592         (gl_MATH_H_DEFAULTS): Set up default.
593         * modules/math (Makefile.am): Replace new indicators.
594         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
595         * tests/test-math.c (main): Test this.
596         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
597         * doc/posix-headers/math.texi (math.h): Mention bug.
598         Reported by Nelson H. F. Beebe and Jim Meyering.
599
600 2008-04-11  Bruno Haible  <bruno@clisp.org>
601
602         Adapt to future versions of Apple GCC.
603         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
604         Reported by Peter O'Gorman <peter@pogma.com>.
605
606 2008-04-11  Bruno Haible  <bruno@clisp.org>
607
608         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
609
610 2008-04-11  Bruno Haible  <bruno@clisp.org>
611
612         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
613
614         * modules/getaddrinfo-tests (Makefile.am): Define
615         test_getaddrinfo_LDADD.
616
617 2008-04-11  Bruno Haible  <bruno@clisp.org>
618
619         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
620         (init): Fix syntax error.
621         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
622         is declared.
623
624 2008-04-11  Bruno Haible  <bruno@clisp.org>
625
626         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
627         * modules/glob (Depends-on): Add stdbool.
628
629 2008-04-11  Bruno Haible  <bruno@clisp.org>
630
631         * lib/trim.c: Include <string.h>.
632
633 2008-04-11  Eric Blake  <ebb9@byu.net>
634
635         Avoid compile failure on OS/2.
636         * lib/regex_internal.h (internal_function): Disable optimization
637         on OS/2 (__EMX__), where it caused compiler error.
638         Reported by Elbert Pol.
639
640 2008-04-11  Bruno Haible  <bruno@clisp.org>
641
642         Flush the standard error stream before aborting. Needed on mingw.
643         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
644         * tests/test-array_list.c (ASSERT): Likewise.
645         * tests/test-array_oset.c (ASSERT): Likewise.
646         * tests/test-avltree_list.c (ASSERT): Likewise.
647         * tests/test-avltree_oset.c (ASSERT): Likewise.
648         * tests/test-avltreehash_list.c (ASSERT): Likewise.
649         * tests/test-binary-io.c (ASSERT): Likewise.
650         * tests/test-byteswap.c (ASSERT): Likewise.
651         * tests/test-c-ctype.c (ASSERT): Likewise.
652         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
653         * tests/test-c-strcasestr.c (ASSERT): Likewise.
654         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
655         * tests/test-c-strstr.c (ASSERT): Likewise.
656         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
657         * tests/test-canonicalize.c (ASSERT): Likewise.
658         * tests/test-carray_list.c (ASSERT): Likewise.
659         * tests/test-ceilf1.c (ASSERT): Likewise.
660         * tests/test-ceilf2.c (ASSERT): Likewise.
661         * tests/test-ceill.c (ASSERT): Likewise.
662         * tests/test-count-one-bits.c (ASSERT): Likewise.
663         * tests/test-fbufmode.c (ASSERT): Likewise.
664         * tests/test-fflush2.c (ASSERT): Likewise.
665         * tests/test-floorf1.c (ASSERT): Likewise.
666         * tests/test-floorf2.c (ASSERT): Likewise.
667         * tests/test-floorl.c (ASSERT): Likewise.
668         * tests/test-fopen.c (ASSERT): Likewise.
669         * tests/test-fpending.c (ASSERT): Likewise.
670         * tests/test-fprintf-posix.c (ASSERT): Likewise.
671         * tests/test-fpurge.c (ASSERT): Likewise.
672         * tests/test-freadable.c (ASSERT): Likewise.
673         * tests/test-freadahead.c (ASSERT): Likewise.
674         * tests/test-freading.c (ASSERT): Likewise.
675         * tests/test-freadptr.c (ASSERT): Likewise.
676         * tests/test-freadptr2.c (ASSERT): Likewise.
677         * tests/test-freadseek.c (ASSERT): Likewise.
678         * tests/test-freopen.c (ASSERT): Likewise.
679         * tests/test-frexp.c (ASSERT): Likewise.
680         * tests/test-frexpl.c (ASSERT): Likewise.
681         * tests/test-fseek.c (ASSERT): Likewise.
682         * tests/test-fseeko.c (ASSERT): Likewise.
683         * tests/test-fstrcmp.c (ASSERT): Likewise.
684         * tests/test-ftell.c (ASSERT): Likewise.
685         * tests/test-ftello.c (ASSERT): Likewise.
686         * tests/test-func.c (ASSERT): Likewise.
687         * tests/test-fwritable.c (ASSERT): Likewise.
688         * tests/test-fwriting.c (ASSERT): Likewise.
689         * tests/test-getdelim.c (ASSERT): Likewise.
690         * tests/test-getline.c (ASSERT): Likewise.
691         * tests/test-i-ring.c (ASSERT): Likewise.
692         * tests/test-iconv-utf.c (ASSERT): Likewise.
693         * tests/test-iconv.c (ASSERT): Likewise.
694         * tests/test-isfinite.c (ASSERT): Likewise.
695         * tests/test-isnand.c (ASSERT): Likewise.
696         * tests/test-isnanf.c (ASSERT): Likewise.
697         * tests/test-isnanl.h (ASSERT): Likewise.
698         * tests/test-ldexpl.c (ASSERT): Likewise.
699         * tests/test-linked_list.c (ASSERT): Likewise.
700         * tests/test-linkedhash_list.c (ASSERT): Likewise.
701         * tests/test-localename.c (ASSERT): Likewise.
702         * tests/test-lseek.c (ASSERT): Likewise.
703         * tests/test-mbscasecmp.c (ASSERT): Likewise.
704         * tests/test-mbscasestr1.c (ASSERT): Likewise.
705         * tests/test-mbscasestr2.c (ASSERT): Likewise.
706         * tests/test-mbscasestr3.c (ASSERT): Likewise.
707         * tests/test-mbscasestr4.c (ASSERT): Likewise.
708         * tests/test-mbschr.c (ASSERT): Likewise.
709         * tests/test-mbscspn.c (ASSERT): Likewise.
710         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
711         * tests/test-mbspbrk.c (ASSERT): Likewise.
712         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
713         * tests/test-mbsrchr.c (ASSERT): Likewise.
714         * tests/test-mbsspn.c (ASSERT): Likewise.
715         * tests/test-mbsstr1.c (ASSERT): Likewise.
716         * tests/test-mbsstr2.c (ASSERT): Likewise.
717         * tests/test-mbsstr3.c (ASSERT): Likewise.
718         * tests/test-memchr2.c (ASSERT): Likewise.
719         * tests/test-memmem.c (ASSERT): Likewise.
720         * tests/test-open.c (ASSERT): Likewise.
721         * tests/test-printf-frexp.c (ASSERT): Likewise.
722         * tests/test-printf-frexpl.c (ASSERT): Likewise.
723         * tests/test-printf-posix.c (ASSERT): Likewise.
724         * tests/test-quotearg.c (ASSERT): Likewise.
725         * tests/test-rbtree_list.c (ASSERT): Likewise.
726         * tests/test-rbtree_oset.c (ASSERT): Likewise.
727         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
728         * tests/test-round1.c (ASSERT): Likewise.
729         * tests/test-roundf1.c (ASSERT): Likewise.
730         * tests/test-roundl.c (ASSERT): Likewise.
731         * tests/test-signbit.c (ASSERT): Likewise.
732         * tests/test-sleep.c (ASSERT): Likewise.
733         * tests/test-snprintf-posix.c (ASSERT): Likewise.
734         * tests/test-snprintf.c (ASSERT): Likewise.
735         * tests/test-sprintf-posix.c (ASSERT): Likewise.
736         * tests/test-stat-time.c (ASSERT): Likewise.
737         * tests/test-strcasestr.c (ASSERT): Likewise.
738         * tests/test-strerror.c (ASSERT): Likewise.
739         * tests/test-striconv.c (ASSERT): Likewise.
740         * tests/test-striconveh.c (ASSERT): Likewise.
741         * tests/test-striconveha.c (ASSERT): Likewise.
742         * tests/test-strsignal.c (ASSERT): Likewise.
743         * tests/test-strstr.c (ASSERT): Likewise.
744         * tests/test-strtod.c (ASSERT): Likewise.
745         * tests/test-trunc1.c (ASSERT): Likewise.
746         * tests/test-trunc2.c (ASSERT): Likewise.
747         * tests/test-truncf1.c (ASSERT): Likewise.
748         * tests/test-truncf2.c (ASSERT): Likewise.
749         * tests/test-truncl.c (ASSERT): Likewise.
750         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
751         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
752         * tests/test-vasnprintf.c (ASSERT): Likewise.
753         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
754         * tests/test-vasprintf.c (ASSERT): Likewise.
755         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
756         * tests/test-vprintf-posix.c (ASSERT): Likewise.
757         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
758         * tests/test-vsnprintf.c (ASSERT): Likewise.
759         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
760         * tests/test-wcwidth.c (ASSERT): Likewise.
761         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
762         * tests/test-xprintf-posix.c (ASSERT): Likewise.
763         * tests/test-xvasprintf.c (ASSERT): Likewise.
764         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
765         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
766         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
767         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
768         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
769         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
770         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
771         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
772         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
773         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
774         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
775         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
776         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
777         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
778         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
779         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
780         * tests/unictype/test-block_list.c (ASSERT): Likewise.
781         * tests/unictype/test-block_of.c (ASSERT): Likewise.
782         * tests/unictype/test-block_test.c (ASSERT): Likewise.
783         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
784         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
785         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
786         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
787         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
788         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
789         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
790         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
791         * tests/unictype/test-combining.c (ASSERT): Likewise.
792         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
793         * tests/unictype/test-digit.c (ASSERT): Likewise.
794         * tests/unictype/test-mirror.c (ASSERT): Likewise.
795         * tests/unictype/test-numeric.c (ASSERT): Likewise.
796         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
797         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
798         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
799         * tests/unictype/test-scripts.c (ASSERT): Likewise.
800         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
801         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
802         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
803         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
804         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
805         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
806         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
807         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
808         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
809         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
810         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
811         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
812         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
813         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
814         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
815         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
816         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
817         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
818         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
819         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
820         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
821         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
822         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
823         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
824         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
825         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
826         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
827         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
828         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
829         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
830         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
831         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
832         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
833         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
834         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
835         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
836         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
837         Reported by Eric Blake.
838
839 2008-04-11  Bruno Haible  <bruno@clisp.org>
840
841         * lib/wchar.in.h: Tweak comment.
842
843 2008-04-11  Bruno Haible  <bruno@clisp.org>
844
845         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
846         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
847         gl_COMMON.
848         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
849
850 2008-04-11  Bruno Haible  <bruno@clisp.org>
851
852         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
853
854 2008-04-11  Simon Josefsson  <simon@josefsson.org>
855
856         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
857         of attempting to use non-existing /dev/*random.  Based on patch
858         from Adam Strzelecki <ono@java.pl> in
859         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
860
861 2008-04-08  Bruno Haible  <bruno@clisp.org>
862
863         Add tentative support for emx+gcc.
864         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
865         * lib/fpurge.c (fpurge): Likewise.
866         * lib/freadable.c (freadable): Likewise.
867         * lib/freadahead.c (freadahead): Likewise.
868         * lib/freading.c (freading): Likewise.
869         * lib/freadptr.c (freadptr): Likewise.
870         * lib/freadseek.c (freadptrinc): Likewise.
871         * lib/fseeko.c (rpl_fseeko): Likewise.
872         * lib/fseterr.c (fseterr): Likewise.
873         * lib/fwritable.c (fwritable): Likewise.
874         * lib/fwriting.c (fwriting): Likewise.
875         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
876
877 2008-04-09  Eric Blake  <ebb9@byu.net>
878
879         Avoid some autoconf warnings.
880         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
881         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
882         * m4/afs.m4 (gl_AFS): Likewise.
883         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
884         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
885         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
886         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
887         (gl_INTEGER_TYPE_SUFFIX): Likewise.
888         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
889         (AC_CHECK_DECLS_ONCE): Likewise.
890         Rename file...
891         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
892         gnulib-tool requires autoconf 2.59 or better.
893         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
894
895 2008-04-08  Eric Blake  <ebb9@byu.net>
896
897         Use 'git describe --match' if present (added in git 1.5.5).
898         * build-aux/git-version-gen: Limit result to tags that match 'v*'
899         if possible.
900
901 2008-04-08  Bruno Haible  <bruno@clisp.org>
902
903         Add tentative support for OpenServer.
904         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
905         _ptr, _cnt.
906         * lib/fpurge.c (fpurge): Likewise.
907         * lib/freadable.c (freadable): Likewise.
908         * lib/freadahead.c (freadahead): Likewise.
909         * lib/freading.c (freading): Likewise.
910         * lib/freadptr.c (freadptr): Likewise.
911         * lib/freadseek.c (freadptrinc): Likewise.
912         * lib/fseeko.c (rpl_fseeko): Likewise.
913         * lib/fseterr.c (fseterr): Likewise.
914         * lib/fwritable.c (fwritable): Likewise.
915         * lib/fwriting.c (fwriting): Likewise.
916         Reported by Roger Cornelius <rac@tenzing.org> and
917         Brian K. White <brian@aljex.com>.
918
919 2008-04-06  Jim Meyering  <meyering@redhat.com>
920
921         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
922
923 2008-04-06  Bruno Haible  <bruno@clisp.org>
924
925         Avoid possible error with non-ASCII bytes in UTF-8 locales.
926         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
927         * tests/test-printf-posix.sh: Likewise.
928         * tests/test-vfprintf-posix.sh: Likewise.
929         * tests/test-vprintf-posix.sh: Likewise.
930         * tests/test-xprintf-posix.sh: Likewise.
931
932 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
933
934         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
935         hide error from 'ls', needed on OS/2.
936         Report by Elbert Pol <elbert.pol@gmail.com>.
937
938 2008-04-04  Eric Blake  <ebb9@byu.net>
939
940         Make test-fseeko.c failures meaningful.
941         * tests/test-fseeko.c: Print line number on failure.
942         * tests/test-fseek.c: Likewise.
943         Reported by Nelson H. F. Beebe.
944
945         Improve strtod bug detection check.
946         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
947         required for Solaris 10.
948         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
949
950 2008-04-04  Bruno Haible  <bruno@clisp.org>
951
952         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
953         by m4/setenv.m4.
954
955 2008-04-03  Eric Blake  <ebb9@byu.net>
956
957         Ensure sane .version contents.
958         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
959         version string.
960         * build-aux/git-version-gen: Improve documentation.
961
962         Make GNU make output nicer.
963         * top/GNUmakefile [!_have-Makefile]: Add dependency on
964         MAKECMDGOALS to enforce message for all command line targets.  Set
965         srcdir for use in maint.mk.
966
967         Another maintainer tweak.
968         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
969         a target that regenerates version.
970
971 2008-04-03  Jim Meyering  <meyering@redhat.com>
972
973         vc-list-files: don't cause coreutils "make po-check" failure
974         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
975
976 2008-04-03  Eric Blake  <ebb9@byu.net>
977
978         Allow VPATH usage of vc-list-files.
979         * build-aux/vc-list-files (scriptversion): Add timestamp.
980         (options): Add --help, --version, -C.
981         (CVS): Support installed cvsu.
982
983 2008-04-02  Bruno Haible  <bruno@clisp.org>
984
985         Avoid some "statement with no effect" warnings from gcc.
986         * tests/test-wctype.c (main): Explicitly ignore unused values.
987         Reported by Jim Meyering.
988
989 2008-04-02  Jim Meyering  <meyering@redhat.com>
990
991         Avoid some warnings from "gcc -Wshadow".
992         * tests/test-frexp.c (exp): Define to a different identifier.
993         * tests/test-frexpl.c (exp): Likewise.
994
995 2008-04-03  Jim Meyering  <meyering@redhat.com>
996
997         bootstrap: remove dangling *.[ch] symlinks from lib
998         * build-aux/bootstrap [dangling symlink removal]: Move find's
999         -depth option to precede all others, to avoid a warning.
1000         Remove *.[ch] files too, and from "$source_base" (usually lib/).
1001
1002 2008-04-02  Bruno Haible  <bruno@clisp.org>
1003
1004         Avoid some warnings from "gcc -Wshadow".
1005         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
1006         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
1007         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
1008         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
1009         Reported by Jim Meyering.
1010
1011 2008-04-01  Bruno Haible  <bruno@clisp.org>
1012
1013         Fix test to work on IRIX 6.5 with cc.
1014         * tests/test-math.c (numeric_equal): New function.
1015         (main): Use it.
1016
1017 2008-04-01  Bruno Haible  <bruno@clisp.org>
1018
1019         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
1020
1021 2008-04-01  Bruno Haible  <bruno@clisp.org>
1022
1023         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
1024         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1025         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
1026         (Depends-on): Remove math.
1027
1028         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
1029         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1030         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
1031         (Depends-on): Remove math.
1032
1033         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
1034         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1035         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
1036         (Depends-on): Remove math.
1037         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
1038         (Depends-on): Remove math.
1039
1040         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
1041         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
1042         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
1043         (Depends-on): Remove math.
1044         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
1045         (Depends-on): Remove math.
1046
1047         * tests/test-round1.c: Include nan.h.
1048         (main): Use NaNd instead of NAN.
1049         * modules/round-tests (Files): Add tests/nan.h.
1050
1051         * tests/test-trunc1.c: Include nan.h.
1052         (main): Use NaNd instead of NAN.
1053         * modules/trunc-tests (Files): Add tests/nan.h.
1054
1055         * tests/test-roundf1.c: Include nan.h.
1056         (main): Use NaNf instead of NAN.
1057         * modules/roundf-tests (Files): Add tests/nan.h.
1058
1059         * tests/test-truncf1.c: Include nan.h.
1060         (main): Use NaNf instead of NAN.
1061         * modules/truncf-tests (Files): Add tests/nan.h.
1062
1063         * tests/test-ceilf1.c: Include nan.h.
1064         (main): Use NaNf instead of NAN.
1065         * modules/ceilf-tests (Files): Add tests/nan.h.
1066
1067         * tests/test-floorf1.c: Include nan.h.
1068         (main): Use NaNf instead of NAN.
1069         * modules/floorf-tests (Files): Add tests/nan.h.
1070
1071         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
1072         (main): Use NaNf instead of NAN.
1073         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
1074
1075         * tests/test-isnand.c: Include nan.h instead of <math.h>.
1076         (main): Use NaNd instead of NAN.
1077         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
1078
1079         * tests/test-frexp.c: Include nan.h.
1080         (main): Use NaNd instead of NAN.
1081         * modules/frexp-tests (Files): Add tests/nan.h.
1082
1083         * lib/isnan.c: Don't include <math.h>.
1084         (FUNC): Don't use NAN macro.
1085         * modules/isnand-nolibm (Depends-on): Remove math.
1086         * modules/isnanf-nolibm (Depends-on): Remove math.
1087         * modules/isnanl (Depends-on): Remove math.
1088         * modules/isnanl-nolibm (Depends-on): Remove math.
1089
1090         * tests/nan.h: New file.
1091
1092 2008-04-01  Eric Blake  <ebb9@byu.net>
1093
1094         Fix typos.
1095         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
1096         values to be the right type.
1097
1098         For now, cater to gnulib strtod inaccuracies.
1099         * tests/test-strtod.c (main): Allow 1-ulp error on expected
1100         fractional results.  While not as nice from a QoI perspective, it
1101         is a quicker patch than correctly implementing decimal to binary
1102         rounding.
1103
1104 2008-03-31  Eric Blake  <ebb9@byu.net>
1105
1106         Guarantee a definition of NAN.
1107         * lib/math.in.h (NAN): Define if missing.
1108         * tests/test-math.c (main): Test it.
1109         * doc/posix-headers/math.texi (math.h): Document this.
1110         * lib/isnan.c (rpl_isnand): Use it.
1111         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
1112         * tests/test-floorf1.c (NaN): Likewise.
1113         * tests/test-frexp.c (NaN): Likewise.
1114         * tests/test-isnand.c (NaN): Likewise.
1115         * tests/test-isnanf.c (NaN): Likewise.
1116         * tests/test-round1.c (NaN): Likewise.
1117         * tests/test-roundf1.c (NaN): Likewise.
1118         * tests/test-snprintf-posix.h (NaN): Likewise.
1119         * tests/test-sprintf-posix.h (NaN): Likewise.
1120         * tests/test-trunc1.c (NaN): Likewise.
1121         * tests/test-truncf1.c (NaN): Likewise.
1122         * tests/test-vasnprintf-posix.c (NaN): Likewise.
1123         * tests/test-vasprintf-posix.c (NaN): Likewise.
1124         * modules/isnand-nolibm (Depends-on): Add math.
1125         * modules/isnanf-nolibm (Depends-on): Likewise.
1126         * modules/isnanl (Depends-on): Likewise.
1127         * modules/isnanl-nolibm (Depends-on): Likewise.
1128         * modules/snprintf-posix-tests (Depends-on): Likewise.
1129         * modules/sprintf-posix-tests (Depends-on): Likewise.
1130         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
1131         * modules/vsprintf-posix-tests (Depends-on): Likewise.
1132         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
1133         * modules/vasprintf-posix-tests (Depends-on): Likewise.
1134
1135 2008-03-31  Bruno Haible  <bruno@clisp.org>
1136
1137         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
1138         * doc/posix-functions/strtod.texi: Likewise.
1139
1140 2008-03-31  Bruno Haible  <bruno@clisp.org>
1141
1142         * tests/test-strtod.c (main): Don't use C99 syntax.
1143
1144 2008-03-31  Bruno Haible  <bruno@clisp.org>
1145
1146         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
1147         Reported by Eric Blake.
1148
1149 2008-03-31  Jim Meyering  <meyering@redhat.com>
1150
1151         Don't compare actual signbit return values.
1152         * tests/test-strtod.c (main): Rather, compare only their
1153         zero/non-zero nature.
1154
1155 2008-03-31  Eric Blake  <ebb9@byu.net>
1156
1157         More strtod documentation.
1158         * doc/posix-functions/strtod.texi (strtod): Interpret more test
1159         failures as distinct bugs.
1160
1161 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
1162
1163         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
1164         Problem reported by Erik Benada in
1165         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
1166
1167 2008-03-30  Bruno Haible  <bruno@clisp.org>
1168
1169         * tests/test-strtod.c: Add comments about which assertion fails on which
1170         platform.
1171         * doc/posix-functions/strtod.texi: Add info about many more platforms.
1172
1173 2008-03-30  Eric Blake  <ebb9@byu.net>
1174
1175         Test signbit behavior on zeros.
1176         * tests/test-signbit.c (test_signbitf): Add tests for zero.
1177         (test_signbitd, test_signbitl): Likewise.
1178
1179         More strtod touchups.
1180         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
1181         sign of negative underflow, for now.  Use .5, not .1.
1182         * doc/posix-functions/strtod.texi (strtod): Mention these
1183         limitations.
1184         Reported by Jim Meyering.
1185
1186 2008-03-30  Bruno Haible  <bruno@clisp.org>
1187
1188         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
1189         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
1190
1191 2008-03-30  Bruno Haible  <bruno@clisp.org>
1192
1193         Avoid failure when attempting to return empty iconv results on some
1194         platforms.
1195         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
1196         allocation, don't report ENOMEM when the resulting string is empty.
1197
1198 2008-03-30  Bruno Haible  <bruno@clisp.org>
1199
1200         Fix buffer overrun.
1201         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
1202         Don't consider the width for tmp_length. Check count against tmp_length
1203         before doing the padding. Ensure enough allocation during padding.
1204
1205 2008-03-30  Eric Blake  <ebb9@byu.net>
1206
1207         strtod touchups.
1208         * lib/strtod.c (strtod): Avoid compiler warnings.
1209         Reported by Jim Meyering.
1210
1211 2008-03-30  Bruno Haible  <bruno@clisp.org>
1212
1213         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
1214         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
1215         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
1216         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
1217         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
1218         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
1219         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
1220         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
1221
1222         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
1223         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
1224         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
1225         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
1226         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
1227         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
1228         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
1229         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
1230
1231         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
1232         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
1233         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
1234         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
1235         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
1236         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
1237         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
1238         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
1239
1240         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
1241         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
1242
1243         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
1244         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
1245
1246         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
1247         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
1248
1249         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
1250         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
1251         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
1252
1253         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
1254         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
1255         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
1256
1257         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
1258         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
1259         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
1260
1261         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
1262         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
1263         * modules/vasprintf (Depends-on): Add EOVERFLOW.
1264
1265         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
1266         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
1267         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
1268         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
1269         (Depends-on): Add EOVERFLOW.
1270         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
1271         (Depends-on): Add EOVERFLOW.
1272         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1273         (Depends-on): Add EOVERFLOW.
1274         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
1275         (Depends-on): Add EOVERFLOW.
1276         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1277         (Depends-on): Add EOVERFLOW.
1278         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
1279         (Depends-on): Add EOVERFLOW.
1280         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1281         (Depends-on): Add EOVERFLOW.
1282         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
1283         (Depends-on): Add EOVERFLOW.
1284
1285         * lib/sprintf.c (EOVERFLOW): Remove fallback.
1286         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
1287         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
1288
1289         * lib/snprintf.c (EOVERFLOW): Remove fallback.
1290         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
1291         * modules/snprintf (Depends-on): Add EOVERFLOW.
1292
1293         * lib/poll.c (EOVERFLOW): Remove fallback.
1294         * modules/poll (Depends-on): Add EOVERFLOW.
1295
1296         * lib/getugroups.c (EOVERFLOW): Remove fallback.
1297         * modules/getugroups (Depends-on): Add EOVERFLOW.
1298
1299         * lib/getdelim.c (EOVERFLOW): Remove fallback.
1300         * modules/getdelim (Depends-on): Add EOVERFLOW.
1301
1302         * lib/ftell.c (EOVERFLOW): Remove fallback.
1303         * modules/ftell (Depends-on): Add EOVERFLOW.
1304
1305         * lib/fprintf.c (EOVERFLOW): Remove fallback.
1306         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
1307         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
1308
1309         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
1310
1311         * modules/EOVERFLOW-tests: New file.
1312         * tests/test-EOVERFLOW.c: New file.
1313
1314         * modules/EOVERFLOW: New file.
1315         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
1316
1317 2008-03-30  Bruno Haible  <bruno@clisp.org>
1318
1319         Fix bug introduced on 2007-06-10.
1320         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
1321         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
1322
1323 2008-03-30  Bruno Haible  <bruno@clisp.org>
1324
1325         Improve freadseek's efficiency after ungetc.
1326         * lib/freadseek.c: Include freadahead.h.
1327         (freadptrinc): New function, extracted from freadseek.
1328         (freadseek): Use it in a loop. Use freadahead to determine the number
1329         of loop iterations.
1330         * modules/freadseek (Depends-on): Add freadahead.
1331         (configure.ac): Require AC_C_INLINE.
1332
1333 2008-03-30  Bruno Haible  <bruno@clisp.org>
1334
1335         * lib/freadseek.c (freadseek): Don't ignore the return value of
1336         freadptr.
1337
1338 2008-03-29  Eric Blake  <ebb9@byu.net>
1339
1340         Add hex float support.
1341         * modules/strtod (Depends-on): Add c-ctype.
1342         (Link): Mention POW_LIB.
1343         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
1344         whitespace between 'e' and exponent.
1345         * tests/test-strtod.c (main): Enable hex float tests.
1346         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
1347         now provides.
1348
1349         Document various strtod bugs, with some fixes.
1350         * doc/posix-functions/strtod.texi (strtod): Document bugs with
1351         "-0x", "inf", "nan", and hex constants.
1352         * doc/posix-functions/atof.texi (atof): Likewise.
1353         * modules/stdlib (Makefile.am): Support strtod.
1354         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
1355         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
1356         detect additional strtod bugs.
1357         * lib/stdlib.in.h (rpl_strtod): Add declarations.
1358         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
1359         bool where appropriate.  Parse 'inf' and 'nan'.
1360         * tests/test-strtod.c: New file.
1361         * modules/strtod (Depends-on): Add stdbool, stdlib.
1362         (configure.ac): Turn on module indicator.
1363         * modules/strtod-tests: New module.
1364
1365 2008-03-29  Eric Blake  <ebb9@byu.net>
1366
1367         Fix ftell on mingw.
1368         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
1369         * modules/ftell-tests (Depends-on): Add binary-io.
1370         * modules/ftello-tests (Depends-on): Likewise.
1371         * tests/test-ftell.c (main): Enhance test to cover behavior after
1372         ungetc.  Enforce binary mode.
1373         * tests/test-ftello.c (main): Likewise.
1374
1375         Pass test-freadseek on cygwin.
1376         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
1377         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
1378         ungetc buffer.
1379
1380         * tests/test-fflush2.c (main): Fix typo.
1381
1382 2008-03-29  Bruno Haible  <bruno@clisp.org>
1383
1384         * tests/test-fflush2.c (main): Temporarily disable the contents of
1385         this test.
1386         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
1387         Reported by Eric Blake.
1388
1389 2008-03-28  Simon Josefsson  <simon@josefsson.org>
1390
1391         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
1392         (GC_SHA224_DIGEST_SIZE): Add.
1393
1394         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
1395         (gc_hash_digest_length): Likewise.
1396         (gc_hash_buffer): Likewise.
1397
1398 2008-03-25  Bruno Haible  <bruno@clisp.org>
1399
1400         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
1401         detail which gettext release to use.
1402         Reported by Simon Josefsson.
1403
1404 2008-03-26  Jim Meyering  <meyering@redhat.com>
1405
1406         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
1407         * modules/gnumakefile (clean-GNUmakefile): Also, use
1408         test ... && ... || : syntax rather than if-then ... fi.
1409
1410         gnumakefile: Don't double-quote-expand $(VPATH) value.
1411         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
1412
1413 2008-03-24  Eric Blake  <ebb9@byu.net>
1414
1415         Alter GNUmakefile to install into top directory.
1416         * modules/maintainer-makefile: Split, and add dependency...
1417         * modules/gnumakefile: to this new module.
1418         * build-aux/GNUmakefile: Move...
1419         * top/GNUmakefile: ...here.
1420         * build-aux/maint.mk: Move...
1421         * top/maint.mk: ...here.
1422         * MODULES.html.sh (Support for maintaining...): Document new
1423         module.
1424
1425 2008-03-23  Bruno Haible  <bruno@clisp.org>
1426
1427         * gnulib-tool: New options --vc-files, --no-vc-files.
1428         (func_usage): Document them.
1429         (vc_files): New variable.
1430         (func_import): Consider vc_files.
1431         (func_create_testdir): Set vc_files to empty.
1432         Suggested by Jim Meyering and Karl Berry.
1433
1434 2008-03-23  Bruno Haible  <bruno@clisp.org>
1435
1436         Fix regex compilation error on HP-UX 11.
1437         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
1438         * modules/regex (Files): Add m4/mbstate_t.m4.
1439         Reported by Ton Voon <ton.voon@altinity.com>.
1440
1441 2008-03-23  Bruno Haible  <bruno@clisp.org>
1442
1443         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
1444
1445 2008-03-23  Eric Blake  <ebb9@byu.net>
1446             Bruno Haible  <bruno@clisp.org>
1447
1448         Install files from top/ in the destination directory.
1449         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
1450         augmentation also for the files from top/.
1451         (func_import, func_create_testdir): Rewrite file names:
1452         top/filename -> filename.
1453
1454 2008-03-23  Bruno Haible  <bruno@clisp.org>
1455
1456         Tweak "gnulib --version" output.
1457         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
1458
1459 2008-03-23  Bruno Haible  <bruno@clisp.org>
1460
1461         Tweak "gnulib --version" output.
1462         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
1463         rather than contents of ChangeLog, when possible.
1464
1465 2008-03-21  Eric Blake  <ebb9@byu.net>
1466
1467         More --version tweaks.
1468         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
1469         date of last ChangeLog entry.
1470
1471 2008-03-21  Jim Meyering  <meyering@redhat.com>
1472
1473         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
1474
1475 2008-03-20  Eric Blake  <ebb9@byu.net>
1476
1477         VPATH fix.
1478         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
1479
1480 2008-03-20  Simon Josefsson  <simon@josefsson.org>
1481
1482         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
1483         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
1484
1485 2008-03-20  Eric Blake  <ebb9@byu.net>
1486
1487         Sync GNUmakefile with coreutils.
1488         * build-aux/GNUmakefile (have-Makefile): Rename...
1489         (_have-Makefile): ...to this, for namespace consideration.
1490         (GNUmakefile.cfg): Include, if present.
1491         (_autoreconf): Define a default.
1492         (_is-dist-target): New rule for rebuilds to pick up intra-release
1493         version.
1494         (maint-cfg.mk): Rename...
1495         (cfg.mk): ...to this.
1496
1497 2008-03-18  Jim Meyering  <meyering@redhat.com>
1498
1499         New script and module: mktempd
1500         * MODULES.html.sh (maint+release support): Add mktempd.
1501         * build-aux/mktempd: New file.
1502         * modules/mktempd: New file.
1503
1504 2008-03-15  Jim Meyering  <meyering@redhat.com>
1505
1506         Undo last change.
1507         * lib/sha1.c, lib/md5.c: 63 != ~63.
1508         Reported by Andreas Schwab.
1509
1510         sha1.c, md5.c: Hoist a redundant expression.
1511         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
1512         "ctx->buflen" only once, before calling *_process_block.
1513         * lib/md5.c (md5_process_bytes): Likewise.
1514
1515 2008-03-14  Eric Blake  <ebb9@byu.net>
1516
1517         Bump copyright year in files generated by gnulib-tool.
1518         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
1519         gnulib-tool, rather than hard-coding it.
1520
1521         Fix 'gnulib-tool --version' output to work with git.
1522         * gnulib-tool (func_gnulib_dir): New function, extracted from...
1523         (startup): ...here.
1524         (func_version): Use it to invoke git-version-gen, rather than
1525         relying on CVS keyword expansion.  Modernize wording.
1526         (cvsdatestamp, last_checkin_date, version): Kill unused
1527         variables.
1528
1529 2008-03-12  Jim Meyering  <meyering@redhat.com>
1530
1531         Recognize optional cast of the argument to free.
1532         * build-aux/useless-if-before-free: Update regexps.
1533
1534         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
1535
1536 2008-03-11  Bruno Haible  <bruno@clisp.org>
1537
1538         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
1539         by a single package.
1540         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
1541         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
1542         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
1543         Reported by Sam Steingold <sds@gnu.org>.
1544
1545 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
1546
1547         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
1548         repositories.
1549
1550 2008-03-11  Bruno Haible  <bruno@clisp.org>
1551
1552         Avoid conflicts between local macro definitions.
1553         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1554         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
1555
1556 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
1557             Bruno Haible  <bruno@clisp.org>
1558
1559         Make va_copy work with some version of xlc on AIX 5.1.
1560         * lib/stdarg.in.h: New file.
1561         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
1562         On AIX, use a <stdarg.h> file substitute.
1563         * modules/stdarg (Files): Add lib/stdarg.in.h.
1564         (Depends-on): Add include_next.
1565         (Makefile.am): Build a stdarg.h substitute if requested.
1566         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
1567
1568 2008-03-10  Bruno Haible  <bruno@clisp.org>
1569
1570         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
1571         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
1572         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1573
1574 2008-03-10  Bruno Haible  <bruno@clisp.org>
1575
1576         * modules/stdlib (Depends-on): Add include_next, remove
1577         absolute-header.
1578
1579 2008-03-09  Bruno Haible  <bruno@clisp.org>
1580
1581         * lib/freadahead.h (freadahead): Document more precisely.
1582         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
1583         the sum of both buffer sizes.
1584         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
1585         * NEWS: Document the change.
1586
1587 2008-03-09  Bruno Haible  <bruno@clisp.org>
1588
1589         Extend freadptr to return also the buffer size.
1590         * lib/freadptr.h (freadptr): Add sizep argument.
1591         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
1592         (freadptr): Add sizep argument. Determine buffer size like freadahead
1593         does.
1594         * tests/test-freadptr.c: Don't include freadahead.h.
1595         (main): Adapt for new calling convention of freadptr.
1596         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
1597         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
1598         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
1599         tests/test-freadptr2.sh.
1600         (Depends): Remove freadahead.
1601         (TESTS): Add test-freadptr2.sh.
1602         (check_PROGRAMS): Add test-freadptr2.
1603
1604 2008-03-09  Bruno Haible  <bruno@clisp.org>
1605
1606         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
1607         Report and solution by Simon Josefsson.
1608
1609 2008-03-06  Bruno Haible  <bruno@clisp.org>
1610
1611         Make fflush after ungetc work on BSD platforms.
1612         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
1613         * tests/test-fflush2.c: New file.
1614         * tests/test-fflush2.sh: New file.
1615         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
1616         tests/test-fflush2.c.
1617         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
1618         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
1619
1620 2008-03-06  Eric Blake  <ebb9@byu.net>
1621
1622         Likewise for ftello.
1623         * modules/ftello (Dependencies): Add extensions.
1624         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
1625
1626 2008-03-06  Bruno Haible  <bruno@clisp.org>
1627
1628         * modules/fseeko (Dependencies): Add extensions.
1629         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
1630         Needed on glibc systems.
1631
1632 2008-03-06  Bruno Haible  <bruno@clisp.org>
1633
1634         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
1635         email address.
1636         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1637
1638 2008-03-06  Bruno Haible  <bruno@clisp.org>
1639
1640         * users.txt: Add libgnupdf.
1641
1642 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
1643
1644         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
1645         (Header File Substitutes, Function Substitutes,
1646         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
1647         (Build robot for gnulib): Fix typo.
1648
1649 2008-03-06  Bruno Haible  <bruno@clisp.org>
1650
1651         * doc/gnulib-tool.texi (VCS Issues): Small updates.
1652         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
1653
1654 2008-03-06  Bruno Haible  <bruno@clisp.org>
1655
1656         * doc/func.texi: New file, extracted from doc/gnulib.texi.
1657         * doc/gnulib.texi: Include it.
1658
1659 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1660
1661         * modules/func (License): Change license to unlimited; there was
1662         no LGPL parts in the module anyway.
1663
1664 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1665
1666         * modules/__func__: Renamed to modules/func.
1667         * modules/__func__-tests: Renamed to modules/func-tests.
1668         * tests/test-__func__.c: Renamed to tests/test-func.c.
1669         * m4/__func__.m4: Renamed to m4/func.m4.
1670         * doc/gnulib.texi (__func__): Section renamed to func.
1671         Suggested by Eric Blake <ebb9@byu.net>.
1672
1673 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1674
1675         * doc/gnulib.texi (__func__): Use C99 terminology when talking
1676         about __func__.  Make example self-contained.  Suggested by Eric
1677         Blake <ebb9@byu.net>.
1678
1679         * tests/test-__func__.c (main): Avoid extraneous () around __func.
1680         Suggested by Eric Blake <ebb9@byu.net>.
1681
1682 2008-03-06  Simon Josefsson  <simon@josefsson.org>
1683
1684         * modules/__func__: New file.
1685         * modules/__func__-tests: New file.
1686         * tests/test-__func__.c: New file.
1687         * m4/__func__.m4: New file.
1688         * doc/gnulib.texi (__func__): Document __func__ module.
1689
1690 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1691
1692         * modules/byteswap (License): Re-license as LGPLv2+.
1693
1694 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1695
1696         * doc/Makefile: Add pdf target.
1697
1698 2008-03-05  Simon Josefsson  <simon@josefsson.org>
1699
1700         * modules/inline (License): Use 'unlimited', since there are only
1701         *.m4 files in this module.
1702
1703 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1704             Bruno Haible  <bruno@clisp.org>
1705
1706         Add support for HP C 7.1 on OpenVMS 8.3.
1707         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
1708
1709 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
1710
1711         Update VMS specifics.
1712         * lib/getopt.c [VMS]: Remove include of unixlib.h.
1713
1714 2008-03-02  Jim Meyering  <meyering@redhat.com>
1715
1716         Remove the last dependency on the "free" module.
1717         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
1718         Reported by Bob Proulx.
1719
1720         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
1721
1722         Remove useless "if" tests before free.  Deprecate "free" module.
1723         * doc/posix-functions/free.texi: Mention that this
1724         module is no longer useful.
1725         * modules/free (Notice): Say this module is obsolete.
1726         * modules/readutmp (Depends-on): Remove free.
1727         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
1728         * lib/putenv.c (putenv): Likewise.
1729         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
1730         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
1731         * tests/test-c-strcasestr.c (main): Likewise.
1732         * tests/test-c-strstr.c (main): Likewise.
1733         * tests/test-mbscasestr1.c (main): Likewise.
1734         * tests/test-mbscasestr2.c (main): Likewise.
1735         * tests/test-mbsstr1.c (main): Likewise.
1736         * tests/test-mbsstr2.c (main): Likewise.
1737         * tests/test-memmem.c (main): Likewise.
1738         * tests/test-strcasestr.c (main): Likewise.
1739         * tests/test-striconv.c (main): Likewise.
1740         * tests/test-striconveh.c (main): Likewise.
1741         * tests/test-striconveha.c (main): Likewise.
1742         * tests/test-strstr.c (main): Likewise.
1743
1744         * build-aux/git-version-gen: Adjust a comment and the Usage string.
1745
1746         bootstrap: sync from coreutils again
1747         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
1748
1749 2008-03-01  Jim Meyering  <meyering@redhat.com>
1750
1751         bootstrap: sync from coreutils
1752         * build-aux/bootstrap (update_po_files): Copy a .po file into place
1753         also when the target doesn't exist.
1754
1755 2008-03-01  Eric Blake  <ebb9@byu.net>
1756
1757         Fix bugs in last patch.
1758         * lib/memchr2.c (memchr2): Fix typo.
1759         * tests/test-memchr2.c: Test previous bug, and don't use GNU
1760         extension.
1761         Reported by Bruce Korb.
1762
1763         New module 'memchr2'.
1764         * modules/memchr2: New file.
1765         * modules/memchr2-tests: Likewise.
1766         * lib/memchr2.h: Likewise.
1767         * lib/memchr2.c: Likewise, based on memchr.c.
1768         * tests/test-memchr2.c: New test.
1769         * MODULES.html.sh (String handling): Add memchr2.
1770
1771 2008-02-29  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/freadseek-tests: New file.
1774         * tests/test-freadseek.sh: New file.
1775         * tests/test-freadseek.c: New file.
1776
1777         New module 'freadseek'.
1778         * modules/freadseek: New file.
1779         * lib/freadseek.h: New file.
1780         * lib/freadseek.c: New file.
1781         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
1782
1783 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
1784
1785         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
1786         wydawca.
1787
1788         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
1789         program_invocation_name and program_invocation_short_name are
1790         present.
1791
1792 2008-02-28  Bruno Haible  <bruno@clisp.org>
1793
1794         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
1795         * tests/test-freadptr.sh: Also test non-seekable stdin.
1796
1797 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
1798
1799         * build-aux/bootstrap (source_base, m4_base)
1800         (doc_base, tests_base): New variables.
1801         (gnulib_tool_options): Do not hardcode base directories, use
1802         the above variables instead.
1803
1804 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
1805
1806         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
1807
1808 2008-02-28  Bruno Haible  <bruno@clisp.org>
1809
1810         * modules/freadptr-tests: New file.
1811         * tests/test-freadptr.sh: New file.
1812         * tests/test-freadptr.c: New file.
1813
1814         New module 'freadptr'.
1815         * modules/freadptr: New file.
1816         * lib/freadptr.h: New file.
1817         * lib/freadptr.c: New file.
1818         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
1819
1820 2008-02-26  Karl Berry  <karl@freefriends.org>
1821
1822         Sync from Libtool:
1823         * libltdl/argz.c (argz_add, argz_count): New functions.
1824         * libltdl/argz.in.h: Declare them.
1825         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
1826
1827 2008-02-22  Bruno Haible  <bruno@clisp.org>
1828
1829         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
1830         is a pointer type.  Needed for HP-UX 10.
1831         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
1832         * doc/posix-functions/gmtime_r.texi: Likewise.
1833         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
1834
1835 2008-02-24  Bruno Haible  <bruno@clisp.org>
1836
1837         * modules/environ-tests: New file.
1838         * tests/test-environ.c: New file.
1839
1840         New module 'environ'.
1841         * modules/environ: New file.
1842         * lib/unistd.in.h (environ): New declaration.
1843         * m4/environ.m4: New file.
1844         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
1845         after use.
1846         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
1847         HAVE_DECL_ENVIRON.
1848         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
1849         HAVE_DECL_ENVIRON.
1850         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
1851         wrong claim that 'environ' is missing on some systems.
1852         * modules/execute (Depends-on): Add environ.
1853         * lib/execute.c (environ): Remove fallback declaration.
1854         * modules/pipe (Depends-on): Add environ.
1855         * lib/pipe.c (environ): Remove fallback declaration.
1856         * modules/setenv (Depends-on): Add environ.
1857         * lib/setenv.c (environ): Remove fallback declaration.
1858         * modules/unsetenv (Depends-on): Add environ.
1859         * lib/unsetenv.c (environ): Remove fallback declaration.
1860         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
1861         m4/environ.m4.
1862         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
1863         (gl_PREREQ_UNSETENV): Likewise.
1864
1865 2008-02-24  Bruno Haible  <bruno@clisp.org>
1866
1867         * doc/posix-functions/environ.texi: Document the MacOS X problem.
1868
1869 2008-02-20  Bob Proulx  <bob@proulx.com>
1870
1871         Enable use of older two part flavor 'git describe'.
1872         * build-aux/git-version-gen: If using the older two part flavor of
1873         git version then recreate the third part now present in the
1874         newer three part flavor of git describe.
1875
1876 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
1877
1878         * lib/fts.c (fts_build): Typo correction to comment.
1879
1880 2008-02-17  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
1883         generating no-op conflicts.
1884
1885 2008-02-17  Bruno Haible  <bruno@clisp.org>
1886
1887         Speed up by 10%.
1888         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
1889         result_entries, rather than an index-based loop.
1890
1891 2008-02-17  Bruno Haible  <bruno@clisp.org>
1892
1893         Speed up by 25%.
1894         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
1895         'hashcode_cached'.
1896         (entry_create): New function.
1897         (entry_hashcode): Use the cached hashcode if possible.
1898         (read_changelog_file, try_split_merged_entry): Use entry_create.
1899
1900 2008-02-17  Bruno Haible  <bruno@clisp.org>
1901
1902         Speed up from O(n^2) to O(n) for long ChangeLog files.
1903         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
1904         (read_changelog_file): Change implementation of entries_reversed list
1905         to rbtreehash.
1906         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
1907
1908 2008-02-17  Bruno Haible  <bruno@clisp.org>
1909
1910         New option --split-merged-entry.
1911         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
1912         (find_paragraph_end, try_split_merged_entry): New functions.
1913         (long_options): Add option --split-merged-entry.
1914         (usage): Document option --split-merged-entry.
1915         (main): Implement option --split-merged-entry.
1916         Reported by Eric Blake.
1917
1918 2008-02-17  Bruno Haible  <bruno@clisp.org>
1919
1920         * lib/git-merge-changelog.c: Include c-strstr.h.
1921         (main): Support the "git pull --rebase" situation.
1922         * modules/git-merge-changelog (Depends-on): Add c-strstr.
1923         Reported by Eric Blake.
1924
1925 2008-02-16  Eric Blake  <ebb9@byu.net>
1926
1927         Avoid doubling \ in common case of "c-maybe" quoting style.
1928         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
1929         eliding outer quotes.
1930         * lib/quotearg.h: Document this.
1931         * tests/test-quotearg.c (result_strings, inputs, results_g)
1932         (flag_results, locale_results): Test it by adding a new string to
1933         each test group.
1934         (compare_strings): Test new string.
1935
1936 2008-02-13  Eric Blake  <ebb9@byu.net>
1937
1938         Avoid trigraph quoting in default output.
1939         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
1940         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
1941         unless explicitly requested.
1942         * tests/test-quotearg.c (flag_results, main): Add additional tests.
1943
1944 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
1945
1946         Don't rely on signed integer overflowing to negative value.
1947         * lib/getugroups.c (getugroups): Include <limits.h>.
1948         Instead, compare against INT_MAX, and increment only if the test passes.
1949
1950 2008-02-13  Jim Meyering  <meyering@redhat.com>
1951         and Eric Blake  <ebb9@byu.net>
1952
1953         Avoid shadowing warning and compile errors on Linux.
1954         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
1955         forwarding macros on Linux.
1956         (dcgettext): Define a stub, for Linux.
1957         (results_g, main): Avoid warnings.
1958
1959 2008-02-12  Eric Blake  <ebb9@byu.net>
1960
1961         Silence warning in last patch.
1962         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
1963
1964         Quotearg part 4: add tests, fix c-maybe colon quoting.
1965         * lib/quotearg.h: Improve documentation.
1966         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
1967         escapes when adding outer quotes.  When quoting trigraphs, use
1968         valid C notation.  When quoting NUL, omit extra characters if next
1969         character is not digit.  Alter prototype.
1970         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
1971         callers.
1972         * modules/quotearg-tests: New module.
1973         * tests/test-quotearg.c: New test.
1974
1975 2008-02-07  Eric Blake  <ebb9@byu.net>
1976
1977         Quotearg part 3: add flag to control outer quote elision.
1978         * lib/quotearg.h (c_maybe_quoting_style): New style.
1979         (enum quoting_flags): Better documentation of flags.
1980         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
1981         c-maybe style.
1982         (quotearg_buffer_restyled): Handle new flag to elide outer
1983         quotes.
1984
1985         Quotearg part 2: add flag that can control NUL elision.
1986         * lib/quotearg.h (set_quoting_flags): New prototype.
1987         * lib/quotearg.c (struct quoting_options): Add flag field.
1988         (set_quoting_flags): New function.
1989         (quotearg_buffer_restyled): Add flags parameter.
1990         (quotearg_alloc_mem): Set the flag if length cannot be returned.
1991         (quotearg_n_options): Set the flag, since length cannot be
1992         returned.
1993         (quoting_options_from_style): Default flags correctly.
1994
1995         Quotearg part 1: more wrappers, restore quotearg_char state.
1996         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
1997         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
1998         (quotearg_colon_mem): New wrappers.
1999         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
2000         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
2001         functions.
2002         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
2003         (quotearg_colon_mem): New functions.
2004
2005 2008-02-11  Bruno Haible  <bruno@clisp.org>
2006
2007         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
2008         library in the current directory: it does not work with parallel make.
2009         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2010
2011 2008-02-11  Bruno Haible  <bruno@clisp.org>
2012
2013         * .gitattributes: New file.
2014
2015 2008-02-11  Jim Meyering  <meyering@redhat.com>
2016
2017         useless-if-before-free: Fix reversed exit values.
2018         * build-aux/useless-if-before-free: Use correct values
2019         for EXIT_MATCH and EXIT_NO_MATCH.
2020
2021         * build-aux/useless-if-before-free: Close stdout carefully.
2022
2023 2008-02-10  Bruno Haible  <bruno@clisp.org>
2024
2025         New module 'git-merge-changelog'.
2026         * modules/git-merge-changelog: New file.
2027         * lib/git-merge-changelog.c: New file.
2028
2029 2008-02-10  Jim Meyering  <meyering@redhat.com>
2030
2031         useless-if-before-free: New option: --list (-l).
2032
2033         useless-if-before-free: Don't exit immediately upon open failure.
2034         * build-aux/useless-if-before-free: Exit 2 for errors.
2035         Upon failure to open a file, don't exit immediately.
2036         Rather, just warn and continue with any remaining files.
2037
2038 2008-02-10  Bruno Haible  <bruno@clisp.org>
2039
2040         New abstract list operation 'node_set_value'.
2041         * lib/gl_list.h (gl_list_node_set_value): New function.
2042         (struct gl_list_implementation): New field node_set_value.
2043         * lib/gl_list.c (gl_list_node_set_value): New function.
2044         * lib/gl_array_list.c (gl_array_node_set_value): New function.
2045         (gl_array_list_implementation): Update.
2046         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
2047         (gl_carray_list_implementation): Update.
2048         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
2049         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2050         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2051         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
2052         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2053         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2054         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2055         Update.
2056         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2057         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
2058         (gl_sublist_list_implementation): Update.
2059
2060 2008-02-10  Bruno Haible  <bruno@clisp.org>
2061
2062         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
2063         Needed when ELEMENT is #defined to 'some_type *'.
2064
2065 2008-02-10  Jim Meyering  <meyering@redhat.com>
2066
2067         New script and module: useless-if-before-free
2068         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
2069         * build-aux/useless-if-before-free: New file.
2070         * modules/useless-if-before-free: New file.
2071
2072         * build-aux/gitlog-to-changelog: Use committer date, not author date.
2073
2074         xstrtol_error: Fix typo.
2075         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
2076         s/exit_failure/exit_status/.
2077
2078 2008-02-09  Jim Meyering  <meyering@redhat.com>
2079
2080         New script and module: gitlog-to-changelog
2081         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
2082         * modules/gitlog-to-changelog: New file.
2083         * build-aux/gitlog-to-changelog: New file.
2084
2085 2008-02-08  Jim Meyering  <meyering@redhat.com>
2086
2087         Avoid two "parameter unused" warnings.
2088         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
2089         Mark "st" as used.
2090
2091         Use "git COMMAND", not "git-COMMAND".
2092         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
2093         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
2094         * build-aux/git-version-gen: Use "git status", not "git-status".
2095
2096 2008-02-07  Bruno Haible  <bruno@clisp.org>
2097
2098         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
2099         Avoids a crash on Windows Vista.
2100         Reported by Adam Strzelecki <ono@java.pl> via
2101         Simon Josefsson <simon@josefsson.org>.
2102
2103 2008-02-06  Bruno Haible  <bruno@clisp.org>
2104
2105         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
2106         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
2107         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
2108         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
2109         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2110         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2111         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
2112         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
2113         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2114         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2115         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2116         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2117         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2118         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2119         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2120         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
2121         left-adjust flag.
2122         * tests/test-snprintf-posix.h (test_function): Likewise.
2123         * tests/test-sprintf-posix.h (test_function): Likewise.
2124         * tests/test-vasprintf-posix.c (test_function): Likewise.
2125         * doc/posix-functions/fprintf.texi: Update.
2126         * doc/posix-functions/printf.texi: Update.
2127         * doc/posix-functions/snprintf.texi: Update.
2128         * doc/posix-functions/sprintf.texi: Update.
2129         * doc/posix-functions/vfprintf.texi: Update.
2130         * doc/posix-functions/vprintf.texi: Update.
2131         * doc/posix-functions/vsnprintf.texi: Update.
2132         * doc/posix-functions/vsprintf.texi: Update.
2133         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2134
2135 2008-02-06  Bruno Haible  <bruno@clisp.org>
2136
2137         Fix bug introduced on 2008-01-26.
2138         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
2139
2140 2008-02-06  Bruno Haible  <bruno@clisp.org>
2141
2142         Fix bug introduced on 2007-06-10.
2143         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
2144         !NEED_PRINTF_FLAG_ZERO.
2145
2146 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
2147
2148         getloadavg: use libperfstat on AIX5
2149         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
2150
2151 2008-02-03  Bruno Haible  <bruno@clisp.org>
2152
2153         * lib/diffseq.h: Add comments about required #includes.
2154         Reported by Michael Biggs <gnulib@doubleplum.net>.
2155
2156 2008-02-01  Bruno Haible  <bruno@clisp.org>
2157
2158         * users.txt: Add gnuit.
2159
2160 2008-01-31  Bruno Haible  <bruno@clisp.org>
2161
2162         * lib/md4.c (set_uint32): Mark as inline.
2163         * lib/md5.c (set_uint32): Likewise.
2164         * lib/sha1.c (set_uint32): Likewise.
2165         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
2166         * m4/md5.m4 (gl_MD5): Likewise.
2167         * m4/sha1.m4 (gl_SHA1): Likewise.
2168
2169 2008-01-31  Jim Meyering  <meyering@redhat.com>
2170
2171         Use "sizeof VAR", rather than a literal "4".
2172         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
2173         * lib/md4.c (md4_read_ctx): Likewise.
2174         * lib/sha1.c (sha1_read_ctx): Likewise.
2175
2176 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2177
2178         * tests/test-sha1.c: New file, based on test-md5.c.
2179
2180         * modules/crypto/sha1-tests: New file.
2181
2182 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2183
2184         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
2185
2186 2008-01-31  Jim Meyering  <meyering@redhat.com>
2187
2188         Prefer "sizeof v" over the equivalent "4".
2189         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
2190         * lib/md5.c (set_uint32): Likewise.
2191         * lib/sha1.c (set_uint32): Likewise.
2192
2193 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2194
2195         * lib/sha1.c (set_uint32): Mark function as static.
2196
2197 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2198
2199         md2: clarify comments to say that alignment is not required.
2200         * lib/md2.h: Remove warning about alignment in comment.
2201         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
2202         never been required.
2203
2204 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2205
2206         md4: adapt alignment constraint fix from sha1.
2207         * lib/md4.c (set_uint32): New function, from sha1.c
2208         (md4_read_ctx): Use it.
2209         (md4_finish_ctx): Doc fix.
2210         * lib/md4.h: Doc fix.
2211
2212 2008-01-31  Simon Josefsson  <simon@josefsson.org>
2213
2214         md5: adapt alignment constraint fix from sha1.
2215         * lib/md5.c (set_uint32): New function, from sha1.c
2216         (md5_read_ctx): Use it.
2217         (md5_finish_ctx): Doc fix.
2218         * lib/md5.h: Doc fix.
2219
2220 2008-01-30  Peter Palfrader  <weasel@debian.org>
2221
2222         sha1: remove the result buffer alignment constraint
2223         * lib/sha1.c (set_uint32): New function.
2224         (sha1_read_ctx): Rewrite to remove the result buffer alignment
2225         constraint.
2226         (sha1_finish_ctx): Remove comment warning about alignment constraint.
2227         * lib/sha1.h: Likewise.
2228
2229 2008-01-30  Andreas Schwab  <schwab@suse.de>
2230             Bruno Haible  <bruno@clisp.org>
2231
2232         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
2233         correct definition of LDBL_MIN_EXP.
2234
2235 2008-01-30  Karl Berry  <karl@gnu.org>
2236
2237         * config/srclist-update: try to preserve x bit on updates.
2238         * config/srclistvars.sh: update for karl.
2239
2240 2008-01-29  Jim Meyering  <meyering@redhat.com>
2241
2242         vasnprintf.c: Avoid warning about unused label
2243         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
2244         "overflow" label definition and associated code with the
2245         same cpp condition that guards the sole use of that label.
2246
2247 2008-01-26  Bruno Haible  <bruno@clisp.org>
2248
2249         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
2250         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
2251         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
2252         * lib/isnanl-nolibm.h (isnanl): Likewise.
2253         Reported by Paul Eggert <eggert@cs.ucla.edu>.
2254
2255 2008-01-26  Bruno Haible  <bruno@clisp.org>
2256
2257         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
2258         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
2259
2260 2008-01-26  Bruno Haible  <bruno@clisp.org>
2261
2262         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
2263         GCC >= 4.0 built-in.
2264         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
2265
2266 2008-01-26  Bruno Haible  <bruno@clisp.org>
2267
2268         Rename isnan, applicable to 'double' only, to isnand.
2269         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
2270         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
2271         (configure.ac): Update.
2272         (Include): Replace "isnan.h" with "isnand.h".
2273         * m4/isnand.m4: Renamed from m4/isnan.m4.
2274         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
2275         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
2276         instead of isnan.c.
2277         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
2278         instead of HAVE_ISNAN_IN_LIBC.
2279         (isnand): Renamed from isnan.
2280         * lib/isnand.c: New file.
2281         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
2282         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
2283         (Makefile.am): Update.
2284         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
2285         Include isnand.h instead of isnan.h.
2286         (main): Test isnand instead of isnan.
2287         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
2288         isnan-nolibm.
2289         * modules/frexp (Depends-on): Likewise.
2290         * modules/frexp-tests (Depends-on): Likewise.
2291         * modules/frexp-nolibm (Depends-on): Likewise.
2292         * modules/frexp-nolibm-tests (Depends-on): Likewise.
2293         * modules/isfinite (Depends-on): Likewise.
2294         * modules/round-tests (Depends-on): Likewise.
2295         * modules/signbit (Depends-on): Likewise.
2296         * modules/signbit-tests (Depends-on): Likewise.
2297         * modules/snprintf-posix (Depends-on): Likewise.
2298         * modules/sprintf-posix (Depends-on): Likewise.
2299         * modules/trunc-tests (Depends-on): Likewise.
2300         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2301         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2302         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2303         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2304         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2305         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2306         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2307         * modules/vasnprintf-posix (Depends-on): Likewise.
2308         * modules/vasprintf-posix (Depends-on): Likewise.
2309         * modules/vfprintf-posix (Depends-on): Likewise.
2310         * modules/vsnprintf-posix (Depends-on): Likewise.
2311         * modules/vsprintf-posix (Depends-on): Likewise.
2312         * lib/frexp.c: Include isnand.h instead of isnan.h.
2313         (ISNAN): Set to isnand instead of isnan.
2314         * lib/isfinite.c: Include isnand.h instead of isnan.h.
2315         (gl_isfinited): Use isnand instead of isnan.
2316         * lib/signbitd.c: Include isnand.h instead of isnan.h.
2317         (gl_signbitd): Use isnand instead of isnan.
2318         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
2319         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
2320         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
2321         (main): Use isnand instead of isnan.
2322         * tests/test-round1.c: Include isnand.h.
2323         (main): Use isnand instead of isnan.
2324         * tests/test-round2.c: Include isnand.h instead of isnan.h.
2325         (ISNAN): Set to isnand instead of isnan.
2326         * tests/test-trunc1.c: Include isnand.h.
2327         (main): Use isnand instead of isnan.
2328         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
2329         (equal): Use isnand instead of isnan.
2330         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
2331         isnand-nolibm.
2332         * NEWS: Mention the change.
2333
2334 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
2335             Bruno Haible  <bruno@clisp.org>
2336
2337         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
2338         the GCC builtins for signbits are present and set
2339         REPLACE_SIGNBIT_USING_GCC if so.
2340         * lib/math.in.h (signbit): Define using GCC builtins if
2341         REPLACE_SIGNBIT_USING_GCC is set.
2342         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
2343         REPLACE_SIGNBIT_USING_GCC.
2344         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
2345
2346 2008-01-25  Jim Meyering  <meyering@redhat.com>
2347
2348         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
2349         * lib/poll.c: Include <config.h>, not "config.h".
2350         * tests/test-getaddrinfo.c: Likewise.
2351
2352 2008-01-25  Simon Josefsson  <simon@josefsson.org>
2353
2354         * modules/sockets-tests: New file.
2355
2356 2008-01-24  Simon Josefsson  <simon@josefsson.org>
2357
2358         * modules/sockets: New module, can be used to call WSA_Startup and
2359         WSA_Cleanup when needed.
2360
2361         * lib/sockets.h, lib/sockets.c: New files.
2362
2363         * m4/sockets.m4: New file.
2364
2365         * tests/test-sockets.c: New file.
2366
2367 2008-01-19  Bruno Haible  <bruno@clisp.org>
2368
2369         * doc/posix-headers: Renamed from doc/headers.
2370         * doc/posix-functions: Renamed from doc/functions.
2371         * doc/gnulib.texi: Update.
2372
2373 2008-01-19  Bruno Haible  <bruno@clisp.org>
2374
2375         * doc/glibc-functions/strcasestr.texi: Include contents of
2376         doc/functions/strcasestr.texi, fixing the list of platforms.
2377         * doc/functions/strcasestr.texi: Remove file.
2378
2379 2008-01-19  Bruno Haible  <bruno@clisp.org>
2380
2381         * doc/glibc-functions/memmem.texi: Include contents of
2382         doc/functions/memmem.texi.
2383         * doc/functions/memmem.texi: Remove file.
2384
2385 2008-01-18  Bruno Haible  <bruno@clisp.org>
2386
2387         * doc/glibc-functions/*.texi: New files.
2388         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
2389         to use the new files.
2390
2391 2008-01-17  Bruno Haible  <bruno@clisp.org>
2392
2393         * tests/test-gethostname.c (main): Fix printf statement.
2394
2395 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2396
2397         * modules/gethostname-tests: New file.
2398
2399         * tests/test-gethostname.c: New file.
2400
2401 2008-01-17  Simon Josefsson  <simon@josefsson.org>
2402
2403         * lib/gethostname.c: Include string.h unconditionally, strncpy is
2404         used by the UNAME case.  Reported by Bruno Haible
2405         <bruno@clisp.org>.
2406
2407 2008-01-17  Eric Blake  <ebb9@byu.net>
2408
2409         Convert c-strcasestr to be more efficient.
2410         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
2411         (Depends-on): Add c-strcase, remove malloca, strnlen.
2412         * tests/test-c-strcasestr.c (main): Enhance test.
2413         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
2414
2415 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
2416
2417         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
2418         Use it in creating po/Makevars.
2419
2420 2008-01-15  Simon Josefsson  <simon@josefsson.org>
2421
2422         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
2423         Applications that requires it should initialize libgcrypt
2424         manually.
2425
2426 2008-01-16  Simon Josefsson  <simon@josefsson.org>
2427
2428         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
2429
2430 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
2431
2432         Fix problem with getdate on mingw32 reported by Simon Josefsson
2433         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
2434         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
2435         tzname", when deciding whether to declare tzname.
2436         * lib/strftime.c (tzname): Likewise.
2437
2438 2008-01-15  Bruno Haible  <bruno@clisp.org>
2439
2440         Work around a MacOS X 10.5 bug in frexpl().
2441         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
2442         * doc/functions/frexpl.texi: Document the bug.
2443         Reported by Elias Pipping <pipping@gentoo.org>.
2444
2445 2008-01-14  Eric Blake  <ebb9@byu.net>
2446
2447         Touch up previous patch.
2448         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
2449         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
2450
2451         Convert strcasestr module to use Two-Way algorithm.
2452         * modules/strcasestr-simple: New module, based on the old
2453         strcasestr, but with Two-Way rather than KMP.
2454         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
2455         * lib/string.in.h (rpl_strcasestr): Declare.
2456         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
2457         performance.
2458         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
2459         * modules/string (Makefile.am): Support strcasestr.
2460         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
2461         * modules/strcasestr-tests (Depends-on): Check for alarm.
2462         * tests/test-strcasestr.c: Augment test.
2463         * lib/str-two-way.h: Clean up stray macro.
2464         * NEWS: Document new module.
2465         * MODULES.html.sh (string handling): Likewise.
2466         * doc/functions/strcasestr.texi: New file.
2467         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
2468         here, since it is not a POSIX function.
2469
2470 2008-01-14  Colin Watson  <cjwatson@debian.org>
2471             Bruno Haible  <bruno@clisp.org>
2472
2473         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
2474         works fine; if not, set REPLACE_STRSIGNAL.
2475         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
2476         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2477         REPLACE_STRSIGNAL.
2478         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
2479         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
2480         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
2481
2482 2008-01-14  Bruno Haible  <bruno@clisp.org>
2483
2484         * modules/strsignal (Include): Change to <string.h>.
2485
2486 2008-01-14  Colin Watson  <cjwatson@debian.org>
2487
2488         * modules/argp (Notice): Add a notice recommending to change
2489         XGETTEXT_OPTIONS.
2490         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
2491
2492 2008-01-13  Colin Watson  <cjwatson@debian.org>
2493
2494         * modules/strsignal-tests: New file.
2495         * tests/test-strsignal.c: New file.
2496
2497         * lib/strsignal.c: New file, from glibc with modifications.
2498         * lib/siglist.h: New file, from glibc with modifications.
2499         * lib/string.in.h (strsignal): New declaration.
2500         * m4/strsignal.m4: New file.
2501         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
2502         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
2503         * modules/strsignal: New file.
2504         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
2505         HAVE_DECL_STRSIGNAL.
2506
2507 2008-01-13  Bruno Haible  <bruno@clisp.org>
2508
2509         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
2510         locale encoding is not ASCII. Needed for OpenBSD 4.0.
2511         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2512         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2513
2514 2008-01-13  Bruno Haible  <bruno@clisp.org>
2515
2516         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
2517         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
2518         * lib/argp.h (__attribute__): Likewise.
2519         * lib/c-stack.c (__attribute__): Likewise.
2520         * lib/error.h (__attribute__): Likewise.
2521         * lib/fts.c (__attribute__): Likewise.
2522         * lib/openat.h (__attribute__): Likewise.
2523         * lib/stdio.in.h (__attribute__): Likewise.
2524         * lib/string.in.h (__attribute__): Likewise.
2525         * lib/utimens.c (__attribute__): Likewise.
2526         * lib/vasnprintf.h (__attribute__): Likewise.
2527         * lib/xalloc.h (__attribute__): Likewise.
2528         * lib/xprintf.h (__attribute__): Likewise.
2529         * lib/xstrtol.h (__attribute__): Likewise.
2530         * lib/xvasprintf.h (__attribute__): Likewise.
2531
2532 2008-01-12  Bruno Haible  <bruno@clisp.org>
2533
2534         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
2535         * doc/glibc-headers/a.out.texi: New file.
2536         * doc/glibc-headers/aliases.texi: New file.
2537         * doc/glibc-headers/alloca.texi: New file.
2538         * doc/glibc-headers/ar.texi: New file.
2539         * doc/glibc-headers/argp.texi: New file.
2540         * doc/glibc-headers/argz.texi: New file.
2541         * doc/glibc-headers/byteswap.texi: New file.
2542         * doc/glibc-headers/crypt.texi: New file.
2543         * doc/glibc-headers/endian.texi: New file.
2544         * doc/glibc-headers/envz.texi: New file.
2545         * doc/glibc-headers/err.texi: New file.
2546         * doc/glibc-headers/error.texi: New file.
2547         * doc/glibc-headers/execinfo.texi: New file.
2548         * doc/glibc-headers/fpu_control.texi: New file.
2549         * doc/glibc-headers/fstab.texi: New file.
2550         * doc/glibc-headers/fts.texi: New file.
2551         * doc/glibc-headers/getopt.texi: New file.
2552         * doc/glibc-headers/ieee754.texi: New file.
2553         * doc/glibc-headers/ifaddrs.texi: New file.
2554         * doc/glibc-headers/libintl.texi: New file.
2555         * doc/glibc-headers/mcheck.texi: New file.
2556         * doc/glibc-headers/mntent.texi: New file.
2557         * doc/glibc-headers/obstack.texi: New file.
2558         * doc/glibc-headers/paths.texi: New file.
2559         * doc/glibc-headers/printf.texi: New file.
2560         * doc/glibc-headers/pty.texi: New file.
2561         * doc/glibc-headers/resolv.texi: New file.
2562         * doc/glibc-headers/shadow.texi: New file.
2563         * doc/glibc-headers/sysexits.texi: New file.
2564         * doc/glibc-headers/ttyent.texi: New file.
2565
2566 2008-01-12  Jim Meyering  <meyering@redhat.com>
2567
2568         announce-gen: emit Gnulib's git-based version string.
2569         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
2570         New option --gnulib-version=V, where V is expected to be
2571         the output of running git describe in the gnulib directory.
2572         (get_tool_versions): Request feedback on xdelta.  I suspect it's
2573         not useful, and plan to stop publishing an xdelta file with each
2574         coreutils release.
2575
2576         * build-aux/announce-gen: Also check for lzma-compressed files.
2577
2578 2008-01-11  Bruno Haible  <bruno@clisp.org>
2579
2580         * tests/test-memmem.c (main): Increase maximum allowed time.
2581         * tests/test-strstr.c (main): Likewise.
2582
2583 2008-01-11  Bruno Haible  <bruno@clisp.org>
2584
2585         * doc/functions/memmem.texi: Add more precisions about platforms.
2586         * doc/functions/strstr.texi: Likewise.
2587
2588 2008-01-10  Eric Blake  <ebb9@byu.net>
2589
2590         * m4/strstr.m4: Delete cruft from copy-n-paste.
2591         Reported by Bruno Haible.
2592
2593 2008-01-10  Bruno Haible  <bruno@clisp.org>
2594
2595         Make c-strstr rely on strstr.
2596         * lib/c-strstr.c: Don't include str-kmp.h.
2597         (c_strstr): Define in terms of strstr.
2598         * modules/c-strstr (Files): Remove lib/str-kmp.h.
2599         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
2600
2601 2008-01-10  Bruno Haible  <bruno@clisp.org>
2602
2603         * doc/gnulib.texi (String Functions in C Locale): New section.
2604         * doc/c-ctype.texi: New file.
2605         * doc/c-strcase.texi: New file.
2606         * doc/c-strcaseeq.texi: New file.
2607         * doc/c-strcasestr.texi: New file.
2608         * doc/c-strstr.texi: New file.
2609         * doc/c-strtod.texi: New file.
2610         * doc/c-strtold.texi: New file.
2611
2612 2008-01-10  Eric Blake  <ebb9@byu.net>
2613
2614         * lib/relocatable.h: Fix a comment.
2615
2616 2008-01-10  Eric Blake  <ebb9@byu.net>
2617
2618         Share two-way algorithm.
2619         * lib/str-two-way.h: New file, merged from...
2620         * lib/memmem.c: ...here...
2621         * lib/strstr.c: ...and here.
2622         * modules/memmem (Files): Use it.
2623         * modules/strstr (Files): Likewise.
2624
2625         Avoid quadratic strstr implementations.
2626         * lib/strstr.c: New file.
2627         * m4/strstr.m4: Likewise.
2628         * modules/strstr: Likewise.
2629         * modules/strstr-tests: Likewise.
2630         * tests/test-strstr.c: Likewise.
2631         * lib/string.in.h (rpl_strstr): Declare.
2632         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
2633         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
2634         * modules/string (Makefile.am): Likewise.
2635         * MODULES.html.sh (string handling): Mention new module.
2636         * doc/functions/strstr.texi (strstr): Document the bug.
2637
2638 2008-01-10  Bruno Haible  <bruno@clisp.org>
2639
2640         * lib/relocatable.h (relocate): State whether result is freshly
2641         allocated or not.
2642         * lib/relocatable.c (relocate): Return a freshly allocated string
2643         instead of a pointer to a privately held string.
2644         Reported by Sylvain Beucler <beuc@gnu.org>.
2645
2646 2008-01-10  Colin Watson  <cjwatson@debian.org>
2647
2648         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
2649         s/S_ISNLK/S_ISLNK/.
2650
2651 2008-01-09  Bruno Haible  <bruno@clisp.org>
2652
2653         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
2654         and other files.
2655         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
2656         if it's only a guess.
2657         * modules/memmem: Simplify by depending on memmem-simple.
2658
2659 2008-01-09  Bruno Haible  <bruno@clisp.org>
2660
2661         Work around OpenBSD 4.0 tdelete() bug.
2662         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
2663         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
2664         macros and don't redefine the enum values.
2665         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
2666         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
2667         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
2668
2669 2008-01-09  Bruno Haible  <bruno@clisp.org>
2670
2671         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
2672         (main): Don't perform the tests if setlocale did not install a UTF-8
2673         locale. Needed on OpenBSD 4.0.
2674         * modules/wcwidth-tests (Depends-on): Add localcharset.
2675
2676 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2677
2678         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
2679         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
2680         * NEWS: announce this.
2681         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
2682
2683 2008-01-09  Simon Josefsson  <simon@josefsson.org>
2684         and Eric Blake  <ebb9@byu.net>
2685
2686         Add memmem-simple module.
2687         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
2688         (gl_FUNC_MEMMEM): Separate performance from presence checks.
2689         * modules/memmem-simple: New file.
2690         * modules/memmem (Description): Tweak.
2691         * MODULES.html.sh (string handling): Mention new module.
2692         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
2693         addressed by memmem-simple.
2694         * NEWS: Document the difference.
2695
2696 2008-01-09  Eric Blake  <ebb9@byu.net>
2697
2698         Give gcc some memmem optimization hints.
2699         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
2700         (strcasestr): Declare as pure.
2701         * modules/memmem (Maintainer): Claim my implementation.
2702
2703 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2704
2705         Support AIX 6.1 and higher.
2706         * build-aux/config.libpath: Likewise.
2707         * build-aux/config.rpath: Likewise.
2708
2709 2008-01-08  Jim Meyering  <meyering@redhat.com>
2710             Bruno Haible  <bruno@clisp.org>
2711
2712         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
2713         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
2714         Reported by Peter Fales in
2715         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
2716
2717 2008-01-08  Bruno Haible  <bruno@clisp.org>
2718
2719         * modules/unictype/category-of (Depends-on): Add
2720         unictype/category-none.
2721         * modules/unictype/category-and-tests (Depends-on): Add
2722         unictype/category-{L,N,Lu,Nd}.
2723         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
2724         * modules/unictype/category-or-tests (Depends-on): Add
2725         unictype/category-{L,N}.
2726         * modules/unictype/category-name-tests (Depends-on): Add
2727         unictype/category-{Z,Nl}.
2728         Reported by Simon Josefsson.
2729
2730 2008-01-08  Bruno Haible  <bruno@clisp.org>
2731
2732         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
2733         convention better.
2734         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
2735         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
2736         Reported by Peter Miller <millerp@canb.auug.org.au>.
2737
2738 2008-01-08  Eric Blake  <ebb9@byu.net>
2739
2740         Rewrite memmem to guarantee linear complexity without malloc.
2741         * lib/memmem.c (memmem): Use Two-Way rather than
2742         Knuth-Morris-Pratt, to allow O(1) space usage.
2743         (critical_factorization, two_way_short_needle)
2744         (two_way_long_needle): New functions.
2745         (knuth_morris_pratt): Delete.
2746         * modules/memmem (Depends-on): No longer need malloca or stdbool.
2747         Add stdint.
2748         * tests/test-memmem.c (main): Add tests for periodic needle and
2749         sublinear performance.
2750         * doc/functions/memmem.texi (memmem): Document other deficiencies
2751         in cygwin and older glibc.
2752
2753 2008-01-08  Bruno Haible  <bruno@clisp.org>
2754
2755         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
2756         augmentation.
2757
2758 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
2759
2760         Add a configure time option: --disable-acl.
2761         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
2762         AC_ARG_ENABLE(acl).
2763
2764 2008-01-06  Simon Josefsson  <simon@josefsson.org>
2765
2766         * tests/test-localename.c: Don't include obsolete "setenv.h".
2767
2768         * modules/localename-tests (Depends-on): Need unsetenv.
2769
2770 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2771
2772         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
2773
2774 2008-01-06  Colin Watson  <cjwatson@debian.org>
2775
2776         * users.txt: Add man-db.
2777
2778 2008-01-07  Bruno Haible  <bruno@clisp.org>
2779
2780         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
2781         previous section name.
2782
2783 2008-01-07  Bruno Haible  <bruno@clisp.org>
2784
2785         * lib/progname.c (set_program_name): Don't strip off a leading
2786         "lt-" prefix outside a .libs directory.
2787         Suggested by Paul Eggert.
2788
2789 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
2790             Bruno Haible  <bruno@clisp.org>
2791
2792         Improve memory cleanup in 'relocatable' module.
2793         * lib/relocatable.h (compute_curr_prefix): Change return type to
2794         'char *'.
2795         * lib/relocatable.c (compute_curr_prefix): Change return type to
2796         'char *'. Free curr_installdir after use.
2797         (relocate): Free curr_prefix_better after use.
2798         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
2799
2800 2008-01-01  Bruno Haible  <bruno@clisp.org>
2801
2802         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
2803         failure on older glibc systems.
2804         Reported by Peter Fales <psfales@alcatel-lucent.com>.
2805
2806 2008-01-05  Eric Blake  <ebb9@byu.net>
2807
2808         Avoid quadratic system memmem.
2809         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
2810         Reported by Ralf Wildenhues.
2811
2812         Fix memmem test for mingw.
2813         * modules/memmem-tests (configure.ac): Check for alarm.
2814         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
2815         it.
2816         * doc/functions/memmem.texi: New file.
2817         * doc/gnulib.texi (Function Substitutes): Add memmem.
2818         Reported by Bruno Haible.
2819
2820 2008-01-04  Bruno Haible  <bruno@clisp.org>
2821
2822         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
2823         Require gl_HEADER_STRINGS_H_DEFAULTS, not
2824         gl_HEADER_STRING_H_DEFAULTS.
2825
2826 2008-01-04  Eric Blake  <ebb9@byu.net>
2827
2828         Shorten duration of memmem test.
2829         * tests/test-memmem.c (main): Use alarm to declare failure if test
2830         is taking too long.
2831         Reported by Ralf Wildenhues.
2832
2833 2007-12-21  Simon Josefsson  <simon@josefsson.org>
2834
2835         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
2836         string, needed by strerror.
2837
2838 2008-01-03  Colin Watson  <cjwatson@debian.org>
2839             Bruno Haible  <bruno@clisp.org>
2840
2841         * doc/gnulib-tool.texi (Localization): New section.
2842
2843 2008-01-02  Bruno Haible  <bruno@clisp.org>
2844
2845         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
2846         variables to 'unsigned char *' type.
2847         Reported by Paul Eggert.
2848
2849 2008-01-02  Jim Meyering  <jim@meyering.net>
2850
2851         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
2852
2853 2007-12-31  Jim Meyering  <jim@meyering.net>
2854
2855         Avoid use of private FTS type name.
2856         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
2857
2858 2007-12-30  Karl Berry  <karl@gnu.org>
2859
2860         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
2861         work around defect in Texinfo and/or the standalone Info browser.
2862
2863 2007-12-30  Bruno Haible  <bruno@clisp.org>
2864
2865         Unify 5 copies of the KMP code.
2866         * lib/str-kmp.h: New file.
2867         * lib/c-strcasestr.c: Include str-kmp.h.
2868         (knuth_morris_pratt): Remove function.
2869         (c_strcasestr): Update.
2870         * lib/c-strstr.c: Include str-kmp.h.
2871         (knuth_morris_pratt): Remove function.
2872         (c_strcasestr): Update.
2873         * lib/mbscasestr.c: Include str-kmp.h.
2874         (knuth_morris_pratt_unibyte): Remove function.
2875         * lib/mbsstr.c: Include str-kmp.h.
2876         (knuth_morris_pratt_unibyte): Remove function.
2877         * lib/strcasestr.c: Include str-kmp.h.
2878         (knuth_morris_pratt): Remove function.
2879         (strcasestr): Update.
2880         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
2881         * modules/c-strstr (Files): Likewise.
2882         * modules/mbscasestr (Files): Likewise.
2883         * modules/mbsstr (Files): Likewise.
2884         * modules/strcasestr (Files): Likewise.
2885         Suggested by Paul Eggert.
2886
2887 2007-12-30  Bruno Haible  <bruno@clisp.org>
2888
2889         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
2890         defined.
2891
2892 2007-12-30  Bruno Haible  <bruno@clisp.org>
2893
2894         * lib/xmalloca.h: Include xalloc.h.
2895         (xnmalloca): New macro.
2896
2897 2007-12-30  Bruno Haible  <bruno@clisp.org>
2898
2899         * lib/malloca.h (nmalloca): New macro.
2900         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
2901         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
2902         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
2903         knuth_morris_pratt_multibyte): Likewise.
2904         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
2905         knuth_morris_pratt_multibyte): Likewise.
2906         * lib/memmem.c (knuth_morris_pratt): Likewise.
2907         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
2908
2909 2007-12-25  Bruno Haible  <bruno@clisp.org>
2910
2911         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
2912         * lib/glob.c: Don't include openat.h.
2913         (link_exists2_p): Add back the code that deals with the
2914         !GLOB_ALTDIRFUNC case.
2915         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
2916         let it do the filename concatenation.
2917         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
2918         * modules/glob (Depends-on): Remove openat.
2919
2920 2007-12-31  Bruno Haible  <bruno@clisp.org>
2921
2922         * modules/dirfd (License): Change to LGPLv2+.
2923         Approved by Jim Meyering.
2924
2925 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2926
2927         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
2928         when multiplying M by sizeof (size_t).
2929
2930 2007-12-10  Martin Lambers  <marlam@marlam.de>
2931
2932         Override getpagesize on mingw.
2933         * lib/getpagesize.c: New file.
2934         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
2935         * modules/getpagesize (Files): Add lib/getpagesize.c.
2936         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
2937         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2938         REPLACE_GETPAGESIZE.
2939         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
2940
2941 2007-12-25  Bruno Haible  <bruno@clisp.org>
2942
2943         * modules/localcharset (Notice): New field.
2944         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
2945         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
2946
2947 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2948             Bruno Haible  <bruno@clisp.org>
2949
2950         Avoid using the syntax symbol() in formatted documentation.
2951         * MODULES.html.sh (func_module): When replacing symbol() with a
2952         hyperlink, remove the parentheses. Show an error if some remain.
2953         Recognize and render the '...' syntax.
2954         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
2955         Rework. Add paragraph about GCC's inlining.
2956         * doc/alloca.texi: Likewise.
2957         * doc/error.texi: Remove parentheses from symbol reference.
2958         * doc/gnulib-intro.texi: Likewise.
2959         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
2960         * modules/fnmatch (Description): Reword to say "the ... function".
2961         * modules/full-read (Description): Likewise.
2962         * modules/full-write (Description): Likewise.
2963         * modules/safe-read (Description): Likewise.
2964         * modules/safe-write (Description): Likewise.
2965         * modules/strchrnul (Description): Likewise.
2966         * modules/trim (Description): Likewise.
2967         * modules/error (Description): Remove parentheses from symbol
2968         references.
2969         * modules/verror (Description): Likewise.
2970         Reported by Karl Berry.
2971
2972 2007-12-25  Bruno Haible  <bruno@clisp.org>
2973
2974         Fixup after 2007-10-16 commit.
2975         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
2976
2977 2007-12-24  Bruno Haible  <bruno@clisp.org>
2978
2979         Make --enable-relocatable work with DESTDIR.
2980         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
2981         to compute installdir from destprog.
2982         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
2983         also set the RELOC_DESTDIR variable.
2984         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2985
2986 2007-12-24  Bruno Haible  <bruno@clisp.org>
2987
2988         Fix link error due to xalloc_die().
2989         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
2990         of xreadlink.
2991         * lib/relocwrapper.c: Update comments.
2992         * build-aux/install-reloc: Remove xreadlink.c from file list.
2993         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
2994         xreadlink.c.
2995         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
2996
2997 2007-12-24  Bruno Haible  <bruno@clisp.org>
2998
2999         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
3000         * lib/setenv.h: Remove file.
3001         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
3002         lib/setenv.h.
3003         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
3004         (Depends-on): Add stdlib.
3005         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
3006         gl_FUNC_UNSETENV.
3007         (Include): Replace setenv.h with <stdlib.h>.
3008         * modules/unsetenv: New file.
3009         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
3010         * lib/unsetenv.c: Include <stdlib.h> first.
3011         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
3012         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
3013         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
3014         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
3015         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
3016         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3017         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
3018         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
3019         * doc/functions/unsetenv.texi: Update.
3020         * modules/xsetenv (Depends-on): Add unsetenv.
3021         * modules/getdate (Depends-on): Likewise.
3022         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
3023         * lib/xsetenv.c: Don't include setenv.h.
3024         * lib/getdate.y: Likewise.
3025         * lib/relocwrapper.c: Likewise.
3026         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
3027         (Depends-on): Add stdlib.
3028         * NEWS: Mention the changes.
3029         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
3030
3031 2007-12-23  Bruno Haible  <bruno@clisp.org>
3032
3033         * lib/memmem.c (memmem): Use lowercase variable names. Tab
3034         indentation.
3035
3036 2007-12-23  Bruno Haible  <bruno@clisp.org>
3037
3038         * lib/c-strcasestr.c: Add more comments.
3039         * lib/c-strstr.c: Likewise.
3040         * lib/mbscasestr.c: Likewise.
3041         * lib/mbsstr.c: Likewise.
3042         * lib/strcasestr.c: Likewise.
3043         * lib/memmem.c: Likewise.
3044
3045 2007-12-23  Bruno Haible  <bruno@clisp.org>
3046
3047         * tests/test-memmem.c: Include <string.h> first.
3048
3049 2007-12-22  Bruno Haible  <bruno@clisp.org>
3050
3051         * gnulib-tool (func_create_testdir): Change $auxdir while generating
3052         the contents of $testsbase.
3053         Reported by Ralf Wildenhues.
3054
3055 2007-12-22  Bruno Haible  <bruno@clisp.org>
3056
3057         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
3058         two variables local_ldadd_before, local_ldadd_last.
3059
3060 2007-12-20  Eric Blake  <ebb9@byu.net>
3061
3062         Work around circular library issue when cross-compiling.
3063         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
3064         that progname.o does not need to pull in rpl_memcmp.
3065
3066 2007-12-19  Eric Blake  <ebb9@byu.net>
3067
3068         Fix memmem to avoid O(n^2) worst-case complexity.
3069         * lib/memmem.c (knuth_morris_pratt): New function.
3070         (memmem): Use it if first few naive iterations fail.
3071         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
3072         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
3073         * modules/memchr (License): Likewise.
3074         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
3075         malloca.
3076         * tests/test-memmem.c: Rewrite, borrowing ideas from
3077         test-mbsstr1.c; the old version wouldn't even compile!
3078         * modules/memmem-tests: New file.
3079         * lib/string.in.h (rpl_memmem): Add declaration.
3080         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
3081         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
3082         REPLACE_MEMMEM.
3083
3084 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
3085
3086         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
3087         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
3088         before any system include files, and undef after them all.  This
3089         should fix a problem on VMS reported by John E. Malmberg in
3090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
3091
3092 2007-12-17  Eric Blake  <ebb9@byu.net>
3093
3094         Revert addition of verify, for BSD/OS.
3095         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
3096         can't handle large files, for the sake of obsolete platforms.
3097         * modules/fseeko (Depends-on): Remove verify.
3098         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
3099         * doc/functions/ftello.texi (ftello): Likewise.
3100         * doc/functions/fgetpos.texi (fgetpos): Likewise.
3101         Reported by Larry Jones.
3102
3103 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
3104
3105         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
3106         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
3107
3108 2007-12-17  Jim Meyering  <meyering@redhat.com>
3109
3110         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
3111         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
3112         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
3113         * modules/getcwd (Depends-on): Add openat.
3114         Reported by Petr Salinger.
3115
3116 2007-12-17  Bruno Haible  <bruno@clisp.org>
3117
3118         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
3119         avoid a segmentation fault of the configure test on x86_64 systems.
3120
3121 2007-12-15  Jim Meyering  <meyering@redhat.com>
3122
3123         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
3124
3125 2007-12-13  Eric Blake  <ebb9@byu.net>
3126
3127         Another fseek test.
3128         * tests/test-fseek.c (main): Also test ungetc handling.
3129         * tests/test-fseeko.c (main): Likewise.
3130         * modules/fseeko (Depends-on): Add verify.
3131         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
3132         large.
3133         Reported by Larry Jones.
3134
3135         Fix fseeko on mingw.
3136         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
3137         seek.
3138
3139         Beef up fseek tests.
3140         * tests/test-fseek.c (main): Also test eof handling.
3141         * tests/test-fseeko.c (main): Likewise.
3142         Reported by Larry Jones.
3143
3144 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
3145
3146         Fix fseeko on BSD-based platforms.
3147         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
3148         successful seek.
3149
3150 2007-12-12  Eric Blake  <ebb9@byu.net>
3151
3152         Allow circular dependency of separate libtests.a
3153         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
3154         when use_libtests.
3155
3156 2007-12-11  Eric Blake  <ebb9@byu.net>
3157
3158         Fix bug with -0.0L in previous patch.
3159         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
3160         * tests/test-isnan.c (main): Also test on zeroes.
3161         * tests/test-isnanf.c (main): Likewise.
3162         * tests/test-isnanl.h (main): Likewise.
3163
3164         Detect pseudo-denormals on x86 even when cross-compiling.
3165         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
3166         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
3167         invalid bit patterns that happen to satisfy ==.
3168
3169         Avoid link failures with separate libtests.a.
3170         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
3171         last, to satisfy circular dependencies.
3172
3173 2007-12-11  Eric Blake  <ebb9@byu.net>
3174         and Bruno Haible  <bruno@clisp.org>
3175
3176         Fix OpenBSD 4.0 <float.h> handling of long double.
3177         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
3178         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
3179         * doc/headers/float.texi (float.h): Document OpenBSD bug.
3180
3181 2007-12-11  Jim Meyering  <meyering@redhat.com>
3182
3183         * users.txt: Add libvirt.
3184
3185         Support versions of autoconf prior to 2.59c.
3186         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
3187         if it is not already defined.
3188
3189 2007-12-09  Bruno Haible  <bruno@clisp.org>
3190
3191         Let 'gnulib-tool --import' collect sources needed for the tests in
3192         tests/ rather than in lib/.
3193         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
3194         argument. If true, add rules to generate libtests.a, and put libtests.a
3195         into $(LDADD). Consider source files in subdirectories and set
3196         uses_subdirs.
3197         (func_emit_initmacro_start, func_emit_initmacro_end,
3198         func_emit_initmacro_done): Pass all arguments explicitly.
3199         (func_import): Determine two module lists main_modules,
3200         testsrelated_modules. Determine use_libtests. Determine two variables
3201         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
3202         instead of just sed_transform_lib_file. Determine two variables
3203         main_files and testsrelated_files. Compute 'files' as the union of
3204         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
3205         func_add_or_update. In the generated gnulib-comp.m4, collect the
3206         object files for tests/ in different variables than those for lib/.
3207         Substitute LIBTESTS_LIBDEPS.
3208         (func_create_testdir): Combine the uses_subdirs results from
3209         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
3210
3211 2007-12-09  Bruno Haible  <bruno@clisp.org>
3212
3213         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
3214         the build-aux directory.
3215
3216 2007-12-09  Bruno Haible  <bruno@clisp.org>
3217
3218         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
3219         introduced on 2006-09-09.
3220
3221 2007-12-07  Jim Meyering  <meyering@redhat.com>
3222
3223         Let these macros work also with autoconf-2.59.
3224         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
3225         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
3226         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3227
3228 2007-12-06  Jim Meyering  <meyering@redhat.com>
3229
3230         Avoid a configure-time syntax error in gl_FUNC_ACL.
3231         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
3232         function in each branch, before testing the cache variable.
3233
3234 2007-12-04  Eric Blake  <ebb9@byu.net>
3235
3236         Make scripts executable.
3237         * build-aux/config.guess: Add execute permissions.
3238         * build-aux/config.sub: Likewise.
3239         * build-aux/gendocs.sh: Likewise.
3240
3241         Fix frexp on mingw.
3242         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
3243         cross-compiling.
3244         * doc/functions/frexp.texi (frexp): Document the bug.
3245
3246         Make cygwin fseeko check more reliable.
3247         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
3248         version numbers, rather than unrelated feature check.
3249         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
3250         * doc/functions/ftello.texi (ftello): Likewise.
3251         Reported by Bruno Haible.
3252
3253         * m4/strerror.m4: Bump version number.
3254
3255 2007-12-03  Bruno Haible  <bruno@clisp.org>
3256
3257         * doc/functions/mprotect.texi: Mention the mingw problem.
3258
3259 2007-12-03  Eric Blake  <ebb9@byu.net>
3260
3261         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
3262         REPLACE_STRERROR is initialized before this macro.
3263
3264 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
3265
3266         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
3267         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
3268         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
3269         put -lsec in even for programs other than 'ls'.  This fixes a problem
3270         for gettext reported by Bruno Haible in
3271         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
3272         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
3273         Add support for Solaris 10.  This isn't efficient, but should get the
3274         job done for now.
3275
3276 2007-12-03  James Youngman  <jay@gnu.org>
3277
3278         * doc/regexprops-generic.texi: change "an close-group" to "a
3279         close-group" and "illegal" to "not allowed".
3280
3281 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3282
3283         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
3284         pr_byname.h. Needed for the rare case when the maintainer has done
3285         "make maintainer-clean" in the source directory and then attempts a
3286         build outside the source directory.
3287         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
3288         scripts_byname.h.
3289
3290 2007-12-02  Martin Lambers <marlam@marlam.de>
3291             Bruno Haible  <bruno@clisp.org>
3292
3293         * lib/getpagesize.h: Remove file.
3294         * lib/unistd.in.h: Include declaration of getpagesize here.
3295         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
3296         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
3297         HAVE_SYS_PARAM_H.
3298         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
3299         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3300         * modules/getpagesize (Files): Remove lib/getpagesize.h.
3301         (Depends-on): Add unistd.
3302         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
3303         (Include): Use <unistd.h> instead of getpagesize.h.
3304         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
3305         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
3306         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
3307         gl_GETPAGESIZE invocation, already handled by module dependency.
3308         * lib/pagealign_alloc.c: Don't include getpagesize.h.
3309
3310 2007-12-02  Bruno Haible  <bruno@clisp.org>
3311
3312         * modules/strings-tests: New file.
3313         * tests/test-strings.c: New file.
3314
3315         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
3316         * lib/strings.in.h: New file.
3317         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
3318         * m4/strings_h.m4: New file.
3319         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
3320         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
3321         * modules/strings: New file.
3322         * modules/string (Makefile.am): Update.
3323         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
3324         Reported by Karl Berry.
3325
3326 2007-12-01  Eric Blake  <ebb9@byu.net>
3327
3328         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
3329         accomodate fix in cygwin 1.5.25.
3330
3331 2007-12-01  Jim Meyering  <meyering@redhat.com>
3332
3333         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
3334         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3335         that would inhibit utf8-optimization of a regexp containing line-
3336         or buffer-anchors, e.g., `^', `$'.
3337
3338 2007-11-30  Bruno Haible  <bruno@clisp.org>
3339
3340         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
3341         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
3342         glthread_recursive_lock_init.
3343         * lib/lock.c (glthread_recursive_lock_init)
3344         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
3345         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
3346
3347 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
3348
3349         New function qset_acl, like set_acl but with syscall semantics.
3350         * lib/acl.h (qset_acl): New decl.
3351         * lib/acl.c (qset_acl): New function.
3352         (set_acl): Use new function.  Use more-consistent diagnostics.
3353
3354 2007-11-28  Jim Meyering  <meyering@redhat.com>
3355
3356         * modules/physmem (License): Change from GPL to LGPLv2+.
3357
3358 2007-11-26  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/vasnprintf.c (decode_long_double): Don't abort if the
3361         'long double' type has excess precision.
3362         Reported by Jim Meyering in
3363         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
3364
3365 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3366
3367         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
3368         Sync from <http://gnu.org/licenses>.
3369         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
3370         with license text from same location.
3371         * doc/maintain.texi, doc/standards.texi:  Sync from
3372         <http://savannah.gnu.org/projects/gnustandards>.
3373
3374 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
3375         and Jim Meyering  <meyering@redhat.com>
3376
3377         Adjust getdate' grammar to accept a slightly more regular language.
3378         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
3379         Before, the former was rejected.
3380         * lib/getdate.y (digits_to_date_time): New function, factored
3381         out of ...
3382         (number): ...here.  Just call digits_to_date_time.
3383         (hybrid): New non-terminal to handle an <unsigned number,
3384         signed relative offset> sequence consistently.
3385
3386 2007-11-18  Jim Meyering  <meyering@redhat.com>
3387
3388         Pull my changes from coreutils:
3389         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
3390         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
3391         use of $gnulib_tool_option_extras, so that it's separated from the
3392         preceding argument.
3393
3394         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
3395         * build-aux/bootstrap (cp_mark_as_generated): Create any required
3396         parent destination directories before copying a file into place.
3397
3398 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3399
3400         bootstrap: work also with 4-argument variant of AC_INIT
3401         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
3402
3403 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
3404
3405         Port test-getaddrinfo to Solaris.
3406         Problem reported by Bruno Haible in
3407         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
3408         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
3409         explanation of setting 'hints'.
3410         Don't reject an implementation merely because it returns EAI_SERVICE.
3411         (EAI_SERVICE): Define to 0 if not defined.
3412
3413 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3414
3415         The license of gnu-make and posix-shell is now "GPLed build tool".
3416         * modules/gnu-make (License): Likewise.
3417         * modules/posix-shell (License): Likewise.
3418
3419         New module posix-shell, for determining a POSIX shell
3420         or perhaps something that is close enough to a POSIX shell.
3421         * m4/posix-shell.m4: New file.
3422         * modules/posix-shell: New file.
3423
3424         * MODULES.html.sh: Mention new module.
3425
3426         New module gnu-make, for determining whether we're using GNU Make.
3427         * m4/gnu-make.m4: New file.
3428         * modules/gnu-make: New file.
3429         * MODULES.html.sh: Mention new module.
3430
3431 2007-11-14  Jim Meyering  <meyering@redhat.com>
3432
3433         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
3434         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
3435         use this macro to create a function _definition_.
3436         Remove useless "#undef ARGMATCH_DIE".
3437
3438 2007-11-14  Bruno Haible  <bruno@clisp.org>
3439
3440         * lib/config.charset: Update for OpenBSD 4.1.
3441         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
3442
3443 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
3444
3445         Document 64-bit #if problems in stdint.texi.
3446         * doc/headers/stdint.texi (stdint.h): Mention problems with
3447         64-bit-#if, and how to work around them.
3448
3449         Don't insist on 'long long int' support in the preprocessor.  It
3450         breaks too many things.  For example, PRIdMAX still uses a 'long
3451         long int' format with the latest Sun compiler, even though
3452         HAVE_LONG_LONG_INT isn't defined due to that compiler's
3453         preprocessor problem.  This causes the latest coreutils to dump
3454         core on Solaris 10 sparc with the Sun C compiler.
3455         Instead, fix the 2007-10-16 problem in a different way, by evaluating
3456         the troublesome expressions at configure-time, not at #if-time.
3457         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
3458         preprocessor.
3459         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
3460         compile-time C checks, done at 'configure'-time.
3461         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
3462         * modules/inttypes (Makefile): Substitute the new symbols that
3463         gl_INTTYPES_H now generates.
3464         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
3465
3466 2007-11-12  Bruno Haible  <bruno@clisp.org>
3467
3468         Tests for Unicode character classification functions.
3469
3470         * modules/unictype/bidicategory-byname-tests: New file.
3471         * modules/unictype/bidicategory-name-tests: New file.
3472         * modules/unictype/bidicategory-of-tests: New file.
3473         * modules/unictype/bidicategory-test-tests: New file.
3474         * modules/unictype/block-list-tests: New file.
3475         * modules/unictype/block-of-tests: New file.
3476         * modules/unictype/block-test-tests: New file.
3477         * modules/unictype/category-C-tests: New file.
3478         * modules/unictype/category-Cc-tests: New file.
3479         * modules/unictype/category-Cf-tests: New file.
3480         * modules/unictype/category-Cn-tests: New file.
3481         * modules/unictype/category-Co-tests: New file.
3482         * modules/unictype/category-Cs-tests: New file.
3483         * modules/unictype/category-L-tests: New file.
3484         * modules/unictype/category-Ll-tests: New file.
3485         * modules/unictype/category-Lm-tests: New file.
3486         * modules/unictype/category-Lo-tests: New file.
3487         * modules/unictype/category-Lt-tests: New file.
3488         * modules/unictype/category-Lu-tests: New file.
3489         * modules/unictype/category-M-tests: New file.
3490         * modules/unictype/category-Mc-tests: New file.
3491         * modules/unictype/category-Me-tests: New file.
3492         * modules/unictype/category-Mn-tests: New file.
3493         * modules/unictype/category-N-tests: New file.
3494         * modules/unictype/category-Nd-tests: New file.
3495         * modules/unictype/category-Nl-tests: New file.
3496         * modules/unictype/category-No-tests: New file.
3497         * modules/unictype/category-P-tests: New file.
3498         * modules/unictype/category-Pc-tests: New file.
3499         * modules/unictype/category-Pd-tests: New file.
3500         * modules/unictype/category-Pe-tests: New file.
3501         * modules/unictype/category-Pf-tests: New file.
3502         * modules/unictype/category-Pi-tests: New file.
3503         * modules/unictype/category-Po-tests: New file.
3504         * modules/unictype/category-Ps-tests: New file.
3505         * modules/unictype/category-S-tests: New file.
3506         * modules/unictype/category-Sc-tests: New file.
3507         * modules/unictype/category-Sk-tests: New file.
3508         * modules/unictype/category-Sm-tests: New file.
3509         * modules/unictype/category-So-tests: New file.
3510         * modules/unictype/category-Z-tests: New file.
3511         * modules/unictype/category-Zl-tests: New file.
3512         * modules/unictype/category-Zp-tests: New file.
3513         * modules/unictype/category-Zs-tests: New file.
3514         * modules/unictype/category-and-not-tests: New file.
3515         * modules/unictype/category-and-tests: New file.
3516         * modules/unictype/category-byname-tests: New file.
3517         * modules/unictype/category-name-tests: New file.
3518         * modules/unictype/category-none-tests: New file.
3519         * modules/unictype/category-of-tests: New file.
3520         * modules/unictype/category-or-tests: New file.
3521         * modules/unictype/category-test-withtable-tests: New file.
3522         * modules/unictype/combining-class-tests: New file.
3523         * modules/unictype/ctype-alnum-tests: New file.
3524         * modules/unictype/ctype-alpha-tests: New file.
3525         * modules/unictype/ctype-blank-tests: New file.
3526         * modules/unictype/ctype-cntrl-tests: New file.
3527         * modules/unictype/ctype-digit-tests: New file.
3528         * modules/unictype/ctype-graph-tests: New file.
3529         * modules/unictype/ctype-lower-tests: New file.
3530         * modules/unictype/ctype-print-tests: New file.
3531         * modules/unictype/ctype-punct-tests: New file.
3532         * modules/unictype/ctype-space-tests: New file.
3533         * modules/unictype/ctype-upper-tests: New file.
3534         * modules/unictype/ctype-xdigit-tests: New file.
3535         * modules/unictype/decimal-digit-tests: New file.
3536         * modules/unictype/digit-tests: New file.
3537         * modules/unictype/mirror-tests: New file.
3538         * modules/unictype/numeric-tests: New file.
3539         * modules/unictype/property-alphabetic-tests: New file.
3540         * modules/unictype/property-ascii-hex-digit-tests: New file.
3541         * modules/unictype/property-bidi-arabic-digit-tests: New file.
3542         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
3543         * modules/unictype/property-bidi-block-separator-tests: New file.
3544         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
3545         * modules/unictype/property-bidi-common-separator-tests: New file.
3546         * modules/unictype/property-bidi-control-tests: New file.
3547         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
3548         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
3549         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
3550         * modules/unictype/property-bidi-european-digit-tests: New file.
3551         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
3552         * modules/unictype/property-bidi-left-to-right-tests: New file.
3553         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
3554         * modules/unictype/property-bidi-other-neutral-tests: New file.
3555         * modules/unictype/property-bidi-pdf-tests: New file.
3556         * modules/unictype/property-bidi-segment-separator-tests: New file.
3557         * modules/unictype/property-bidi-whitespace-tests: New file.
3558         * modules/unictype/property-byname-tests: New file.
3559         * modules/unictype/property-combining-tests: New file.
3560         * modules/unictype/property-composite-tests: New file.
3561         * modules/unictype/property-currency-symbol-tests: New file.
3562         * modules/unictype/property-dash-tests: New file.
3563         * modules/unictype/property-decimal-digit-tests: New file.
3564         * modules/unictype/property-default-ignorable-code-point-tests: New file.
3565         * modules/unictype/property-deprecated-tests: New file.
3566         * modules/unictype/property-diacritic-tests: New file.
3567         * modules/unictype/property-extender-tests: New file.
3568         * modules/unictype/property-format-control-tests: New file.
3569         * modules/unictype/property-grapheme-base-tests: New file.
3570         * modules/unictype/property-grapheme-extend-tests: New file.
3571         * modules/unictype/property-grapheme-link-tests: New file.
3572         * modules/unictype/property-hex-digit-tests: New file.
3573         * modules/unictype/property-hyphen-tests: New file.
3574         * modules/unictype/property-id-continue-tests: New file.
3575         * modules/unictype/property-id-start-tests: New file.
3576         * modules/unictype/property-ideographic-tests: New file.
3577         * modules/unictype/property-ids-binary-operator-tests: New file.
3578         * modules/unictype/property-ids-trinary-operator-tests: New file.
3579         * modules/unictype/property-ignorable-control-tests: New file.
3580         * modules/unictype/property-iso-control-tests: New file.
3581         * modules/unictype/property-join-control-tests: New file.
3582         * modules/unictype/property-left-of-pair-tests: New file.
3583         * modules/unictype/property-line-separator-tests: New file.
3584         * modules/unictype/property-logical-order-exception-tests: New file.
3585         * modules/unictype/property-lowercase-tests: New file.
3586         * modules/unictype/property-math-tests: New file.
3587         * modules/unictype/property-non-break-tests: New file.
3588         * modules/unictype/property-not-a-character-tests: New file.
3589         * modules/unictype/property-numeric-tests: New file.
3590         * modules/unictype/property-other-alphabetic-tests: New file.
3591         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
3592         * modules/unictype/property-other-grapheme-extend-tests: New file.
3593         * modules/unictype/property-other-id-continue-tests: New file.
3594         * modules/unictype/property-other-id-start-tests: New file.
3595         * modules/unictype/property-other-lowercase-tests: New file.
3596         * modules/unictype/property-other-math-tests: New file.
3597         * modules/unictype/property-other-uppercase-tests: New file.
3598         * modules/unictype/property-paired-punctuation-tests: New file.
3599         * modules/unictype/property-paragraph-separator-tests: New file.
3600         * modules/unictype/property-pattern-syntax-tests: New file.
3601         * modules/unictype/property-pattern-white-space-tests: New file.
3602         * modules/unictype/property-private-use-tests: New file.
3603         * modules/unictype/property-punctuation-tests: New file.
3604         * modules/unictype/property-quotation-mark-tests: New file.
3605         * modules/unictype/property-radical-tests: New file.
3606         * modules/unictype/property-sentence-terminal-tests: New file.
3607         * modules/unictype/property-soft-dotted-tests: New file.
3608         * modules/unictype/property-space-tests: New file.
3609         * modules/unictype/property-terminal-punctuation-tests: New file.
3610         * modules/unictype/property-test-tests: New file.
3611         * modules/unictype/property-titlecase-tests: New file.
3612         * modules/unictype/property-unassigned-code-value-tests: New file.
3613         * modules/unictype/property-unified-ideograph-tests: New file.
3614         * modules/unictype/property-uppercase-tests: New file.
3615         * modules/unictype/property-variation-selector-tests: New file.
3616         * modules/unictype/property-white-space-tests: New file.
3617         * modules/unictype/property-xid-continue-tests: New file.
3618         * modules/unictype/property-xid-start-tests: New file.
3619         * modules/unictype/property-zero-width-tests: New file.
3620         * modules/unictype/scripts-tests: New file.
3621         * modules/unictype/syntax-c-ident-tests: New file.
3622         * modules/unictype/syntax-c-whitespace-tests: New file.
3623         * modules/unictype/syntax-java-ident-tests: New file.
3624         * modules/unictype/syntax-java-whitespace-tests: New file.
3625         * tests/unictype/test-bidi_byname.c: New file.
3626         * tests/unictype/test-bidi_name.c: New file.
3627         * tests/unictype/test-bidi_of.c: New file.
3628         * tests/unictype/test-bidi_test.c: New file.
3629         * tests/unictype/test-block_list.c: New file.
3630         * tests/unictype/test-block_of.c: New file.
3631         * tests/unictype/test-block_test.c: New file.
3632         * tests/unictype/test-categ_and.c: New file.
3633         * tests/unictype/test-categ_and_not.c: New file.
3634         * tests/unictype/test-categ_byname.c: New file.
3635         * tests/unictype/test-categ_name.c: New file.
3636         * tests/unictype/test-categ_none.c: New file.
3637         * tests/unictype/test-categ_of.c: New file.
3638         * tests/unictype/test-categ_or.c: New file.
3639         * tests/unictype/test-categ_test_withtable.c: New file.
3640         * tests/unictype/test-combining.c: New file.
3641         * tests/unictype/test-decdigit.c: New file.
3642         * tests/unictype/test-digit.c: New file.
3643         * tests/unictype/test-mirror.c: New file.
3644         * tests/unictype/test-numeric.c: New file.
3645         * tests/unictype/test-pr_byname.c: New file.
3646         * tests/unictype/test-pr_test.c: New file.
3647         * tests/unictype/test-predicate-part1.h: New file.
3648         * tests/unictype/test-predicate-part2.h: New file.
3649         * tests/unictype/test-scripts.c: New file.
3650         * tests/unictype/test-sy_c_ident.c: New file.
3651         * tests/unictype/test-sy_java_ident.c: New file.
3652
3653         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
3654         for Unicode 5.0.0.
3655         * tests/unictype/test-categ_Cc.c: Likewise.
3656         * tests/unictype/test-categ_Cf.c: Likewise.
3657         * tests/unictype/test-categ_Cn.c: Likewise.
3658         * tests/unictype/test-categ_Co.c: Likewise.
3659         * tests/unictype/test-categ_Cs.c: Likewise.
3660         * tests/unictype/test-categ_L.c: Likewise.
3661         * tests/unictype/test-categ_Ll.c: Likewise.
3662         * tests/unictype/test-categ_Lm.c: Likewise.
3663         * tests/unictype/test-categ_Lo.c: Likewise.
3664         * tests/unictype/test-categ_Lt.c: Likewise.
3665         * tests/unictype/test-categ_Lu.c: Likewise.
3666         * tests/unictype/test-categ_M.c: Likewise.
3667         * tests/unictype/test-categ_Mc.c: Likewise.
3668         * tests/unictype/test-categ_Me.c: Likewise.
3669         * tests/unictype/test-categ_Mn.c: Likewise.
3670         * tests/unictype/test-categ_N.c: Likewise.
3671         * tests/unictype/test-categ_Nd.c: Likewise.
3672         * tests/unictype/test-categ_Nl.c: Likewise.
3673         * tests/unictype/test-categ_No.c: Likewise.
3674         * tests/unictype/test-categ_P.c: Likewise.
3675         * tests/unictype/test-categ_Pc.c: Likewise.
3676         * tests/unictype/test-categ_Pd.c: Likewise.
3677         * tests/unictype/test-categ_Pe.c: Likewise.
3678         * tests/unictype/test-categ_Pf.c: Likewise.
3679         * tests/unictype/test-categ_Pi.c: Likewise.
3680         * tests/unictype/test-categ_Po.c: Likewise.
3681         * tests/unictype/test-categ_Ps.c: Likewise.
3682         * tests/unictype/test-categ_S.c: Likewise.
3683         * tests/unictype/test-categ_Sc.c: Likewise.
3684         * tests/unictype/test-categ_Sk.c: Likewise.
3685         * tests/unictype/test-categ_Sm.c: Likewise.
3686         * tests/unictype/test-categ_So.c: Likewise.
3687         * tests/unictype/test-categ_Z.c: Likewise.
3688         * tests/unictype/test-categ_Zl.c: Likewise.
3689         * tests/unictype/test-categ_Zp.c: Likewise.
3690         * tests/unictype/test-categ_Zs.c: Likewise.
3691         * tests/unictype/test-ctype_alnum.c: Likewise.
3692         * tests/unictype/test-ctype_alpha.c: Likewise.
3693         * tests/unictype/test-ctype_blank.c: Likewise.
3694         * tests/unictype/test-ctype_cntrl.c: Likewise.
3695         * tests/unictype/test-ctype_digit.c: Likewise.
3696         * tests/unictype/test-ctype_graph.c: Likewise.
3697         * tests/unictype/test-ctype_lower.c: Likewise.
3698         * tests/unictype/test-ctype_print.c: Likewise.
3699         * tests/unictype/test-ctype_punct.c: Likewise.
3700         * tests/unictype/test-ctype_space.c: Likewise.
3701         * tests/unictype/test-ctype_upper.c: Likewise.
3702         * tests/unictype/test-ctype_xdigit.c: Likewise.
3703         * tests/unictype/test-decdigit.h: Likewise.
3704         * tests/unictype/test-digit.h: Likewise.
3705         * tests/unictype/test-numeric.h: Likewise.
3706         * tests/unictype/test-pr_alphabetic.c: Likewise.
3707         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
3708         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
3709         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
3710         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
3711         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
3712         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
3713         * tests/unictype/test-pr_bidi_control.c: Likewise.
3714         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
3715         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
3716         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
3717         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
3718         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
3719         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
3720         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
3721         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
3722         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
3723         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
3724         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
3725         * tests/unictype/test-pr_combining.c: Likewise.
3726         * tests/unictype/test-pr_composite.c: Likewise.
3727         * tests/unictype/test-pr_currency_symbol.c: Likewise.
3728         * tests/unictype/test-pr_dash.c: Likewise.
3729         * tests/unictype/test-pr_decimal_digit.c: Likewise.
3730         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
3731         * tests/unictype/test-pr_deprecated.c: Likewise.
3732         * tests/unictype/test-pr_diacritic.c: Likewise.
3733         * tests/unictype/test-pr_extender.c: Likewise.
3734         * tests/unictype/test-pr_format_control.c: Likewise.
3735         * tests/unictype/test-pr_grapheme_base.c: Likewise.
3736         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
3737         * tests/unictype/test-pr_grapheme_link.c: Likewise.
3738         * tests/unictype/test-pr_hex_digit.c: Likewise.
3739         * tests/unictype/test-pr_hyphen.c: Likewise.
3740         * tests/unictype/test-pr_id_continue.c: Likewise.
3741         * tests/unictype/test-pr_id_start.c: Likewise.
3742         * tests/unictype/test-pr_ideographic.c: Likewise.
3743         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
3744         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
3745         * tests/unictype/test-pr_ignorable_control.c: Likewise.
3746         * tests/unictype/test-pr_iso_control.c: Likewise.
3747         * tests/unictype/test-pr_join_control.c: Likewise.
3748         * tests/unictype/test-pr_left_of_pair.c: Likewise.
3749         * tests/unictype/test-pr_line_separator.c: Likewise.
3750         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
3751         * tests/unictype/test-pr_lowercase.c: Likewise.
3752         * tests/unictype/test-pr_math.c: Likewise.
3753         * tests/unictype/test-pr_non_break.c: Likewise.
3754         * tests/unictype/test-pr_not_a_character.c: Likewise.
3755         * tests/unictype/test-pr_numeric.c: Likewise.
3756         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
3757         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
3758         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
3759         * tests/unictype/test-pr_other_id_continue.c: Likewise.
3760         * tests/unictype/test-pr_other_id_start.c: Likewise.
3761         * tests/unictype/test-pr_other_lowercase.c: Likewise.
3762         * tests/unictype/test-pr_other_math.c: Likewise.
3763         * tests/unictype/test-pr_other_uppercase.c: Likewise.
3764         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
3765         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
3766         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
3767         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
3768         * tests/unictype/test-pr_private_use.c: Likewise.
3769         * tests/unictype/test-pr_punctuation.c: Likewise.
3770         * tests/unictype/test-pr_quotation_mark.c: Likewise.
3771         * tests/unictype/test-pr_radical.c: Likewise.
3772         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
3773         * tests/unictype/test-pr_soft_dotted.c: Likewise.
3774         * tests/unictype/test-pr_space.c: Likewise.
3775         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
3776         * tests/unictype/test-pr_titlecase.c: Likewise.
3777         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
3778         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
3779         * tests/unictype/test-pr_uppercase.c: Likewise.
3780         * tests/unictype/test-pr_variation_selector.c: Likewise.
3781         * tests/unictype/test-pr_white_space.c: Likewise.
3782         * tests/unictype/test-pr_xid_continue.c: Likewise.
3783         * tests/unictype/test-pr_xid_start.c: Likewise.
3784         * tests/unictype/test-pr_zero_width.c: Likewise.
3785         * tests/unictype/test-sy_c_whitespace.c: Likewise.
3786         * tests/unictype/test-sy_java_whitespace.c: Likewise.
3787
3788 2007-11-12  Bruno Haible  <bruno@clisp.org>
3789
3790         Unicode character classification functions.
3791         * lib/unictype.h: New file.
3792         * modules/unictype/base: New file.
3793         * modules/unictype/category-L: New file.
3794         * modules/unictype/category-Lu: New file.
3795         * modules/unictype/category-Ll: New file.
3796         * modules/unictype/category-Lt: New file.
3797         * modules/unictype/category-Lm: New file.
3798         * modules/unictype/category-Lo: New file.
3799         * modules/unictype/category-M: New file.
3800         * modules/unictype/category-Mn: New file.
3801         * modules/unictype/category-Mc: New file.
3802         * modules/unictype/category-Me: New file.
3803         * modules/unictype/category-N: New file.
3804         * modules/unictype/category-Nd: New file.
3805         * modules/unictype/category-Nl: New file.
3806         * modules/unictype/category-No: New file.
3807         * modules/unictype/category-P: New file.
3808         * modules/unictype/category-Pc: New file.
3809         * modules/unictype/category-Pd: New file.
3810         * modules/unictype/category-Ps: New file.
3811         * modules/unictype/category-Pe: New file.
3812         * modules/unictype/category-Pi: New file.
3813         * modules/unictype/category-Pf: New file.
3814         * modules/unictype/category-Po: New file.
3815         * modules/unictype/category-S: New file.
3816         * modules/unictype/category-Sm: New file.
3817         * modules/unictype/category-Sc: New file.
3818         * modules/unictype/category-Sk: New file.
3819         * modules/unictype/category-So: New file.
3820         * modules/unictype/category-Z: New file.
3821         * modules/unictype/category-Zs: New file.
3822         * modules/unictype/category-Zl: New file.
3823         * modules/unictype/category-Zp: New file.
3824         * modules/unictype/category-C: New file.
3825         * modules/unictype/category-Cc: New file.
3826         * modules/unictype/category-Cf: New file.
3827         * modules/unictype/category-Cs: New file.
3828         * modules/unictype/category-Co: New file.
3829         * modules/unictype/category-Cn: New file.
3830         * modules/unictype/category-or: New file.
3831         * modules/unictype/category-of: New file.
3832         * modules/unictype/category-test: New file.
3833         * modules/unictype/category-test-withtable: New file.
3834         * modules/unictype/category-byname: New file.
3835         * modules/unictype/category-none: New file.
3836         * modules/unictype/category-and: New file.
3837         * modules/unictype/category-and-not: New file.
3838         * modules/unictype/category-name: New file.
3839         * modules/unictype/combining-class: New file.
3840         * modules/unictype/category-all: New file.
3841         * modules/unictype/bidicategory-all: New file.
3842         * modules/unictype/bidicategory-byname: New file.
3843         * modules/unictype/bidicategory-name: New file.
3844         * modules/unictype/bidicategory-of: New file.
3845         * modules/unictype/bidicategory-test: New file.
3846         * modules/unictype/decimal-digit: New file.
3847         * modules/unictype/digit: New file.
3848         * modules/unictype/numeric: New file.
3849         * modules/unictype/mirror: New file.
3850         * modules/unictype/property-white-space: New file.
3851         * modules/unictype/property-alphabetic: New file.
3852         * modules/unictype/property-other-alphabetic: New file.
3853         * modules/unictype/property-not-a-character: New file.
3854         * modules/unictype/property-default-ignorable-code-point: New file.
3855         * modules/unictype/property-other-default-ignorable-code-point: New
3856         file.
3857         * modules/unictype/property-deprecated: New file.
3858         * modules/unictype/property-logical-order-exception: New file.
3859         * modules/unictype/property-variation-selector: New file.
3860         * modules/unictype/property-private-use: New file.
3861         * modules/unictype/property-unassigned-code-value: New file.
3862         * modules/unictype/property-uppercase: New file.
3863         * modules/unictype/property-other-uppercase: New file.
3864         * modules/unictype/property-lowercase: New file.
3865         * modules/unictype/property-other-lowercase: New file.
3866         * modules/unictype/property-titlecase: New file.
3867         * modules/unictype/property-soft-dotted: New file.
3868         * modules/unictype/property-id-start: New file.
3869         * modules/unictype/property-other-id-start: New file.
3870         * modules/unictype/property-id-continue: New file.
3871         * modules/unictype/property-other-id-continue: New file.
3872         * modules/unictype/property-xid-start: New file.
3873         * modules/unictype/property-xid-continue: New file.
3874         * modules/unictype/property-pattern-white-space: New file.
3875         * modules/unictype/property-pattern-syntax: New file.
3876         * modules/unictype/property-join-control: New file.
3877         * modules/unictype/property-grapheme-base: New file.
3878         * modules/unictype/property-grapheme-extend: New file.
3879         * modules/unictype/property-other-grapheme-extend: New file.
3880         * modules/unictype/property-grapheme-link: New file.
3881         * modules/unictype/property-bidi-control: New file.
3882         * modules/unictype/property-bidi-left-to-right: New file.
3883         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
3884         * modules/unictype/property-bidi-arabic-right-to-left: New file.
3885         * modules/unictype/property-bidi-european-digit: New file.
3886         * modules/unictype/property-bidi-eur-num-separator: New file.
3887         * modules/unictype/property-bidi-eur-num-terminator: New file.
3888         * modules/unictype/property-bidi-arabic-digit: New file.
3889         * modules/unictype/property-bidi-common-separator: New file.
3890         * modules/unictype/property-bidi-block-separator: New file.
3891         * modules/unictype/property-bidi-segment-separator: New file.
3892         * modules/unictype/property-bidi-whitespace: New file.
3893         * modules/unictype/property-bidi-non-spacing-mark: New file.
3894         * modules/unictype/property-bidi-boundary-neutral: New file.
3895         * modules/unictype/property-bidi-pdf: New file.
3896         * modules/unictype/property-bidi-embedding-or-override: New file.
3897         * modules/unictype/property-bidi-other-neutral: New file.
3898         * modules/unictype/property-hex-digit: New file.
3899         * modules/unictype/property-ascii-hex-digit: New file.
3900         * modules/unictype/property-ideographic: New file.
3901         * modules/unictype/property-unified-ideograph: New file.
3902         * modules/unictype/property-radical: New file.
3903         * modules/unictype/property-ids-binary-operator: New file.
3904         * modules/unictype/property-ids-trinary-operator: New file.
3905         * modules/unictype/property-zero-width: New file.
3906         * modules/unictype/property-space: New file.
3907         * modules/unictype/property-non-break: New file.
3908         * modules/unictype/property-iso-control: New file.
3909         * modules/unictype/property-format-control: New file.
3910         * modules/unictype/property-dash: New file.
3911         * modules/unictype/property-hyphen: New file.
3912         * modules/unictype/property-punctuation: New file.
3913         * modules/unictype/property-line-separator: New file.
3914         * modules/unictype/property-paragraph-separator: New file.
3915         * modules/unictype/property-quotation-mark: New file.
3916         * modules/unictype/property-sentence-terminal: New file.
3917         * modules/unictype/property-terminal-punctuation: New file.
3918         * modules/unictype/property-currency-symbol: New file.
3919         * modules/unictype/property-math: New file.
3920         * modules/unictype/property-other-math: New file.
3921         * modules/unictype/property-paired-punctuation: New file.
3922         * modules/unictype/property-left-of-pair: New file.
3923         * modules/unictype/property-combining: New file.
3924         * modules/unictype/property-composite: New file.
3925         * modules/unictype/property-decimal-digit: New file.
3926         * modules/unictype/property-numeric: New file.
3927         * modules/unictype/property-diacritic: New file.
3928         * modules/unictype/property-extender: New file.
3929         * modules/unictype/property-ignorable-control: New file.
3930         * modules/unictype/property-test: New file.
3931         * modules/unictype/property-byname: New file.
3932         * modules/unictype/property-all: New file.
3933         * modules/unictype/scripts: New file.
3934         * modules/unictype/scripts-all: New file.
3935         * modules/unictype/block-of: New file.
3936         * modules/unictype/block-test: New file.
3937         * modules/unictype/block-list: New file.
3938         * modules/unictype/block-all: New file.
3939         * modules/unictype/syntax-c-whitespace: New file.
3940         * modules/unictype/syntax-java-whitespace: New file.
3941         * modules/unictype/syntax-c-ident: New file.
3942         * modules/unictype/syntax-java-ident: New file.
3943         * modules/unictype/ctype-alnum: New file.
3944         * modules/unictype/ctype-alpha: New file.
3945         * modules/unictype/ctype-cntrl: New file.
3946         * modules/unictype/ctype-digit: New file.
3947         * modules/unictype/ctype-graph: New file.
3948         * modules/unictype/ctype-lower: New file.
3949         * modules/unictype/ctype-print: New file.
3950         * modules/unictype/ctype-punct: New file.
3951         * modules/unictype/ctype-space: New file.
3952         * modules/unictype/ctype-upper: New file.
3953         * modules/unictype/ctype-xdigit: New file.
3954         * modules/unictype/ctype-blank: New file.
3955         * lib/unictype/bidi_byname.c: New file.
3956         * lib/unictype/bidi_name.c: New file.
3957         * lib/unictype/bidi_of.c: New file.
3958         * lib/unictype/bidi_test.c: New file.
3959         * lib/unictype/bitmap.h: New file.
3960         * lib/unictype/block_test.c: New file.
3961         * lib/unictype/blocks.c: New file.
3962         * lib/unictype/categ_C.c: New file.
3963         * lib/unictype/categ_Cc.c: New file.
3964         * lib/unictype/categ_Cf.c: New file.
3965         * lib/unictype/categ_Cn.c: New file.
3966         * lib/unictype/categ_Co.c: New file.
3967         * lib/unictype/categ_Cs.c: New file.
3968         * lib/unictype/categ_L.c: New file.
3969         * lib/unictype/categ_Ll.c: New file.
3970         * lib/unictype/categ_Lm.c: New file.
3971         * lib/unictype/categ_Lo.c: New file.
3972         * lib/unictype/categ_Lt.c: New file.
3973         * lib/unictype/categ_Lu.c: New file.
3974         * lib/unictype/categ_M.c: New file.
3975         * lib/unictype/categ_Mc.c: New file.
3976         * lib/unictype/categ_Me.c: New file.
3977         * lib/unictype/categ_Mn.c: New file.
3978         * lib/unictype/categ_N.c: New file.
3979         * lib/unictype/categ_Nd.c: New file.
3980         * lib/unictype/categ_Nl.c: New file.
3981         * lib/unictype/categ_No.c: New file.
3982         * lib/unictype/categ_P.c: New file.
3983         * lib/unictype/categ_Pc.c: New file.
3984         * lib/unictype/categ_Pd.c: New file.
3985         * lib/unictype/categ_Pe.c: New file.
3986         * lib/unictype/categ_Pf.c: New file.
3987         * lib/unictype/categ_Pi.c: New file.
3988         * lib/unictype/categ_Po.c: New file.
3989         * lib/unictype/categ_Ps.c: New file.
3990         * lib/unictype/categ_S.c: New file.
3991         * lib/unictype/categ_Sc.c: New file.
3992         * lib/unictype/categ_Sk.c: New file.
3993         * lib/unictype/categ_Sm.c: New file.
3994         * lib/unictype/categ_So.c: New file.
3995         * lib/unictype/categ_Z.c: New file.
3996         * lib/unictype/categ_Zl.c: New file.
3997         * lib/unictype/categ_Zp.c: New file.
3998         * lib/unictype/categ_Zs.c: New file.
3999         * lib/unictype/categ_and.c: New file.
4000         * lib/unictype/categ_and_not.c: New file.
4001         * lib/unictype/categ_byname.c: New file.
4002         * lib/unictype/categ_name.c: New file.
4003         * lib/unictype/categ_none.c: New file.
4004         * lib/unictype/categ_of.c: New file.
4005         * lib/unictype/categ_or.c: New file.
4006         * lib/unictype/categ_test.c: New file.
4007         * lib/unictype/combining.c: New file.
4008         * lib/unictype/ctype_alnum.c: New file.
4009         * lib/unictype/ctype_alpha.c: New file.
4010         * lib/unictype/ctype_blank.c: New file.
4011         * lib/unictype/ctype_cntrl.c: New file.
4012         * lib/unictype/ctype_digit.c: New file.
4013         * lib/unictype/ctype_graph.c: New file.
4014         * lib/unictype/ctype_lower.c: New file.
4015         * lib/unictype/ctype_print.c: New file.
4016         * lib/unictype/ctype_punct.c: New file.
4017         * lib/unictype/ctype_space.c: New file.
4018         * lib/unictype/ctype_upper.c: New file.
4019         * lib/unictype/ctype_xdigit.c: New file.
4020         * lib/unictype/decdigit.c: New file.
4021         * lib/unictype/digit.c: New file.
4022         * lib/unictype/identsyntaxmap.h: New file.
4023         * lib/unictype/mirror.c: New file.
4024         * lib/unictype/numeric.c: New file.
4025         * lib/unictype/pr_alphabetic.c: New file.
4026         * lib/unictype/pr_ascii_hex_digit.c: New file.
4027         * lib/unictype/pr_bidi_arabic_digit.c: New file.
4028         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
4029         * lib/unictype/pr_bidi_block_separator.c: New file.
4030         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
4031         * lib/unictype/pr_bidi_common_separator.c: New file.
4032         * lib/unictype/pr_bidi_control.c: New file.
4033         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
4034         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
4035         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
4036         * lib/unictype/pr_bidi_european_digit.c: New file.
4037         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
4038         * lib/unictype/pr_bidi_left_to_right.c: New file.
4039         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
4040         * lib/unictype/pr_bidi_other_neutral.c: New file.
4041         * lib/unictype/pr_bidi_pdf.c: New file.
4042         * lib/unictype/pr_bidi_segment_separator.c: New file.
4043         * lib/unictype/pr_bidi_whitespace.c: New file.
4044         * lib/unictype/pr_byname.c: New file.
4045         * lib/unictype/pr_byname.gperf: New file.
4046         * lib/unictype/pr_combining.c: New file.
4047         * lib/unictype/pr_composite.c: New file.
4048         * lib/unictype/pr_currency_symbol.c: New file.
4049         * lib/unictype/pr_dash.c: New file.
4050         * lib/unictype/pr_decimal_digit.c: New file.
4051         * lib/unictype/pr_default_ignorable_code_point.c: New file.
4052         * lib/unictype/pr_deprecated.c: New file.
4053         * lib/unictype/pr_diacritic.c: New file.
4054         * lib/unictype/pr_extender.c: New file.
4055         * lib/unictype/pr_format_control.c: New file.
4056         * lib/unictype/pr_grapheme_base.c: New file.
4057         * lib/unictype/pr_grapheme_extend.c: New file.
4058         * lib/unictype/pr_grapheme_link.c: New file.
4059         * lib/unictype/pr_hex_digit.c: New file.
4060         * lib/unictype/pr_hyphen.c: New file.
4061         * lib/unictype/pr_id_continue.c: New file.
4062         * lib/unictype/pr_id_start.c: New file.
4063         * lib/unictype/pr_ideographic.c: New file.
4064         * lib/unictype/pr_ids_binary_operator.c: New file.
4065         * lib/unictype/pr_ids_trinary_operator.c: New file.
4066         * lib/unictype/pr_ignorable_control.c: New file.
4067         * lib/unictype/pr_iso_control.c: New file.
4068         * lib/unictype/pr_join_control.c: New file.
4069         * lib/unictype/pr_left_of_pair.c: New file.
4070         * lib/unictype/pr_line_separator.c: New file.
4071         * lib/unictype/pr_logical_order_exception.c: New file.
4072         * lib/unictype/pr_lowercase.c: New file.
4073         * lib/unictype/pr_math.c: New file.
4074         * lib/unictype/pr_non_break.c: New file.
4075         * lib/unictype/pr_not_a_character.c: New file.
4076         * lib/unictype/pr_numeric.c: New file.
4077         * lib/unictype/pr_other_alphabetic.c: New file.
4078         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
4079         * lib/unictype/pr_other_grapheme_extend.c: New file.
4080         * lib/unictype/pr_other_id_continue.c: New file.
4081         * lib/unictype/pr_other_id_start.c: New file.
4082         * lib/unictype/pr_other_lowercase.c: New file.
4083         * lib/unictype/pr_other_math.c: New file.
4084         * lib/unictype/pr_other_uppercase.c: New file.
4085         * lib/unictype/pr_paired_punctuation.c: New file.
4086         * lib/unictype/pr_paragraph_separator.c: New file.
4087         * lib/unictype/pr_pattern_syntax.c: New file.
4088         * lib/unictype/pr_pattern_white_space.c: New file.
4089         * lib/unictype/pr_private_use.c: New file.
4090         * lib/unictype/pr_punctuation.c: New file.
4091         * lib/unictype/pr_quotation_mark.c: New file.
4092         * lib/unictype/pr_radical.c: New file.
4093         * lib/unictype/pr_sentence_terminal.c: New file.
4094         * lib/unictype/pr_soft_dotted.c: New file.
4095         * lib/unictype/pr_space.c: New file.
4096         * lib/unictype/pr_terminal_punctuation.c: New file.
4097         * lib/unictype/pr_test.c: New file.
4098         * lib/unictype/pr_titlecase.c: New file.
4099         * lib/unictype/pr_unassigned_code_value.c: New file.
4100         * lib/unictype/pr_unified_ideograph.c: New file.
4101         * lib/unictype/pr_uppercase.c: New file.
4102         * lib/unictype/pr_variation_selector.c: New file.
4103         * lib/unictype/pr_white_space.c: New file.
4104         * lib/unictype/pr_xid_continue.c: New file.
4105         * lib/unictype/pr_xid_start.c: New file.
4106         * lib/unictype/pr_zero_width.c: New file.
4107         * lib/unictype/scripts.c: New file.
4108         * lib/unictype/sy_c_ident.c: New file.
4109         * lib/unictype/sy_c_whitespace.c: New file.
4110         * lib/unictype/sy_java_ident.c: New file.
4111         * lib/unictype/sy_java_whitespace.c: New file.
4112
4113         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
4114         Unicode 5.0.0.
4115         * lib/unictype/blocks.h: Likewise.
4116         * lib/unictype/categ_C.h: Likewise.
4117         * lib/unictype/categ_Cc.h: Likewise.
4118         * lib/unictype/categ_Cf.h: Likewise.
4119         * lib/unictype/categ_Cn.h: Likewise.
4120         * lib/unictype/categ_Co.h: Likewise.
4121         * lib/unictype/categ_Cs.h: Likewise.
4122         * lib/unictype/categ_L.h: Likewise.
4123         * lib/unictype/categ_Ll.h: Likewise.
4124         * lib/unictype/categ_Lm.h: Likewise.
4125         * lib/unictype/categ_Lo.h: Likewise.
4126         * lib/unictype/categ_Lt.h: Likewise.
4127         * lib/unictype/categ_Lu.h: Likewise.
4128         * lib/unictype/categ_M.h: Likewise.
4129         * lib/unictype/categ_Mc.h: Likewise.
4130         * lib/unictype/categ_Me.h: Likewise.
4131         * lib/unictype/categ_Mn.h: Likewise.
4132         * lib/unictype/categ_N.h: Likewise.
4133         * lib/unictype/categ_Nd.h: Likewise.
4134         * lib/unictype/categ_Nl.h: Likewise.
4135         * lib/unictype/categ_No.h: Likewise.
4136         * lib/unictype/categ_P.h: Likewise.
4137         * lib/unictype/categ_Pc.h: Likewise.
4138         * lib/unictype/categ_Pd.h: Likewise.
4139         * lib/unictype/categ_Pe.h: Likewise.
4140         * lib/unictype/categ_Pf.h: Likewise.
4141         * lib/unictype/categ_Pi.h: Likewise.
4142         * lib/unictype/categ_Po.h: Likewise.
4143         * lib/unictype/categ_Ps.h: Likewise.
4144         * lib/unictype/categ_S.h: Likewise.
4145         * lib/unictype/categ_Sc.h: Likewise.
4146         * lib/unictype/categ_Sk.h: Likewise.
4147         * lib/unictype/categ_Sm.h: Likewise.
4148         * lib/unictype/categ_So.h: Likewise.
4149         * lib/unictype/categ_Z.h: Likewise.
4150         * lib/unictype/categ_Zl.h: Likewise.
4151         * lib/unictype/categ_Zp.h: Likewise.
4152         * lib/unictype/categ_Zs.h: Likewise.
4153         * lib/unictype/categ_of.h: Likewise.
4154         * lib/unictype/combining.h: Likewise.
4155         * lib/unictype/ctype_alnum.h: Likewise.
4156         * lib/unictype/ctype_alpha.h: Likewise.
4157         * lib/unictype/ctype_blank.h: Likewise.
4158         * lib/unictype/ctype_cntrl.h: Likewise.
4159         * lib/unictype/ctype_digit.h: Likewise.
4160         * lib/unictype/ctype_graph.h: Likewise.
4161         * lib/unictype/ctype_lower.h: Likewise.
4162         * lib/unictype/ctype_print.h: Likewise.
4163         * lib/unictype/ctype_punct.h: Likewise.
4164         * lib/unictype/ctype_space.h: Likewise.
4165         * lib/unictype/ctype_upper.h: Likewise.
4166         * lib/unictype/ctype_xdigit.h: Likewise.
4167         * lib/unictype/decdigit.h: Likewise.
4168         * lib/unictype/digit.h: Likewise.
4169         * lib/unictype/mirror.h: Likewise.
4170         * lib/unictype/numeric.h: Likewise.
4171         * lib/unictype/pr_alphabetic.h: Likewise.
4172         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
4173         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
4174         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
4175         * lib/unictype/pr_bidi_block_separator.h: Likewise.
4176         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
4177         * lib/unictype/pr_bidi_common_separator.h: Likewise.
4178         * lib/unictype/pr_bidi_control.h: Likewise.
4179         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
4180         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
4181         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
4182         * lib/unictype/pr_bidi_european_digit.h: Likewise.
4183         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
4184         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
4185         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
4186         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
4187         * lib/unictype/pr_bidi_pdf.h: Likewise.
4188         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
4189         * lib/unictype/pr_bidi_whitespace.h: Likewise.
4190         * lib/unictype/pr_combining.h: Likewise.
4191         * lib/unictype/pr_composite.h: Likewise.
4192         * lib/unictype/pr_currency_symbol.h: Likewise.
4193         * lib/unictype/pr_dash.h: Likewise.
4194         * lib/unictype/pr_decimal_digit.h: Likewise.
4195         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
4196         * lib/unictype/pr_deprecated.h: Likewise.
4197         * lib/unictype/pr_diacritic.h: Likewise.
4198         * lib/unictype/pr_extender.h: Likewise.
4199         * lib/unictype/pr_format_control.h: Likewise.
4200         * lib/unictype/pr_grapheme_base.h: Likewise.
4201         * lib/unictype/pr_grapheme_extend.h: Likewise.
4202         * lib/unictype/pr_grapheme_link.h: Likewise.
4203         * lib/unictype/pr_hex_digit.h: Likewise.
4204         * lib/unictype/pr_hyphen.h: Likewise.
4205         * lib/unictype/pr_id_continue.h: Likewise.
4206         * lib/unictype/pr_id_start.h: Likewise.
4207         * lib/unictype/pr_ideographic.h: Likewise.
4208         * lib/unictype/pr_ids_binary_operator.h: Likewise.
4209         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
4210         * lib/unictype/pr_ignorable_control.h: Likewise.
4211         * lib/unictype/pr_iso_control.h: Likewise.
4212         * lib/unictype/pr_join_control.h: Likewise.
4213         * lib/unictype/pr_left_of_pair.h: Likewise.
4214         * lib/unictype/pr_line_separator.h: Likewise.
4215         * lib/unictype/pr_logical_order_exception.h: Likewise.
4216         * lib/unictype/pr_lowercase.h: Likewise.
4217         * lib/unictype/pr_math.h: Likewise.
4218         * lib/unictype/pr_non_break.h: Likewise.
4219         * lib/unictype/pr_not_a_character.h: Likewise.
4220         * lib/unictype/pr_numeric.h: Likewise.
4221         * lib/unictype/pr_other_alphabetic.h: Likewise.
4222         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
4223         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
4224         * lib/unictype/pr_other_id_continue.h: Likewise.
4225         * lib/unictype/pr_other_id_start.h: Likewise.
4226         * lib/unictype/pr_other_lowercase.h: Likewise.
4227         * lib/unictype/pr_other_math.h: Likewise.
4228         * lib/unictype/pr_other_uppercase.h: Likewise.
4229         * lib/unictype/pr_paired_punctuation.h: Likewise.
4230         * lib/unictype/pr_paragraph_separator.h: Likewise.
4231         * lib/unictype/pr_pattern_syntax.h: Likewise.
4232         * lib/unictype/pr_pattern_white_space.h: Likewise.
4233         * lib/unictype/pr_private_use.h: Likewise.
4234         * lib/unictype/pr_punctuation.h: Likewise.
4235         * lib/unictype/pr_quotation_mark.h: Likewise.
4236         * lib/unictype/pr_radical.h: Likewise.
4237         * lib/unictype/pr_sentence_terminal.h: Likewise.
4238         * lib/unictype/pr_soft_dotted.h: Likewise.
4239         * lib/unictype/pr_space.h: Likewise.
4240         * lib/unictype/pr_terminal_punctuation.h: Likewise.
4241         * lib/unictype/pr_titlecase.h: Likewise.
4242         * lib/unictype/pr_unassigned_code_value.h: Likewise.
4243         * lib/unictype/pr_unified_ideograph.h: Likewise.
4244         * lib/unictype/pr_uppercase.h: Likewise.
4245         * lib/unictype/pr_variation_selector.h: Likewise.
4246         * lib/unictype/pr_white_space.h: Likewise.
4247         * lib/unictype/pr_xid_continue.h: Likewise.
4248         * lib/unictype/pr_xid_start.h: Likewise.
4249         * lib/unictype/pr_zero_width.h: Likewise.
4250         * lib/unictype/scripts.h: Likewise.
4251         * lib/unictype/scripts_byname.gperf: Likewise.
4252         * lib/unictype/sy_c_ident.h: Likewise.
4253         * lib/unictype/sy_c_whitespace.h: Likewise.
4254         * lib/unictype/sy_java_ident.h: Likewise.
4255         * lib/unictype/sy_java_whitespace.h: Likewise.
4256
4257         * lib/unictype/Makefile: New file.
4258         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
4259         glibc.
4260         * lib/unictype/3level.h: New file, copied from glibc.
4261         * lib/unictype/3levelbit.h: New file.
4262
4263 2007-11-11  Bruno Haible  <bruno@clisp.org>
4264
4265         * modules/gperf: New file.
4266         * modules/iconv_open (Depends-on): Add it.
4267         (Makefile.am): Remove the GPERF definition.
4268
4269 2007-11-11  Bruno Haible  <bruno@clisp.org>
4270
4271         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
4272         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
4273
4274 2007-11-11  Bruno Haible  <bruno@clisp.org>
4275
4276         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
4277         (usage): Remove function.
4278
4279 2007-11-11  Bruno Haible  <bruno@clisp.org>
4280
4281         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
4282         gl_FUNC_CEILF_LIBS.
4283         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
4284         gl_FUNC_CEIL_LIBS.
4285         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
4286         gl_FUNC_CEILL_LIBS.
4287         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
4288         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
4289         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
4290
4291 2007-11-11  Bruno Haible  <bruno@clisp.org>
4292
4293         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
4294         roundf were declared but do not exist on functions.
4295         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
4296         roundl were declared but do not exist on functions.
4297         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
4298         HAVE_FLOORL_AND_CEILL, respectively.
4299         Needed for Sun C on Solaris 10.
4300
4301 2007-11-11  Bruno Haible  <bruno@clisp.org>
4302
4303         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
4304         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
4305         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
4306         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
4307         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
4308         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
4309         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
4310         HAVE_DECL_ROUNDF.
4311         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
4312         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
4313         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
4314         of HAVE_DECL_ROUND*.
4315         * modules/math (Makefile.am): Update.
4316
4317 2007-11-10  Bruno Haible  <bruno@clisp.org>
4318
4319         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
4320         ptrdiff_t as m4/intl.m4.
4321
4322 2007-11-10  Jim Meyering  <meyering@redhat.com>
4323
4324         Avoid link failure for the argmatch test.
4325         * tests/test-argmatch.c (usage): Define function to avoid a link
4326         failure: argmatch_die requires a usage function.
4327
4328 2007-11-09  Bruno Haible  <bruno@clisp.org>
4329
4330         * doc/functions/snprintf.texi: Mention BeOS deficiency.
4331         * doc/functions/vsnprintf.texi: Likewise.
4332         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
4333         with a size argument < 2.
4334
4335 2007-11-09  Bruno Haible  <bruno@clisp.org>
4336
4337         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
4338         buffer. Fixes an inefficiency introduced on 2007-11-03.
4339
4340 2007-11-09  Bruno Haible  <bruno@clisp.org>
4341
4342         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
4343         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
4344
4345 2007-11-08  Jim Meyering  <meyering@redhat.com>
4346
4347         Change cache variable name prefix "jm_" to "gl_" everywhere.
4348         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
4349         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
4350         * m4/uptime.m4: s/gl_/jm_/
4351
4352 2007-11-07  Bruno Haible  <bruno@clisp.org>
4353
4354         Update to GNU gettext 0.17.
4355         * m4/intl.m4: Update to GNU gettext 0.17.
4356         * m4/po.m4: Likewise.
4357         * modules/gettext (Files): Remove m4/ulonglong.m4.
4358         (configure.ac): Require gettext infrastructure from version 0.17.
4359
4360 2007-11-06  Bruno Haible  <bruno@clisp.org>
4361
4362         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
4363         symbolic values are not defined in a public header.
4364         * lib/freadable.c (freadable) [QNX]: Likewise.
4365         * lib/freadahead.c (freadahead) [QNX]: Likewise.
4366         * lib/freading.c (freading) [QNX]: Likewise.
4367         * lib/fseterr.c (fseterr) [QNX]: Likewise.
4368         * lib/fwritable.c (fwritable) [QNX]: Likewise.
4369         * lib/fwriting.c (fwriting) [QNX]: Likewise.
4370         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
4371         Reported by Alain Magloire.
4372
4373         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
4374
4375 2007-11-05  Bruno Haible  <bruno@clisp.org>
4376
4377         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
4378         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
4379         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
4380         Reported by Eric Blake.
4381
4382 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4383             Bruno Haible  <bruno@clisp.org>
4384
4385         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
4386         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
4387         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
4388         (malloc): Undefine also before including <stdlib.h>.
4389         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
4390         Needed on OSF/1 4.0.
4391
4392 2007-11-05  Jim Meyering  <meyering@redhat.com>
4393
4394         git-version-gen: sync from coreutils.
4395         * build-aux/git-version-gen: Add comments.
4396         Change the first '-' to '.' in the snapshot version string,
4397         e.g., 6.9-377-08144 -> 6.9.377-08144
4398         Remove first parameter.
4399         Don't declare a version "-dirty" merely because a time
4400         stamp has changed.
4401
4402 2007-11-04  Bruno Haible  <bruno@clisp.org>
4403
4404         * lib/lock.h: Protect all macro definitions containing an 'if'
4405         statement through a "do { ... } while (0)".
4406         * lib/tls.h: Likewise.
4407
4408 2007-11-04  Bruno Haible  <bruno@clisp.org>
4409
4410         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
4411
4412 2007-11-04  Bruno Haible  <bruno@clisp.org>
4413
4414         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
4415         * modules/fprintf-posix (Depends-on): Add nocrash.
4416         * modules/snprintf-posix (Depends-on): Likewise.
4417         * modules/sprintf-posix (Depends-on): Likewise.
4418         * modules/vasnprintf-posix (Depends-on): Likewise.
4419         * modules/vasprintf-posix (Depends-on): Likewise.
4420         * modules/vfprintf-posix (Depends-on): Likewise.
4421         * modules/vsnprintf-posix (Depends-on): Likewise.
4422         * modules/vsprintf-posix (Depends-on): Likewise.
4423         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
4424         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
4425         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
4426         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
4427         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
4428         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
4429         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
4430
4431 2007-11-04  Bruno Haible  <bruno@clisp.org>
4432
4433         * modules/nocrash: New file.
4434         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
4435         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
4436
4437 2007-11-04  Bruno Haible  <bruno@clisp.org>
4438
4439         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
4440         precision handling.
4441         * tests/test-vasprintf-posix.c (test_function): Likewise.
4442         * tests/test-snprintf-posix.h (test_function): Likewise.
4443         * tests/test-sprintf-posix.h (test_function): Likewise.
4444
4445         Fix *printf behaviour for large precisions on mingw and BeOS.
4446         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
4447         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
4448         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
4449         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4450         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4451         gl_PRINTF_PRECISION and test its result. Invoke
4452         gl_PREREQ_VASNPRINTF_PRECISION.
4453         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4454         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4455         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4456         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4457         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4458         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4459         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4460         * doc/functions/fprintf.texi: Update.
4461         * doc/functions/printf.texi: Update.
4462         * doc/functions/snprintf.texi: Update.
4463         * doc/functions/sprintf.texi: Update.
4464         * doc/functions/vfprintf.texi: Update.
4465         * doc/functions/vprintf.texi: Update.
4466         * doc/functions/vsnprintf.texi: Update.
4467         * doc/functions/vsprintf.texi: Update.
4468
4469 2007-11-04  Bruno Haible  <bruno@clisp.org>
4470
4471         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
4472
4473 2007-11-04  Bruno Haible  <bruno@clisp.org>
4474
4475         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
4476         Reported by Sylvain Beucler <beuc@gnu.org>.
4477
4478 2007-11-03  Bruno Haible  <bruno@clisp.org>
4479
4480         * tests/test-fprintf-posix2.sh: New file.
4481         * tests/test-fprintf-posix2.c: New file.
4482         * modules/fprintf-posix-tests (Files): Add them.
4483         (TESTS): Add test-fprintf-posix2.sh.
4484         (configure.ac): Check for getrlimit and setrlimit.
4485         (check_PROGRAMS): Add test-fprintf-posix2.
4486
4487         * tests/test-printf-posix2.sh: New file.
4488         * tests/test-printf-posix2.c: New file.
4489         * modules/printf-posix-tests (Files): Add them.
4490         (TESTS): Add test-printf-posix2.sh.
4491         (configure.ac): Check for getrlimit and setrlimit.
4492         (check_PROGRAMS): Add test-printf-posix2.
4493
4494         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
4495         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
4496         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
4497         (decode_double): New function, copied from decode_long_double.
4498         (scale10_round_decimal_decoded): New function, extracted from
4499         scale10_round_decimal_long_double.
4500         (scale10_round_decimal_long_double): Use it.
4501         (scale10_round_decimal_double): New function.
4502         (floorlog10): New function.
4503         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
4504         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
4505         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
4506         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
4507         gl_PRINTF_ENOMEM and test its result. Invoke
4508         gl_PREREQ_VASNPRINTF_ENOMEM.
4509         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4510         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4511         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4512         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4513         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4514         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4515         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4516         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
4517         * modules/snprintf-posix (Depends-on): Likewise.
4518         * modules/sprintf-posix (Depends-on): Likewise.
4519         * modules/vasnprintf-posix (Depends-on): Likewise.
4520         * modules/vasprintf-posix (Depends-on): Likewise.
4521         * modules/vfprintf-posix (Depends-on): Likewise.
4522         * modules/vsnprintf-posix (Depends-on): Likewise.
4523         * modules/vsprintf-posix (Depends-on): Likewise.
4524         * doc/functions/fprintf.texi: Update.
4525         * doc/functions/printf.texi: Update.
4526         * doc/functions/snprintf.texi: Update.
4527         * doc/functions/sprintf.texi: Update.
4528         * doc/functions/vfprintf.texi: Update.
4529         * doc/functions/vprintf.texi: Update.
4530         * doc/functions/vsnprintf.texi: Update.
4531         * doc/functions/vsprintf.texi: Update.
4532
4533 2007-11-03  Bruno Haible  <bruno@clisp.org>
4534
4535         * modules/frexp-nolibm-tests: New file.
4536
4537         * modules/frexp-nolibm: New file.
4538         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
4539
4540 2007-11-03  Bruno Haible  <bruno@clisp.org>
4541
4542         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
4543         value is C99 compliant.
4544         Needed for OSF/1 5.1.
4545
4546 2007-11-03  Bruno Haible  <bruno@clisp.org>
4547
4548         Fix out-of-memory handling of vasnprintf.
4549         * lib/printf-parse.c: Include <errno.h>.
4550         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
4551         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
4552         is already set.
4553
4554 2007-11-02  Eric Blake  <ebb9@byu.net>
4555
4556         Fix tests on cygwin.
4557         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
4558
4559 2007-11-01  Bruno Haible  <bruno@clisp.org>
4560
4561         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
4562         warning.
4563         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
4564         needed for POSIX compatibility.
4565
4566 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
4567
4568         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
4569         for compatibility with GNU.
4570
4571 2007-11-01  Bruno Haible  <bruno@clisp.org>
4572
4573         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
4574         (putenv): Renamed from rpl_putenv. Change argument type from
4575         'const char *' to 'char *'.
4576         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
4577         of defining putenv in config.h, just set REPLACE_PUTENV.
4578         * modules/putenv (Depends-on): Add stdlib.
4579         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
4580         (Include): Use <stdlib.h>.
4581         * lib/stdlib.in.h (putenv): New declaration.
4582         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
4583         REPLACE_PUTENV.
4584         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
4585         REPLACE_PUTENV.
4586         Needed for MacOS X 10.5.0.
4587         Reported by Peter O'Gorman <peter@pogma.com>.
4588
4589 2007-11-01  Jim Meyering  <meyering@redhat.com>
4590
4591         Treat an empty date string exactly like "0".
4592         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
4593         if the remaining date string (to be parsed) is empty, use "0".
4594         Reported by Mischa Molhoek and discussed in this thread:
4595         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
4596
4597 2007-10-31  Bruno Haible  <bruno@clisp.org>
4598
4599         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
4600         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
4601         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
4602         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
4603         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
4604         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
4605
4606 2007-10-31  Bruno Haible  <bruno@clisp.org>
4607
4608         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
4609         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
4610         (AC_TYPE_LONG_LONG_INT): Use it.
4611         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
4612         it as well.
4613         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
4614         to m4/longlong.m4.
4615         * modules/stdint (Files): Remove m4/ulonglong.m4.
4616         * modules/strtoull (Files): Use m4/longlong.m4 instead of
4617         m4/ulonglong.m4.
4618         * modules/strtoumax (Files): Likewise.
4619
4620 2007-10-30  Bruno Haible  <bruno@clisp.org>
4621
4622         * modules/xvasprintf-posix: New file.
4623         Suggested by Eric Blake.
4624
4625 2007-10-30  Bruno Haible  <bruno@clisp.org>
4626
4627         * modules/xprintf-posix-tests: New file.
4628         * tests/test-xprintf-posix.sh: New file.
4629         * tests/test-xprintf-posix.c: New file.
4630         * tests/test-xfprintf-posix.c: New file.
4631
4632         * modules/xprintf-posix: New file.
4633
4634 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4635
4636         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
4637         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
4638         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
4639
4640 2007-10-29  Bruno Haible  <bruno@clisp.org>
4641
4642         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
4643         contain the special marker '_cv_'.
4644         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
4645         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
4646         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
4647         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
4648         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
4649         Reported by Ralf Wildenhues.
4650
4651 2007-10-29  Bruno Haible  <bruno@clisp.org>
4652
4653         * gnulib-tool (func_import): When --lgpl is not specified, set
4654         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
4655         GPLv3.
4656         Reported by Simon Josefsson.
4657
4658 2007-10-28  Bruno Haible  <bruno@clisp.org>
4659
4660         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
4661         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
4662         HAVE_DECL_ISFINITE.
4663         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4664         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
4665         HAVE_DECL_ISFINITE.
4666
4667 2007-10-28  Bruno Haible  <bruno@clisp.org>
4668
4669         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
4670         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
4671
4672 2007-10-28  Bruno Haible  <bruno@clisp.org>
4673
4674         Fix link errors with Sun C 5.0 on Solaris 10.
4675         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
4676         function is declared but not present in the compiler's libm.
4677         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
4678         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
4679         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
4680         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
4681         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
4682         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
4683         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
4684         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
4685         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
4686         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
4687         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
4688         HAVE_DECL_FLOORL.
4689
4690 2007-10-28  Bruno Haible  <bruno@clisp.org>
4691
4692         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
4693         gl_FUNC_FLOORL. Cache the result.
4694         (gl_FUNC_FLOORL): Use it.
4695         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
4696         gl_FUNC_CEILL. Cache the result.
4697         (gl_FUNC_CEILL): Use it.
4698
4699         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
4700         gl_FUNC_FLOOR. Cache the result.
4701         (gl_FUNC_FLOOR): Use it.
4702         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
4703         gl_FUNC_CEIL. Cache the result.
4704         (gl_FUNC_CEIL): Use it.
4705
4706         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
4707         gl_FUNC_FLOORF. Cache the result.
4708         (gl_FUNC_FLOORF): Use it.
4709         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
4710         gl_FUNC_CEILF. Cache the result.
4711         (gl_FUNC_CEILF): Use it.
4712
4713 2007-10-28  Bruno Haible  <bruno@clisp.org>
4714
4715         * gnulib-tool: Allow specifying the LGPL version number through
4716         --lgpl=2 or --lgpl=3.
4717         (func_usage): Document --lgpl with argument.
4718         Handle --lgpl=... arguments.
4719         (func_import): Recognize also gl_LGPL calls with an argument. When
4720         --lgpl=2 is used and the module's license is just LGPL, report an
4721         error. Set sed_transform_lib_file according to the lgpl variable. In
4722         the generated files, use --lgpl or gl_LGPL invocations with argument,
4723         if necessary.
4724         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
4725         an LGPv2+ license.
4726         * doc/gnulib-tool.texi (Modified imports): Update explanation of
4727         gl_LGPL macro.
4728
4729 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4730             Bruno Haible  <bruno@clisp.org>
4731
4732         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
4733         (u16_uctomb_aux): Likewise.
4734         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
4735         !HAVE_INLINE.
4736         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
4737
4738 2007-10-28  Bruno Haible  <bruno@clisp.org>
4739
4740         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
4741         Invoke AM_GETTEXT_OPTION if it exists.
4742         * modules/vasprintf: Likewise.
4743         * modules/verror: Likewise.
4744         * modules/xprintf: Likewise.
4745         * modules/xvasprintf: Likewise.
4746
4747 2007-10-27  Ben Pfaff  <blp@gnu.org>
4748
4749         * lib/math.in.h: Define isfinite macro and prototypes for
4750         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
4751         implementations.
4752         * m4/math_h.m4: New substitutions for isfinite module.
4753         * lib/isfinite.c: New file.
4754         * m4/isfinite.m4: New file.
4755         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
4756         * modules/isfinite: New file.
4757         * modules/isfinite-tests: New file.
4758         * tests/tests-isfinite.c: New file.
4759         * doc/functions/isfinite.texi: Mention isfinite module.
4760         * MODULES.html.sh: Mention new module.
4761
4762 2007-10-27  Ben Pfaff  <blp@gnu.org>
4763
4764         Ralf Wildenhues reported that Tru64 4.0D declares the round
4765         functions but does not have definitions.
4766         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
4767         cannot be found in any library, set the output variable to
4768         "missing" instead of "".
4769         * m4/round.m4: Also use our substitute if we cannot find round in
4770         any library, even if it is declared.
4771         * m4/roundf.m4: Likewise for roundf.
4772         * m4/roundl.m4: Likewise for roundl.
4773         * lib/math.in.h: Undefine roundf, round, roundl before defining
4774         their replacements, to allow for hypothetical systems where these
4775         may be defined as macros but not available in libraries.
4776
4777 2007-10-27  Bruno Haible  <bruno@clisp.org>
4778
4779         * doc/gnulib.texi: Invoke @firstparagraphindent.
4780         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
4781         changes in gnulib.
4782         (Source changes): New section.
4783
4784 2007-10-26  Bruno Haible  <bruno@clisp.org>
4785
4786         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
4787         borrowed from autoconf.
4788
4789 2007-10-26  Bruno Haible  <bruno@clisp.org>
4790
4791         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
4792         strerror returned the empty string. Needed on HP-UX 11.00.
4793
4794 2007-10-24  Micah Cowan  <micah@cowan.name>
4795
4796         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
4797         * build-aux/bootstrap: Remove support for now-unnecessary option,
4798         --cvs-user, and envvars CVS_USER, CVS_RSH.
4799
4800 2007-10-24  Jim Meyering  <meyering@redhat.com>
4801
4802         Avoid diagnostics from sha1sum when there is no cached checksum.
4803         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
4804         if the po.s1 file hasn't been created yet.
4805
4806         * build-aux/bootstrap: Sync from coreutils:
4807         2007-10-24  Jim Meyering  <meyering@redhat.com>
4808         Get gnulib from the git repository, not from an obsolete cvs one.
4809         * build-aux/bootstrap: Suggestion from Micah Cowan.
4810         2007-10-04  Jim Meyering  <jim@meyering.net>
4811         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
4812         (update_po_files): Work also when there are no .po files in po/.
4813
4814 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
4815
4816         * README: Append ".git" to git and cg examples.
4817         Problem reported by Benoit Sigoure.
4818
4819 2007-10-23  Micah Cowan  <micah@cowan.name>
4820
4821         * users.txt: Add wget.
4822
4823 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4824
4825         Fix linking of some unistdio tests on FreeBSD.
4826         * modules/unistdio/u16-vsnprintf-tests
4827         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
4828         * modules/unistdio/u16-vsprintf-tests
4829         (test_u16_vsnprintf1_LDADD): Likewise.
4830         * modules/unistdio/u32-vsnprintf-tests
4831         (test_u32_vsnprintf1_LDADD): Likewise.
4832         * modules/unistdio/u32-vsprintf-tests
4833         (test_u32_vsprintf1_LDADD): Likewise.
4834         * modules/unistdio/u8-vsnprintf-tests
4835         (test_u8_vsnprintf1_LDADD): Likewise.
4836         * modules/unistdio/u8-vsprintf-tests
4837         (test_u8_vsprintf1_LDADD): Likewise.
4838         * modules/unistdio/ulc-vsnprintf-tests
4839         (test_ulc_vsnprintf1_LDADD): Likewise.
4840         * modules/unistdio/ulc-vsprintf-tests
4841         (test_ulc_vsprintf1_LDADD): Likewise.
4842
4843         Fix linking of some uniconv tests on FreeBSD.
4844         * modules/uniconv/u16-conv-from-enc-tests
4845         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
4846         * modules/uniconv/u16-conv-to-enc-tests
4847         (test_u16_conv_to_enc_LDADD): Likewise.
4848         * modules/uniconv/u16-strconv-from-enc-tests
4849         (test_u16_strconv_from_enc_LDADD): Likewise.
4850         * modules/uniconv/u16-strconv-to-enc-tests
4851         (test_u16_strconv_to_enc_LDADD): Likewise.
4852         * modules/uniconv/u32-conv-from-enc-tests
4853         (test_u32_conv_from_enc_LDADD): Likewise.
4854         * modules/uniconv/u32-conv-to-enc-tests
4855         (test_u32_conv_to_enc_LDADD): Likewise.
4856         * modules/uniconv/u32-strconv-from-enc-tests
4857         (test_u32_strconv_from_enc_LDADD): Likewise.
4858         * modules/uniconv/u32-strconv-to-enc-tests
4859         (test_u32_strconv_to_enc_LDADD): Likewise.
4860         * modules/uniconv/u8-conv-from-enc-tests
4861         (test_u8_conv_from_enc_LDADD): Likewise.
4862         * modules/uniconv/u8-conv-to-enc-tests
4863         (test_u8_conv_to_enc_LDADD): Likewise.
4864         * modules/uniconv/u8-strconv-from-enc-tests
4865         (test_u8_strconv_from_enc_LDADD): Likewise.
4866         * modules/uniconv/u8-strconv-to-enc-tests
4867         (test_u8_strconv_to_enc_LDADD): Likewise.
4868
4869 2007-10-22  Bruno Haible  <bruno@clisp.org>
4870
4871         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
4872         size.
4873
4874 2007-10-22  Eric Blake  <ebb9@byu.net>
4875
4876         Tweak x*printf documentation.
4877         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
4878         variable name and comments.
4879         Suggested by Bruno Haible.
4880
4881 2007-10-22  Bruno Haible  <bruno@clisp.org>
4882
4883         * lib/acl.c (copy_acl): Fix file name in comment.
4884
4885 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4886
4887         Fix Tru64 problem with stdbool.h.
4888         * lib/stdbool.in.h (false, true):
4889         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
4890         Don't declare as an enum in this situation; it runs afoul of Tru64.
4891         Problem reported by Steven M. Schweda in
4892         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
4893
4894 2007-10-22  Eric Blake  <ebb9@byu.net>
4895
4896         Also wrap vf?printf.
4897         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
4898         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
4899         (xvprintf, xvfprintf): New functions.
4900
4901 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4902
4903         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
4904         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
4905
4906         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
4907         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
4908
4909 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
4910
4911         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
4912         by Bruno Haible.
4913
4914 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4915
4916         * lib/getloadavg.c
4917         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
4918         Undef `sys' after including sys/table.h, for Tru64 4.0D.
4919
4920         * tests/test-i-ring.c: Work for C89.
4921
4922 2007-10-22  Bruno Haible  <bruno@clisp.org>
4923
4924         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
4925         -1u, in preprocessor expression, so that we don't test for the bug
4926         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
4927         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
4928
4929 2007-10-22  Eric Blake  <ebb9@byu.net>
4930
4931         * tests/test-yesno.sh: Silence stderr during test.
4932
4933 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4934
4935         * modules/crypto/gc-camellia: New file.
4936
4937         * m4/gc-camellia.m4: New file.
4938
4939         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
4940
4941         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
4942
4943 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4944
4945         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
4946         --help to stdout.  Reported by sms@antinode.org (Steven
4947         M. Schweda).
4948
4949 2007-10-22  Simon Josefsson  <simon@josefsson.org>
4950
4951         * users.txt: Fix link to libksba.
4952
4953 2007-10-21  Ben Pfaff  <blp@gnu.org>
4954
4955         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
4956         round.c roundf implementation that depends on floorf and ceilf to
4957         be tested unconditionally.
4958
4959 2007-10-21  Ben Pfaff  <blp@gnu.org>
4960
4961         * m4/check-libm-func.m4: Removed.
4962         * m4/check-math-lib.m4: New file.
4963         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
4964         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
4965         definition and lack of AC_LIBOBJ([roundf]).
4966         * m4/roundl.m4: Ditto, and similarly for roundl.
4967         * modules/round: Reference new m4 file.
4968         * modules/roundf: Ditto.
4969         * modules/roundl: Ditto.
4970         * tests/test-round2.c (main): Use ROUND instead of round.
4971         Bug report from Bruno Haible.
4972
4973 2007-10-21  Bruno Haible  <bruno@clisp.org>
4974
4975         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
4976         context.
4977
4978 2007-10-21  Bruno Haible  <bruno@clisp.org>
4979
4980         * tests/test-wcwidth.c (main): Allow negative result for some control
4981         characters.
4982
4983         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
4984         Needed on OSF/1 5.1.
4985
4986 2007-10-21  Bruno Haible  <bruno@clisp.org>
4987
4988         * tests/test-floorf1.c: Include isnanf.h.
4989         (main): Use isnanf() instead of isnan().
4990         * tests/test-ceilf1.c: Include isnanf.h.
4991         (main): Use isnanf() instead of isnan().
4992         * tests/test-truncf1.c: Include isnanf.h.
4993         (main): Use isnanf() instead of isnan().
4994         * tests/test-roundf1.c: Include isnanf.h.
4995         (main): Use isnanf() instead of isnan().
4996
4997 2007-10-21  Eric Blake  <ebb9@byu.net>
4998
4999         * users.txt: Update URL for m4.
5000
5001 2007-10-21  Bruno Haible  <bruno@clisp.org>
5002
5003         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
5004
5005 2007-10-21  Bruno Haible  <bruno@clisp.org>
5006
5007         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
5008         Git's management files if the CVS files are not present.
5009
5010 2007-10-20  Bruno Haible  <bruno@clisp.org>
5011
5012         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
5013         gcc-3.4.x.
5014
5015 2007-10-20  Ben Pfaff  <blp@gnu.org>
5016
5017         * lib/math.in.h: Declare round, roundf, roundl if we are providing
5018         implementations.
5019         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
5020         * lib/round.c: New file.
5021         * lib/roundf.c: New file.
5022         * lib/roundl.c: New file.
5023         * m4/round.m4: New file.
5024         * m4/roundf.m4: New file.
5025         * m4/roundl.m4: New file.
5026         * m4/check-libm-func-m4: New file.
5027         * modules/math: Replace round, roundf, roundl related @VARS@ in
5028         math.in.h.
5029         * modules/round: New file.
5030         * modules/round-tests: New file.
5031         * modules/roundf: New file.
5032         * modules/roundf-tests: New file.
5033         * modules/roundl: New file.
5034         * modules/roundl-tests: New file.
5035         * tests/test-round1.c: New file.
5036         * tests/test-round2.c: New file.
5037         * tests/test-roundf1.c: New file.
5038         * tests/test-roundf2.c: New file.
5039         * tests/test-roundl.c: New file.
5040         * doc/functions/round.texi: Mention round module.
5041         * doc/functions/roundf.texi: Mention roundf module.
5042         * doc/functions/roundl.texi: Mention roundl module.
5043         * MODULES.html.sh: Mention new modules.
5044         Thanks to Bruno Haible for suggestions.
5045
5046 2007-10-20  Jim Meyering  <meyering@redhat.com>
5047
5048         * lib/xprintf.c: Include <config.h> unconditionally.
5049
5050         Change xprintf's license to GPL.
5051         * modules/xprintf (License): s/LGPL/GPL/, since this module
5052         depends on modules (exit and exitfail) which are GPL.
5053         Suggestion from Bruno Haible.
5054
5055         xprintf fixes.
5056         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
5057         Use a clearer diagnostic.
5058         Patch from Bruno Haible.
5059
5060 2007-10-20  Bruno Haible  <bruno@clisp.org>
5061
5062         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
5063         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
5064         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5065
5066 2007-10-20  Bruno Haible  <bruno@clisp.org>
5067
5068         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
5069         precision in the comparison result > x - 1 or similar.
5070         * tests/test-ceilf2.c (correct_result_p): Likewise.
5071         * tests/test-truncf2.c (correct_result_p): Likewise.
5072         * tests/test-trunc2.c (correct_result_p): Likewise.
5073         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5074
5075 2007-10-20  Bruno Haible  <bruno@clisp.org>
5076
5077         * modules/ceil: New file.
5078         * m4/ceil.m4: New file.
5079         * doc/functions/ceil.texi: Mention the 'ceil' module.
5080
5081 2007-10-20  Bruno Haible  <bruno@clisp.org>
5082
5083         * modules/floor: New file.
5084         * m4/floor.m4: New file.
5085         * doc/functions/floor.texi: Mention the 'floor' module.
5086
5087 2007-10-20  Bruno Haible  <bruno@clisp.org>
5088
5089         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
5090         of %a.
5091         * modules/floorf-tests (Depends-on): Likewise.
5092         * modules/truncf-tests (Depends-on): Likewise.
5093         * modules/trunc-tests (Depends-on): Likewise.
5094         Reported by Ben Pfaff.
5095
5096 2007-10-19  Jim Meyering  <meyering@redhat.com>
5097
5098         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
5099         Don't bother testing specific errno values.  Just test ferror.
5100
5101         New module: xprintf
5102         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
5103
5104 2007-10-19  Bruno Haible  <bruno@clisp.org>
5105
5106         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
5107         syntax.
5108         * modules/javaexec (Makefile.am): Likewise.
5109         * modules/relocatable-prog (Makefile.am): Likewise.
5110         Suggested by Jim Meyering.
5111
5112 2007-10-18  Bruno Haible  <bruno@clisp.org>
5113
5114         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
5115         Reported by Jim Meyering.
5116
5117 2007-10-18  Eric Blake  <ebb9@byu.net>
5118
5119         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
5120
5121 2007-10-18  Bruno Haible  <bruno@clisp.org>
5122
5123         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
5124         the format string into writable memory. Needed in Fortify conditions.
5125
5126 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
5127             Bruno Haible  <bruno@clisp.org>
5128
5129         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
5130         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
5131         * modules/trim (Depends-on): Add mbchar.
5132         (configure.ac): Add gl_FUNC_MBRTOWC.
5133         (Makefile.am): Augment lib_SOURCES.
5134
5135 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
5136
5137         Modify glob.c to use fstatat and dirfd, to simplify it.
5138         Suggested by Eric Blake.
5139         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
5140         Don't include <stdbool.h>; not used.
5141         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
5142         (link_exists_p): Simplify implementation, since we can now assume
5143         dirfd and fstatat.
5144         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
5145
5146 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5147
5148         * gnulib-tool (func_get_dependencies): Fix sed script to
5149         match only tests.
5150
5151 2007-10-17  Bruno Haible  <bruno@clisp.org>
5152
5153         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
5154         allow locale names without encoding suffix.
5155         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
5156         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5157
5158 2007-10-16  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
5161         * lib/getgroups.c (getgroups): Likewise.
5162         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
5163
5164 2007-10-16  Bruno Haible  <bruno@clisp.org>
5165
5166         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
5167         * modules/malloc-posix (License): Likewise.
5168         * modules/realloc-posix (License): Likewise.
5169         * modules/calloc-posix (License): Likewise.
5170         * modules/intprops (License): Change from GPL to LGPL, with
5171         Paul Eggert's approval.
5172
5173 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5174
5175         Merge glibc changes into lib/glob.c.
5176
5177         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
5178         2007-10-15 04:59:03 UTC.  Here are the changes:
5179
5180         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
5181
5182         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
5183
5184         * lib/glob.c: Add some branch prediction throughout.
5185
5186         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
5187
5188         [BZ #5103]
5189         * lib/glob.c (glob): Recognize patterns starting \/.
5190
5191         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
5192
5193         [BZ #3996]
5194         * lib/glob.c (attribute_hidden): Define if not defined.
5195         (glob): Unescape dirname, filename or username when needed and not
5196         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
5197         is NULL.  Handle unescaped [ in pattern without closing ].
5198         Don't pass GLOB_CHECK down to recursive glob for directories.
5199         (__glob_pattern_type): New function.
5200         (__glob_pattern_p): Implement using __glob_pattern_type.
5201         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
5202         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
5203         Remove unreachable code.
5204
5205         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
5206
5207         * lib/glob.c (glob_in_dir): Add some comments and asserts to
5208         explain why there are no leaks.
5209
5210         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
5211
5212         [BZ #3253]
5213         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
5214         time, rather allocate increasingly bigger arrays of pointers, if
5215         possible with alloca, if too large with malloc.
5216
5217 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5218
5219         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
5220         Problem reported by H.Merijn Brand in
5221         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
5222         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
5223         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5224
5225 2007-10-15  Bruno Haible  <bruno@clisp.org>
5226
5227         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
5228         with explicit rpl_ prefix.
5229         * lib/fopen.c (fopen): Likewise.
5230         * lib/freopen.c (freopen): Likewise.
5231         * lib/iconv.c (iconv): Likewise.
5232         * lib/iconv_close.c (iconv_close): Likewise.
5233
5234 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5235
5236         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
5237
5238 2007-10-15  Bruno Haible  <bruno@clisp.org>
5239
5240         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
5241         <stddef.h> instead of <stdlib.h> since we only need NULL.
5242         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5243
5244 2007-10-15  Bruno Haible  <bruno@clisp.org>
5245
5246         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
5247         Replace paragraph talking about LIBOBJS.
5248         Reported by Colin Watson <cjwatson@debian.org>.
5249
5250 2007-10-15  Bruno Haible  <bruno@clisp.org>
5251
5252         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
5253         <stdlib.h> before using NULL.
5254
5255 2007-10-15  Simon Josefsson  <simon@josefsson.org>
5256
5257         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
5258         Reported by Albert Chin <china@thewrittenword.com>.
5259
5260 2007-10-14  Bruno Haible  <bruno@clisp.org>
5261
5262         * modules/iconv_open-utf-tests: New file.
5263         * tests/test-iconv-utf.c: New file.
5264
5265         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
5266         * modules/iconv_open-utf: New file.
5267         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
5268         (iconv, iconv_close): New declarations.
5269         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
5270         be defined.
5271         (iconv_open): Add special handling of conversion between UTF-8 and
5272         UTF-{16,32}{BE,LE}.
5273         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
5274         * lib/iconv_close.c: New file.
5275         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
5276         gl_FUNC_ICONV_OPEN.
5277         (gl_FUNC_ICONV_OPEN): Use it.
5278         (gl_FUNC_ICONV_OPEN_UTF): New macro.
5279         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
5280         and REPLACE_ICONV_UTF.
5281         * modules/iconv_open (Depends-on): Add c-strcase.
5282         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
5283         ICONV_CONST.
5284         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
5285
5286 2007-10-13  Albert Chin  <china@thewrittenword.com>
5287             Bruno Haible  <bruno@clisp.org>
5288
5289         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
5290         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
5291
5292 2007-10-13  Bruno Haible  <bruno@clisp.org>
5293
5294         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
5295         defined, use the ISO C99 inline semantics.
5296         * lib/argp.h (ARGP_EI): Likewise.
5297
5298 2007-10-13  Bruno Haible  <bruno@clisp.org>
5299
5300         Handle 'inline' change in gcc 4.3.0.
5301         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
5302         argp_fmtstream_write, argp_fmtstream_set_lmargin,
5303         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
5304         argp_fmtstream_point): Disable 'extern' declaration if the function
5305         definition is going to be provided inline.
5306         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
5307         semantics, not the ISO C99 inline semantics.
5308         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
5309         'extern' declaration if the function definition is going to be provided
5310         inline.
5311         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
5312         the GNU C inline semantics, not the ISO C99 inline semantics. With
5313         GCC 4.2, avoid a warning.
5314
5315 2007-10-13  Bruno Haible  <bruno@clisp.org>
5316
5317         * lib/freading.h (freading): Enable the use of __freading for
5318         glibc >= 2.7.
5319         * lib/freading.c (freading): Likewise.
5320
5321 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5322
5323         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
5324         "warning: C99 inline functions are not supported; using GNU89".
5325
5326 2007-10-12  Bruno Haible  <bruno@clisp.org>
5327
5328         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
5329         of 2.
5330         * tests/test-ceilf2.c: New file.
5331         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
5332
5333         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
5334         * modules/ceilf-tests: Update.
5335
5336 2007-10-12  Bruno Haible  <bruno@clisp.org>
5337
5338         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
5339         of 2.
5340         * tests/test-floorf2.c: New file.
5341         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
5342
5343         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
5344         * modules/floorf-tests: Update.
5345
5346 2007-10-12  Bruno Haible  <bruno@clisp.org>
5347
5348         * tests/test-trunc2.c: New file.
5349         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
5350
5351         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
5352         * modules/trunc-tests: Update.
5353
5354 2007-10-12  Bruno Haible  <bruno@clisp.org>
5355
5356         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
5357         of 2.
5358         * tests/test-truncf2.c: New file.
5359         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
5360
5361         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
5362         * modules/truncf-tests: Update.
5363
5364 2007-10-11  Eric Blake  <ebb9@byu.net>
5365
5366         Don't claim strerror is broken on Interix.
5367         * doc/functions/strerror.texi (strerror): Known broken systems are
5368         now Solaris 8, and not Interix.
5369         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
5370         Interix on cross-compile.
5371         Reported by Martin Koeppe in
5372         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
5373
5374 2007-10-11  Bruno Haible  <bruno@clisp.org>
5375
5376         * modules/i-ring-tests: New file.
5377         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
5378         instead of assert.
5379
5380 2007-10-11  Bruno Haible  <bruno@clisp.org>
5381
5382         * modules/filenamecat-tests: New file.
5383         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
5384         * lib/filenamecat.c: Remove test code.
5385
5386 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5387
5388         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
5389
5390         * lib/strerror.c: Include <string.h> always, to test interface,
5391         and to remove the need for the dummy.
5392         Include intprops.h to compute width instead of doing it ourselves
5393         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
5394         (strerror): Define it to return NULL if there's no system strerror.
5395         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
5396         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
5397         ancient pre-strerror Unix systems well any more.  Saying "unknown
5398         system error" is enough.
5399         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
5400         simpler strerror.c implementation.
5401         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
5402         Simplify the tests to reflect the simpler strerror implementation.
5403         * modules/strerror (Depends-on): Add intprops.
5404
5405 2007-10-09  Eric Blake  <ebb9@byu.net>
5406
5407         Silence test-fpending.
5408         * modules/fpending-tests (Files): Add wrapper script.
5409         * tests/test-fpending.sh: New file.
5410
5411 2007-10-09  Bruno Haible  <bruno@clisp.org>
5412
5413         * MODULES.html.sh (func_module): Don't create a hyperlink for
5414         function names like 'printf_frexp'.
5415         (Misc): Add crc, memxor.
5416         (Characteristics of floating types): New section.
5417         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
5418         isnanf-nolibm, signbit, trunc, truncf, truncl.
5419         (Enhancements for ISO C 99 functions): New subsection Input/output.
5420         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
5421         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
5422         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
5423         (Compatibility checks for POSIX:2001 functions): Add clock-time.
5424         (Enhancements for POSIX:2001 functions): Add chdir-long.
5425         (File system functions): Add areadlink, chdir-safer, read-file.
5426         Remove cycle-check.
5427         (File system as inode set): New section.
5428         (Date and time): Add gethrxtime.
5429         (Multithreading): Add openmp.
5430         (Internationalization functions): Add localename.
5431         (Unicode string functions): Add unistr/u*-mbsnlen.
5432         (Support for maintaining and releasing projects): Add git-version-gen.
5433         (Lone files): Remove directories.
5434
5435 2007-10-08  Ben Pfaff  <blp@gnu.org>
5436
5437         * lib/xmalloca.h: Fix typo in comment.
5438
5439 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
5442         when avoiding problems with integer overflow.  Use a portable test
5443         instead.
5444
5445 2007-10-08  Simon Josefsson  <simon@josefsson.org>
5446
5447         * modules/dummy (License): Change to LGPLv2+.
5448         * modules/float (License): Likewise
5449         * modules/realloc (License): Likewise
5450         * modules/stdlib (License): Likewise
5451
5452 2007-10-07  Bruno Haible  <bruno@clisp.org>
5453
5454         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
5455         * floor.c (TWO_MANT_DIG): Likewise.
5456         * ceil.c (TWO_MANT_DIG): Likewise.
5457         Reported by Ben Pfaff.
5458
5459 2007-10-07  Bruno Haible  <bruno@clisp.org>
5460
5461         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
5462         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
5463         * lib/frexp.c (FUNC): Likewise.
5464         * lib/printf-frexp.h (printf_frexp): Likewise.
5465         * lib/printf-frexpl.h (printf_frexpl): Likewise.
5466         * lib/printf-frexp.c (FUNC): Likewise.
5467         Suggested by Jim Meyering.
5468
5469 2007-10-07  Jim Meyering  <meyering@redhat.com>
5470
5471         Make xnanosleep's integer overflow test more robust.
5472         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
5473         so that gcc-4.3.0 doesn't optimize away this test for overflow.
5474
5475 2007-10-07  Bruno Haible  <bruno@clisp.org>
5476
5477         * NEWS: Mention the license change.
5478
5479         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
5480         abbreviations in the modules files.
5481
5482         Change copyright notice from GPLv2+ to GPLv3+.
5483         * README: Change copyright notice.
5484         * MODULES.html.sh: Likewise.
5485         * build-aux/bootstrap.conf: Likewise.
5486         * build-aux/config.libpath: Likewise.
5487         * build-aux/csharpcomp.sh.in: Likewise.
5488         * build-aux/csharpexec.sh.in: Likewise.
5489         * build-aux/install-reloc: Likewise.
5490         * build-aux/javacomp.sh.in: Likewise.
5491         * build-aux/javaexec.sh.in: Likewise.
5492         * build-aux/ldd.sh.in: Likewise.
5493         * build-aux/reloc-ldflags: Likewise.
5494         * build-aux/relocatable.sh.in: Likewise.
5495         * build-aux/x-to-1.in: Likewise.
5496         * check-module: Likewise.
5497         * config/srclistvars.sh: Likewise.
5498         * gnulib-tool: Likewise.
5499         * lib/acl-internal.h: Likewise.
5500         * lib/acl.c: Likewise.
5501         * lib/acl.h: Likewise.
5502         * lib/acl_entries.c: Likewise.
5503         * lib/areadlink-with-size.c: Likewise.
5504         * lib/areadlink.c: Likewise.
5505         * lib/areadlink.h: Likewise.
5506         * lib/argmatch.c: Likewise.
5507         * lib/argmatch.h: Likewise.
5508         * lib/argp-ba.c: Likewise.
5509         * lib/argp-eexst.c: Likewise.
5510         * lib/argp-fmtstream.c: Likewise.
5511         * lib/argp-fmtstream.h: Likewise.
5512         * lib/argp-fs-xinl.c: Likewise.
5513         * lib/argp-help.c: Likewise.
5514         * lib/argp-namefrob.h: Likewise.
5515         * lib/argp-parse.c: Likewise.
5516         * lib/argp-pin.c: Likewise.
5517         * lib/argp-pv.c: Likewise.
5518         * lib/argp-pvh.c: Likewise.
5519         * lib/argp-xinl.c: Likewise.
5520         * lib/argp.h: Likewise.
5521         * lib/at-func.c: Likewise.
5522         * lib/atanl.c: Likewise.
5523         * lib/backupfile.c: Likewise.
5524         * lib/backupfile.h: Likewise.
5525         * lib/basename.c: Likewise.
5526         * lib/binary-io.h: Likewise.
5527         * lib/byteswap.in.h: Likewise.
5528         * lib/c-stack.c: Likewise.
5529         * lib/c-stack.h: Likewise.
5530         * lib/c-strcasestr.c: Likewise.
5531         * lib/c-strcasestr.h: Likewise.
5532         * lib/c-strstr.c: Likewise.
5533         * lib/c-strstr.h: Likewise.
5534         * lib/c-strtod.c: Likewise.
5535         * lib/calloc.c: Likewise.
5536         * lib/canon-host.c: Likewise.
5537         * lib/canon-host.h: Likewise.
5538         * lib/canonicalize-lgpl.c: Likewise.
5539         * lib/canonicalize.c: Likewise.
5540         * lib/canonicalize.h: Likewise.
5541         * lib/ceil.c: Likewise.
5542         * lib/ceilf.c: Likewise.
5543         * lib/ceill.c: Likewise.
5544         * lib/chdir-long.c: Likewise.
5545         * lib/chdir-long.h: Likewise.
5546         * lib/chdir-safer.c: Likewise.
5547         * lib/chdir-safer.h: Likewise.
5548         * lib/chown.c: Likewise.
5549         * lib/classpath.c: Likewise.
5550         * lib/classpath.h: Likewise.
5551         * lib/clean-temp.c: Likewise.
5552         * lib/clean-temp.h: Likewise.
5553         * lib/cloexec.c: Likewise.
5554         * lib/close-stream.c: Likewise.
5555         * lib/closein.c: Likewise.
5556         * lib/closein.h: Likewise.
5557         * lib/closeout.c: Likewise.
5558         * lib/closeout.h: Likewise.
5559         * lib/concat-filename.c: Likewise.
5560         * lib/copy-file.c: Likewise.
5561         * lib/copy-file.h: Likewise.
5562         * lib/count-one-bits.h: Likewise.
5563         * lib/crc.c: Likewise.
5564         * lib/crc.h: Likewise.
5565         * lib/creat-safer.c: Likewise.
5566         * lib/csharpcomp.c: Likewise.
5567         * lib/csharpcomp.h: Likewise.
5568         * lib/csharpexec.c: Likewise.
5569         * lib/csharpexec.h: Likewise.
5570         * lib/cycle-check.c: Likewise.
5571         * lib/cycle-check.h: Likewise.
5572         * lib/diacrit.c: Likewise.
5573         * lib/diacrit.h: Likewise.
5574         * lib/diffseq.h: Likewise.
5575         * lib/dirchownmod.c: Likewise.
5576         * lib/dirent.in.h: Likewise.
5577         * lib/dirfd.c: Likewise.
5578         * lib/dirfd.h: Likewise.
5579         * lib/dirname.c: Likewise.
5580         * lib/dirname.h: Likewise.
5581         * lib/dummy.c: Likewise.
5582         * lib/dup-safer.c: Likewise.
5583         * lib/dup2.c: Likewise.
5584         * lib/eealloc.h: Likewise.
5585         * lib/error.c: Likewise.
5586         * lib/error.h: Likewise.
5587         * lib/euidaccess.c: Likewise.
5588         * lib/exclude.c: Likewise.
5589         * lib/exclude.h: Likewise.
5590         * lib/execute.c: Likewise.
5591         * lib/execute.h: Likewise.
5592         * lib/exitfail.c: Likewise.
5593         * lib/exitfail.h: Likewise.
5594         * lib/expl.c: Likewise.
5595         * lib/fatal-signal.c: Likewise.
5596         * lib/fatal-signal.h: Likewise.
5597         * lib/fbufmode.c: Likewise.
5598         * lib/fbufmode.h: Likewise.
5599         * lib/fchdir.c: Likewise.
5600         * lib/fchmodat.c: Likewise.
5601         * lib/fchownat.c: Likewise.
5602         * lib/fcntl--.h: Likewise.
5603         * lib/fcntl-safer.h: Likewise.
5604         * lib/fcntl.in.h: Likewise.
5605         * lib/fd-safer.c: Likewise.
5606         * lib/fflush.c: Likewise.
5607         * lib/file-has-acl.c: Likewise.
5608         * lib/file-set.c: Likewise.
5609         * lib/file-type.c: Likewise.
5610         * lib/file-type.h: Likewise.
5611         * lib/fileblocks.c: Likewise.
5612         * lib/filemode.c: Likewise.
5613         * lib/filemode.h: Likewise.
5614         * lib/filename.h: Likewise.
5615         * lib/filenamecat.c: Likewise.
5616         * lib/filenamecat.h: Likewise.
5617         * lib/findprog.c: Likewise.
5618         * lib/findprog.h: Likewise.
5619         * lib/float.in.h: Likewise.
5620         * lib/floor.c: Likewise.
5621         * lib/floorf.c: Likewise.
5622         * lib/floorl.c: Likewise.
5623         * lib/fopen-safer.c: Likewise.
5624         * lib/fopen.c: Likewise.
5625         * lib/fpending.c: Likewise.
5626         * lib/fpending.h: Likewise.
5627         * lib/fprintf.c: Likewise.
5628         * lib/fprintftime.h: Likewise.
5629         * lib/fpucw.h: Likewise.
5630         * lib/fpurge.c: Likewise.
5631         * lib/fpurge.h: Likewise.
5632         * lib/freadable.c: Likewise.
5633         * lib/freadable.h: Likewise.
5634         * lib/freadahead.c: Likewise.
5635         * lib/freadahead.h: Likewise.
5636         * lib/freading.c: Likewise.
5637         * lib/freading.h: Likewise.
5638         * lib/free.c: Likewise.
5639         * lib/freopen.c: Likewise.
5640         * lib/frexp.c: Likewise.
5641         * lib/frexpl.c: Likewise.
5642         * lib/fseek.c: Likewise.
5643         * lib/fseterr.c: Likewise.
5644         * lib/fseterr.h: Likewise.
5645         * lib/fstatat.c: Likewise.
5646         * lib/fstrcmp.c: Likewise.
5647         * lib/fstrcmp.h: Likewise.
5648         * lib/fsusage.c: Likewise.
5649         * lib/fsusage.h: Likewise.
5650         * lib/ftell.c: Likewise.
5651         * lib/ftello.c: Likewise.
5652         * lib/fts-cycle.c: Likewise.
5653         * lib/fts.c: Likewise.
5654         * lib/fts_.h: Likewise.
5655         * lib/full-read.c: Likewise.
5656         * lib/full-read.h: Likewise.
5657         * lib/full-write.c: Likewise.
5658         * lib/full-write.h: Likewise.
5659         * lib/fwritable.c: Likewise.
5660         * lib/fwritable.h: Likewise.
5661         * lib/fwriteerror.c: Likewise.
5662         * lib/fwriteerror.h: Likewise.
5663         * lib/fwriting.c: Likewise.
5664         * lib/fwriting.h: Likewise.
5665         * lib/gcd.c: Likewise.
5666         * lib/gcd.h: Likewise.
5667         * lib/getcwd.c: Likewise.
5668         * lib/getdate.h: Likewise.
5669         * lib/getdate.y: Likewise.
5670         * lib/getdomainname.c: Likewise.
5671         * lib/getdomainname.h: Likewise.
5672         * lib/getgroups.c: Likewise.
5673         * lib/gethostname.c: Likewise.
5674         * lib/gethrxtime.c: Likewise.
5675         * lib/gethrxtime.h: Likewise.
5676         * lib/getloadavg.c: Likewise.
5677         * lib/getndelim2.c: Likewise.
5678         * lib/getndelim2.h: Likewise.
5679         * lib/getnline.c: Likewise.
5680         * lib/getnline.h: Likewise.
5681         * lib/getopt.c: Likewise.
5682         * lib/getopt.in.h: Likewise.
5683         * lib/getopt1.c: Likewise.
5684         * lib/getopt_int.h: Likewise.
5685         * lib/getpagesize.h: Likewise.
5686         * lib/getsubopt.c: Likewise.
5687         * lib/gettime.c: Likewise.
5688         * lib/getugroups.c: Likewise.
5689         * lib/getugroups.h: Likewise.
5690         * lib/getusershell.c: Likewise.
5691         * lib/gl_anyavltree_list1.h: Likewise.
5692         * lib/gl_anyavltree_list2.h: Likewise.
5693         * lib/gl_anyhash_list1.h: Likewise.
5694         * lib/gl_anyhash_list2.h: Likewise.
5695         * lib/gl_anylinked_list1.h: Likewise.
5696         * lib/gl_anylinked_list2.h: Likewise.
5697         * lib/gl_anyrbtree_list1.h: Likewise.
5698         * lib/gl_anyrbtree_list2.h: Likewise.
5699         * lib/gl_anytree_list1.h: Likewise.
5700         * lib/gl_anytree_list2.h: Likewise.
5701         * lib/gl_anytree_oset.h: Likewise.
5702         * lib/gl_anytreehash_list1.h: Likewise.
5703         * lib/gl_anytreehash_list2.h: Likewise.
5704         * lib/gl_array_list.c: Likewise.
5705         * lib/gl_array_list.h: Likewise.
5706         * lib/gl_array_oset.c: Likewise.
5707         * lib/gl_array_oset.h: Likewise.
5708         * lib/gl_avltree_list.c: Likewise.
5709         * lib/gl_avltree_list.h: Likewise.
5710         * lib/gl_avltree_oset.c: Likewise.
5711         * lib/gl_avltree_oset.h: Likewise.
5712         * lib/gl_avltreehash_list.c: Likewise.
5713         * lib/gl_avltreehash_list.h: Likewise.
5714         * lib/gl_carray_list.c: Likewise.
5715         * lib/gl_carray_list.h: Likewise.
5716         * lib/gl_linked_list.c: Likewise.
5717         * lib/gl_linked_list.h: Likewise.
5718         * lib/gl_linkedhash_list.c: Likewise.
5719         * lib/gl_linkedhash_list.h: Likewise.
5720         * lib/gl_list.c: Likewise.
5721         * lib/gl_list.h: Likewise.
5722         * lib/gl_oset.c: Likewise.
5723         * lib/gl_oset.h: Likewise.
5724         * lib/gl_rbtree_list.c: Likewise.
5725         * lib/gl_rbtree_list.h: Likewise.
5726         * lib/gl_rbtree_oset.c: Likewise.
5727         * lib/gl_rbtree_oset.h: Likewise.
5728         * lib/gl_rbtreehash_list.c: Likewise.
5729         * lib/gl_rbtreehash_list.h: Likewise.
5730         * lib/gl_sublist.c: Likewise.
5731         * lib/gl_sublist.h: Likewise.
5732         * lib/group-member.c: Likewise.
5733         * lib/group-member.h: Likewise.
5734         * lib/hard-locale.c: Likewise.
5735         * lib/hard-locale.h: Likewise.
5736         * lib/hash-pjw.c: Likewise.
5737         * lib/hash-pjw.h: Likewise.
5738         * lib/hash-triple.c: Likewise.
5739         * lib/hash.c: Likewise.
5740         * lib/hash.h: Likewise.
5741         * lib/human.c: Likewise.
5742         * lib/human.h: Likewise.
5743         * lib/i-ring.c: Likewise.
5744         * lib/i-ring.h: Likewise.
5745         * lib/idcache.c: Likewise.
5746         * lib/imaxabs.c: Likewise.
5747         * lib/imaxdiv.c: Likewise.
5748         * lib/inet_pton.c: Likewise.
5749         * lib/inet_pton.h: Likewise.
5750         * lib/intprops.h: Likewise.
5751         * lib/inttostr.c: Likewise.
5752         * lib/inttostr.h: Likewise.
5753         * lib/inttypes.in.h: Likewise.
5754         * lib/isapipe.c: Likewise.
5755         * lib/isdir.c: Likewise.
5756         * lib/isnan.c: Likewise.
5757         * lib/isnan.h: Likewise.
5758         * lib/isnanf.c: Likewise.
5759         * lib/isnanf.h: Likewise.
5760         * lib/isnanl-nolibm.h: Likewise.
5761         * lib/isnanl.c: Likewise.
5762         * lib/isnanl.h: Likewise.
5763         * lib/javacomp.c: Likewise.
5764         * lib/javacomp.h: Likewise.
5765         * lib/javaexec.c: Likewise.
5766         * lib/javaexec.h: Likewise.
5767         * lib/javaversion.c: Likewise.
5768         * lib/javaversion.h: Likewise.
5769         * lib/javaversion.java: Likewise.
5770         * lib/lbrkprop.h: Likewise.
5771         * lib/lchmod.h: Likewise.
5772         * lib/lchown.c: Likewise.
5773         * lib/ldexpl.c: Likewise.
5774         * lib/linebreak.c: Likewise.
5775         * lib/linebreak.h: Likewise.
5776         * lib/linebuffer.c: Likewise.
5777         * lib/linebuffer.h: Likewise.
5778         * lib/locale.in.h: Likewise.
5779         * lib/logl.c: Likewise.
5780         * lib/long-options.c: Likewise.
5781         * lib/long-options.h: Likewise.
5782         * lib/lstat.c: Likewise.
5783         * lib/lstat.h: Likewise.
5784         * lib/math.in.h: Likewise.
5785         * lib/mbchar.c: Likewise.
5786         * lib/mbchar.h: Likewise.
5787         * lib/mbfile.h: Likewise.
5788         * lib/mbiter.h: Likewise.
5789         * lib/mbscasecmp.c: Likewise.
5790         * lib/mbscasestr.c: Likewise.
5791         * lib/mbschr.c: Likewise.
5792         * lib/mbscspn.c: Likewise.
5793         * lib/mbslen.c: Likewise.
5794         * lib/mbsncasecmp.c: Likewise.
5795         * lib/mbsnlen.c: Likewise.
5796         * lib/mbspbrk.c: Likewise.
5797         * lib/mbspcasecmp.c: Likewise.
5798         * lib/mbsrchr.c: Likewise.
5799         * lib/mbssep.c: Likewise.
5800         * lib/mbsspn.c: Likewise.
5801         * lib/mbsstr.c: Likewise.
5802         * lib/mbstok_r.c: Likewise.
5803         * lib/mbswidth.c: Likewise.
5804         * lib/mbswidth.h: Likewise.
5805         * lib/mbuiter.h: Likewise.
5806         * lib/memcasecmp.c: Likewise.
5807         * lib/memcasecmp.h: Likewise.
5808         * lib/memchr.c: Likewise.
5809         * lib/memcmp.c: Likewise.
5810         * lib/memcoll.c: Likewise.
5811         * lib/memcoll.h: Likewise.
5812         * lib/memcpy.c: Likewise.
5813         * lib/memrchr.c: Likewise.
5814         * lib/mkancesdirs.c: Likewise.
5815         * lib/mkdir-p.c: Likewise.
5816         * lib/mkdir-p.h: Likewise.
5817         * lib/mkdir.c: Likewise.
5818         * lib/mkdirat.c: Likewise.
5819         * lib/mkdtemp.c: Likewise.
5820         * lib/mkstemp-safer.c: Likewise.
5821         * lib/mkstemp.c: Likewise.
5822         * lib/modechange.c: Likewise.
5823         * lib/modechange.h: Likewise.
5824         * lib/mountlist.c: Likewise.
5825         * lib/mountlist.h: Likewise.
5826         * lib/mpsort.c: Likewise.
5827         * lib/nanosleep.c: Likewise.
5828         * lib/obstack.c: Likewise.
5829         * lib/obstack.h: Likewise.
5830         * lib/open-safer.c: Likewise.
5831         * lib/open.c: Likewise.
5832         * lib/openat-die.c: Likewise.
5833         * lib/openat-priv.h: Likewise.
5834         * lib/openat-proc.c: Likewise.
5835         * lib/openat.c: Likewise.
5836         * lib/openat.h: Likewise.
5837         * lib/pagealign_alloc.c: Likewise.
5838         * lib/pagealign_alloc.h: Likewise.
5839         * lib/physmem.c: Likewise.
5840         * lib/physmem.h: Likewise.
5841         * lib/pipe-safer.c: Likewise.
5842         * lib/pipe.c: Likewise.
5843         * lib/pipe.h: Likewise.
5844         * lib/posixtm.c: Likewise.
5845         * lib/posixtm.h: Likewise.
5846         * lib/posixver.c: Likewise.
5847         * lib/printf-frexp.c: Likewise.
5848         * lib/printf-frexp.h: Likewise.
5849         * lib/printf-frexpl.c: Likewise.
5850         * lib/printf-frexpl.h: Likewise.
5851         * lib/printf.c: Likewise.
5852         * lib/progname.c: Likewise.
5853         * lib/progname.h: Likewise.
5854         * lib/progreloc.c: Likewise.
5855         * lib/putenv.c: Likewise.
5856         * lib/quote.c: Likewise.
5857         * lib/quote.h: Likewise.
5858         * lib/quotearg.c: Likewise.
5859         * lib/quotearg.h: Likewise.
5860         * lib/raise.c: Likewise.
5861         * lib/readline.c: Likewise.
5862         * lib/readline.h: Likewise.
5863         * lib/readlink.c: Likewise.
5864         * lib/readtokens.c: Likewise.
5865         * lib/readtokens.h: Likewise.
5866         * lib/readtokens0.c: Likewise.
5867         * lib/readtokens0.h: Likewise.
5868         * lib/readutmp.c: Likewise.
5869         * lib/readutmp.h: Likewise.
5870         * lib/realloc.c: Likewise.
5871         * lib/relocwrapper.c: Likewise.
5872         * lib/rename-dest-slash.c: Likewise.
5873         * lib/rename.c: Likewise.
5874         * lib/rmdir.c: Likewise.
5875         * lib/rpmatch.c: Likewise.
5876         * lib/safe-read.c: Likewise.
5877         * lib/safe-read.h: Likewise.
5878         * lib/safe-write.c: Likewise.
5879         * lib/safe-write.h: Likewise.
5880         * lib/same-inode.h: Likewise.
5881         * lib/same.c: Likewise.
5882         * lib/same.h: Likewise.
5883         * lib/save-cwd.c: Likewise.
5884         * lib/save-cwd.h: Likewise.
5885         * lib/savedir.c: Likewise.
5886         * lib/savedir.h: Likewise.
5887         * lib/savewd.c: Likewise.
5888         * lib/savewd.h: Likewise.
5889         * lib/search.in.h: Likewise.
5890         * lib/setenv.c: Likewise.
5891         * lib/setenv.h: Likewise.
5892         * lib/settime.c: Likewise.
5893         * lib/sh-quote.c: Likewise.
5894         * lib/sh-quote.h: Likewise.
5895         * lib/sig2str.c: Likewise.
5896         * lib/sig2str.h: Likewise.
5897         * lib/signal.in.h: Likewise.
5898         * lib/signbitd.c: Likewise.
5899         * lib/signbitf.c: Likewise.
5900         * lib/signbitl.c: Likewise.
5901         * lib/sigprocmask.c: Likewise.
5902         * lib/sincosl.c: Likewise.
5903         * lib/sleep.c: Likewise.
5904         * lib/sprintf.c: Likewise.
5905         * lib/sqrtl.c: Likewise.
5906         * lib/stat-time.h: Likewise.
5907         * lib/stdio--.h: Likewise.
5908         * lib/stdio-safer.h: Likewise.
5909         * lib/stdlib--.h: Likewise.
5910         * lib/stdlib-safer.h: Likewise.
5911         * lib/stdlib.in.h: Likewise.
5912         * lib/stpcpy.c: Likewise.
5913         * lib/stpncpy.c: Likewise.
5914         * lib/strchrnul.c: Likewise.
5915         * lib/strcspn.c: Likewise.
5916         * lib/strerror.c: Likewise.
5917         * lib/strftime.c: Likewise.
5918         * lib/strftime.h: Likewise.
5919         * lib/striconveh.c: Likewise.
5920         * lib/striconveh.h: Likewise.
5921         * lib/striconveha.c: Likewise.
5922         * lib/striconveha.h: Likewise.
5923         * lib/stripslash.c: Likewise.
5924         * lib/strnlen1.c: Likewise.
5925         * lib/strnlen1.h: Likewise.
5926         * lib/strtod.c: Likewise.
5927         * lib/strtoimax.c: Likewise.
5928         * lib/strtok_r.c: Likewise.
5929         * lib/strtol.c: Likewise.
5930         * lib/strtoll.c: Likewise.
5931         * lib/strtoul.c: Likewise.
5932         * lib/strtoull.c: Likewise.
5933         * lib/sysexits.in.h: Likewise.
5934         * lib/tempname.c: Likewise.
5935         * lib/tempname.h: Likewise.
5936         * lib/timespec.h: Likewise.
5937         * lib/tls.c: Likewise.
5938         * lib/tls.h: Likewise.
5939         * lib/tmpdir.c: Likewise.
5940         * lib/tmpdir.h: Likewise.
5941         * lib/tmpfile-safer.c: Likewise.
5942         * lib/tmpfile.c: Likewise.
5943         * lib/trigl.c: Likewise.
5944         * lib/trigl.h: Likewise.
5945         * lib/trim.c: Likewise.
5946         * lib/trim.h: Likewise.
5947         * lib/trunc.c: Likewise.
5948         * lib/truncf.c: Likewise.
5949         * lib/truncl.c: Likewise.
5950         * lib/tsearch.c: Likewise.
5951         * lib/unicodeio.c: Likewise.
5952         * lib/unicodeio.h: Likewise.
5953         * lib/unistd--.h: Likewise.
5954         * lib/unistd-safer.h: Likewise.
5955         * lib/unistdio/ulc-fprintf.c: Likewise.
5956         * lib/unistdio/ulc-vfprintf.c: Likewise.
5957         * lib/unlinkdir.c: Likewise.
5958         * lib/unlinkdir.h: Likewise.
5959         * lib/unlocked-io.h: Likewise.
5960         * lib/unsetenv.c: Likewise.
5961         * lib/userspec.c: Likewise.
5962         * lib/utime.c: Likewise.
5963         * lib/utimecmp.c: Likewise.
5964         * lib/utimecmp.h: Likewise.
5965         * lib/utimens.c: Likewise.
5966         * lib/verify.h: Likewise.
5967         * lib/verror.c: Likewise.
5968         * lib/verror.h: Likewise.
5969         * lib/version-etc-fsf.c: Likewise.
5970         * lib/version-etc.c: Likewise.
5971         * lib/version-etc.h: Likewise.
5972         * lib/vfprintf.c: Likewise.
5973         * lib/vprintf.c: Likewise.
5974         * lib/vsprintf.c: Likewise.
5975         * lib/w32spawn.h: Likewise.
5976         * lib/wait-process.c: Likewise.
5977         * lib/wait-process.h: Likewise.
5978         * lib/wcwidth.c: Likewise.
5979         * lib/write-any-file.c: Likewise.
5980         * lib/xalloc-die.c: Likewise.
5981         * lib/xalloc.h: Likewise.
5982         * lib/xasprintf.c: Likewise.
5983         * lib/xgetcwd.c: Likewise.
5984         * lib/xgetcwd.h: Likewise.
5985         * lib/xgetdomainname.c: Likewise.
5986         * lib/xgetdomainname.h: Likewise.
5987         * lib/xgethostname.c: Likewise.
5988         * lib/xmalloc.c: Likewise.
5989         * lib/xmalloca.c: Likewise.
5990         * lib/xmalloca.h: Likewise.
5991         * lib/xmemcoll.c: Likewise.
5992         * lib/xnanosleep.c: Likewise.
5993         * lib/xreadlink.c: Likewise.
5994         * lib/xreadlink.h: Likewise.
5995         * lib/xsetenv.c: Likewise.
5996         * lib/xsetenv.h: Likewise.
5997         * lib/xstriconv.c: Likewise.
5998         * lib/xstriconv.h: Likewise.
5999         * lib/xstrndup.c: Likewise.
6000         * lib/xstrndup.h: Likewise.
6001         * lib/xstrtod.c: Likewise.
6002         * lib/xstrtod.h: Likewise.
6003         * lib/xstrtol-error.c: Likewise.
6004         * lib/xstrtol.c: Likewise.
6005         * lib/xstrtol.h: Likewise.
6006         * lib/xtime.h: Likewise.
6007         * lib/xvasprintf.c: Likewise.
6008         * lib/xvasprintf.h: Likewise.
6009         * lib/yesno.c: Likewise.
6010         * lib/yesno.h: Likewise.
6011         * posix-modules: Likewise.
6012         * tests/test-alloca-opt.c: Likewise.
6013         * tests/test-arcfour.c: Likewise.
6014         * tests/test-arctwo.c: Likewise.
6015         * tests/test-argmatch.c: Likewise.
6016         * tests/test-argp-2.sh: Likewise.
6017         * tests/test-argp.c: Likewise.
6018         * tests/test-arpa_inet.c: Likewise.
6019         * tests/test-array_list.c: Likewise.
6020         * tests/test-array_oset.c: Likewise.
6021         * tests/test-atexit.c: Likewise.
6022         * tests/test-avltree_list.c: Likewise.
6023         * tests/test-avltree_oset.c: Likewise.
6024         * tests/test-avltreehash_list.c: Likewise.
6025         * tests/test-base64.c: Likewise.
6026         * tests/test-binary-io.c: Likewise.
6027         * tests/test-byteswap.c: Likewise.
6028         * tests/test-c-ctype.c: Likewise.
6029         * tests/test-c-strcasecmp.c: Likewise.
6030         * tests/test-c-strcasestr.c: Likewise.
6031         * tests/test-c-strncasecmp.c: Likewise.
6032         * tests/test-c-strstr.c: Likewise.
6033         * tests/test-canonicalize-lgpl.c: Likewise.
6034         * tests/test-canonicalize.c: Likewise.
6035         * tests/test-carray_list.c: Likewise.
6036         * tests/test-ceilf.c: Likewise.
6037         * tests/test-ceill.c: Likewise.
6038         * tests/test-count-one-bits.c: Likewise.
6039         * tests/test-crc.c: Likewise.
6040         * tests/test-dirname.c: Likewise.
6041         * tests/test-fbufmode.c: Likewise.
6042         * tests/test-fcntl.c: Likewise.
6043         * tests/test-fflush.c: Likewise.
6044         * tests/test-floorf.c: Likewise.
6045         * tests/test-floorl.c: Likewise.
6046         * tests/test-fopen.c: Likewise.
6047         * tests/test-fprintf-posix.c: Likewise.
6048         * tests/test-fprintf-posix.h: Likewise.
6049         * tests/test-fpurge.c: Likewise.
6050         * tests/test-freadable.c: Likewise.
6051         * tests/test-freadahead.c: Likewise.
6052         * tests/test-freading.c: Likewise.
6053         * tests/test-freopen.c: Likewise.
6054         * tests/test-frexp.c: Likewise.
6055         * tests/test-frexpl.c: Likewise.
6056         * tests/test-fseek.c: Likewise.
6057         * tests/test-fseeko.c: Likewise.
6058         * tests/test-fseterr.c: Likewise.
6059         * tests/test-fstrcmp.c: Likewise.
6060         * tests/test-ftell.c: Likewise.
6061         * tests/test-ftello.c: Likewise.
6062         * tests/test-fwritable.c: Likewise.
6063         * tests/test-fwriting.c: Likewise.
6064         * tests/test-getaddrinfo.c: Likewise.
6065         * tests/test-getpass.c: Likewise.
6066         * tests/test-gettimeofday.c: Likewise.
6067         * tests/test-hmac-md5.c: Likewise.
6068         * tests/test-hmac-sha1.c: Likewise.
6069         * tests/test-iconv.c: Likewise.
6070         * tests/test-iconvme.c: Likewise.
6071         * tests/test-inttypes.c: Likewise.
6072         * tests/test-isnan.c: Likewise.
6073         * tests/test-isnanf.c: Likewise.
6074         * tests/test-isnanl-nolibm.c: Likewise.
6075         * tests/test-isnanl.c: Likewise.
6076         * tests/test-isnanl.h: Likewise.
6077         * tests/test-ldexpl.c: Likewise.
6078         * tests/test-linked_list.c: Likewise.
6079         * tests/test-linkedhash_list.c: Likewise.
6080         * tests/test-locale.c: Likewise.
6081         * tests/test-localename.c: Likewise.
6082         * tests/test-lock.c: Likewise.
6083         * tests/test-lseek.c: Likewise.
6084         * tests/test-malloca.c: Likewise.
6085         * tests/test-math.c: Likewise.
6086         * tests/test-mbscasecmp.c: Likewise.
6087         * tests/test-mbscasestr1.c: Likewise.
6088         * tests/test-mbscasestr2.c: Likewise.
6089         * tests/test-mbscasestr3.c: Likewise.
6090         * tests/test-mbscasestr4.c: Likewise.
6091         * tests/test-mbschr.c: Likewise.
6092         * tests/test-mbscspn.c: Likewise.
6093         * tests/test-mbsncasecmp.c: Likewise.
6094         * tests/test-mbspbrk.c: Likewise.
6095         * tests/test-mbspcasecmp.c: Likewise.
6096         * tests/test-mbsrchr.c: Likewise.
6097         * tests/test-mbsspn.c: Likewise.
6098         * tests/test-mbsstr1.c: Likewise.
6099         * tests/test-mbsstr2.c: Likewise.
6100         * tests/test-mbsstr3.c: Likewise.
6101         * tests/test-md5.c: Likewise.
6102         * tests/test-memmem.c: Likewise.
6103         * tests/test-netinet_in.c: Likewise.
6104         * tests/test-open.c: Likewise.
6105         * tests/test-printf-frexp.c: Likewise.
6106         * tests/test-printf-frexpl.c: Likewise.
6107         * tests/test-printf-posix.c: Likewise.
6108         * tests/test-printf-posix.h: Likewise.
6109         * tests/test-rbtree_list.c: Likewise.
6110         * tests/test-rbtree_oset.c: Likewise.
6111         * tests/test-rbtreehash_list.c: Likewise.
6112         * tests/test-read-file.c: Likewise.
6113         * tests/test-rijndael.c: Likewise.
6114         * tests/test-search.c: Likewise.
6115         * tests/test-signbit.c: Likewise.
6116         * tests/test-sleep.c: Likewise.
6117         * tests/test-snprintf-posix.c: Likewise.
6118         * tests/test-snprintf-posix.h: Likewise.
6119         * tests/test-snprintf.c: Likewise.
6120         * tests/test-sprintf-posix.c: Likewise.
6121         * tests/test-sprintf-posix.h: Likewise.
6122         * tests/test-stat-time.c: Likewise.
6123         * tests/test-stdbool.c: Likewise.
6124         * tests/test-stdint.c: Likewise.
6125         * tests/test-stdio.c: Likewise.
6126         * tests/test-stdlib.c: Likewise.
6127         * tests/test-stpncpy.c: Likewise.
6128         * tests/test-strcasestr.c: Likewise.
6129         * tests/test-striconv.c: Likewise.
6130         * tests/test-striconveh.c: Likewise.
6131         * tests/test-striconveha.c: Likewise.
6132         * tests/test-string.c: Likewise.
6133         * tests/test-sys_select.c: Likewise.
6134         * tests/test-sys_socket.c: Likewise.
6135         * tests/test-sys_stat.c: Likewise.
6136         * tests/test-sys_time.c: Likewise.
6137         * tests/test-sysexits.c: Likewise.
6138         * tests/test-time.c: Likewise.
6139         * tests/test-tls.c: Likewise.
6140         * tests/test-trunc.c: Likewise.
6141         * tests/test-truncf.c: Likewise.
6142         * tests/test-truncl.c: Likewise.
6143         * tests/test-unistd.c: Likewise.
6144         * tests/test-vasnprintf-posix.c: Likewise.
6145         * tests/test-vasnprintf-posix2.c: Likewise.
6146         * tests/test-vasnprintf.c: Likewise.
6147         * tests/test-vasprintf-posix.c: Likewise.
6148         * tests/test-vasprintf.c: Likewise.
6149         * tests/test-verify.c: Likewise.
6150         * tests/test-vfprintf-posix.c: Likewise.
6151         * tests/test-vprintf-posix.c: Likewise.
6152         * tests/test-vsnprintf-posix.c: Likewise.
6153         * tests/test-vsnprintf.c: Likewise.
6154         * tests/test-vsprintf-posix.c: Likewise.
6155         * tests/test-wchar.c: Likewise.
6156         * tests/test-wctype.c: Likewise.
6157         * tests/test-wcwidth.c: Likewise.
6158         * tests/test-xstrtol.c: Likewise.
6159         * tests/test-xvasprintf.c: Likewise.
6160         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6161         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6162         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6163         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6164         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6165         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6166         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6167         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6168         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6169         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6170         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6171         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6172         * tests/uniname/test-uninames.c: Likewise.
6173         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6174         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
6175         * tests/unistdio/test-u16-printf1.h: Likewise.
6176         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6177         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6178         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6179         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6180         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6181         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6182         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6183         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
6184         * tests/unistdio/test-u32-printf1.h: Likewise.
6185         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6186         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6187         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6188         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6189         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6190         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6191         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6192         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
6193         * tests/unistdio/test-u8-printf1.h: Likewise.
6194         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6195         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6196         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6197         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6198         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6199         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6200         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6201         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
6202         * tests/unistdio/test-ulc-printf1.h: Likewise.
6203         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6204         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6205         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6206         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6207         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6208         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6209         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6210         * tests/uniwidth/test-u16-width.c: Likewise.
6211         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6212         * tests/uniwidth/test-u32-width.c: Likewise.
6213         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6214         * tests/uniwidth/test-u8-width.c: Likewise.
6215         * tests/uniwidth/test-uc_width.c: Likewise.
6216         * config/srclist-update: Likewise.
6217         (fixlicense): Update to GPLv3+.
6218
6219         Change copyright notice from LGPLv2.1+ to LGPLv3+.
6220         * tests/test-tsearch.c: Change copyright notice.
6221
6222         Change copyright notice from LGPLv2.0+ to LGPLv3+.
6223         * lib/c-strcaseeq.h: Change copyright notice.
6224         * lib/streq.h: Likewise.
6225         * lib/uniconv.h: Likewise.
6226         * lib/uniconv/u-conv-from-enc.h: Likewise.
6227         * lib/uniconv/u-conv-to-enc.h: Likewise.
6228         * lib/uniconv/u-strconv-from-enc.h: Likewise.
6229         * lib/uniconv/u-strconv-to-enc.h: Likewise.
6230         * lib/uniconv/u16-conv-from-enc.c: Likewise.
6231         * lib/uniconv/u16-conv-to-enc.c: Likewise.
6232         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
6233         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
6234         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
6235         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
6236         * lib/uniconv/u32-conv-from-enc.c: Likewise.
6237         * lib/uniconv/u32-conv-to-enc.c: Likewise.
6238         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
6239         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
6240         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
6241         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
6242         * lib/uniconv/u8-conv-from-enc.c: Likewise.
6243         * lib/uniconv/u8-conv-to-enc.c: Likewise.
6244         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
6245         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
6246         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
6247         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
6248         * lib/uniname.h: Likewise.
6249         * lib/uniname/uniname.c: Likewise.
6250         * lib/unistdio.h: Likewise.
6251         * lib/unistdio/u-asnprintf.h: Likewise.
6252         * lib/unistdio/u-asprintf.h: Likewise.
6253         * lib/unistdio/u-printf-args.c: Likewise.
6254         * lib/unistdio/u-printf-args.h: Likewise.
6255         * lib/unistdio/u-printf-parse.h: Likewise.
6256         * lib/unistdio/u-snprintf.h: Likewise.
6257         * lib/unistdio/u-sprintf.h: Likewise.
6258         * lib/unistdio/u-vasprintf.h: Likewise.
6259         * lib/unistdio/u-vsnprintf.h: Likewise.
6260         * lib/unistdio/u-vsprintf.h: Likewise.
6261         * lib/unistdio/u16-asnprintf.c: Likewise.
6262         * lib/unistdio/u16-asprintf.c: Likewise.
6263         * lib/unistdio/u16-printf-parse.c: Likewise.
6264         * lib/unistdio/u16-snprintf.c: Likewise.
6265         * lib/unistdio/u16-sprintf.c: Likewise.
6266         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
6267         * lib/unistdio/u16-u16-asprintf.c: Likewise.
6268         * lib/unistdio/u16-u16-snprintf.c: Likewise.
6269         * lib/unistdio/u16-u16-sprintf.c: Likewise.
6270         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
6271         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
6272         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
6273         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
6274         * lib/unistdio/u16-vasnprintf.c: Likewise.
6275         * lib/unistdio/u16-vasprintf.c: Likewise.
6276         * lib/unistdio/u16-vsnprintf.c: Likewise.
6277         * lib/unistdio/u16-vsprintf.c: Likewise.
6278         * lib/unistdio/u32-asnprintf.c: Likewise.
6279         * lib/unistdio/u32-asprintf.c: Likewise.
6280         * lib/unistdio/u32-printf-parse.c: Likewise.
6281         * lib/unistdio/u32-snprintf.c: Likewise.
6282         * lib/unistdio/u32-sprintf.c: Likewise.
6283         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
6284         * lib/unistdio/u32-u32-asprintf.c: Likewise.
6285         * lib/unistdio/u32-u32-snprintf.c: Likewise.
6286         * lib/unistdio/u32-u32-sprintf.c: Likewise.
6287         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
6288         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
6289         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
6290         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
6291         * lib/unistdio/u32-vasnprintf.c: Likewise.
6292         * lib/unistdio/u32-vasprintf.c: Likewise.
6293         * lib/unistdio/u32-vsnprintf.c: Likewise.
6294         * lib/unistdio/u32-vsprintf.c: Likewise.
6295         * lib/unistdio/u8-asnprintf.c: Likewise.
6296         * lib/unistdio/u8-asprintf.c: Likewise.
6297         * lib/unistdio/u8-printf-parse.c: Likewise.
6298         * lib/unistdio/u8-snprintf.c: Likewise.
6299         * lib/unistdio/u8-sprintf.c: Likewise.
6300         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
6301         * lib/unistdio/u8-u8-asprintf.c: Likewise.
6302         * lib/unistdio/u8-u8-snprintf.c: Likewise.
6303         * lib/unistdio/u8-u8-sprintf.c: Likewise.
6304         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
6305         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
6306         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
6307         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
6308         * lib/unistdio/u8-vasnprintf.c: Likewise.
6309         * lib/unistdio/u8-vasprintf.c: Likewise.
6310         * lib/unistdio/u8-vsnprintf.c: Likewise.
6311         * lib/unistdio/u8-vsprintf.c: Likewise.
6312         * lib/unistdio/ulc-asnprintf.c: Likewise.
6313         * lib/unistdio/ulc-asprintf.c: Likewise.
6314         * lib/unistdio/ulc-printf-parse.c: Likewise.
6315         * lib/unistdio/ulc-snprintf.c: Likewise.
6316         * lib/unistdio/ulc-sprintf.c: Likewise.
6317         * lib/unistdio/ulc-vasnprintf.c: Likewise.
6318         * lib/unistdio/ulc-vasprintf.c: Likewise.
6319         * lib/unistdio/ulc-vsnprintf.c: Likewise.
6320         * lib/unistdio/ulc-vsprintf.c: Likewise.
6321         * lib/unistr.h: Likewise.
6322         * lib/unistr/u-cpy-alloc.h: Likewise.
6323         * lib/unistr/u-cpy.h: Likewise.
6324         * lib/unistr/u-endswith.h: Likewise.
6325         * lib/unistr/u-move.h: Likewise.
6326         * lib/unistr/u-set.h: Likewise.
6327         * lib/unistr/u-startswith.h: Likewise.
6328         * lib/unistr/u-stpcpy.h: Likewise.
6329         * lib/unistr/u-stpncpy.h: Likewise.
6330         * lib/unistr/u-strcat.h: Likewise.
6331         * lib/unistr/u-strcpy.h: Likewise.
6332         * lib/unistr/u-strcspn.h: Likewise.
6333         * lib/unistr/u-strdup.h: Likewise.
6334         * lib/unistr/u-strlen.h: Likewise.
6335         * lib/unistr/u-strncat.h: Likewise.
6336         * lib/unistr/u-strncpy.h: Likewise.
6337         * lib/unistr/u-strnlen.h: Likewise.
6338         * lib/unistr/u-strpbrk.h: Likewise.
6339         * lib/unistr/u-strspn.h: Likewise.
6340         * lib/unistr/u-strstr.h: Likewise.
6341         * lib/unistr/u-strtok.h: Likewise.
6342         * lib/unistr/u16-check.c: Likewise.
6343         * lib/unistr/u16-chr.c: Likewise.
6344         * lib/unistr/u16-cmp.c: Likewise.
6345         * lib/unistr/u16-cpy-alloc.c: Likewise.
6346         * lib/unistr/u16-cpy.c: Likewise.
6347         * lib/unistr/u16-endswith.c: Likewise.
6348         * lib/unistr/u16-mblen.c: Likewise.
6349         * lib/unistr/u16-mbsnlen.c: Likewise.
6350         * lib/unistr/u16-mbtouc-aux.c: Likewise.
6351         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
6352         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
6353         * lib/unistr/u16-mbtouc.c: Likewise.
6354         * lib/unistr/u16-mbtoucr.c: Likewise.
6355         * lib/unistr/u16-move.c: Likewise.
6356         * lib/unistr/u16-next.c: Likewise.
6357         * lib/unistr/u16-prev.c: Likewise.
6358         * lib/unistr/u16-set.c: Likewise.
6359         * lib/unistr/u16-startswith.c: Likewise.
6360         * lib/unistr/u16-stpcpy.c: Likewise.
6361         * lib/unistr/u16-stpncpy.c: Likewise.
6362         * lib/unistr/u16-strcat.c: Likewise.
6363         * lib/unistr/u16-strchr.c: Likewise.
6364         * lib/unistr/u16-strcmp.c: Likewise.
6365         * lib/unistr/u16-strcpy.c: Likewise.
6366         * lib/unistr/u16-strcspn.c: Likewise.
6367         * lib/unistr/u16-strdup.c: Likewise.
6368         * lib/unistr/u16-strlen.c: Likewise.
6369         * lib/unistr/u16-strmblen.c: Likewise.
6370         * lib/unistr/u16-strmbtouc.c: Likewise.
6371         * lib/unistr/u16-strncat.c: Likewise.
6372         * lib/unistr/u16-strncmp.c: Likewise.
6373         * lib/unistr/u16-strncpy.c: Likewise.
6374         * lib/unistr/u16-strnlen.c: Likewise.
6375         * lib/unistr/u16-strpbrk.c: Likewise.
6376         * lib/unistr/u16-strrchr.c: Likewise.
6377         * lib/unistr/u16-strspn.c: Likewise.
6378         * lib/unistr/u16-strstr.c: Likewise.
6379         * lib/unistr/u16-strtok.c: Likewise.
6380         * lib/unistr/u16-to-u32.c: Likewise.
6381         * lib/unistr/u16-to-u8.c: Likewise.
6382         * lib/unistr/u16-uctomb-aux.c: Likewise.
6383         * lib/unistr/u16-uctomb.c: Likewise.
6384         * lib/unistr/u32-check.c: Likewise.
6385         * lib/unistr/u32-chr.c: Likewise.
6386         * lib/unistr/u32-cmp.c: Likewise.
6387         * lib/unistr/u32-cpy-alloc.c: Likewise.
6388         * lib/unistr/u32-cpy.c: Likewise.
6389         * lib/unistr/u32-endswith.c: Likewise.
6390         * lib/unistr/u32-mblen.c: Likewise.
6391         * lib/unistr/u32-mbsnlen.c: Likewise.
6392         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
6393         * lib/unistr/u32-mbtouc.c: Likewise.
6394         * lib/unistr/u32-mbtoucr.c: Likewise.
6395         * lib/unistr/u32-move.c: Likewise.
6396         * lib/unistr/u32-next.c: Likewise.
6397         * lib/unistr/u32-prev.c: Likewise.
6398         * lib/unistr/u32-set.c: Likewise.
6399         * lib/unistr/u32-startswith.c: Likewise.
6400         * lib/unistr/u32-stpcpy.c: Likewise.
6401         * lib/unistr/u32-stpncpy.c: Likewise.
6402         * lib/unistr/u32-strcat.c: Likewise.
6403         * lib/unistr/u32-strchr.c: Likewise.
6404         * lib/unistr/u32-strcmp.c: Likewise.
6405         * lib/unistr/u32-strcpy.c: Likewise.
6406         * lib/unistr/u32-strcspn.c: Likewise.
6407         * lib/unistr/u32-strdup.c: Likewise.
6408         * lib/unistr/u32-strlen.c: Likewise.
6409         * lib/unistr/u32-strmblen.c: Likewise.
6410         * lib/unistr/u32-strmbtouc.c: Likewise.
6411         * lib/unistr/u32-strncat.c: Likewise.
6412         * lib/unistr/u32-strncmp.c: Likewise.
6413         * lib/unistr/u32-strncpy.c: Likewise.
6414         * lib/unistr/u32-strnlen.c: Likewise.
6415         * lib/unistr/u32-strpbrk.c: Likewise.
6416         * lib/unistr/u32-strrchr.c: Likewise.
6417         * lib/unistr/u32-strspn.c: Likewise.
6418         * lib/unistr/u32-strstr.c: Likewise.
6419         * lib/unistr/u32-strtok.c: Likewise.
6420         * lib/unistr/u32-to-u16.c: Likewise.
6421         * lib/unistr/u32-to-u8.c: Likewise.
6422         * lib/unistr/u32-uctomb.c: Likewise.
6423         * lib/unistr/u8-check.c: Likewise.
6424         * lib/unistr/u8-chr.c: Likewise.
6425         * lib/unistr/u8-cmp.c: Likewise.
6426         * lib/unistr/u8-cpy-alloc.c: Likewise.
6427         * lib/unistr/u8-cpy.c: Likewise.
6428         * lib/unistr/u8-endswith.c: Likewise.
6429         * lib/unistr/u8-mblen.c: Likewise.
6430         * lib/unistr/u8-mbsnlen.c: Likewise.
6431         * lib/unistr/u8-mbtouc-aux.c: Likewise.
6432         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
6433         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
6434         * lib/unistr/u8-mbtouc.c: Likewise.
6435         * lib/unistr/u8-mbtoucr.c: Likewise.
6436         * lib/unistr/u8-move.c: Likewise.
6437         * lib/unistr/u8-next.c: Likewise.
6438         * lib/unistr/u8-prev.c: Likewise.
6439         * lib/unistr/u8-set.c: Likewise.
6440         * lib/unistr/u8-startswith.c: Likewise.
6441         * lib/unistr/u8-stpcpy.c: Likewise.
6442         * lib/unistr/u8-stpncpy.c: Likewise.
6443         * lib/unistr/u8-strcat.c: Likewise.
6444         * lib/unistr/u8-strchr.c: Likewise.
6445         * lib/unistr/u8-strcmp.c: Likewise.
6446         * lib/unistr/u8-strcpy.c: Likewise.
6447         * lib/unistr/u8-strcspn.c: Likewise.
6448         * lib/unistr/u8-strdup.c: Likewise.
6449         * lib/unistr/u8-strlen.c: Likewise.
6450         * lib/unistr/u8-strmblen.c: Likewise.
6451         * lib/unistr/u8-strmbtouc.c: Likewise.
6452         * lib/unistr/u8-strncat.c: Likewise.
6453         * lib/unistr/u8-strncmp.c: Likewise.
6454         * lib/unistr/u8-strncpy.c: Likewise.
6455         * lib/unistr/u8-strnlen.c: Likewise.
6456         * lib/unistr/u8-strpbrk.c: Likewise.
6457         * lib/unistr/u8-strrchr.c: Likewise.
6458         * lib/unistr/u8-strspn.c: Likewise.
6459         * lib/unistr/u8-strstr.c: Likewise.
6460         * lib/unistr/u8-strtok.c: Likewise.
6461         * lib/unistr/u8-to-u16.c: Likewise.
6462         * lib/unistr/u8-to-u32.c: Likewise.
6463         * lib/unistr/u8-uctomb-aux.c: Likewise.
6464         * lib/unistr/u8-uctomb.c: Likewise.
6465         * lib/unitypes.h: Likewise.
6466         * lib/uniwidth.h: Likewise.
6467         * lib/uniwidth/cjk.h: Likewise.
6468         * lib/uniwidth/u16-strwidth.c: Likewise.
6469         * lib/uniwidth/u16-width.c: Likewise.
6470         * lib/uniwidth/u32-strwidth.c: Likewise.
6471         * lib/uniwidth/u32-width.c: Likewise.
6472         * lib/uniwidth/u8-strwidth.c: Likewise.
6473         * lib/uniwidth/u8-width.c: Likewise.
6474         * lib/uniwidth/width.c: Likewise.
6475
6476 2007-10-07  Bruno Haible  <bruno@clisp.org>
6477
6478         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
6479         The file is still under LGPL (see modules/inttypes).
6480
6481 2007-10-06  Bruno Haible  <bruno@clisp.org>
6482
6483         * modules/trunc (Dependencies): Add 'extensions'.
6484         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
6485         Reported by Ben Pfaff <blp@gnu.org>.
6486
6487 2007-10-06  Bruno Haible  <bruno@clisp.org>
6488
6489         * modules/freopen-tests: New file.
6490         * tests/test-freopen.c: New file.
6491
6492         * modules/fopen-tests: New file.
6493         * tests/test-fopen.c: New file.
6494
6495         * modules/fopen: New file.
6496         * lib/fopen.c: New file.
6497         * m4/fopen.m4: New file.
6498         * modules/freopen: New file.
6499         * lib/freopen.c: New file.
6500         * m4/freopen.m4: New file.
6501         * lib/stdio.in.h (fopen, freopen): New declarations.
6502         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
6503         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6504         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
6505         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
6506         * doc/functions/fopen.texi: Mention the 'fopen' module.
6507         * doc/functions/freopen.texi: Mention the 'freopen' module.
6508
6509 2007-10-06  Bruno Haible  <bruno@clisp.org>
6510
6511         * modules/open-tests: New file.
6512         * tests/test-open.c: New file.
6513
6514         * modules/open: New file.
6515         * lib/open.c: New file.
6516         * m4/open.m4: New file.
6517         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
6518         lib/open.c does.
6519         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
6520         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
6521         macros.
6522         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
6523         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
6524         REPLACE_OPEN.
6525         * doc/functions/open.texi: Mention the 'open' module.
6526
6527 2007-10-04  Bruno Haible  <bruno@clisp.org>
6528
6529         * modules/ceill-tests: New file.
6530         * tests/test-ceill.c: New file.
6531
6532         * modules/ceill: New file.
6533         * lib/ceill.c: Replace entire file.
6534         * m4/ceill.m4: New file.
6535         * lib/math.in.h (ceill): Replace declaration.
6536         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
6537         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
6538         * doc/functions/ceill.texi: Mention the 'ceill' module.
6539         * modules/mathl (Files): Remove lib/ceill.c.
6540         (Depends-on): Add ceill.
6541
6542 2007-10-04  Bruno Haible  <bruno@clisp.org>
6543
6544         * modules/ceilf-tests: New file.
6545         * tests/test-ceilf.c: New file.
6546
6547         * modules/ceilf: New file.
6548         * lib/ceil.c: New file.
6549         * lib/ceilf.c: New file.
6550         * m4/ceilf.m4: New file.
6551         * lib/math.in.h (ceilf): New declaration.
6552         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
6553         HAVE_DECL_CEILF.
6554         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
6555         HAVE_DECL_CEILF.
6556         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
6557
6558 2007-10-04  Bruno Haible  <bruno@clisp.org>
6559
6560         * modules/floorl-tests: New file.
6561         * tests/test-floorl.c: New file.
6562
6563         * modules/floorl: New file.
6564         * lib/floorl.c: Replace entire file.
6565         * m4/floorl.m4: New file.
6566         * lib/math.in.h (floorl): Replace declaration.
6567         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
6568         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
6569         * doc/functions/floorl.texi: Mention the 'floorl' module.
6570         * modules/mathl (Files): Remove lib/floorl.c.
6571         (Depends-on): Add floorl.
6572
6573 2007-10-04  Bruno Haible  <bruno@clisp.org>
6574
6575         * modules/floorf-tests: New file.
6576         * tests/test-floorf.c: New file.
6577
6578         * modules/floorf: New file.
6579         * lib/floor.c: New file.
6580         * lib/floorf.c: New file.
6581         * m4/floorf.m4: New file.
6582         * lib/math.in.h (floorf): New declaration.
6583         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
6584         HAVE_DECL_FLOORF.
6585         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
6586         HAVE_DECL_FLOORF.
6587         * doc/functions/floorf.texi: Mention the 'floorf' module.
6588
6589 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
6590             Bruno Haible  <bruno@clisp.org>
6591
6592         Advertise for the Git server instead of the CVS server.
6593         * doc/gnulib-intro.texi (Steady Development): Mention the Git
6594         repository instead of the CVS one.
6595         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
6596         about all VCS systems generically.
6597         * doc/gnulib.texi (Introduction): Capitalize `Git'.
6598
6599 2007-10-04  Bruno Haible  <bruno@clisp.org>
6600
6601         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
6602         means.
6603         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
6604
6605 2007-10-04  Bruno Haible  <bruno@clisp.org>
6606
6607         * modules/truncl-tests: New file.
6608         * tests/test-truncl.c: New file.
6609
6610         * modules/truncl: New file.
6611         * lib/truncl.c: New file.
6612         * m4/truncl.m4: New file.
6613         * lib/math.in.h (truncl): New declaration.
6614         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
6615         HAVE_DECL_TRUNCL.
6616         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
6617         HAVE_DECL_TRUNCL.
6618         * doc/functions/truncl.texi: Mention the 'truncl' module.
6619
6620 2007-10-04  Bruno Haible  <bruno@clisp.org>
6621
6622         * modules/truncf-tests: New file.
6623         * tests/test-truncf.c: New file.
6624
6625         * modules/truncf: New file.
6626         * lib/trunc.c: Make paramerizable through USE_* macros.
6627         * lib/truncf.c: New file.
6628         * m4/truncf.m4: New file.
6629         * lib/math.in.h (truncf): New declaration.
6630         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
6631         HAVE_DECL_TRUNCF.
6632         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
6633         HAVE_DECL_TRUNCF.
6634         * doc/functions/truncf.texi: Mention the 'truncf' module.
6635
6636 2007-10-03  Bruno Haible  <bruno@clisp.org>
6637
6638         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
6639         augmentation also for tests modules.
6640         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
6641         * modules/atexit-tests (Makefile.am): Likewise.
6642         * modules/binary-io-tests (Makefile.am): Likewise.
6643         * modules/c-strcase-tests (Makefile.am): Likewise.
6644         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
6645         * modules/canonicalize-tests (Makefile.am): Likewise.
6646         * modules/closein-tests (Makefile.am): Likewise.
6647         * modules/fprintf-posix-tests (Makefile.am): Likewise.
6648         * modules/freadahead-tests (Makefile.am): Likewise.
6649         * modules/fseek-tests (Makefile.am): Likewise.
6650         * modules/fseeko-tests (Makefile.am): Likewise.
6651         * modules/ftell-tests (Makefile.am): Likewise.
6652         * modules/ftello-tests (Makefile.am): Likewise.
6653         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
6654         * modules/isnanl-tests (Makefile.am): Likewise.
6655         * modules/lseek-tests (Makefile.am): Likewise.
6656         * modules/mbscasecmp-tests (Makefile.am): Likewise.
6657         * modules/mbscasestr-tests (Makefile.am): Likewise.
6658         * modules/mbschr-tests (Makefile.am): Likewise.
6659         * modules/mbscspn-tests (Makefile.am): Likewise.
6660         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
6661         * modules/mbspbrk-tests (Makefile.am): Likewise.
6662         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
6663         * modules/mbsrchr-tests (Makefile.am): Likewise.
6664         * modules/mbsspn-tests (Makefile.am): Likewise.
6665         * modules/mbsstr-tests (Makefile.am): Likewise.
6666         * modules/printf-posix-tests (Makefile.am): Likewise.
6667         * modules/snprintf-posix-tests (Makefile.am): Likewise.
6668         * modules/sprintf-posix-tests (Makefile.am): Likewise.
6669         * modules/tsearch-tests (Makefile.am): Likewise.
6670         * modules/uniname/uniname-tests (Makefile.am): Likewise.
6671         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
6672         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
6673         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
6674         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
6675         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
6676         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
6677         * modules/vprintf-posix-tests (Makefile.am): Likewise.
6678         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
6679         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
6680         * modules/xstrtoimax-tests (Makefile.am): Likewise.
6681         * modules/xstrtol-tests (Makefile.am): Likewise.
6682         * modules/xstrtoumax-tests (Makefile.am): Likewise.
6683         * modules/yesno-tests (Makefile.am): Likewise.
6684
6685 2007-10-03  Bruno Haible  <bruno@clisp.org>
6686
6687         * modules/trunc-tests: New file.
6688         * tests/test-trunc.c: New file.
6689
6690         * modules/trunc: New file.
6691         * lib/trunc.c: New file.
6692         * m4/trunc.m4: New file.
6693         * lib/math.in.h (trunc): New declaration.
6694         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
6695         HAVE_DECL_TRUNC.
6696         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
6697         HAVE_DECL_TRUNC.
6698         * doc/functions/trunc.texi: Mention the 'trunc' module.
6699
6700 2007-10-03  Bruno Haible  <bruno@clisp.org>
6701
6702         * tests/test-fpending.c: New file, mostly copied
6703         from coreutils/lib/t-fpending.c.
6704         * modules/fpending-tests: New file.
6705
6706 2007-10-03  Bruno Haible  <bruno@clisp.org>
6707
6708         Port the stdio extensions to QNX (untested).
6709         * lib/fseterr.c (fseterr): Add support for QNX.
6710         * lib/fbufmode.c (fbufmode): Likewise.
6711         * lib/freadable.c (freadable): Likewise.
6712         * lib/fwritable.c (fwritable): Likewise.
6713         * lib/freading.c (freading): Likewise.
6714         * lib/fwriting.c (fwriting): Likewise.
6715         * lib/freadahead.c (freadahed): Likewise.
6716         * lib/fpurge.c (fpurge): Likewise.
6717         * lib/fseeko.c (rpl_fseeko): Likewise.
6718
6719 2007-10-03  Bruno Haible  <bruno@clisp.org>
6720             Jim Meyering  <jim@meyering.net>
6721             Eric Blake  <ebb9@byu.net>
6722
6723         * doc/relocatable.texi: Use @command instead of @program.
6724
6725 2007-10-02  Jim Meyering  <jim@meyering.net>
6726
6727         Perform one more "_.h" -> ".in.h" substitution.
6728         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
6729         instead of unistd_.h here, too.
6730
6731 2007-10-01  Bruno Haible  <bruno@clisp.org>
6732
6733         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
6734         Needed for the alloca-opt module.
6735
6736 2007-09-30  Bruno Haible  <bruno@clisp.org>
6737
6738         * lib/alloca.in.h: Renamed from lib/alloca_.h.
6739         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
6740         alloca_.h.
6741         * lib/argz.in.h: Renamed from lib/argz_.h.
6742         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
6743         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
6744         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
6745         byteswap_.h.
6746         * lib/dirent.in.h: Renamed from lib/dirent_.h.
6747         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
6748         dirent_.h.
6749         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
6750         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
6751         fcntl_.h.
6752         * lib/float.in.h: Renamed from lib/float_.h.
6753         * modules/float (Files, Makefile.am): Use float.in.h instead of
6754         float_.h.
6755         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
6756         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
6757         fnmatch_.h.
6758         * lib/getopt.in.h: Renamed from lib/getopt_.h.
6759         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
6760         getopt_.h.
6761         * lib/glob.in.h: Renamed from lib/glob_.h.
6762         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
6763         * lib/iconv.in.h: Renamed from lib/iconv_.h.
6764         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
6765         iconv_.h.
6766         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
6767         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
6768         inttypes_.h.
6769         * lib/locale.in.h: Renamed from lib/locale_.h.
6770         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
6771         locale_.h.
6772         * lib/math.in.h: Renamed from lib/math_.h.
6773         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
6774         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
6775         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
6776         of netinet_in_.h. Add dependency.
6777         * lib/poll.in.h: Renamed from lib/poll_.h.
6778         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
6779         * lib/search.in.h: Renamed from lib/search_.h.
6780         * modules/search (Files, Makefile.am): Use search.in.h instead of
6781         search_.h.
6782         * lib/signal.in.h: Renamed from lib/signal_.h.
6783         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
6784         _signal.h.
6785         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
6786         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
6787         stdbool_.h.
6788         * lib/stdint.in.h: Renamed from lib/stdint_.h.
6789         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
6790         stdint_.h.
6791         * lib/stdio.in.h: Renamed from lib/stdio_.h.
6792         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
6793         stdio_.h.
6794         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
6795         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
6796         stdlib_.h.
6797         * lib/string.in.h: Renamed from lib/string_.h.
6798         * modules/string (Files, Makefile.am): Use string.in.h instead of
6799         string_.h.
6800         * doc/gnulib-tool.texi (Initial import): Update.
6801         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
6802         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
6803         of sys_select_.h. Add dependency.
6804         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
6805         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
6806         of sys_socket_.h.
6807         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
6808         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
6809         sys_stat_.h.
6810         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
6811         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
6812         sys_time_.h.
6813         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
6814         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
6815         sysexits_.h.
6816         * lib/time.in.h: Renamed from lib/time_.h.
6817         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
6818         * lib/unistd.in.h: Renamed from lib/unistd_.h.
6819         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
6820         unistd_.h.
6821         * lib/wchar.in.h: Renamed from lib/wchar_.h.
6822         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
6823         wchar_.h.
6824         * lib/wctype.in.h: Renamed from lib/wctype_.h.
6825         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
6826         wctype_.h.
6827         * build-aux/bootstrap (slurp): Update.
6828         * lib/.cppi-disable: Update.
6829
6830 2007-09-30  Bruno Haible  <bruno@clisp.org>
6831
6832         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
6833         Needed on BeOS.
6834
6835 2007-09-30  Bruno Haible  <bruno@clisp.org>
6836
6837         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
6838
6839 2007-09-29  Bruno Haible  <bruno@clisp.org>
6840
6841         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
6842
6843 2007-09-29  Bruno Haible  <bruno@clisp.org>
6844
6845         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
6846         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
6847         * build-aux/install-reloc: Compile also areadlink.c.
6848         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
6849
6850 2007-09-29  Bruno Haible  <bruno@clisp.org>
6851
6852         * gnulib-tool (func_emit_initmacro_done): Indentation.
6853
6854 2007-09-29  Bruno Haible  <bruno@clisp.org>
6855
6856         * README: Add CVS checkout update instructions.
6857         Info from Bob Proulx <bob@proulx.com>.
6858
6859 2007-09-28  Eric Blake  <ebb9@byu.net>
6860
6861         Provide move-if-change.
6862         * build-aux/move-if-change: New file, based on best practice
6863         rather than any canonical upstream location.
6864
6865 2007-09-28  Jim Meyering  <jim@meyering.net>
6866
6867         Fix canonicalize loop-detection corner case.
6868         Do not attempt to stat the symlink values stored via seen_triple.
6869         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
6870         on linux-2.6.18, (but not 2.6.22).
6871         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
6872         triple_compare.  The former compares dev,ino,filename, while the latter
6873         would actually stat dirname(filename) when dev and ino were equal.
6874         * lib/hash-triple.c: Install <string.h>.
6875         (STREQ): Define.
6876         (triple_compare_ino_str): New function.
6877         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
6878
6879 2007-09-28  Eric Blake  <ebb9@byu.net>
6880
6881         Enforce that AC_REPLACE_FUNCS files exist.
6882         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
6883         override check for typos.
6884
6885         Fix test-closein on Solaris 10.
6886         * tests/test-closein.c (main): Don't assume stdin can be inherited
6887         closed on all systems.
6888         * tests/test-closein.sh: Likewise.
6889         Reported by Piotr Tarnowski.
6890
6891 2007-09-28  Jim Meyering  <jim@meyering.net>
6892
6893         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
6894
6895 2007-09-27  Jim Meyering  <jim@meyering.net>
6896
6897         canonicalize: Avoid a false-positive cycle failure.
6898         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
6899         Sort.  Remove cycle-check.
6900         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
6901         not cycle-check.h.
6902         (seen_triple): New function.
6903         (canonicalize_filename_mode): Use it instead of cycle-check.
6904         * tests/test-canonicalize.c: Add a test for this bug.
6905         * tests/test-canonicalize.sh: Set up and run the test.
6906
6907         New module, file-set, from coreutils.
6908         * modules/file-set: Define it.
6909         * lib/file-set.c, lib/file-set.h: Implement.
6910
6911         New module, hash-triple, from coreutils.
6912         * modules/hash-triple: Define it.
6913         * lib/hash-triple.c, lib/hash-triple.h: Implement.
6914
6915 2007-09-25  Eric Blake  <ebb9@byu.net>
6916
6917         Fix strerror on Interix.
6918         * lib/string_.h (strerror): Declare replacement.
6919         * doc/functions/strerror.texi (strerror): Document the Interix
6920         shortcoming.
6921         * modules/string (Makefile.am): Support new hooks.
6922         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
6923         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
6924         gl_FUNC_STRERROR_SEPARATE.
6925         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
6926         * lib/strerror.c (rpl_strerror): Provide replacement.
6927         * modules/strerror (Depends-on): Add string.
6928         (configure.ac): Detect use of module.
6929         * tests/test-strerror.c: New file.
6930         * modules/strerror-tests: New test module.
6931         * modules/argp (Depends-on): Add strerror.
6932         * modules/error (Depends-on): Likewise.
6933         Reported by Martin Koeppe.
6934
6935 2007-09-24  Bruno Haible  <bruno@clisp.org>
6936
6937         * README: Update git instructions.
6938
6939 2007-09-24  Eric Blake  <ebb9@byu.net>
6940
6941         Revert fpending breakage from 2007-09-08.
6942         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
6943         __fpending.c.
6944
6945 2007-09-24  Jim Meyering  <jim@meyering.net>
6946
6947         filenamecat.c: Add a test.
6948         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
6949         showing how the function works when DIR is the empty string.
6950
6951 2007-09-21  Simon Josefsson  <simon@josefsson.org>
6952
6953         * tests/test-canonicalize.sh: Turn on executable bit.
6954
6955 2007-09-19  Eric Blake  <ebb9@byu.net>
6956
6957         * README: Update CVS instructions.
6958
6959 2007-09-18  Bruno Haible  <bruno@clisp.org>
6960
6961         * modules/areadlink: New file.
6962         * lib/areadlink.h (areadlink): New declaration.
6963         * lib/areadlink.c: New file, based on lib/xreadlink.c.
6964
6965 2007-09-17  Jim Meyering  <jim@meyering.net>
6966
6967         * lib/savewd.c (ESTALE) [!defined]: Define.
6968         Reported to be required on Interix by Martin Koeppe.
6969
6970 2007-09-17  Bruno Haible  <bruno@clisp.org>
6971
6972         * gnulib-tool (func_version): Use $version.
6973
6974 2007-09-16  Bruno Haible  <bruno@clisp.org>
6975
6976         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
6977         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
6978         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6979         Reported by Greg Schafer <gschafer@zip.com.au>.
6980
6981 2007-09-15  Bruno Haible  <bruno@clisp.org>
6982
6983         * gnulib-tool (sed): Try a little harder to make bash understand the
6984         alias.
6985         Reported by Bruce Korb <bruce.korb@gmail.com>.
6986
6987 2007-09-13  Eric Blake  <ebb9@byu.net>
6988
6989         * ChangeLog: Remove conflict markers.
6990
6991 2007-09-13  Simon Josefsson  <simon@josefsson.org>
6992
6993         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
6994         Reported by Bruno Haible <bruno@clisp.org>.
6995
6996 2007-09-12  Bruno Haible  <bruno@clisp.org>
6997
6998         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
6999         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
7000         is not defined.
7001
7002 2007-09-12  Eric Blake  <ebb9@byu.net>
7003
7004         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
7005         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
7006         Autoconf definition.
7007         * modules/euidaccess (Depends-on): Add extensions, for
7008         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
7009         * modules/fnmatch (Depends-on): Likewise.
7010         * modules/getaddrinfo (Depends-on): Likewise.
7011         * modules/getdelim (Depends-on): Likewise.
7012         * modules/getline (Depends-on): Likewise.
7013         * modules/getsubopt (Depends-on): Likewise.
7014         * modules/gettext (Depends-on): Likewise.
7015         * modules/group-member (Depends-on): Likewise.
7016         * modules/mbchar (Depends-on): Likewise.
7017         * modules/memmem (Depends-on): Likewise.
7018         * modules/mempcpy (Depends-on): Likewise.
7019         * modules/memrchr (Depends-on): Likewise.
7020         * modules/pagealign_alloc (Depends-on): Likewise.
7021         * modules/readutmp (Depends-on): Likewise.
7022         * modules/stpcpy (Depends-on): Likewise.
7023         * modules/stpncpy (Depends-on): Likewise.
7024         * modules/strchrnul (Depends-on): Likewise.
7025         * modules/strndup (Depends-on): Likewise.
7026         * modules/strsep (Depends-on): Likewise.
7027         * modules/strverscmp (Depends-on): Likewise.
7028         * modules/vasprintf (Depends-on): Likewise.
7029         * modules/wcwidth (Depends-on): Likewise.
7030         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
7031         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
7032         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
7033         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
7034         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
7035         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7036         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
7037         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7038         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
7039         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
7040         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
7041         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7042         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7043         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
7044         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
7045         * m4/readutmp.m4 (gl_READUTMP): Likewise.
7046         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7047         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7048         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7049         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7050         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7051         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7052         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7053         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
7054         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
7055         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7056         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
7057         so that lock.m4 can be used in gettext without extensions module.
7058
7059 2007-09-11  Bruno Haible  <bruno@clisp.org>
7060
7061         * m4/isc-posix.m4: Remove file.
7062         Suggested by Eric Blake.
7063
7064 2007-09-11  Eric Blake  <ebb9@byu.net>
7065
7066         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
7067
7068 2007-09-10  Bruno Haible  <bruno@clisp.org>
7069
7070         * posix-modules: Fix typo in error message.
7071         Reported by Matt <mkraai@beckman.com>.
7072
7073 2007-09-09  Bruno Haible  <bruno@clisp.org>
7074
7075         * doc/functions/getdelim.texi: Update list of platforms lacking the
7076         function.
7077         * doc/functions/getline.texi: Likewise.
7078
7079 2007-09-09  Jim Meyering  <jim@meyering.net>
7080
7081         * lib/hash.c (hash_initialize): Detect calloc failure.
7082         Reported by Bruno Haible.
7083
7084 2007-09-09  Bruno Haible  <bruno@clisp.org>
7085
7086         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
7087         malloc or realloc fails.
7088
7089 2007-09-09  Bruno Haible  <bruno@clisp.org>
7090
7091         * modules/getcwd (Depends-on): Add malloc-posix.
7092         * modules/glob (Depends-on): Likewise.
7093         * modules/putenv (Depends-on): Likewise.
7094         * modules/strdup (Depends-on): Likewise.
7095         * modules/getdelim (Depends-on): Add realloc-posix.
7096         * modules/read-file (Depends-on): Likewise.
7097
7098 2007-09-09  Bruno Haible  <bruno@clisp.org>
7099
7100         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
7101         (gl_FUNC_MALLOC_POSIX): Require it.
7102         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
7103         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
7104         * modules/realloc (Files): Add m4/malloc.m4.
7105         * modules/calloc (Files): Likewise.
7106
7107 2007-09-09  Bruno Haible  <bruno@clisp.org>
7108
7109         * modules/malloc-posix: New file.
7110         * modules/malloc (Depends-on): Add malloc-posix.
7111         * lib/malloc.c: Include errno.h.
7112         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
7113         and a POSIX-compatible malloc into a single function. Set ENOMEM
7114         when returning NULL.
7115         * m4/malloc.m4: New file.
7116         * doc/functions/malloc.texi: Mention the malloc-posix module.
7117         * lib/stdlib_.h (malloc): New declaration.
7118         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7119         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
7120         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
7121         and HAVE_MALLOC_POSIX.
7122
7123 2007-09-09  Bruno Haible  <bruno@clisp.org>
7124
7125         * modules/realloc-posix: New file.
7126         * modules/realloc (Depends-on): Add realloc-posix.
7127         * lib/realloc.c: Include errno.h.
7128         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
7129         and a POSIX-compatible realloc into a single function. Set ENOMEM
7130         when returning NULL.
7131         * m4/realloc.m4: New file.
7132         * doc/functions/realloc.texi: Mention the realloc-posix module.
7133         * lib/stdlib_.h (realloc): New declaration.
7134         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7135         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
7136         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
7137         and HAVE_REALLOC_POSIX.
7138
7139 2007-09-09  Bruno Haible  <bruno@clisp.org>
7140
7141         * modules/calloc-posix: New file.
7142         * modules/calloc (Depends-on): Add calloc-posix.
7143         * lib/calloc.c: Include errno.h.
7144         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
7145         and a POSIX-compatible calloc into a single function. Set ENOMEM
7146         when returning NULL.
7147         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
7148         * doc/functions/calloc.texi: Mention the calloc-posix module.
7149         * lib/stdlib_.h (calloc): New declaration.
7150         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
7151         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
7152         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
7153         and HAVE_CALLOC_POSIX.
7154
7155 2007-09-09  Bruno Haible  <bruno@clisp.org>
7156
7157         Allow for modules to show an arbitrary notice.
7158         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
7159         * gnulib-tool: New option --extract-notice.
7160         (func_usage): Document it.
7161         (sed_extract_prog): Update.
7162         (func_get_notice): New function.
7163         (func_modules_notice): New function.
7164         (func_import, func_create_testdir): Invoke it.
7165         Suggested by Jim Meyering.
7166
7167 2007-09-09  Bruno Haible  <bruno@clisp.org>
7168
7169         * gnulib-tool: New options --verbose, --quiet.
7170         (func_usage): Document them.
7171         (verbose): New variable.
7172         (func_execute_command): New function.
7173         (func_import): Don't show the module list and the file list if
7174         $verbose < 0.
7175         (func_create_testdir): Likewise. Use func_execute_command.
7176         (func_create_megatestdir): Use func_execute_command.
7177
7178 2007-09-08  Bruno Haible  <bruno@clisp.org>
7179
7180         * gnulib-tool (func_import): Prefer rsync over wget when available,
7181         for fetching the PO files.
7182
7183 2007-09-08  Bruno Haible  <bruno@clisp.org>
7184
7185         * posix-modules: New file. Portions copied from gnulib-tool.
7186         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
7187
7188 2007-09-08  Jim Meyering  <jim@meyering.net>
7189
7190         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
7191         * lib/fpending.h: Rename from __fpending.h.
7192         * lib/fpending.c: Rename from __fpending.c.
7193         Include "fpending.h", not "__fpending.h".
7194         * lib/__fpending.h, lib/__fpending.c: Remove files.
7195         * modules/fpending (Files): Reflect new file names.
7196         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
7197
7198 2007-09-08  Bruno Haible  <bruno@clisp.org>
7199
7200         * m4/inttypes-h.m4: Remove stub file.
7201
7202 2007-09-07  Simon Josefsson  <simon@josefsson.org>
7203
7204         * doc/headers/stdint.texi: Discuss #include_next issue.
7205
7206 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7207
7208         * build-aux/bootstrap: Remove obsolete comment about wget --help.
7209
7210 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7211
7212         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
7213         in variable name.
7214
7215 2007-09-03  Jim Meyering  <jim@meyering.net>
7216
7217         New module: git-version-gen.
7218         * modules/git-version-gen: New file.
7219
7220         Import changes from coreutils for bootstrap script.
7221
7222         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
7223
7224         bootstrap: uses rsync to download the .po files
7225         * build-aux/bootstrap (po_download_command_format): New global.
7226         (download_po_files): Use rsync.
7227         (update_po_files): Don't remove .po files after download,
7228         so future rsync runs can take advantage of the copies.
7229
7230         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
7231
7232         Solve the unnecessary-.po-file-regeneration problem once and for all.
7233         * build-aux/bootstrap (download_po_files): New function, renamed from
7234         get_translations.  Now, downloads, but doesn't update LINGUAS.
7235         (update_po_files): New function.
7236
7237         bootstrap: Ignore more.
7238         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
7239         uniwidth to e.g., lib/.gitignore.
7240         (slurp): Handle the sys_stat_.h -> sys mapping, too.
7241
7242         * build-aux/bootstrap: New setting: vc_ignore.
7243         (insert_sorted_if_absent): Create $file if absent.
7244         Adapt to new, possibly empty, list: $vc_ignore.
7245
7246         bootstrap: generate more ignorable names
7247         * build-aux/bootstrap (slurp): When generating ignorable names,
7248         also map .sin to .sed, .gperf to .c, and .y to .c.
7249
7250 2007-09-03  Jim Meyering  <jim@meyering.net>
7251
7252         * build-aux/git-version-gen: New file, from coreutils.  For details, see
7253         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
7254
7255 2007-09-02  Bruno Haible  <bruno@clisp.org>
7256
7257         Fix mis-recognition of 'mcs' on QNX 6.
7258         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
7259         output contains the string "Mono".
7260         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
7261         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
7262
7263 2007-09-01  Bruno Haible  <bruno@clisp.org>
7264
7265         Fix collision between uniwidth/* and linebreak modules.
7266         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
7267         u32_width): Remove declarations.
7268         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
7269         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
7270         streq3, streq2, streq1, streq0): Remove functions.
7271         (STREQ): Remove macro.
7272         (is_cjk_encoding): Remove function.
7273         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
7274         (uc_width, u8_width, u16_width, u32_width): Remove functions.
7275         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
7276         * NEWS: Document the change.
7277
7278 2007-09-01  Bruno Haible  <bruno@clisp.org>
7279
7280         * lib/streq.h: Add double-inclusion guard.
7281
7282 2007-09-01  Karl Berry  <karl@gnu.org>
7283
7284         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
7285
7286 2007-08-28  Jim Meyering  <jim@meyering.net>
7287
7288         Rename mreadlink_with_size to areadlink_with_size.
7289         * NEWS: Document the change.
7290         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
7291         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
7292         * lib/mreadlink.h: Rename this to...
7293         * lib/areadlink.h: ...this.
7294         * modules/mreadlink-with-size: Rename this to...
7295         * modules/areadlink-with-size: ...this.
7296         * lib/canonicalize.c: Reflect the renaming.
7297         * modules/canonicalize: Likewise.
7298
7299 2007-08-26  Bruno Haible  <bruno@clisp.org>
7300
7301         * gnulib-tool (func_import): When deciding which files to remove,
7302         consider also dangling symbolic links.
7303         Reported by Eric Blake.
7304
7305 2007-08-26  Bruno Haible  <bruno@clisp.org>
7306
7307         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
7308
7309 2007-08-23  Simon Josefsson  <simon@josefsson.org>
7310
7311         * lib/readline.c: Don't include getline.h, the prototype is now
7312         found in stdio.h.
7313
7314 2007-08-23  Jim Meyering  <jim@meyering.net>
7315
7316         Getdelim touchup.
7317         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
7318         around the funlockfile call, since funlockfile never sets errno.
7319         Don't set errno upon failed realloc.
7320
7321 2007-08-22  Eric Blake  <ebb9@byu.net>
7322
7323         Getline touchups.
7324         * lib/getdelim.c (getdelim): Revert regression that required *n to
7325         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
7326         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
7327         getdelim, rather than whether implementation is missing.
7328         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
7329         * lib/stdio_.h (getline): Also declare if replacement is
7330         required.
7331         * doc/functions/getdelim.texi: New file.
7332         * doc/functions/getline.texi: Likewise.
7333         * doc/gnulib.texi (Function Substitutes): Add new files.
7334         Reported by Bruno Haible.
7335
7336 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
7337
7338         * users.txt: Add Guile.
7339
7340 2007-08-22  Eric Blake  <ebb9@byu.net>
7341
7342         * tests/test-getdelim.c (main): Use remove, not unlink.
7343         * tests/test-getline.c (main): Likewise.
7344
7345         Move getline and getdelim into stdio.h, per POSIX 200x.
7346         * modules/getline (Files): Remove getline.h.
7347         (Depends-on): Add stdio.
7348         (configure.ac): Add module indicator.
7349         * modules/getdelim (Files): Remove getdelim.h.
7350         (Depends-on): Add stdio.
7351         (configure.ac): Add module indicator.
7352         * modules/stdio (Makefile.am): Work with new indicators.
7353         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7354         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
7355         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7356         * lib/getdelim.h: Delete.
7357         * lib/getline.h: Delete.
7358         * lib/stdio_.h (getdelim, getline): Declare.
7359         * modules/getdelim-tests: New module.
7360         * modules/getline-tests: Likewise.
7361         * tests/test-getdelim.c: New file.
7362         * tests/test-getline.c: Likewise.
7363         * NEWS: Document the change.
7364         * lib/getline.c: Update choice of header.
7365         * lib/csharpcomp.c: Likewise.
7366         * lib/getpass.c: Likewise.
7367         * lib/javacomp.c: Likewise.
7368         * lib/javaversion.c: Likewise.
7369         * lib/yesno.c: Likewise.
7370         * lib/getdelim.c: Likewise.
7371         (getdelim): Set errno on failure, and avoid memory leak.
7372
7373 2007-08-19  Bruno Haible  <bruno@clisp.org>
7374
7375         * modules/closein (Depends-on): Add freadahead.
7376         * lib/closein.c: Include freadahead.h.
7377         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
7378         is zero.
7379
7380 2007-08-19  Bruno Haible  <bruno@clisp.org>
7381
7382         * modules/freadahead-tests: New file.
7383         * tests/test-freadahead.sh: New file.
7384         * tests/test-freadahead.c: New file.
7385
7386         * modules/freadahead: New file.
7387         * lib/freadahead.h: New file.
7388         * lib/freadahead.c: New file.
7389         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
7390         fbufmode, fpurge, freadable, fwritable.
7391
7392 2007-08-19  Eric Blake  <ebb9@byu.net>
7393
7394         Test yesno in combination with closein.
7395         * lib/yesno.c (yesno): Document use of stdin.
7396         * modules/yesno-tests (Files): New module.
7397         * tests/test-yesno.c (main): New file.
7398         * tests/test-yesno.sh: Likewise.
7399
7400 2007-08-19  Bruno Haible  <bruno@clisp.org>
7401
7402         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
7403         * lib/fseeko.c (rpl_fseeko): Likewise.
7404         * lib/fseterr.c (fseterr): Likewise.
7405
7406 2007-08-19  Bruno Haible  <bruno@clisp.org>
7407
7408         * tests/test-lseek.c (main): Disable a test for BeOS.
7409         * doc/functions/lseek.texi: Document the BeOS bug.
7410
7411 2007-08-19  Bruno Haible  <bruno@clisp.org>
7412             Eric Blake  <ebb9@byu.net>
7413
7414         * lib/lseek.c: Include <sys/stat.h>.
7415         (rpl_lseek): Add workaround code also for Unix platforms.
7416         Needed for BeOS.
7417         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
7418         * doc/functions/lseek.texi: Document BeOS definiency.
7419
7420 2007-08-18  Bruno Haible  <bruno@clisp.org>
7421
7422         * modules/fstrcmp-tests: New file.
7423         * tests/test-fstrcmp.c: New file.
7424
7425 2007-08-18  Bruno Haible  <bruno@clisp.org>
7426
7427         * modules/fstrcmp: New file, from GNU gettext with modifications.
7428         * lib/fstrcmp.h: New file, from GNU gettext.
7429         * lib/fstrcmp.c: New file, from GNU gettext.
7430         * MODULES.html.sh (String handling): Add fstrcmp.
7431
7432 2007-08-18  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
7435         'bool'.
7436         (diag, compareseq): Remove const from the ctxt argument.
7437         (USE_HEURISTIC): Undefine at the end.
7438
7439 2007-08-18  Jim Meyering  <jim@meyering.net>
7440
7441         New file: lib/idcache.h
7442         * NEWS: Mention the addition.
7443         * modules/idcache (Files): Add lib/idcache.h
7444         * lib/idcache.c: Include "idcache.h".
7445         Don't include <sys/types.h>.
7446         Add a FIXME comment.
7447         Move file-scoped "static" declarations to the top.
7448         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
7449
7450 2007-08-17  Bruno Haible  <bruno@clisp.org>
7451         and Paul Eggert  <eggert@cs.ucla.edu>
7452
7453         * MODULES.html.sh: Add diffseq.
7454         * modules/diffseq: New file.
7455         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
7456         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
7457
7458 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7459
7460         Import changes from coreutils for bootstrap script.
7461
7462         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
7463
7464         * build-aux/bootstrap (slurp): Work even in environments where
7465         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
7466         current code does not slurp files whose names start with ".", and
7467         this looks like it might be a troublesome area.
7468
7469         2007-07-11  Jim Meyering  <jim@meyering.net>
7470
7471         If there's a GPL vN copyright comment, require that N == 3.
7472
7473         2007-07-08  Jim Meyering  <jim@meyering.net>
7474
7475         Run the coreutils-specific code only if tests/Makefile.am.in exists.
7476         * build-aux/bootstrap (mam_template): Move definition out of loop.
7477
7478         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
7479
7480         * build-aux/bootstrap (symlink_to_dir): Rename function from
7481         symlink_to_gnulib.  Add a directory parameter.  Update all
7482         callers.
7483         (cp_mark_as_generated): Also check for -- and link to -- files in
7484         gl/.
7485
7486         2007-07-08  Jim Meyering  <jim@meyering.net>
7487
7488         Adapt to deeper hierarchy in gnulib.
7489         * build-aux/bootstrap (symlink_to_dir): If the destination
7490         directory doesn't exist, create it. This is required at least for
7491         "lib/uniwidth/cjk.h".
7492
7493         2007-05-15  Jim Meyering  <jim@meyering.net>
7494
7495         * build-aux/bootstrap: Now that generated Makefile.am files
7496         are no longer under version control, they must be created at
7497         bootstrap time.
7498
7499 2007-08-14  Ben Pfaff  <blp@gnu.org>
7500
7501         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
7502
7503 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
7504
7505         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
7506         given the changes below.
7507         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
7508         even on hosts that have padding bits beyond the supported 64.
7509
7510 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
7511
7512         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
7513         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
7514         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
7515         depends on it.
7516         (xstrtol_error): Remove.
7517         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
7518         but with a different signature.
7519         (ATTRIBUTE_NORETURN, __attribute__): New macros.
7520         * lib/xstrtol-error.c: Include exitfail.h.
7521         (xstrtol_fatal): New function, with a different signature from the
7522         old xstrtol_error, so that the caller need not worry about passing
7523         in an exit status, or about storage management of the option argument.
7524         (xstrtol_error): Now a static function.  Redo signature to
7525         implement xstrtol_fatal.  Output the correct number of hyphens in
7526         front of the option so that the caller need not worry about
7527         storage management.
7528         (N_): New macro.
7529         (_): Remove; not used now.
7530         * modules/xstrtol: Depend on getopt.
7531         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
7532         of old STRTOL_FATAL_ERROR macro.
7533         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
7534         of test program.
7535         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
7536         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
7537
7538 2007-08-08  Eric Blake  <ebb9@byu.net>
7539
7540         * lib/xstrtol-error.c: Add missing include.
7541
7542         Move xstrtol messages into gnulib domain, when --pobase is used.
7543         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
7544         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
7545         * modules/xstrtol (Files): Distribute new file.
7546         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
7547         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
7548         * tests/test-xstrtol.c: ...into new file.
7549         * tests/test-xstrtoul.c: Also test xstrtoul.
7550         * tests/test-xstrtoimax.c: Also test xstrtoimax.
7551         * tests/test-xstrtoumax.c: Also test xstrtoumax.
7552         * tests/test-xstrtol.sh: Drive the tests.
7553         * tests/test-xstrtoimax.sh: Likewise.
7554         * tests/test-xstrtoumax.sh: Likewise.
7555         * modules/xstrtol-tests: New module.
7556         * modules/xstrtoimax-tests: Likewise.
7557         * modules/xstrtoumax-tests: Likewise.
7558
7559 2007-08-08  Jim Meyering  <jim@meyering.net>
7560
7561         New function: mfile_name_concat.
7562         * lib/filenamecat.c (mfile_name_concat): New function, just like
7563         file_name_concat, but return NULL upon failure rather than exiting
7564         with a diagnostic.
7565         * lib/filenamecat.h: Declare it.
7566
7567 2007-08-07  Bruno Haible  <bruno@clisp.org>
7568
7569         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
7570         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
7571         warning from gcc.
7572         Reported by Eric Blake.
7573
7574 2007-08-07  Simon Josefsson  <simon@josefsson.org>
7575
7576         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
7577         * modules/crypto/arcfour (License): Likewise.
7578         * modules/crypto/des-tests (License): Likewise.
7579         * modules/crypto/gc-arctwo-tests (License): Likewise.
7580         * modules/crypto/gc-des-tests (License): Likewise.
7581         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
7582         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
7583         * modules/crypto/gc-md2-tests (License): Likewise.
7584         * modules/crypto/gc-md4-tests (License): Likewise.
7585         * modules/crypto/gc-md5-tests (License): Likewise.
7586         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
7587         * modules/crypto/gc-rijndael-tests (License): Likewise.
7588         * modules/crypto/gc-sha1-tests (License): Likewise.
7589         * modules/crypto/gc-tests (License): Likewise.
7590         * modules/crypto/hmac-md5 (License): Likewise.
7591         * modules/crypto/hmac-sha1 (License): Likewise.
7592         * modules/crypto/md2-tests (License): Likewise.
7593         * modules/crypto/md4-tests (License): Likewise.
7594         * modules/crypto/md5 (License): Likewise.
7595         * modules/crypto/rijndael (License): Likewise.
7596         * modules/crypto/sha1 (License): Likewise.
7597         * modules/memxor (License): Likewise.
7598
7599 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
7600         and Bruno Haible  <bruno@clisp.org>
7601
7602         * NEWS: Describe interface changes to human, xstrtol.
7603         * lib/human.h: Include <xstrtol.h>.
7604         (human_options): Return enum strtol_error, not int.  Remove
7605         bool arg; take int * instead.
7606         * lib/human.c: Don't include "gettext.h".
7607         (_): Remove; no longer used.
7608         Don't include <xstrtol.h>, since human.h does it.
7609         (human_options): Adjust to abovementioned interface changes.
7610         Do not report error to stderr; that's now the caller's
7611         responsibility.
7612         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
7613         interface change.
7614         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
7615         Str, Argument_type_string.  All uses changed.  Put " argument"
7616         in diagnostics to make them clearer.  Change wording of suffix
7617         message for clarity.
7618         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
7619         Argument_type_string.
7620         (STRTOL_FATAL_WARN): Remove; no longer used.
7621         * modules/human (Depends-on): Remove gettext-h.
7622
7623 2007-08-06  Simon Josefsson  <simon@josefsson.org>
7624
7625         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
7626
7627 2007-07-31  Bruno Haible  <bruno@clisp.org>
7628
7629         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
7630         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
7631         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
7632
7633 2007-07-31  Bruno Haible  <bruno@clisp.org>
7634
7635         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
7636         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
7637
7638 2007-07-30  Bruno Haible  <bruno@clisp.org>
7639
7640         * modules/base64 (License): Use the synonymous term "LGPLv2+".
7641         * modules/c-ctype (License): Likewise.
7642         * modules/c-strcase (License): Likewise.
7643         * modules/check-version (License): Likewise.
7644         * modules/iconv (License): Likewise.
7645         * modules/iconv_open (License): Likewise.
7646         * modules/read-file (License): Likewise.
7647         * modules/striconv (License): Likewise.
7648         * modules/strverscmp (License): Likewise.
7649         * modules/vasprintf (License): Likewise.
7650         * modules/crypto/des (License): Likewise.
7651         * modules/crypto/gc (License): Likewise.
7652         * modules/crypto/gc-arcfour (License): Likewise.
7653         * modules/crypto/gc-arctwo (License): Likewise.
7654         * modules/crypto/gc-des (License): Likewise.
7655         * modules/crypto/gc-hmac-md5 (License): Likewise.
7656         * modules/crypto/gc-hmac-sha1 (License): Likewise.
7657         * modules/crypto/gc-md2 (License): Likewise.
7658         * modules/crypto/gc-md4 (License): Likewise.
7659         * modules/crypto/gc-md5 (License): Likewise.
7660         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
7661         * modules/crypto/gc-random (License): Likewise.
7662         * modules/crypto/gc-rijndael (License): Likewise.
7663         * modules/crypto/gc-sha1 (License): Likewise.
7664         * modules/crypto/md2 (License): Likewise.
7665         * modules/crypto/md4 (License): Likewise.
7666
7667 2007-07-30  Jim Meyering  <jim@meyering.net>
7668
7669         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
7670         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
7671         it has valid stat data.  This bug would cause du not to count the
7672         sizes of inaccessible directories.
7673         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
7674         in <http://bugzilla.redhat.com/250077>.
7675
7676 2007-07-25  Peter O'Gorman  <peter@pogma.com>
7677             Bruno Haible  <bruno@clisp.org>
7678
7679         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
7680         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
7681         #include_next, gives a diagnostic about it, but reports no error in
7682         the exit code.
7683         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
7684
7685 2007-07-24  Ben Pfaff  <blp@gnu.org>
7686
7687         Improve name: "count-one-bits" is better than "popcount".
7688         * MODULES.html.sh: Update name.
7689         * lib/popcount.h: Renamed lib/count-one-bits.h.
7690         (popcount): Renamed count_one_bits.
7691         (popcountl): Renamed count_one_bits_l.
7692         (popcountll): Renamed count_one_bits_ll.
7693         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
7694         * modules/popcount: Renamed module/count-one-bits.
7695         * modules/popcount-tests: Renamed module/count-one-bits-tests.
7696         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
7697
7698 2007-07-23  Ben Pfaff  <blp@gnu.org>
7699
7700         * lib/popcount.h (popcount32): Reduce size of constants, to allow
7701         better code generation, and add U to large constants to avoid
7702         warnings, in non-GCC case.
7703         Suggested by Bruno Haible.
7704
7705 2007-07-23  Ben Pfaff  <blp@gnu.org>
7706
7707         * lib/popcount.h: Use verify_true instead of if...abort.
7708         * modules/popcount: Depend on verify module.
7709         Suggested by Jim Meyering.
7710
7711 2007-07-23  Bruno Haible  <bruno@clisp.org>
7712
7713         * gnulib-tool (func_import): Create a .cvsignore file also when the
7714         directory is not yet in CVS but the toplevel directory is. When
7715         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
7716         Reported by Karl Berry.
7717
7718 2007-07-22  Ben Pfaff  <blp@gnu.org>
7719
7720         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
7721         case.
7722         Suggested by Eric Blake.
7723
7724 2007-07-22  Ben Pfaff  <blp@gnu.org>
7725
7726         New module: popcount.
7727         * MODULES.html.sh: Add popcount.
7728         * modules/popcount: New file.
7729         * modules/popcount-tests: New file.
7730         * tests/test-popcount.c: New file.
7731         * lib/popcount.h: New file.
7732         * m4/popcount.m4: New file.
7733
7734 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7735
7736         * build-aux/announce-gen: Update to GPLv3.
7737
7738         * build-aux/config.guess: Update from config.
7739
7740 2007-07-21  Bruno Haible  <bruno@clisp.org>
7741
7742         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
7743         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
7744
7745 2007-07-20  Jim Meyering  <jim@meyering.net>
7746
7747         * check-module: Diagnose a self-dependency.
7748
7749 2007-07-19  Bruno Haible  <bruno@clisp.org>
7750
7751         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
7752         empty.
7753         Reported by Eric Blake.
7754
7755 2007-07-18  Bruno Haible  <bruno@clisp.org>
7756
7757         * gnulib-tool: New options --po-base, --po-domain.
7758         (func_usage): Document them.
7759         (pobase, po_domain): New variables.
7760         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
7761         DEFAULT_TEXT_DOMAIN.
7762         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
7763         (func_import): Consider pobase and po_domain. Create a po/ directory.
7764         (func_create_testdir): Set pobase and po_domain to empty.
7765         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
7766         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
7767
7768 2007-07-18  Bruno Haible  <bruno@clisp.org>
7769
7770         * gnulib-tool (func_get_automake_snippet): Synthesize also an
7771         EXTRA_DIST augmentation for files in build-aux/.
7772
7773 2007-07-16  Bruno Haible  <bruno@clisp.org>
7774
7775         * modules/lseek (License): Use the synonymous term "LGPLv2+".
7776         * modules/getdelim (License): Likewise.
7777
7778 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7779
7780         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
7781         * modules/d-type (License): Likewise.
7782         * modules/extensions (License): Likewise.
7783         * modules/fnmatch (License): Likewise.
7784         * modules/fseeko (License): Likewise.
7785         * modules/getaddrinfo (License): Likewise.
7786         * modules/getline (License): Likewise.
7787         * modules/getlogin_r (License): Likewise.
7788         * modules/getpass (License): Likewise.
7789         * modules/gettimeofday (License): Likewise.
7790         * modules/glob (License): Likewise.
7791         * modules/inet_ntop (License): Likewise.
7792         * modules/malloc (License): Likewise.
7793         * modules/malloca (License): Likewise.
7794         * modules/memmem (License): Likewise.
7795         * modules/mempcpy (License): Likewise.
7796         * modules/memset (License): Likewise.
7797         * modules/minmax (License): Likewise.
7798         * modules/mktime (License): Likewise.
7799         * modules/netinet_in (License): Likewise.
7800         * modules/pathmax (License): Likewise.
7801         * modules/poll (License): Likewise.
7802         * modules/regex (License): Likewise.
7803         * modules/snprintf (License): Likewise.
7804         * modules/stdbool (License): Likewise.
7805         * modules/stdint (License): Likewise.
7806         * modules/stdio (License): Likewise.
7807         * modules/strcase (License): Likewise.
7808         * modules/strcasestr (License): Likewise.
7809         * modules/strdup (License): Likewise.
7810         * modules/string (License): Likewise.
7811         * modules/strndup (License): Likewise.
7812         * modules/strnlen (License): Likewise.
7813         * modules/strpbrk (License): Likewise.
7814         * modules/strptime (License): Likewise.
7815         * modules/strsep (License): Likewise.
7816         * modules/sys_select (License): Likewise.
7817         * modules/sys_socket (License): Likewise.
7818         * modules/sys_stat (License): Likewise.
7819         * modules/sys_time (License): Likewise.
7820         * modules/time (License): Likewise.
7821         * modules/time_r (License): Likewise.
7822         * modules/timegm (License): Likewise.
7823         * modules/unistd (License): Likewise.
7824         * modules/vsnprintf (License): Likewise.
7825         * modules/wctype (License): Likewise.
7826
7827 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7828
7829         * modules/argz (License): LGPLv2+.
7830
7831 2007-07-15  Karl Berry  <karl@gnu.org>
7832
7833         * doc/gnulib.texi: revise node structure per new fdl.texi.
7834
7835 2007-07-14  Bruno Haible  <bruno@clisp.org>
7836
7837         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
7838         the output file.
7839         * lib/uniname/uninames.h: Regenerated.
7840
7841 2007-07-14  Karl Berry  <karl@gnu.org>
7842
7843         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
7844         omitting sectioning and index commands.
7845
7846 2007-07-13  Bruno Haible  <bruno@clisp.org>
7847
7848         New gnulib-tool option --more-symlinks.
7849         * gnulib-tool (func_usage): Document --more-symlinks.
7850         (do_copyrights): New variable.
7851         Recognize option --more-symlinks.
7852         (func_import): Don't add a copyright notice transform to
7853         sed_transform_lib_file if do_copyrights is empty.
7854
7855 2007-07-13  Bruno Haible  <bruno@clisp.org>
7856
7857         * lib/vasnprintf.c (decimal_point_char): Define also if
7858         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
7859         && !NEED_PRINTF_DIRECTIVE_A.
7860         Reported by Clemens Koller <clemens.koller@anagramm.de> via
7861         Gary V. Vaughan <gary@gnu.org>.
7862
7863 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
7864
7865         * lib/inttypes_.h: Undo previous change, since it was fixed
7866         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
7867
7868 2007-07-13  Bruno Haible  <bruno@clisp.org>
7869
7870         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
7871         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
7872
7873 2007-07-13  Jim Meyering  <jim@meyering.net>
7874
7875         df: Don't fail for Tru64's "file-on-file mount".
7876         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
7877         so we fall through and use statfs instead.  Details here:
7878         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
7879         Reported by Albert Chin.
7880
7881 2007-07-13  Bruno Haible  <bruno@clisp.org>
7882
7883         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
7884         * modules/configmake (License): Likewise.
7885         * modules/gettext (License): Likewise.
7886         * modules/gettext-h (License): Likewise.
7887         * modules/include_next (License): Likewise.
7888         * modules/link-warning (License): Likewise.
7889         * modules/localcharset (License): Likewise.
7890         * modules/localename (License): Likewise.
7891         * modules/lock (License): Likewise.
7892         * modules/relocatable-lib-lgpl (License): Likewise.
7893         * modules/size_max (License): Likewise.
7894         * modules/vasnprintf (License): Likewise.
7895         * modules/wchar (License): Likewise.
7896         * modules/xsize (License): Likewise.
7897
7898 2007-07-13  Bruno Haible  <bruno@clisp.org>
7899
7900         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
7901         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
7902
7903 2007-07-12  Bruno Haible  <bruno@clisp.org>
7904
7905         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
7906         in the modules files.
7907
7908 2007-07-11  Karl Berry  <karl@gnu.org>
7909
7910         * MODULES.html.sh (func_module): use
7911          sed -e '\|^'"${includefile}"'$|d'
7912          instead of /.../d, to avoid errors on $includefile's containing /.
7913
7914 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7915
7916         * gnulib-tool (func_import): Avoid duplication of --avoid
7917         statements
7918         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
7919         names to `_' in variable names.
7920
7921 2007-07-10  Eric Blake  <ebb9@byu.net>
7922
7923         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
7924         * NEWS: Document this change.
7925
7926 2007-07-08  Bruno Haible  <bruno@clisp.org>
7927
7928         Update to Unicode 5.0.
7929         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
7930         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
7931         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
7932         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
7933         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
7934         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
7935         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
7936         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
7937         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
7938         U+10A3F, U+1D242..U+1D244.
7939         (nonspacing_table_ind): Update.
7940         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
7941         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
7942
7943 2007-07-08  Bruno Haible  <bruno@clisp.org>
7944
7945         Update to Unicode 5.0.
7946         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
7947         code transform. Extend the name index field of unicode_name_to_code and
7948         unicode_code_to_name from 16 to 24 bits.
7949         * lib/uniname/uniname.c (unicode_character_name,
7950         unicode_name_character): Add the range 0x12xxx to the code transform.
7951         * lib/uniname/uninames.h: Regenerated.
7952         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
7953
7954 2007-07-07  Bruno Haible  <bruno@clisp.org>
7955
7956         * modules/wcwidth-tests: New file.
7957         * tests/test-wcwidth.c: New file.
7958
7959         Work around MacOS X wcwidth() bug.
7960         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
7961         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
7962         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
7963         original wcwidth in non-UTF-8 locales.
7964         * modules/wcwidth (Depends-on): Add localcharset, streq,
7965         uniwidth/width.
7966         * doc/functions/wcwidth.texi: Update.
7967
7968 2007-07-07  Bruno Haible  <bruno@clisp.org>
7969
7970         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
7971         (wcwidth): New declaration.
7972         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
7973         macros.
7974         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
7975         here. Prepare for creating <wchar.h> unconditionally.
7976         * modules/wchar (Depends-on): Add link-warning.
7977         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
7978         REPLACE_WCWIDTH, and GL_LINK_WARNING.
7979         * lib/wcwidth.h: Remove file.
7980         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
7981         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
7982         * modules/wcwidth (Files): Remove lib/wcwidth.h.
7983         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
7984         (Include): Replace wcwidth.h with <wchar.h>.
7985         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
7986         * lib/mbchar.h: Don't include wcwidth.h.
7987         * lib/mbswidth.c: Likewise.
7988         * NEWS: Mention the change.
7989
7990 2007-07-07  Bruno Haible  <bruno@clisp.org>
7991
7992         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
7993         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
7994         definition with an external declaration.
7995         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
7996         defined as a function. Remove AC_C_INLINE requirement.
7997         * modules/wcwidth (Files): Add lib/wcwidth.c.
7998         (Makefile.am): Remove redundant statement.
7999
8000 2007-07-07  Bruno Haible  <bruno@clisp.org>
8001
8002         * MODULES.html.sh (Unicode string functions): Add the new modules.
8003
8004         * tests/uniwidth/test-u32-strwidth.c: New file.
8005         * modules/uniwidth/u32-strwidth-tests: New file.
8006
8007         * lib/uniwidth/u32-strwidth.c: New file.
8008         * modules/uniwidth/u32-strwidth: New file.
8009
8010         * tests/uniwidth/test-u16-strwidth.c: New file.
8011         * modules/uniwidth/u16-strwidth-tests: New file.
8012
8013         * lib/uniwidth/u16-strwidth.c: New file.
8014         * modules/uniwidth/u16-strwidth: New file.
8015
8016         * tests/uniwidth/test-u8-strwidth.c: New file.
8017         * modules/uniwidth/u8-strwidth-tests: New file.
8018
8019         * lib/uniwidth/u8-strwidth.c: New file.
8020         * modules/uniwidth/u8-strwidth: New file.
8021
8022         * tests/uniwidth/test-u32-width.c: New file.
8023         * modules/uniwidth/u32-width-tests: New file.
8024
8025         * lib/uniwidth/u32-width.c: New file.
8026         * modules/uniwidth/u32-width: New file.
8027
8028         * tests/uniwidth/test-u16-width.c: New file.
8029         * modules/uniwidth/u16-width-tests: New file.
8030
8031         * lib/uniwidth/u16-width.c: New file.
8032         * modules/uniwidth/u16-width: New file.
8033
8034         * tests/uniwidth/test-u8-width.c: New file.
8035         * modules/uniwidth/u8-width-tests: New file.
8036
8037         * lib/uniwidth/u8-width.c: New file.
8038         * modules/uniwidth/u8-width: New file.
8039
8040         * tests/uniwidth/test-uc_width.c: New file.
8041         * modules/uniwidth/width-tests: New file.
8042
8043         * lib/uniwidth/width.c: New file, from GNU libiconv.
8044         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
8045         * modules/uniwidth/width: New file.
8046
8047         * lib/uniwidth.h: New file, from GNU libiconv.
8048         * modules/uniwidth/base: New file.
8049
8050 2007-07-07  Bruno Haible  <bruno@clisp.org>
8051
8052         * lib/uniname.h: New file, from GNU gettext.
8053         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
8054         * lib/uniname/uninames.h: New file, from GNU gettext.
8055         * lib/uniname/uniname.c: New file, from GNU gettext.
8056         * tests/uniname/test-uninames.sh: New file.
8057         * tests/uniname/test-uninames.c: New file, from GNU gettext.
8058         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
8059         * modules/uniname/base: New file.
8060         * modules/uniname/uniname: New file.
8061         * modules/uniname/uniname-tests: New file.
8062         * MODULES.html.sh (Unicode string functions): Add the new modules.
8063
8064 2007-07-06  Bruno Haible  <bruno@clisp.org>
8065
8066         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
8067
8068 2007-07-06  Bruno Haible  <bruno@clisp.org>
8069
8070         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
8071         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
8072         includes <cygwin/sys_time.h> which includes <sys/select.h> which
8073         include <sys/time.h>.
8074         Reported by Eric Blake.
8075
8076 2007-07-06  Eric Blake  <ebb9@byu.net>
8077
8078         Fix testing canonicalize on cygwin.
8079         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8080         Revert patch from 2007-06-19.
8081         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
8082         canonicalize module is also in use.
8083         * tests/test-canonicalize.c: New file.
8084         * tests/test-canonicalize.sh: Likewise.
8085         * modules/canonicalize-tests: Likewise.
8086
8087 2007-07-06  Jim Meyering  <jim@meyering.net>
8088
8089         * lib/getugroups.c (getugroups): Detect getgrent failure.
8090         Adjust comment to reflect reality: this function may return -1.
8091
8092 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
8093
8094         * build-aux/bootstrap (TP_URL,get_translations): Update to use
8095         the new TP address.
8096         (usage): Fix typo
8097         (gnulib_mk): New variable.
8098
8099 2007-07-05  Jim Meyering  <jim@meyering.net>
8100
8101         Don't let endgrent clobber errno, no matter how improbable.
8102         * lib/getugroups.c (getugroups): Save and restore errno around
8103         endgrent call.
8104
8105         Close the group DB even when failing with 2^31 or more members.
8106         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
8107
8108 2007-07-04  Jim Meyering  <jim@meyering.net>
8109
8110         * lib/getugroups.h: New file.
8111         * lib/getugroups.c: Include "getugroups.h".
8112         Remove uses of "register" keyword.
8113         Move local variable, "cp", down into scope where used.
8114         Give "username" parameter the "const" attribute.
8115         * modules/getugroups (Files): Add lib/getugroups.h
8116
8117 2007-07-04  Karl Berry  <karl@gnu.org>
8118
8119         * MODULES.html.sh (func_all_modules): Complete rename of
8120         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
8121
8122 2007-07-02  Bruno Haible  <bruno@clisp.org>
8123
8124         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
8125         mode, when inttypes.h comes from gnulib.
8126         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8127
8128 2007-07-02  Simon Josefsson  <simon@josefsson.org>
8129
8130         * NEWS: Mention lgpl module name change.
8131
8132         * modules/lgpl-2.1: Renamed from lgpl.
8133
8134         * NEWS: Mention gpl module name change.
8135
8136         * modules/gpl-3.0: New file, based on gpl-2.0.
8137
8138         * modules/gpl-2.0: Renamed from gpl.
8139
8140         * modules/gpl: Fix filename, doc/gpl.texi is now found at
8141         doc/gpl-2.0.texi.
8142
8143 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
8146         #define __STDC_LIMIT_MACROS temporarily while including
8147         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
8148         Problem reported by Joel E. Denny in
8149         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
8150
8151 2007-07-01  Bruno Haible  <bruno@clisp.org>
8152
8153         * lib/unistdio.h: New file.
8154         * lib/unistdio/u-asnprintf.h: New file.
8155         * lib/unistdio/u-asprintf.h: New file.
8156         * lib/unistdio/u-printf-args.c: New file.
8157         * lib/unistdio/u-printf-args.h: New file.
8158         * lib/unistdio/u-printf-parse.h: New file.
8159         * lib/unistdio/u-snprintf.h: New file.
8160         * lib/unistdio/u-sprintf.h: New file.
8161         * lib/unistdio/u-vasprintf.h: New file.
8162         * lib/unistdio/u-vsnprintf.h: New file.
8163         * lib/unistdio/u-vsprintf.h: New file.
8164         * lib/unistdio/ulc-asnprintf.c: New file.
8165         * lib/unistdio/ulc-asprintf.c: New file.
8166         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
8167         * lib/unistdio/ulc-printf-parse.c: New file.
8168         * lib/unistdio/ulc-snprintf.c: New file.
8169         * lib/unistdio/ulc-sprintf.c: New file.
8170         * lib/unistdio/ulc-vasnprintf.c: New file.
8171         * lib/unistdio/ulc-vasprintf.c: New file.
8172         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
8173         * lib/unistdio/ulc-vsnprintf.c: New file.
8174         * lib/unistdio/ulc-vsprintf.c: New file.
8175         * lib/unistdio/u8-asnprintf.c: New file.
8176         * lib/unistdio/u8-asprintf.c: New file.
8177         * lib/unistdio/u8-printf-parse.c: New file.
8178         * lib/unistdio/u8-snprintf.c: New file.
8179         * lib/unistdio/u8-sprintf.c: New file.
8180         * lib/unistdio/u8-vasnprintf.c: New file.
8181         * lib/unistdio/u8-vasprintf.c: New file.
8182         * lib/unistdio/u8-vsnprintf.c: New file.
8183         * lib/unistdio/u8-vsprintf.c: New file.
8184         * lib/unistdio/u8-u8-asnprintf.c: New file.
8185         * lib/unistdio/u8-u8-asprintf.c: New file.
8186         * lib/unistdio/u8-u8-snprintf.c: New file.
8187         * lib/unistdio/u8-u8-sprintf.c: New file.
8188         * lib/unistdio/u8-u8-vasnprintf.c: New file.
8189         * lib/unistdio/u8-u8-vasprintf.c: New file.
8190         * lib/unistdio/u8-u8-vsnprintf.c: New file.
8191         * lib/unistdio/u8-u8-vsprintf.c: New file.
8192         * lib/unistdio/u16-asnprintf.c: New file.
8193         * lib/unistdio/u16-asprintf.c: New file.
8194         * lib/unistdio/u16-printf-parse.c: New file.
8195         * lib/unistdio/u16-snprintf.c: New file.
8196         * lib/unistdio/u16-sprintf.c: New file.
8197         * lib/unistdio/u16-vasnprintf.c: New file.
8198         * lib/unistdio/u16-vasprintf.c: New file.
8199         * lib/unistdio/u16-vsnprintf.c: New file.
8200         * lib/unistdio/u16-vsprintf.c: New file.
8201         * lib/unistdio/u16-u16-asnprintf.c: New file.
8202         * lib/unistdio/u16-u16-asprintf.c: New file.
8203         * lib/unistdio/u16-u16-snprintf.c: New file.
8204         * lib/unistdio/u16-u16-sprintf.c: New file.
8205         * lib/unistdio/u16-u16-vasnprintf.c: New file.
8206         * lib/unistdio/u16-u16-vasprintf.c: New file.
8207         * lib/unistdio/u16-u16-vsnprintf.c: New file.
8208         * lib/unistdio/u16-u16-vsprintf.c: New file.
8209         * lib/unistdio/u32-asnprintf.c: New file.
8210         * lib/unistdio/u32-asprintf.c: New file.
8211         * lib/unistdio/u32-printf-parse.c: New file.
8212         * lib/unistdio/u32-snprintf.c: New file.
8213         * lib/unistdio/u32-sprintf.c: New file.
8214         * lib/unistdio/u32-vasnprintf.c: New file.
8215         * lib/unistdio/u32-vasprintf.c: New file.
8216         * lib/unistdio/u32-vsnprintf.c: New file.
8217         * lib/unistdio/u32-vsprintf.c: New file.
8218         * lib/unistdio/u32-u32-asnprintf.c: New file.
8219         * lib/unistdio/u32-u32-asprintf.c: New file.
8220         * lib/unistdio/u32-u32-snprintf.c: New file.
8221         * lib/unistdio/u32-u32-sprintf.c: New file.
8222         * lib/unistdio/u32-u32-vasnprintf.c: New file.
8223         * lib/unistdio/u32-u32-vasprintf.c: New file.
8224         * lib/unistdio/u32-u32-vsnprintf.c: New file.
8225         * lib/unistdio/u32-u32-vsprintf.c: New file.
8226         * tests/unistdio/test-ulc-asnprintf1.c: New file.
8227         * tests/unistdio/test-ulc-asnprintf1.h: New file.
8228         * tests/unistdio/test-ulc-printf1.h: New file.
8229         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
8230         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
8231         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
8232         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
8233         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
8234         * tests/unistdio/test-ulc-vasprintf1.c: New file.
8235         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
8236         * tests/unistdio/test-ulc-vsprintf1.c: New file.
8237         * tests/unistdio/test-u8-asnprintf1.c: New file.
8238         * tests/unistdio/test-u8-asnprintf1.h: New file.
8239         * tests/unistdio/test-u8-printf1.h: New file.
8240         * tests/unistdio/test-u8-vasnprintf1.c: New file.
8241         * tests/unistdio/test-u8-vasnprintf2.c: New file.
8242         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
8243         * tests/unistdio/test-u8-vasnprintf3.c: New file.
8244         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
8245         * tests/unistdio/test-u8-vasprintf1.c: New file.
8246         * tests/unistdio/test-u8-vsnprintf1.c: New file.
8247         * tests/unistdio/test-u8-vsprintf1.c: New file.
8248         * tests/unistdio/test-u16-asnprintf1.c: New file.
8249         * tests/unistdio/test-u16-asnprintf1.h: New file.
8250         * tests/unistdio/test-u16-printf1.h: New file.
8251         * tests/unistdio/test-u16-vasnprintf1.c: New file.
8252         * tests/unistdio/test-u16-vasnprintf2.c: New file.
8253         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
8254         * tests/unistdio/test-u16-vasnprintf3.c: New file.
8255         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
8256         * tests/unistdio/test-u16-vasprintf1.c: New file.
8257         * tests/unistdio/test-u16-vsnprintf1.c: New file.
8258         * tests/unistdio/test-u16-vsprintf1.c: New file.
8259         * tests/unistdio/test-u32-asnprintf1.c: New file.
8260         * tests/unistdio/test-u32-asnprintf1.h: New file.
8261         * tests/unistdio/test-u32-printf1.h: New file.
8262         * tests/unistdio/test-u32-vasnprintf1.c: New file.
8263         * tests/unistdio/test-u32-vasnprintf2.c: New file.
8264         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
8265         * tests/unistdio/test-u32-vasnprintf3.c: New file.
8266         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
8267         * tests/unistdio/test-u32-vasprintf1.c: New file.
8268         * tests/unistdio/test-u32-vsnprintf1.c: New file.
8269         * tests/unistdio/test-u32-vsprintf1.c: New file.
8270         * modules/unistdio/base: New file.
8271         * modules/unistdio/u-printf-args: New file.
8272         * modules/unistdio/ulc-asnprintf: New file.
8273         * modules/unistdio/ulc-asprintf: New file.
8274         * modules/unistdio/ulc-fprintf: New file.
8275         * modules/unistdio/ulc-printf-parse: New file.
8276         * modules/unistdio/ulc-snprintf: New file.
8277         * modules/unistdio/ulc-sprintf: New file.
8278         * modules/unistdio/ulc-vasnprintf: New file.
8279         * modules/unistdio/ulc-vasprintf: New file.
8280         * modules/unistdio/ulc-vfprintf: New file.
8281         * modules/unistdio/ulc-vsnprintf: New file.
8282         * modules/unistdio/ulc-vsprintf: New file.
8283         * modules/unistdio/u8-asnprintf: New file.
8284         * modules/unistdio/u8-asprintf: New file.
8285         * modules/unistdio/u8-printf-parse: New file.
8286         * modules/unistdio/u8-snprintf: New file.
8287         * modules/unistdio/u8-sprintf: New file.
8288         * modules/unistdio/u8-vasnprintf: New file.
8289         * modules/unistdio/u8-vasprintf: New file.
8290         * modules/unistdio/u8-vsnprintf: New file.
8291         * modules/unistdio/u8-vsprintf: New file.
8292         * modules/unistdio/u8-u8-asnprintf: New file.
8293         * modules/unistdio/u8-u8-asprintf: New file.
8294         * modules/unistdio/u8-u8-snprintf: New file.
8295         * modules/unistdio/u8-u8-sprintf: New file.
8296         * modules/unistdio/u8-u8-vasnprintf: New file.
8297         * modules/unistdio/u8-u8-vasprintf: New file.
8298         * modules/unistdio/u8-u8-vsnprintf: New file.
8299         * modules/unistdio/u8-u8-vsprintf: New file.
8300         * modules/unistdio/u16-asnprintf: New file.
8301         * modules/unistdio/u16-asprintf: New file.
8302         * modules/unistdio/u16-printf-parse: New file.
8303         * modules/unistdio/u16-snprintf: New file.
8304         * modules/unistdio/u16-sprintf: New file.
8305         * modules/unistdio/u16-vasnprintf: New file.
8306         * modules/unistdio/u16-vasprintf: New file.
8307         * modules/unistdio/u16-vsnprintf: New file.
8308         * modules/unistdio/u16-vsprintf: New file.
8309         * modules/unistdio/u16-u16-asnprintf: New file.
8310         * modules/unistdio/u16-u16-asprintf: New file.
8311         * modules/unistdio/u16-u16-snprintf: New file.
8312         * modules/unistdio/u16-u16-sprintf: New file.
8313         * modules/unistdio/u16-u16-vasnprintf: New file.
8314         * modules/unistdio/u16-u16-vasprintf: New file.
8315         * modules/unistdio/u16-u16-vsnprintf: New file.
8316         * modules/unistdio/u16-u16-vsprintf: New file.
8317         * modules/unistdio/u32-asnprintf: New file.
8318         * modules/unistdio/u32-asprintf: New file.
8319         * modules/unistdio/u32-printf-parse: New file.
8320         * modules/unistdio/u32-snprintf: New file.
8321         * modules/unistdio/u32-sprintf: New file.
8322         * modules/unistdio/u32-vasnprintf: New file.
8323         * modules/unistdio/u32-vasprintf: New file.
8324         * modules/unistdio/u32-vsnprintf: New file.
8325         * modules/unistdio/u32-vsprintf: New file.
8326         * modules/unistdio/u32-u32-asnprintf: New file.
8327         * modules/unistdio/u32-u32-asprintf: New file.
8328         * modules/unistdio/u32-u32-snprintf: New file.
8329         * modules/unistdio/u32-u32-sprintf: New file.
8330         * modules/unistdio/u32-u32-vasnprintf: New file.
8331         * modules/unistdio/u32-u32-vasprintf: New file.
8332         * modules/unistdio/u32-u32-vsnprintf: New file.
8333         * modules/unistdio/u32-u32-vsprintf: New file.
8334         * modules/unistdio/ulc-asnprintf-tests: New file.
8335         * modules/unistdio/ulc-vasnprintf-tests: New file.
8336         * modules/unistdio/ulc-vasprintf-tests: New file.
8337         * modules/unistdio/ulc-vsnprintf-tests: New file.
8338         * modules/unistdio/ulc-vsprintf-tests: New file.
8339         * modules/unistdio/u8-asnprintf-tests: New file.
8340         * modules/unistdio/u8-vasnprintf-tests: New file.
8341         * modules/unistdio/u8-vasprintf-tests: New file.
8342         * modules/unistdio/u8-vsnprintf-tests: New file.
8343         * modules/unistdio/u8-vsprintf-tests: New file.
8344         * modules/unistdio/u16-asnprintf-tests: New file.
8345         * modules/unistdio/u16-vasnprintf-tests: New file.
8346         * modules/unistdio/u16-vasprintf-tests: New file.
8347         * modules/unistdio/u16-vsnprintf-tests: New file.
8348         * modules/unistdio/u16-vsprintf-tests: New file.
8349         * modules/unistdio/u32-asnprintf-tests: New file.
8350         * modules/unistdio/u32-vasnprintf-tests: New file.
8351         * modules/unistdio/u32-vasprintf-tests: New file.
8352         * modules/unistdio/u32-vsnprintf-tests: New file.
8353         * modules/unistdio/u32-vsprintf-tests: New file.
8354         * MODULES.html.sh (Unicode string functions): Add the new modules.
8355
8356 2007-07-01  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/sprintf.c (sprintf): Limit the available length estimation,
8359         to avoid address wraparound.
8360         * lib/vsprintf.c (vsprintf): Likewise.
8361         * modules/sprintf-posix (Dependencies): Add stdint.
8362         * modules/vsprintf-posix (Dependencies): Likewise.
8363
8364 2007-07-01  Bruno Haible  <bruno@clisp.org>
8365
8366         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
8367         Windows PATH as well. Conservative double-quoting. Comments.
8368
8369 2007-07-01  Bruno Haible  <bruno@clisp.org>
8370             Eric Blake  <ebb9@byu.net>
8371             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8372
8373         * gnulib-tool (self_abspathname): Fix algorithm to cope with
8374         empty components in $PATH, denoting '.'.
8375
8376 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8377
8378         * gnulib-tool: Fix indentation.
8379         (func_create_megatestdir): Likewise.
8380         Report by Bruno Haible.
8381
8382 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8383
8384         Sync from Automake.
8385         * build-aux/gnupload: Fix shell portability issues with for loops.
8386         Report by Karl Berry.
8387
8388 2007-06-29  Simon Josefsson  <simon@josefsson.org>
8389
8390         * build-aux/maint.mk (POURL): Use translationproject.org.
8391
8392 2007-06-27  Simon Josefsson  <simon@josefsson.org>
8393             Bruno Haible  <bruno@clisp.org>
8394
8395         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
8396         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
8397         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
8398         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
8399         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
8400
8401 2007-06-27  Bruno Haible  <bruno@clisp.org>
8402
8403         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
8404         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
8405
8406 2007-06-26  Karl Berry  <karl@gnu.org>
8407
8408         * MODULES.html.sh: remove xreadlink-with-size.
8409
8410 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8411
8412         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
8413         method that I hope also handles the double-include problem noted
8414         by Bruno Haible in
8415         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
8416
8417 2007-06-23  Bruno Haible  <bruno@clisp.org>
8418
8419         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8420         Don't let the 'mostlyclean' target fail if the last subdirectory could
8421         not be removed.
8422         Reported by Karl Berry.
8423
8424 2007-06-23  Bruno Haible  <bruno@clisp.org>
8425
8426         * gnulib-tool (echo): Add a speedier workaround for ksh.
8427         * tests/test-echo.sh: Likewise.
8428
8429 2007-06-23  Bruno Haible  <bruno@clisp.org>
8430
8431         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
8432         * tests/test-echo.sh: Likewise.
8433
8434 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8435
8436         * gnulib-tool (IFS): Initialize early, so we don't set it to
8437         empty later.
8438         (self_abspathname): Rewrite algorithm to set it, reindent.
8439         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
8440         (func_create_megatestdir): Merge some sed scripts.
8441
8442 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8443
8444         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
8445         exposed by Sun Studio 11 cc on Solaris 8.
8446
8447 2007-06-22  Bruno Haible  <bruno@clisp.org>
8448
8449         * gnulib-tool (echo): Ensure the echo primitive does not interpret
8450         backslashes.
8451         * tests/test-echo.sh: New file.
8452
8453 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8454
8455         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
8456         simplify `sed_replace_build_aux' scripts, they are portable but
8457         echoing them with `echo' is not.
8458         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
8459
8460 2007-06-21  Karl Berry  <karl@gnu.org>
8461
8462         * config/srclist.txt: guess we can't handle the licenses via
8463         srclist at the moment.
8464
8465 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8466
8467         * MODULES.html.sh: Add include_next.
8468         * modules/include_next: New file.
8469
8470 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8471
8472         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
8473         INCLUDE_NEXT.
8474         (gl_CHECK_NEXT_HEADERS): New macro.
8475         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
8476         the obsolescent gl_ABSOLUTE_HEADER.
8477         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
8478         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
8479         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8480         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
8481         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
8482         * m4/math_h.m4 (gl_MATH_H): Likewise.
8483         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
8484         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
8485         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
8486         * m4/stdint.m4 (gl_STDINT_H): Likewise.
8487         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
8488         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
8489         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
8490         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
8491         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
8492         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
8493         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
8494         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8495         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
8496         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
8497         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8498         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8499         * m4/inttypes.m4 (gl_INTTYPES_H): Define
8500         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
8501         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
8502         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
8503         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
8504         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
8505         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
8506         * lib/float_.h: Likewise.
8507         * lib/inttypes_.h: Likewise.
8508         * lib/math_.h: Likewise.
8509         * lib/search_.h: Likewise.
8510         * lib/signal_.h: Likewise.
8511         * lib/stdint_.h: Likewise.
8512         * lib/stdio_.h: Likewise.
8513         * lib/stdlib_.h: Likewise.
8514         * lib/string_.h: Likewise.
8515         * lib/sys_stat_.h: Likewise.
8516         * lib/sys_time_.h: Likewise.
8517         * lib/time_.h: Likewise.
8518         * lib/unistd_.h: Likewise.
8519         * lib/wchar_.h: Likewise.
8520         * lib/wctype_.h: Likewise.
8521         * lib/dirent_.h: Likewise.
8522         * lib/iconv_.h: Likewise.
8523         * lib/locale_.h: Likewise.
8524         * lib/netinet_in_.h: Likewise.
8525         * lib/sys_select_.h: Likewise.
8526         * lib/sys_socket_.h: Likewise.
8527         * lib/sysexits_.h: Likewise.
8528         * modules/fcntl (Depends-on): Depend on include_next, not
8529         absolute_header.
8530         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
8531         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
8532         * modules/fchdir: Likewise.
8533         * modules/float: Likewise.
8534         * modules/iconv_open: Likewise.
8535         * modules/inttypes: Likewise.
8536         * modules/locale: Likewise.
8537         * modules/math: Likewise.
8538         * modules/netinet_in: Likewise.
8539         * modules/search: Likewise.
8540         * modules/signal: Likewise.
8541         * modules/stdint: Likewise.
8542         * modules/stdio: Likewise.
8543         * modules/stdlib: Likewise.
8544         * modules/string: Likewise.
8545         * modules/sys_select: Likewise.
8546         * modules/sys_socket: Likewise.
8547         * modules/sys_stat: Likewise.
8548         * modules/sys_time: Likewise.
8549         * modules/sysexits: Likewise.
8550         * modules/time: Likewise.
8551         * modules/unistd: Likewise.
8552         * modules/wchar: Likewise.
8553         * modules/wctype: Likewise.
8554         * modules/sys_stat: Change maintainer to "all".
8555         * modules/unistd: Likewise.
8556
8557 2007-06-20  Karl Berry  <karl@gnu.org>
8558
8559         * config/srclist.txt: track www changes in license files.
8560
8561 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
8562
8563         * build-aux/bootstrap: Remove stray dot.
8564         Make sure build_aux settings are honored when linking
8565         gnulib_extra_files.
8566
8567 2007-06-19  Eric Blake  <ebb9@byu.net>
8568
8569         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
8570         Allow compilation on cygwin.
8571
8572 2007-06-19  Jim Meyering  <jim@meyering.net>
8573
8574         xreadlink-with-size: Remove module.  No longer used.
8575         Ex-callers now use xreadlink or mreadlink-with-size.
8576         * modules/xreadlink-with-size: Remove module.
8577         * lib/xreadlink-with-size.c: Remove file.
8578         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
8579         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
8580         just before the function definition *is* accurate.
8581
8582         Eliminate one way canonicalize_filename_mode could exit.
8583         * lib/canonicalize.c (canonicalize_filename_mode):
8584         Use mreadlink_with_size, not xreadlink_with_size.
8585
8586 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
8587
8588         Detect porting problems to FreeBSD/arm, which has time_t wider than
8589         long int.  Original problem reported for GNU diff by Xin Li in
8590         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
8591         * modules/getdate (Depends-on): Add intprops, verify.
8592         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
8593         is an integer type no wider than long int.
8594
8595 2007-06-18  Jim Meyering  <jim@meyering.net>
8596
8597         New module: mreadlink-with-size.
8598         * MODULES.html.sh: Add mreadlink-with-size.
8599         * modules/mreadlink-with-size: New module
8600         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
8601         not xreadlink-with-size.
8602         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
8603
8604 2007-06-16  Bruno Haible  <bruno@clisp.org>
8605
8606         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
8607         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
8608         Reported by Gary V. Vaughan <gary@gnu.org>.
8609
8610 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
8611
8612         Revamp lchown so that it lives in unistd.h where it belongs.
8613         * lib/lchown.h: Remove.
8614         * lib/dirchownmod.c: Don't include lib/lchown.h.
8615         * lib/fchownat.c: Likewise.
8616         * lib/openat.c: Likewise.
8617         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
8618         does not follow symlinks.
8619         (EOPNOTSUPP): Define if not defined.
8620         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
8621         is defined to 0.
8622         (lchown): New decl.
8623         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
8624         Do not check for lchown decl.
8625         Set REPLACE_LCHOWN.
8626         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
8627         REPLACE_LCHOWN.
8628         * modules/chown: Make it clear it follows symlinks.
8629         * modules/lchown: Make it clear it doesn't follow symlinks.
8630         (Files): Remove lib/lchown.h
8631         (Depends-on): Add unistd.
8632         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
8633         (Include): Include <unistd.h>, not "lchown.h".
8634         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
8635         REPLACE_LCHOWN.
8636
8637 2007-06-15  Jim Meyering  <jim@meyering.net>
8638
8639         Change license (GPL to LGPL) of fsusage and dependents.
8640         * modules/fsusage (License): Change to LGPL.
8641         * modules/full-read (License): Likewise.
8642         * modules/full-write (License): Likewise.
8643         * modules/safe-read (License): Likewise.
8644         * modules/safe-write (License): Likewise.
8645
8646 2007-06-14  Ben Pfaff  <blp@gnu.org>
8647
8648         Missing part of allocsa -> malloca transition.
8649         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
8650         gl_MALLOCA.
8651
8652 2007-06-12  Bruno Haible  <bruno@clisp.org>
8653
8654         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
8655         to ia64, x86_64, i386.
8656         Reported by Eric Blake.
8657
8658 2007-06-12  Bruno Haible  <bruno@clisp.org>
8659
8660         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
8661         cross-compiling to x86_64.
8662
8663 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
8664
8665         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
8666         glitch reported by Ralf Wildenhues in
8667         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
8668
8669         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
8670         Vin Shelton.
8671
8672 2007-06-11  Bruno Haible  <bruno@clisp.org>
8673
8674         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
8675         replacement string.
8676         Reported by Eric Blake.
8677
8678 2007-06-10  Bruno Haible  <bruno@clisp.org>
8679
8680         Prepare vasnprintf code for use with Unicode strings.
8681         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
8682         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
8683         TYPE_U32_STRING.
8684         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
8685         a_u32_string variants.
8686         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8687         * lib/printf-args.c: Don't include config.h and the specification
8688         header if PRINTF_FETCHARGS is already defined.
8689         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
8690         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
8691         TYPE_U16_STRING, TYPE_U32_STRING.
8692         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
8693         u16_directive, u16_directives, u32_directive, u32_directives): New
8694         types.
8695         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
8696         New declarations.
8697         * lib/printf-parse.c: Don't include config.h and the specification
8698         header if PRINTF_PARSE is already defined. Eliminate the set of
8699         parameters for WIDE_CHAR_VERSION; the user of this file must provide
8700         them now. Include c-ctype.h.
8701         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
8702         directive and CHAR_T_ONLY_ASCII.
8703         * lib/vasnprintf.c: Don't include config.h and the specification header
8704         if VASNPRINTF is already defined.
8705         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
8706         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
8707         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
8708         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
8709         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
8710         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
8711         code accordingly.
8712         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
8713         pad_ourselves also in this case, with the 'c' and 's' directives, and
8714         with a different notion of "width".
8715         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
8716
8717 2007-06-10  Bruno Haible  <bruno@clisp.org>
8718
8719         * modules/unistr/u32-mbsnlen: New file.
8720         * lib/unistr/u32-mbsnlen.c: New file.
8721
8722         * modules/unistr/u16-mbsnlen: New file.
8723         * lib/unistr/u16-mbsnlen.c: New file.
8724
8725         * modules/unistr/u8-mbsnlen: New file.
8726         * lib/unistr/u8-mbsnlen.c: New file.
8727
8728         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
8729         declarations.
8730
8731 2007-06-10  Bruno Haible  <bruno@clisp.org>
8732
8733         * lib/string_.h (mbsnlen): New declaration.
8734         * lib/mbsnlen.c: New file.
8735         * m4/mbsnlen.m4: New file.
8736         * modules/mbsnlen: New file.
8737         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
8738         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
8739         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
8740
8741 2007-06-10  Bruno Haible  <bruno@clisp.org>
8742
8743         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
8744
8745 2007-06-10  Bruno Haible  <bruno@clisp.org>
8746
8747         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
8748         * lib/mbuiter.h: Likewise.
8749
8750 2007-06-10  Bruno Haible  <bruno@clisp.org>
8751
8752         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
8753         declaration.
8754
8755 2007-06-10  Karl Berry  <karl@gnu.org>
8756
8757         * config/srclist.txt: remove gettext entries, Bruno prefers
8758         to update individually.
8759
8760 2007-06-10  Bruno Haible  <bruno@clisp.org>
8761
8762         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
8763         'maxlen'. Ensure only length + width bytes are allocated, not
8764         length + 1 + width.
8765
8766 2007-06-09  Bruno Haible  <bruno@clisp.org>
8767
8768         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
8769         (CHAR_T): Remove macro.
8770         (VASNPRINTF): Update.
8771
8772 2007-06-09  Bruno Haible  <bruno@clisp.org>
8773
8774         * MODULES.html.sh (Unicode string functions): Add the new modules.
8775
8776         * modules/uniconv/u32-conv-to-enc: New file.
8777         * lib/uniconv/u32-conv-to-enc.c: New file.
8778         * modules/uniconv/u32-conv-to-enc-tests: New file.
8779         * tests/uniconv/test-u32-conv-to-enc.c: New file.
8780
8781         * modules/uniconv/u16-conv-to-enc: New file.
8782         * lib/uniconv/u16-conv-to-enc.c: New file.
8783         * lib/uniconv/u-conv-to-enc.h: New file.
8784         * modules/uniconv/u16-conv-to-enc-tests: New file.
8785         * tests/uniconv/test-u16-conv-to-enc.c: New file.
8786
8787         * modules/uniconv/u8-conv-to-enc: New file.
8788         * lib/uniconv/u8-conv-to-enc.c: New file.
8789         * modules/uniconv/u8-conv-to-enc-tests: New file.
8790         * tests/uniconv/test-u8-conv-to-enc.c: New file.
8791
8792         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
8793         u32_conv_to_encoding): New declarations.
8794
8795 2007-06-09  Bruno Haible  <bruno@clisp.org>
8796
8797         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
8798
8799 2007-06-09  Bruno Haible  <bruno@clisp.org>
8800
8801         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
8802         * modules/malloca: Renamed from modules/allocsa, updated.
8803         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
8804         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
8805         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
8806         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
8807         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
8808         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
8809         * modules/xmalloca: Renamed from modules/xallocsa, updated.
8810         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
8811         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
8812         * modules/c-strcasestr (Depends-on): Update.
8813         * lib/c-strcasestr.c: Update.
8814         * modules/c-strstr (Depends-on): Update.
8815         * lib/c-strstr.c: Update.
8816         * modules/canonicalize-lgpl (Depends-on): Update.
8817         * lib/canonicalize-lgpl.c: Update.
8818         * modules/clean-temp (Depends-on): Update.
8819         * lib/clean-temp.c: Update.
8820         * modules/csharpcomp (Depends-on): Update.
8821         * lib/csharpcomp.c: Update.
8822         * modules/csharpexec (Depends-on): Update.
8823         * lib/csharpexec.c: Update.
8824         * modules/javacomp (Depends-on): Update.
8825         * lib/javacomp.c: Update.
8826         * modules/javaexec (Depends-on): Update.
8827         * lib/javaexec.c: Update.
8828         * modules/mbscasestr (Depends-on): Update.
8829         * lib/mbscasestr.c: Update.
8830         * modules/mbsstr (Depends-on): Update.
8831         * lib/mbsstr.c: Update.
8832         * modules/setenv (Depends-on): Update.
8833         * lib/setenv.c: Update.
8834         * modules/strcasestr (Depends-on): Update.
8835         * lib/strcasestr.c: Update.
8836         * modules/striconveha (Depends-on): Update.
8837         * lib/striconveha.c: Update.
8838         * modules/relocatable-prog-wrapper (Files): Update.
8839         * lib/relocwrapper.c: Update.
8840         * build-aux/install-reloc: Update.
8841         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
8842
8843 2007-06-08  Bruno Haible  <bruno@clisp.org>
8844
8845         Port to uClibc.
8846         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
8847         * lib/fpurge.c (fpurge): Likewise.
8848         * lib/freading.c (freading): Likewise.
8849         * lib/fseeko.c (rpl_fseeko): Likewise.
8850         * lib/fseterr.c (fseterr): Likewise.
8851         * lib/fwriting.c (fwriting): Likewise.
8852         * tests/test-fflush.c (main): Avoid a failure on uClibc.
8853
8854 2007-06-08  Bruno Haible  <bruno@clisp.org>
8855
8856         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
8857         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
8858         * modules/gettext (Files): Add m4/intlmacosx.m4.
8859
8860 2007-06-07  Bruno Haible  <bruno@clisp.org>
8861
8862         * modules/localename-tests: New file.
8863         * tests/test-localename.c: New file.
8864
8865         New module 'localename'.
8866         * lib/localename.h: New file.
8867         * lib/localename.c: New file, from GNU gettext.
8868         * m4/localename.m4: New file.
8869         * modules/localename: New file.
8870
8871 2007-06-07  Bruno Haible  <bruno@clisp.org>
8872
8873         Work around the lack of <wchar.h> on some builds of uClibc.
8874         * doc/headers/wchar.texi: Update.
8875         * lib/wchar_.h: Include <wchar.h> only if it exists.
8876         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
8877         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
8878         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
8879         doesn't exist.
8880         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
8881         * modules/mbfile (Depends-on): Add wchar.
8882         * modules/mbiter (Depends-on): Likewise.
8883         * modules/mbuiter (Depends-on): Likewise.
8884         Reported by Simon Josefsson.
8885
8886 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
8887
8888         Work around problem reported by Steven M. Schweda in
8889         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
8890         Tru64 5.1B with the Compaq compiler environment installed declares
8891         an 'isblank' function but does not define it in the C library.
8892         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
8893         * lib/regex_internal.h (isblank): Likewise.
8894         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
8895         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8896
8897 2007-06-05  Bruno Haible  <bruno@clisp.org>
8898
8899         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
8900         ia64.
8901         * modules/printf-safe: New file.
8902         * modules/fprintf-posix (Depends-on): Add printf-safe.
8903         * modules/printf-posix (Depends-on): Likewise.
8904         * modules/snprintf-posix (Depends-on): Likewise.
8905         * modules/sprintf-posix (Depends-on): Likewise.
8906         * modules/vasnprintf-posix (Depends-on): Likewise.
8907         * modules/vasprintf-posix (Depends-on): Likewise.
8908         * modules/vfprintf-posix (Depends-on): Likewise.
8909         * modules/vprintf-posix (Depends-on): Likewise.
8910         * modules/vsnprintf-posix (Depends-on): Likewise.
8911         * modules/vsprintf-posix (Depends-on): Likewise.
8912         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
8913         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
8914         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
8915         "no" on i386, x86_64, ia64.
8916         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
8917         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8918         on i386, x86_64, ia64.
8919         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
8920         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8921         on i386, x86_64, ia64.
8922         * tests/test-vasnprintf-posix.c: Include float.h.
8923         (LDBL80_WORDS): New macro.
8924         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8925         on i386, x86_64, ia64.
8926         * tests/test-vasprintf-posix.c: Include float.h.
8927         (LDBL80_WORDS): New macro.
8928         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
8929         on i386, x86_64, ia64.
8930         * tests/test-snprintf-posix.c: Include float.h.
8931         * tests/test-sprintf-posix.c: Likewise.
8932         * tests/test-vsnprintf-posix.c: Likewise.
8933         * tests/test-vsprintf-posix.c: Likewise.
8934
8935 2007-06-05  Bruno Haible  <bruno@clisp.org>
8936
8937         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
8938         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
8939         non-IEEE numbers on i386, x86_64, ia64.
8940         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
8941         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
8942         * tests/test-isnanl.h: Include float.h.
8943         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
8944
8945 2007-06-05  Bruno Haible  <bruno@clisp.org>
8946
8947         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
8948         also the %a / %A. Handle the %a / %A code before this extra handling.
8949
8950 2007-06-05  Bruno Haible  <bruno@clisp.org>
8951
8952         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
8953         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
8954
8955 2007-06-05  Bruno Haible  <bruno@clisp.org>
8956
8957         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
8958         typo in variable name.
8959
8960 2007-06-05  Eric Blake  <ebb9@byu.net>
8961
8962         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
8963         Reported by Simon Josefsson.
8964
8965 2007-06-04  Bruno Haible  <bruno@clisp.org>
8966
8967         Avoid test failures on some PowerPC platforms.
8968         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
8969         Define differently for PowerPC.
8970         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
8971         Reported by Gary V. Vaughan <gary@gnu.org>.
8972
8973 2007-06-02  Bruno Haible  <bruno@clisp.org>
8974
8975         Fix test-stdint failure on FreeBSD/ia64.
8976         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
8977         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
8978         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
8979         * doc/headers/stdint.texi: Update.
8980
8981 2007-06-01  Bruno Haible  <bruno@clisp.org>
8982
8983         * tests/test-binary-io.c (main): Pass a third argument to open().
8984         Reported by Gary V. Vaughan <gary@gnu.org>.
8985
8986 2007-06-01  Bruno Haible  <bruno@clisp.org>
8987
8988         * doc/functions/frexpl.texi: Update for mingw.
8989
8990 2007-06-01  Bruno Haible  <bruno@clisp.org>
8991
8992         * tests/test-lseek.c (main): Disable test of errno for invalid third
8993         argument.
8994         * doc/functions/lseek.texi: Update.
8995         Reported by Gary V. Vaughan <gary@gnu.org>.
8996
8997 2007-05-28  Bruno Haible  <bruno@clisp.org>
8998
8999         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
9000
9001 2007-05-31  Eric Blake  <ebb9@byu.net>
9002
9003         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
9004         cross compiling.
9005
9006 2007-05-30  Eric Blake  <ebb9@byu.net>
9007         and Bruno Haible  <bruno@clisp.org>
9008
9009         Work around mingw test failures exposed by m4-1.4.9b.
9010         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
9011         * tests/test-unistd.c: Disable uid_t and git_t tests for the
9012         moment.
9013
9014 2007-05-30  Bruno Haible  <bruno@clisp.org>
9015
9016         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
9017         assuming that they are closed. Needed on HP-UX 11.
9018
9019 2007-05-29  Bruno Haible  <bruno@clisp.org>
9020
9021         Fix a problem with #include_next.
9022         * lib/dirent_.h: Split the double-inclusion guard.
9023         * lib/fcntl_.h: Likewise.
9024         * lib/float_.h: Likewise.
9025         * lib/iconv_.h: Likewise.
9026         * lib/inttypes_.h: Likewise.
9027         * lib/locale_.h: Likewise.
9028         * lib/math_.h: Likewise.
9029         * lib/netinet_in_.h: Likewise.
9030         * lib/search_.h: Likewise.
9031         * lib/signal_.h: Likewise.
9032         * lib/stdint_.h: Likewise.
9033         * lib/stdio_.h: Likewise.
9034         * lib/stdlib_.h: Likewise.
9035         * lib/string_.h: Likewise.
9036         * lib/sys_select_.h: Likewise.
9037         * lib/sys_socket_.h: Likewise.
9038         * lib/sys_stat_.h: Likewise.
9039         * lib/sys_time_.h: Likewise.
9040         * lib/sysexits_.h: Likewise.
9041         * lib/time_.h: Likewise.
9042         * lib/unistd_.h: Likewise.
9043         * lib/wchar_.h: Likewise.
9044         * lib/wctype_.h: Likewise.
9045
9046 2007-05-29  Bruno Haible  <bruno@clisp.org>
9047
9048         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
9049         for the moment.
9050
9051 2007-05-29  Bruno Haible  <bruno@clisp.org>
9052
9053         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
9054         invocation.
9055         Reported by Eric Blake.
9056
9057 2007-05-29  Bruno Haible  <bruno@clisp.org>
9058
9059         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
9060         compiling case.
9061
9062 2007-05-29  Eric Blake  <ebb9@byu.net>
9063             Bruno Haible  <bruno@clisp.org>
9064
9065         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
9066         cross compiles.
9067
9068 2007-05-28  Eric Blake  <ebb9@byu.net>
9069
9070         * modules/closein-tests (test_closein_LDADD): Support test on
9071         cygwin with libtool.
9072
9073 2007-05-28  Bruno Haible  <bruno@clisp.org>
9074
9075         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
9076         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
9077         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
9078         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
9079         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
9080         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
9081         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
9082         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
9083         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
9084
9085 2007-05-28  Eric Blake  <ebb9@byu.net>
9086
9087         Unconditionally include <config.h> in unit tests.
9088         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
9089         * tests/test-allocsa.c, tests/test-arcfour.c,
9090         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
9091         tests/test-array_list.c, tests/test-array_oset.c,
9092         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
9093         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
9094         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
9095         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
9096         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
9097         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
9098         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
9099         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
9100         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
9101         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
9102         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
9103         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
9104         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
9105         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
9106         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
9107         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
9108         test-md5.c, test-memmem.c, test-printf-posix.c,
9109         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
9110         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
9111         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
9112         test-strcasestr.c, test-striconv.c, test-striconveh.c,
9113         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
9114         test-vasnprintf-posix2.c, test-vasnprintf.c,
9115         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
9116         test-vfprintf-posix.c, test-vprintf-posix.c,
9117         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
9118         test-xvasprintf.c: Likewise.
9119
9120 2007-05-28  Bruno Haible  <bruno@clisp.org>
9121
9122         * gnulib-tool (func_import): Remember the --with-tests command-line
9123         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
9124         Reported by Eric Blake.
9125
9126 2007-05-28  Bruno Haible  <bruno@clisp.org>
9127
9128         * modules/ftell-tests: New file.
9129         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
9130         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
9131
9132         * lib/ftell.c: New file.
9133         * modules/ftell: New file.
9134         * m4/ftell.m4: New file.
9135         * doc/functions/ftell.texi: Update.
9136         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
9137         REPLACE_FTELL.
9138         * lib/stdio_.h (rpl_ftell): New declaration.
9139         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
9140         REPLACE_FTELL.
9141
9142 2007-05-28  Eric Blake  <ebb9@byu.net>
9143
9144         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
9145
9146 2007-05-28  Bruno Haible  <bruno@clisp.org>
9147
9148         * modules/fseek-tests: New file.
9149         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
9150         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
9151
9152         * lib/fseek.c: New file.
9153         * modules/fseek: New file.
9154         * m4/fseek.m4: New file.
9155         * doc/functions/fseek.texi: Update.
9156         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
9157         REPLACE_FSEEK.
9158         * lib/stdio_.h (rpl_fseek): New declaration.
9159         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
9160         REPLACE_FSEEK.
9161
9162 2007-05-28  Bruno Haible  <bruno@clisp.org>
9163
9164         * lib/stdio_.h (fflush): More comments.
9165
9166 2007-05-28  Bruno Haible  <bruno@clisp.org>
9167
9168         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
9169         runtime test.
9170
9171 2007-05-28  Eric Blake  <ebb9@byu.net>
9172
9173         Improve lseek module.
9174         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
9175         * lib/unistd_.h (lseek): Scale back link warning message.
9176         * tests/test-lseek.c: Beef up test.
9177         * tests/test-lseek.sh: Exercise more facets of lseek.
9178         Reported by Bruno Haible.
9179
9180 2007-05-28  Bruno Haible  <bruno@clisp.org>
9181
9182         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
9183         to define.
9184
9185 2007-05-27  Bruno Haible  <bruno@clisp.org>
9186
9187         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
9188
9189 2007-05-27  Bruno Haible  <bruno@clisp.org>
9190
9191         * modules/openmp: New file.
9192         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
9193         Noah Misch.
9194
9195 2007-05-26  Bruno Haible  <bruno@clisp.org>
9196
9197         * modules/chdir-long (Depends-on): Add fchdir.
9198         * modules/chdir-safer (Depends-on): Likewise.
9199         * modules/fts (Depends-on): Likewise.
9200         * modules/fts-lgpl (Depends-on): Likewise.
9201         * modules/openat (Depends-on): Likewise.
9202         * modules/savewd (Depends-on): Likewise.
9203
9204 2007-05-24  Eric Blake  <ebb9@byu.net>
9205
9206         Fix lseek on mingw.
9207         * modules/lseek: New module.
9208         * m4/lseek.m4: New file.
9209         * lib/lseek.c: New file.
9210         * modules/lseek-tests: New file.
9211         * tests/test-lseek.c: New file.
9212         * tests/test-lseek.sh: New file.
9213         * MODULES.html.sh: Document lseek module.
9214         * modules/fflush (Depends-on): Add lseek, fseeko.
9215         * modules/fseeko (Depends-on): Likewise.
9216         * modules/ftello (Depends-on): Likewise.
9217         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
9218         broken.
9219         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
9220         broken.
9221         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
9222         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
9223         * lib/ftello.c (rpl_ftello): Likewise.
9224         * tests/test-fseeko.c (main): Test this.
9225         * tests/test-fseeko.sh: Likewise.
9226         * tests/test-ftello.c (main): Likewise.
9227         * tests/test-ftello.sh: Likewise.
9228         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
9229         implies replacing fseek.
9230         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
9231         HAVE_FTELLO.
9232         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
9233         * modules/unistd (Makefile.am): Likewise.
9234         * lib/unistd_.h (lseek): Declare a replacement.
9235         * doc/functions/lseek.texi (lseek): Document this fix.
9236         * doc/functions/fseek.texi (fseek): Likewise.
9237         * doc/functions/ftell.texi (ftell): Likewise.
9238
9239 2007-05-24  Bruno Haible  <bruno@clisp.org>
9240
9241         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
9242         in the printed representation of a NaN.
9243         * tests/test-vasprintf-posix.c (test_function): Likewise.
9244         * tests/test-snprintf-posix.h (test_function): Likewise.
9245         * tests/test-sprintf-posix.h (test_function): Likewise.
9246         Reported by Eric Blake.
9247
9248 2007-05-23  Eric Blake  <ebb9@byu.net>
9249
9250         Fix fseeko/ftello on cygwin 1.5.24.
9251         * doc/functions/fseeko.texi (fseeko): Document the fix.
9252         * doc/functions/ftello.texi (ftello): Document the fix.
9253         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
9254         * doc/functions/stdout.text (stdout): New file.
9255         * doc/functions/stderr.text (stderr): New file.
9256         * doc/gnulib.texi (Function Substitutes): Use new files.
9257         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
9258         prior to 1.7.0.
9259         * tests/test-ftello.c (main): Likewise for ftello.
9260         * tests/test-fseeko.sh: New file.
9261         * tests/test-ftello.sh: New file.
9262         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
9263         with seekable stdin.
9264         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
9265         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
9266         (gl_REPLACE_FSEEKO): New macro.
9267         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
9268         * modules/fseeko (Files): Distribute fseeko.c.
9269         * modules/ftello (Files): Distribute ftello.c.
9270         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
9271         mode.
9272         * lib/ftello.c (rpl_ftello): New file.
9273         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
9274         fseeko, ftello.
9275         (gl_STDIN_LARGE_OFFSET): New macro.
9276         * modules/stdio (Makefile.am): Perform the replacement.
9277         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
9278
9279 2007-05-23  Bruno Haible  <bruno@clisp.org>
9280
9281         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
9282         GNULIB_POSIXCHECK is defined.
9283
9284 2007-05-21  Bruno Haible  <bruno@clisp.org>
9285
9286         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
9287         Check also the output for NaN arguments. When cross-compiling, guess
9288         no on IRIX.
9289         * lib/vasnprintf.c: Update comments.
9290         * tests/test-vasnprintf-posix.c (strisnan): New function.
9291         (test_function): Use it.
9292         * tests/test-vasprintf-posix.c (strisnan): New function.
9293         (test_function): Use it.
9294         * tests/test-snprintf-posix.h (strisnan): New function.
9295         (test_function): Use it.
9296         * tests/test-sprintf-posix.h (strisnan): New function.
9297         (test_function): Use it.
9298         Reported by Eric Blake.
9299
9300 2007-05-20  Bruno Haible  <bruno@clisp.org>
9301
9302         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
9303         numbers that fails on BeOS.
9304         * doc/functions/frexpl.texi: Update.
9305
9306 2007-05-20  Jim Meyering  <jim@meyering.net>
9307
9308         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
9309         forced upon us by glibc-2.6.
9310
9311 2007-05-20  Bruno Haible  <bruno@clisp.org>
9312
9313         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
9314         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
9315         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
9316         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
9317         NEED_PRINTF_INFINITE.
9318         (is_infinitel): New function.
9319         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
9320         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
9321         gl_PREREQ_VASNPRINTF_INFINITE.
9322         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
9323         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9324         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
9325         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
9326         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
9327         gl_PREREQ_VASNPRINTF_INFINITE.
9328         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9329         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9330         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9331         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9332         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9333         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9334         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9335         * doc/functions/fprintf.texi: Update.
9336         * doc/functions/printf.texi: Update.
9337         * doc/functions/snprintf.texi: Update.
9338         * doc/functions/sprintf.texi: Update.
9339         * doc/functions/vfprintf.texi: Update.
9340         * doc/functions/vprintf.texi: Update.
9341         * doc/functions/vsnprintf.texi: Update.
9342         * doc/functions/vsprintf.texi: Update.
9343
9344 2007-05-20  Bruno Haible  <bruno@clisp.org>
9345
9346         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
9347         was not found in libc.
9348         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
9349
9350 2007-05-20  Bruno Haible  <bruno@clisp.org>
9351
9352         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9353         printed as "-nan" instead of "nan".
9354         * tests/test-vasprintf-posix.c (test_function): Likewise.
9355         * tests/test-snprintf-posix.h (test_function): Likewise.
9356         * tests/test-sprintf-posix.h (test_function): Likewise.
9357         Needed for HP-UX 11.
9358
9359 2007-05-20  Jim Meyering  <jim@meyering.net>
9360
9361         Fix buggy test for the fchownat-deref bug.
9362         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
9363         symlink required for the run-test.  Without it, this test would
9364         always declare that fchownat doesn't work, and client code would
9365         unnecessarily use the replacement function with fixed libc.
9366         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
9367         Reported by Greg Schafer.
9368
9369 2007-05-19  Bruno Haible  <bruno@clisp.org>
9370
9371         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
9372         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
9373         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
9374         Needed for IRIX 6.5 and Solaris 2.5.1.
9375
9376 2007-05-19  Bruno Haible  <bruno@clisp.org>
9377
9378         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
9379         (test_function): Skip tests involving -0.0 on platforms where
9380         -0.0 = 0.0.
9381         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
9382         (test_function): Skip tests involving -0.0 on platforms where
9383         -0.0 = 0.0.
9384         * tests/test-snprintf-posix.h (have_minus_zero): New function.
9385         (test_function): Skip tests involving -0.0 on platforms where
9386         -0.0 = 0.0.
9387         * tests/test-sprintf-posix.h (have_minus_zero): New function.
9388         (test_function): Skip tests involving -0.0 on platforms where
9389         -0.0 = 0.0.
9390         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
9391         tests.
9392         * tests/test-printf-posix.h (test_function): Likewise.
9393         * tests/test-printf-posix.output: Remove all -0.0 related results.
9394         Needed for IRIX 6.5.
9395
9396 2007-05-19  Bruno Haible  <bruno@clisp.org>
9397
9398         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
9399         printed as "nan0x7fffffff" instead of "nan".
9400         * tests/test-vasprintf-posix.c (test_function): Likewise.
9401         * tests/test-snprintf-posix.h (test_function): Likewise.
9402         * tests/test-sprintf-posix.h (test_function): Likewise.
9403         * tests/test-fprintf-posix.h (NaN): Remove macro.
9404         (test_function): Remove all NaN related tests.
9405         * tests/test-printf-posix.h (NaN): Remove macro.
9406         (test_function): Remove all NaN related tests.
9407         * tests/test-printf-posix.output: Remove all NaN related results.
9408         Needed for IRIX 6.5.
9409
9410 2007-05-19  Bruno Haible  <bruno@clisp.org>
9411
9412         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
9413         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
9414
9415 2007-05-19  Bruno Haible  <bruno@clisp.org>
9416
9417         * lib/float_.h: New file.
9418         * m4/float_h.m4: New file.
9419         * modules/float: New file.
9420         * modules/isnanl (Dependencies): Add float.
9421         * modules/isnanl-nolibm (Dependencies): Likewise.
9422         * modules/mathl (Dependencies): Likewise.
9423         * modules/printf-frexpl (Dependencies): Likewise.
9424         * modules/signbit (Dependencies): Likewise.
9425         * modules/vasnprintf (Dependencies): Likewise.
9426         * doc/headers/float.texi: Update.
9427
9428 2007-05-19  Jim Meyering  <jim@meyering.net>
9429
9430         * lib/utimens.c (gl_futimens): Rename from futimens,
9431         now that glibc-2.6 declares futimens.
9432         * lib/utimens.h: Likewise.
9433
9434 2007-05-19  Bruno Haible  <bruno@clisp.org>
9435
9436         Avoid test failures on mingw.
9437         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
9438         * tests/test-printf-posix.sh: Likewise.
9439         * tests/test-vfprintf-posix.sh: Likewise.
9440         * tests/test-vprintf-posix.sh: Likewise.
9441
9442 2007-05-19  Bruno Haible  <bruno@clisp.org>
9443
9444         Fix *printf result for NaN, Inf, -0.0 on mingw.
9445         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
9446         * lib/vasnprintf.c: Include math.h and isnan.h.
9447         (is_infinite_or_zero): New function.
9448         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
9449         values in the %f, %F, %e, %E, %g, %G directives.
9450         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
9451         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9452         gl_PRINTF_INFINITE and test its result. Invoke
9453         gl_PREREQ_VASNPRINTF_INFINITE.
9454         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9455         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9456         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9457         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9458         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9459         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9460         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9461         * doc/functions/fprintf.texi: Update.
9462         * doc/functions/printf.texi: Update.
9463         * doc/functions/snprintf.texi: Update.
9464         * doc/functions/sprintf.texi: Update.
9465         * doc/functions/vfprintf.texi: Update.
9466         * doc/functions/vprintf.texi: Update.
9467         * doc/functions/vsnprintf.texi: Update.
9468         * doc/functions/vsprintf.texi: Update.
9469
9470 2007-05-19  Bruno Haible  <bruno@clisp.org>
9471
9472         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
9473         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
9474         Instead of multiplying with 10^k, set extra_zeroes to k.
9475         (scale10_round_long_double): Remove function.
9476
9477 2007-05-18  Bruno Haible  <bruno@clisp.org>
9478
9479         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
9480         introduced on 2007-05-06.
9481
9482 2007-05-18  Bruno Haible  <bruno@clisp.org>
9483
9484         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
9485         %g directives.
9486         * tests/test-vasprintf-posix.c (test_function): Likewise.
9487         * tests/test-snprintf-posix.h (test_function): Likewise.
9488         * tests/test-sprintf-posix.h (test_function): Likewise.
9489
9490 2007-05-18  Bruno Haible  <bruno@clisp.org>
9491
9492         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
9493         (strmatch): New function.
9494         (test_function): Test the %f directive on numbers of various exponents.
9495         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
9496         (strmatch): New function.
9497         (test_function): Test the %f directive on numbers of various exponents.
9498         * tests/test-snprintf-posix.h (strmatch): New function.
9499         (test_function): Test the %f directive on numbers of various exponents.
9500         * tests/test-sprintf-posix.h (strmatch): New function.
9501         (test_function): Test the %f directive on numbers of various exponents.
9502         * tests/test-snprintf-posix.c (SIZEOF): New macro.
9503         * tests/test-sprintf-posix.c (SIZEOF): New macro.
9504         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
9505         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
9506
9507 2007-05-18  Bruno Haible  <bruno@clisp.org>
9508
9509         Add support for 'long double' number output.
9510         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
9511         * lib/vasnprintf.c: Include math.h and float+.h.
9512         (mp_limb_t): New type.
9513         (GMP_LIMB_BITS): New macro.
9514         (mp_twolimb_t): New type.
9515         (GMP_TWOLIMB_BITS): New macro.
9516         (mpn_t): New type.
9517         (multiply, divide, convert_to_decimal, decode_long_double,
9518         scale10_round_long_double, scale10_round_decimal_long_double,
9519         floorlog10l): New functions.
9520         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
9521         for the %f, %F, %e, %E, %g, %G directives.
9522         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
9523         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
9524         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
9525         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
9526         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9527         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9528         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9529         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9530         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9531         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9532         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9533         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
9534         * modules/snprintf-posix (Depends-on): Likewise.
9535         * modules/sprintf-posix (Depends-on): Likewise.
9536         * modules/vasnprintf-posix (Depends-on): Likewise.
9537         * modules/vasprintf-posix (Depends-on): Likewise.
9538         * modules/vfprintf-posix (Depends-on): Likewise.
9539         * modules/vsnprintf-posix (Depends-on): Likewise.
9540         * modules/vsprintf-posix (Depends-on): Likewise.
9541         * modules/vasnprintf (Files): Add lib/float+.h.
9542         * doc/functions/fprintf.texi: Update.
9543         * doc/functions/printf.texi: Update.
9544         * doc/functions/snprintf.texi: Update.
9545         * doc/functions/sprintf.texi: Update.
9546         * doc/functions/vfprintf.texi: Update.
9547         * doc/functions/vprintf.texi: Update.
9548         * doc/functions/vsnprintf.texi: Update.
9549         * doc/functions/vsprintf.texi: Update.
9550
9551 2007-05-18  Bruno Haible  <bruno@clisp.org>
9552
9553         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
9554
9555 2007-05-18  Bruno Haible  <bruno@clisp.org>
9556
9557         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
9558         for printing 64-bit integers. Needed for mingw.
9559
9560 2007-05-18  Bruno Haible  <bruno@clisp.org>
9561
9562         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9563         gl_FUNC_FREXPL_WORKS.
9564         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
9565
9566 2007-05-18  Bruno Haible  <bruno@clisp.org>
9567
9568         * modules/frexpl-nolibm-tests: New file.
9569
9570         * modules/frexpl-nolibm: New file.
9571         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
9572
9573 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9574
9575         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
9576         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9577         GCC 4.2, which otherwise issues a lot of warnings.
9578         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
9579         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
9580         Likewise.
9581         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
9582         * modules/iconv_open (iconv.h): Likewise.
9583         * modules/locale (locale.h): Likewise.
9584         * modules/netinet_in (netinet/in.h): Likewise.
9585         * modules/sys_select (sys_select.h): Likewise.
9586         * modules/sys_socket (sys/socket.h): Likewise.
9587         * modules/sys_stat (sys/stat.h): Likewise.
9588         * modules/sysexits (sysexits.h): Likewise.
9589         * modules/unistd (unistd.h): Likewise.
9590
9591 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9592
9593         * modules/closein-tests (Makefile.am): Distribute
9594         `test-closein.sh'.
9595
9596 2007-05-17  Bruno Haible  <bruno@clisp.org>
9597
9598         * tests/test-printf-posix.output: Renamed from
9599         tests/test-fprintf-posix.out.
9600         * modules/fprintf-posix-tests: Update.
9601         * modules/printf-posix-tests: Update.
9602         * modules/vfprintf-posix-tests: Update.
9603         * modules/vprintf-posix-tests: Update.
9604         * tests/test-fprintf-posix.sh: Update.
9605         * tests/test-printf-posix.sh: Update.
9606         * tests/test-vfprintf-posix.sh: Update.
9607         * tests/test-vprintf-posix.sh: Update.
9608         Reported by Ralf Wildenhues.
9609
9610 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
9611
9612         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
9613         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
9614         GCC 4.2, which otherwise issues a lot of warnings.
9615         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
9616         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
9617         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
9618         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
9619         it should no longer be needed.
9620         * lib/string_.h: Likewise.
9621         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
9622         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
9623         * modules/inttypes (inttypes.h): Likewise.
9624         * modules/math (math.h): Likewise.
9625         * modules/search (search.h): Likewise.
9626         * modules/signal (signal.h): Likewise.
9627         * modules/stdint (stdint.h): Likewise.
9628         * modules/stdio (stdio.h): Likewise.
9629         * modules/stdlib (stdlib.h): Likewise.
9630         * modules/string (string.h): Likewise.
9631         * modules/sys_time (sys/time.h): Likewise.
9632         * modules/time (time.h): Likewise.
9633         * modules/wchar (wchar.h): Likewise.
9634         * modules/wctype (wtype.h): Likewise.
9635
9636 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
9637
9638         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
9639
9640 2007-05-13  Bruno Haible  <bruno@clisp.org>
9641
9642         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
9643         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
9644         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
9645         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9646         (gl_PREREQ_STRTOK_R): Don't require it here.
9647
9648 2007-05-13  Bruno Haible  <bruno@clisp.org>
9649
9650         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
9651         when used in C++ mode.
9652
9653 2007-05-12  Bruno Haible  <bruno@clisp.org>
9654
9655         * lib/linebuffer.h: Tweak doc.
9656         * lib/linebuffer.c: Likewise.
9657
9658 2007-05-12  James Youngman  <jay@gnu.org>
9659
9660         * lib/linebuffer.c (readlinebuffer_delim): New function,
9661         like readlinebuffer, but use a caller-specified delimiter.
9662         (readlinebuffer): Just call readlinebuffer_delim with '\n'
9663         as the delimiter.
9664         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
9665
9666 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
9667
9668         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
9669         * modules/openat (Files): Remove openat-die.c.
9670         (Depends-on): Add openat-die.
9671         * modules/openat-die: New module.
9672
9673 2007-05-06  Bruno Haible  <bruno@clisp.org>
9674
9675         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
9676         Update with info about Cygwin.
9677         * doc/functions/fprintf.texi: Update.
9678         * doc/functions/printf.texi: Update.
9679         * doc/functions/snprintf.texi: Update.
9680         * doc/functions/sprintf.texi: Update.
9681         * doc/functions/vfprintf.texi: Update.
9682         * doc/functions/vprintf.texi: Update.
9683         * doc/functions/vsnprintf.texi: Update.
9684         * doc/functions/vsprintf.texi: Update.
9685         Reported by Eric Blake.
9686
9687 2007-05-06  Bruno Haible  <bruno@clisp.org>
9688
9689         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
9690         padding ourselves for the floating-point directives.
9691         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
9692         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
9693         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9694         gl_PRINTF_FLAG_ZERO and test its result. Invoke
9695         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
9696         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9697         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9698         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9699         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9700         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9701         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9702         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9703         * tests/test-snprintf-posix.h (test_function): Also check the width
9704         and some flags in the %f directive.
9705         * tests/test-sprintf-posix.h (test_function): Likewise.
9706         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9707         * tests/test-vasprintf-posix.c (test_function): Likewise.
9708         * doc/functions/fprintf.texi: Update.
9709         * doc/functions/printf.texi: Update.
9710         * doc/functions/snprintf.texi: Update.
9711         * doc/functions/sprintf.texi: Update.
9712         * doc/functions/vfprintf.texi: Update.
9713         * doc/functions/vprintf.texi: Update.
9714         * doc/functions/vsnprintf.texi: Update.
9715         * doc/functions/vsprintf.texi: Update.
9716
9717 2007-05-06  Bruno Haible  <bruno@clisp.org>
9718
9719         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
9720         pass the ' flag character to sprintf or snprintf.
9721         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
9722         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
9723         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9724         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
9725         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
9726         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9727         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
9728         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9729         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9730         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9731         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9732         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9733         * tests/test-snprintf-posix.h (test_function): Also check the grouping
9734         flag.
9735         * tests/test-sprintf-posix.h (test_function): Likewise.
9736         * tests/test-vasnprintf-posix.c (test_function): Likewise.
9737         * tests/test-vasprintf-posix.c (test_function): Likewise.
9738         * doc/functions/fprintf.texi: Update.
9739         * doc/functions/printf.texi: Update.
9740         * doc/functions/snprintf.texi: Update.
9741         * doc/functions/sprintf.texi: Update.
9742         * doc/functions/vfprintf.texi: Update.
9743         * doc/functions/vprintf.texi: Update.
9744         * doc/functions/vsnprintf.texi: Update.
9745         * doc/functions/vsprintf.texi: Update.
9746
9747 2007-05-01  Bruno Haible  <bruno@clisp.org>
9748
9749         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
9750
9751 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
9752
9753         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
9754         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
9755
9756 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
9757
9758         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
9759         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
9760         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
9761
9762 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
9763
9764         * lib/argp-help.c (struct hol_entry): New member `ord'.
9765         (HOL_ENTRY_PTRCMP): Use ord for comparison
9766         (hol_sort): Initialize ord.
9767
9768 2007-05-01  Bruno Haible  <bruno@clisp.org>
9769
9770         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
9771         Reported by Eric Blake.
9772         * doc/gnulib.texi (Function Substitutes): Update.
9773
9774 2007-05-01  Bruno Haible  <bruno@clisp.org>
9775
9776         * doc/functions.texi: Remove file, now redundant through
9777         doc/functions/*.texi.
9778
9779 2007-05-01  Bruno Haible  <bruno@clisp.org>
9780
9781         * modules/argp (Depends-on): Add sleep.
9782
9783 2007-05-01  Bruno Haible  <bruno@clisp.org>
9784
9785         * modules/sleep-tests: New file.
9786         * tests/test-sleep.c: New file.
9787
9788         * modules/sleep: New file.
9789         * lib/sleep.c: New file.
9790         * m4/sleep.m4: New file.
9791         * lib/unistd_.h (sleep): New declaration.
9792         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
9793         HAVE_SLEEP.
9794         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
9795         * doc/functions/sleep.texi: Document the sleep module.
9796
9797 2007-05-01  Bruno Haible  <bruno@clisp.org>
9798
9799         * lib/sigprocmask.h: Remove file.
9800         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
9801         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
9802         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
9803         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
9804         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
9805         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
9806         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
9807         HAVE_SIGSET_T as a shell variable.
9808         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
9809         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
9810         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
9811         (Depends-on): Add signal. Remove verify.
9812         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
9813         (Include): Mention <signal.h> instead of sigprocmask.h.
9814         * NEWS: Mention the change.
9815         * lib/fatal-signal.c: Don't include sigprocmask.h.
9816
9817 2007-05-01  Bruno Haible  <bruno@clisp.org>
9818
9819         * modules/signal: New file.
9820         * lib/signal_.h: New file.
9821         * m4/signal_h.m4: New file.
9822
9823 2007-05-01  Bruno Haible  <bruno@clisp.org>
9824
9825         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
9826         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
9827         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
9828         HAVE_WCTYPE_CTMP_BUG into wctype.h.
9829
9830 2007-05-01  Bruno Haible  <bruno@clisp.org>
9831
9832         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
9833         configure time.
9834         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
9835         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
9836         * modules/sys_stat (Makefile.am): Substitute their values into
9837         sys/stat.h.
9838
9839 2007-05-01  Bruno Haible  <bruno@clisp.org>
9840
9841         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
9842         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
9843         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
9844
9845 2007-05-01  Bruno Haible  <bruno@clisp.org>
9846
9847         * doc/header/assert.texi: Undo last change: don't mention the gnulib
9848         'assert' module here.
9849
9850 2007-05-01  Bruno Haible  <bruno@clisp.org>
9851
9852         * doc/functions/*.texi: New files.
9853         * doc/functions/google-ranking.txt: New file.
9854         * doc/gnulib.texi (Function Substitutes): New chapter.
9855         (ctime, inet_ntoa): Remove sections.
9856         * doc/ctime.texi: Remove file.
9857         * doc/inet_ntoa.texi: Remove file.
9858         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
9859         dependencies.
9860         (%.info): New rule, specifying a --reference-limit.
9861
9862 2007-05-01  Bruno Haible  <bruno@clisp.org>
9863
9864         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
9865
9866 2007-05-01  Bruno Haible  <bruno@clisp.org>
9867
9868         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
9869         the portability of 'mkdir' to mingw systems.
9870
9871 2007-05-01  Bruno Haible  <bruno@clisp.org>
9872
9873         * doc/headers/google-ranking.txt: New file.
9874
9875 2007-04-30  Eric Blake  <ebb9@byu.net>
9876
9877         Prefer fseeko to fseek.
9878         * modules/getpass (Depends-on): Add fseeko.
9879         * lib/getpass.c (getpass): Use fseeko, not fseek.
9880
9881 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
9882
9883         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
9884         assumes the sorting is stable, while most qsort implementations
9885         are not.  Use argument addresses to ensure they never compare as
9886         equal.
9887
9888         * tests/test-argp-2.sh (usage-indent test): Fix output
9889         (func_compare): Restore diff options
9890         * tests/test-argp.c: Restore #include "progname.h"
9891
9892 2007-04-29  Bruno Haible  <bruno@clisp.org>
9893
9894         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
9895         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
9896         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
9897         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9898         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
9899         (configure.ac): Define CHECK_SNPRINTF_POSIX.
9900         (TESTS, check_PROGRAMS): Add test-snprintf.
9901         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
9902         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
9903         (TESTS, check_PROGRAMS): Add test-vsnprintf.
9904         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
9905         assertions that fail on HP-UX, OSF/1, or IRIX.
9906         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
9907
9908 2007-04-29  Bruno Haible  <bruno@clisp.org>
9909
9910         * MODULES.html.sh (posix_functions): Remove 'contents'.
9911
9912 2007-04-29  Karl Berry  <karl@gnu.org>
9913
9914         * config/srclist.txt (gendocs_template_min): new entry.
9915
9916 2007-04-29  Bruno Haible  <bruno@clisp.org>
9917
9918         Work around fpurge bug on BSD systems.
9919         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
9920         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
9921         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
9922         fpurge to rpl_fpurge if the system already has this function.
9923         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
9924         the case where the system already has this function. Correct invariants
9925         on BSD systems.
9926         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
9927         BSD systems.
9928
9929 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
9930
9931         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
9932         proposed by Sven Verdoolaege.
9933
9934         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
9935         options.
9936         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
9937         (usage and help tests): Update
9938
9939 2007-04-29  Bruno Haible  <bruno@clisp.org>
9940
9941         * tests/test-fflush.c (main): Use a file of size 17, not 10.
9942         Print more information in case of failure. Disable a test on BeOS.
9943
9944 2007-04-29  Bruno Haible  <bruno@clisp.org>
9945
9946         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
9947         This helps debugging on systems on which no gdb is available.
9948
9949 2007-04-29  Bruno Haible  <bruno@clisp.org>
9950
9951         * lib/freading.h: Improve comments.
9952         * lib/fwriting.h: Likewise.
9953         * tests/test-freading.c (main): Don't check freading immediately after
9954         repositioning. Needed for glibc.
9955
9956 2007-04-29  Bruno Haible  <bruno@clisp.org>
9957
9958         * lib/freading.c (freading): Trivial simplification.
9959
9960 2007-04-28  Bruno Haible  <bruno@clisp.org>
9961
9962         * tests/test-fwriting.c (main): Also test the interaction between
9963         fflush and fwriting.
9964         * modules/fwriting-tests (Depends-on): Add fflush.
9965
9966         * tests/test-freading.c (main): Also test the interaction between
9967         fflush and freading.
9968         * modules/freading-tests (Depends-on): Add fflush.
9969
9970 2007-04-28  Bruno Haible  <bruno@clisp.org>
9971
9972         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
9973         fseeko and ftello.
9974         Suggested by Eric Blake.
9975
9976 2007-04-28  Jim Meyering  <jim@meyering.net>
9977
9978         Avoid false-negative in gl_STDINT_H's C99 conformance test.
9979         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
9980         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
9981
9982 2007-04-27  Eric Blake  <ebb9@byu.net>
9983
9984         * doc/headers/assert.texi (assert.h): Document assert module use.
9985
9986 2007-04-27  Bruno Haible  <bruno@clisp.org>
9987
9988         * doc/headers/*.texi: New files.
9989         * doc/gnulib.texi (Header File Substitutes): New chapter.
9990         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
9991         dependencies.
9992         (standards.info ,standards.html, standards.dvi): Update dependencies.
9993         (mostlyclean, clean): New targets.
9994
9995 2007-04-27  Bruno Haible  <bruno@clisp.org>
9996
9997         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
9998         * modules/sysexits (Files, Makefile.am): Update.
9999
10000         * lib/sys_socket_.h: Renamed from lib/socket_.h.
10001         * modules/sys_socket (Files, Makefile.am): Update.
10002
10003         * lib/sys_stat_.h: Renamed from lib/stat_.h.
10004         * modules/sys_stat (Files, Makefile.am): Update.
10005
10006 2007-04-27  Eric Blake  <ebb9@byu.net>
10007
10008         * lib/freading.h: Improve comments.
10009         * lib/fwriting.h: Likewise.
10010         * lib/fflush.c: Likewise.
10011
10012         Fix closein for mingw.
10013         * modules/closein-tests: Add tests for closein.
10014         * tests/test-closein.c: New file.
10015         * tests/test-closein.sh: Likewise.
10016         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
10017         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
10018
10019 2007-04-27  Bruno Haible  <bruno@clisp.org>
10020
10021         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
10022         version is < 6.
10023         * lib/math_.h [__DECC]: Likewise.
10024         * lib/stdio_.h [__DECC]: Likewise.
10025         * lib/stdlib_.h [__DECC]: Likewise.
10026         * lib/string_.h [__DECC]: Likewise.
10027         * lib/time_.h [__DECC]: Likewise.
10028         * lib/wchar_.h [__DECC]: Likewise.
10029         * lib/wctype_.h [__DECC]: Likewise.
10030
10031 2007-04-27  Bruno Haible  <bruno@clisp.org>
10032
10033         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
10034
10035 2007-04-27  Bruno Haible  <bruno@clisp.org>
10036
10037         * lib/fflush.c: Add comments.
10038         * modules/fpurge-tests (Depends-on): Add fflush.
10039         * modules/freadable-tests (Depends-on): Likewise.
10040         * modules/fwritable-tests (Depends-on): Likewise.
10041
10042 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
10043
10044         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
10045         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
10046         Report by Bruno Haible <bruno@clisp.org>.
10047
10048 2007-04-26  Eric Blake  <ebb9@byu.net>
10049
10050         Fix fflush on mingw.
10051         * modules/fflush (Depends-on): Add freading.
10052         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
10053         but unread data.
10054
10055 2007-04-26  Eric Blake  <ebb9@byu.net>
10056         and Bruno Haible  <bruno@clisp.org>
10057
10058         Implement freading and fwriting.
10059         * lib/freading.c: New file.
10060         * lib/freading.h: Likewise.
10061         * m4/freading.m4: Likewise.
10062         * modules/freading: Likewise.
10063         * modules/freading-tests: Likewise.
10064         * tests/test-freading.c: Likewise.
10065         * lib/fwriting.c: New file.
10066         * lib/fwriting.h: Likewise.
10067         * m4/fwriting.m4: Likewise.
10068         * modules/fwriting: Likewise.
10069         * modules/fwriting-tests: Likewise.
10070         * tests/test-fwriting.c: Likewise.
10071         * MODULES.html.sh (File stream based Input/Output): Mention them.
10072
10073 2007-04-26  Bruno Haible  <bruno@clisp.org>
10074
10075         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
10076         'long' when we assume it.
10077         Suggested by Eric Blake.
10078
10079 2007-04-26  Bruno Haible  <bruno@clisp.org>
10080
10081         Ensure fseeko, ftello are declared on glibc systems.
10082         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
10083         * modules/fseeko (configure.ac-early): Likewise.
10084         * modules/ftello (configure.ac-early): Likewise.
10085         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
10086         AC_FUNC_FSEEKO for this.
10087         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
10088         (gl_CHECK_FSEEKO): Remove macro.
10089
10090 2007-04-26  Bruno Haible  <bruno@clisp.org>
10091
10092         * tests/test-fflush.c (main): Also check the ftell result after
10093         fflush and fseek/fseeko.
10094         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
10095         file descriptor position cache in the stream.
10096         * lib/fseeko.c (rpl_fseeko): Likewise.
10097
10098 2007-04-26  Bruno Haible  <bruno@clisp.org>
10099
10100         * modules/fflush-tests (Depends-on): Add fseeko.
10101
10102 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
10103             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10104
10105         * lib/argz_.h: ensure error_t definition is obtained in same
10106         mechanism system argz.h would have.
10107         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
10108         argz facilities are known bad.  Err on the side of caution if
10109         cross-compiling.
10110
10111 2007-04-25  Eric Blake  <ebb9@byu.net>
10112
10113         * lib/fpurge.c (includes): Use stdlib.h for free.
10114         * tests/test-fflush.c (main): Also test fflush-fseeko.
10115
10116 2007-04-25  Bruno Haible  <bruno@clisp.org>
10117
10118         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
10119         * lib/fseeko.c: New file.
10120         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
10121         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
10122         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
10123         gl_FUNC_FSEEKO.
10124         (gl_FUNC_FSEEKO): Invoke it.
10125         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
10126         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
10127         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
10128
10129 2007-04-25  Bruno Haible  <bruno@clisp.org>
10130
10131         * modules/fflush (Depends-on): Add ftello.
10132
10133 2007-04-25  Bruno Haible  <bruno@clisp.org>
10134
10135         * modules/ftello-tests: New file.
10136         * tests/test-ftello.c: New file.
10137
10138         * modules/ftello: New file.
10139         * m4/ftello.m4: New file.
10140         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
10141         HAVE_FTELLO.
10142         * lib/stdio_.h (ftello): New declaration.
10143         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
10144         HAVE_FTELLO.
10145
10146 2007-04-25  Bruno Haible  <bruno@clisp.org>
10147
10148         * modules/fseeko-tests: New file.
10149         * tests/test-fseeko.c: New file.
10150
10151         * modules/fseeko: New file.
10152         * m4/fseeko.m4: New file.
10153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
10154         HAVE_FSEEKO.
10155         * lib/stdio_.h (fseeko): New declaration.
10156         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
10157         HAVE_FSEEKO.
10158
10159 2007-04-25  Bruno Haible  <bruno@clisp.org>
10160
10161         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
10162
10163 2007-04-25  Bruno Haible  <bruno@clisp.org>
10164
10165         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
10166         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
10167         * tests/test-unistd.c: Likewise.
10168         * tests/test-fcntl.c: Likewise.
10169
10170 2007-04-23  Eric Blake  <ebb9@byu.net>
10171
10172         * lib/fflush.c: Fix missing include.
10173         Reported by Bruno Haible.
10174
10175 2007-04-23  Bruno Haible  <bruno@clisp.org>
10176
10177         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
10178         Reported by Eric Blake.
10179
10180 2007-04-23  Bruno Haible  <bruno@clisp.org>
10181
10182         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
10183
10184 2007-04-23  Bruno Haible  <bruno@clisp.org>
10185
10186         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
10187
10188 2007-04-23  Bruno Haible  <bruno@clisp.org>
10189
10190         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
10191         Needed on HP-UX 11.
10192
10193 2007-04-16  Eric Blake  <ebb9@byu.net>
10194
10195         Make fflush rely on fpurge.
10196         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
10197         open coding all variants.
10198         * modules/fflush (Depends-on): Add fpurge and unistd.
10199         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
10200         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
10201
10202         Fix --with-tests compilation on cygwin.
10203         * modules/argmatch-tests (Makefile.am): List gnulib library first
10204         in LDADD.
10205         * modules/argp-tests (Makefile.am): Likewise.
10206         * modules/array-list-tests (Makefile.am): Likewise.
10207         * modules/array-oset-tests (Makefile.am): Likewise.
10208         * modules/avltree-list-tests (Makefile.am): Likewise.
10209         * modules/avltree-oset-tests (Makefile.am): Likewise.
10210         * modules/avltreehash-list-tests (Makefile.am): Likewise.
10211         * modules/carray-list-tests (Makefile.am): Likewise.
10212         * modules/dirname-tests (Makefile.am): Likewise.
10213         * modules/frexp-tests (Makefile.am): Likewise.
10214         * modules/isnanl-tests (Makefile.am): Likewise.
10215         * modules/linked-list-tests (Makefile.am): Likewise.
10216         * modules/linkedhash-list-tests (Makefile.am): Likewise.
10217         * modules/lock-tests (Makefile.am): Likewise.
10218         * modules/rbtree-list-tests (Makefile.am): Likewise.
10219         * modules/rbtree-oset-tests (Makefile.am): Likewise.
10220         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
10221         * modules/tls-tests (Makefile.am): Likewise.
10222         * modules/tsearch-tests (Makefile.am): Likewise.
10223         * modules/xvasprintf-tests (Makefile.am): Likewise.
10224
10225         Fix fpurge for cygwin.
10226         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
10227         value.
10228         * modules/fpurge-tests (Depends-on): Clean up trash.
10229
10230 2007-04-16  Simon Josefsson  <simon@josefsson.org>
10231
10232         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
10233
10234         * m4/autobuild.m4: Re-indent.
10235
10236 2007-04-13  Bruno Haible  <bruno@clisp.org>
10237
10238         * modules/fpurge-tests: New file.
10239         * tests/test-fpurge.c: New file.
10240
10241         * modules/fpurge: New file.
10242         * lib/fpurge.h: New file.
10243         * lib/fpurge.c: New file.
10244         * m4/fpurge.m4: New file.
10245
10246 2007-04-13  Bruno Haible  <bruno@clisp.org>
10247
10248         * modules/fbufmode-tests: New file.
10249         * tests/test-fbufmode.c: New file.
10250
10251         * modules/fbufmode: New file.
10252         * lib/fbufmode.h: New file.
10253         * lib/fbufmode.c: New file.
10254         * m4/fbufmode.m4: New file.
10255
10256 2007-04-13  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/fwritable-tests: New file.
10259         * tests/test-fwritable.c: New file.
10260
10261         * modules/fwritable: New file.
10262         * lib/fwritable.h: New file.
10263         * lib/fwritable.c: New file.
10264         * m4/fwritable.m4: New file.
10265
10266 2007-04-13  Bruno Haible  <bruno@clisp.org>
10267
10268         * modules/freadable-tests: New file.
10269         * tests/test-freadable.c: New file.
10270
10271         * modules/freadable: New file.
10272         * lib/freadable.h: New file.
10273         * lib/freadable.c: New file.
10274         * m4/freadable.m4: New file.
10275
10276 2007-04-13  Bruno Haible  <bruno@clisp.org>
10277
10278         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
10279         MOSTLYCLEANFILES.
10280
10281 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10282
10283         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
10284         gzip bootstrap.conf to avoid dragging in i18n machinery.
10285         (gnulib_tool_option): Use it.
10286
10287 2007-04-13  Bruno Haible  <bruno@clisp.org>
10288
10289         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
10290         %F directives.
10291         * tests/test-vasprintf-posix.c (test_function): Likewise.
10292         * tests/test-snprintf-posix.h (test_function): Likewise.
10293         * tests/test-sprintf-posix.h (test_function): Likewise.
10294         * tests/test-fprintf-posix.h (test_function): Likewise.
10295         * tests/test-printf-posix.h (test_function): Likewise.
10296         * tests/test-fprintf-posix.out: Likewise.
10297
10298 2007-04-13  Bruno Haible  <bruno@clisp.org>
10299
10300         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
10301         * modules/tls-tests (configure.ac): Likewise.
10302         Reported by Arto C. Nirkko <anirkko@insel.ch>.
10303
10304 2007-04-13  Bruno Haible  <bruno@clisp.org>
10305
10306         * lib/tls.c (glthread_tls_get): Fix return type.
10307         Patch by Arto C. Nirkko <anirkko@insel.ch>.
10308
10309 2007-04-12  Eric Blake  <ebb9@byu.net>
10310
10311         * modules/gettime (Depends-on): Remove gettime.
10312         Reported by Dmitry V. Levin.
10313
10314 2007-04-12  Bruno Haible  <bruno@clisp.org>
10315
10316         * modules/fflush (Include): Mention <stdio.h>.
10317         * modules/strtoimax (Include): Mention <inttypes.h>.
10318         * modules/strtoumax (Include): Likewise.
10319
10320 2007-04-12  Eric Blake  <ebb9@byu.net>
10321
10322         * .cvsignore: New file.
10323         * .gitignore: Likewise.
10324
10325 2007-04-12  Bruno Haible  <bruno@clisp.org>
10326
10327         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
10328         not before, since $(LDADD) often contains libgnu.a.
10329         * modules/striconv-tests (test_striconv_LDADD): Likewise.
10330         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
10331         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
10332         Needed on Cygwin.
10333
10334 2007-04-12  Eric Blake  <ebb9@byu.net>
10335
10336         Work around glibc's failure to flush stdin on fclose.
10337         * lib/closein.c (close_stdin): Flush stdin before closing.
10338
10339         Work around glibc's failure to reset seekable stdin on exit.
10340         * modules/closein: New module.
10341         * lib/closein.c: New file.
10342         * lib/closein.h: Likewise.
10343         * m4/closein.m4: Likewise.
10344         * MODULES.html.sh (File stream based Input/Output): Document it.
10345
10346 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10347
10348         * gnulib-tool: Rename generated 'autobuild' script to
10349         'do-autobuild' in --create-megatestdir output.
10350
10351         * doc/gnulib.texi (Build robot for gnulib): Fix.
10352
10353 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10354
10355         * modules/sysexits (Depends-on): Add absolute-header.
10356
10357 2007-04-12  Eric Blake  <ebb9@byu.net>
10358
10359         No need to preserve errno on success.
10360         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
10361         Reported by Bruno Haible.
10362
10363 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10364
10365         * MODULES.html.sh (Support for maintaining and releasing
10366         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
10367
10368 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10369
10370         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
10371
10372 2007-04-12  Simon Josefsson  <simon@josefsson.org>
10373
10374         * modules/autobuild: New module.
10375
10376         * m4/autobuild.m4: New file.
10377
10378 2007-04-11  Bruno Haible  <bruno@clisp.org>
10379
10380         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
10381         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
10382         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
10383         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
10384         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
10385         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10386         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10387         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10388         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10389         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10390         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
10391         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10392         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10393         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
10394         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10395         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10396         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
10397         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10398         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10399         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
10400         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10401         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10402         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
10403         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10404         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10405         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
10406         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
10407         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
10408         Reported by Eric Blake.
10409
10410 2007-04-11  Bruno Haible  <bruno@clisp.org>
10411
10412         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
10413
10414 2007-04-10  Bruno Haible  <bruno@clisp.org>
10415
10416         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
10417         for NaN and Infinity. Needed on FreeBSD 6.1.
10418         * tests/test-vasnprintf-posix.c (test_function): Undo last change
10419         regarding results for "%010a" of Infinity and NaN.
10420         * tests/test-vasprintf-posix.c (test_function): Likewise.
10421         * tests/test-snprintf-posix.h (test_function): Likewise.
10422         * tests/test-sprintf-posix.h (test_function): Likewise.
10423         * tests/test-fprintf-posix.h (test_function): Likewise.
10424         * tests/test-printf-posix.h (test_function): Likewise.
10425         * tests/test-fprintf-posix.out: Likewise.
10426
10427 2007-04-10  Bruno Haible  <bruno@clisp.org>
10428
10429         * modules/locale-tests: New file.
10430         * tests/test-locale.c: New file.
10431
10432         * modules/locale: New file.
10433         * lib/locale_.h: New file.
10434         * m4/locale_h.m4: New file.
10435
10436 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
10437             Bruno Haible  <bruno@clisp.org>
10438
10439         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
10440         be determined, test for availability of the copysignf, copysign,
10441         copysignl functions.
10442         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
10443         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
10444         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
10445
10446 2007-04-09  Eric Blake  <ebb9@byu.net>
10447
10448         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
10449         * modules/stdio (Makefile.am): Support fflush.
10450         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10451         * modules/fflush: New file.
10452         * lib/fflush.c: Likewise.
10453         * m4/fflush.m4: Likewise.
10454         * modules/fflush-tests: New test.
10455         * tests/test-fflush.c: Likewise.
10456         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
10457
10458 2007-04-06  Bruno Haible  <bruno@clisp.org>
10459
10460         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
10461         (VASNPRINTF): Use signbit for faster determination whether to print a
10462         minus sign.
10463         * modules/vasnprintf (Files): Remove lib/float+.h.
10464         * modules/fprintf-posix (Depends-on): Add signbit.
10465         * modules/snprintf-posix (Depends-on): Likewise.
10466         * modules/sprintf-posix (Depends-on): Likewise.
10467         * modules/vasnprintf-posix (Depends-on): Likewise.
10468         * modules/vasprintf-posix (Depends-on): Likewise.
10469         * modules/vfprintf-posix (Depends-on): Likewise.
10470         * modules/vsnprintf-posix (Depends-on): Likewise.
10471         * modules/vsprintf-posix (Depends-on): Likewise.
10472
10473 2007-04-06  Bruno Haible  <bruno@clisp.org>
10474
10475         * tests/test-frexp.c (main): Test also the sign bit of zero results.
10476         * tests/test-frexpl.c (main): Likewise.
10477         * tests/test-ldexpl.c (main): Likewise.
10478         * modules/frexp-tests (Depends-on): Add signbit.
10479         * modules/frexpl-tests (Depdends-on): Likewise.
10480         * modules/ldexpl-tests (Depdends-on): Likewise.
10481
10482 2007-04-06  Bruno Haible  <bruno@clisp.org>
10483
10484         * modules/signbit-tests: New file.
10485         * tests/test-signbit.c: New file.
10486
10487         * modules/signbit: New file.
10488         * lib/signbitf.c: New file.
10489         * lib/signbitd.c: New file.
10490         * lib/signbitl.c: New file.
10491         * m4/signbit.m4: New file.
10492         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
10493         (signbit): New macro.
10494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
10495         REPLACE_SIGNBIT.
10496         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
10497         REPLACE_FREXPL into math.h.
10498
10499 2007-04-06  Bruno Haible  <bruno@clisp.org>
10500
10501         * modules/isnanf-nolibm-tests: New file.
10502         * tests/test-isnanf.c: New file.
10503
10504         * modules/isnanf-nolibm: New file.
10505         * lib/isnanf.h: New file.
10506         * lib/isnanf.c: New file.
10507         * lib/isnan.c: Consider the USE_FLOAT macro.
10508         * m4/isnanf.m4: New file.
10509
10510 2007-04-06  Bruno Haible  <bruno@clisp.org>
10511
10512         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
10513         (Link): New section.
10514
10515         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
10516
10517 2007-04-06  Bruno Haible  <bruno@clisp.org>
10518
10519         Assume the 'long double' type.
10520         * m4/longdouble.m4: Remove file.
10521         * config/srclist.txt: Don't mention longdouble.m4.
10522         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
10523         * lib/float+.h: Likewise.
10524         * lib/frexp.c: Likewise.
10525         * lib/printf-args.h: Likewise.
10526         * lib/printf-args.c: Likewise.
10527         * lib/printf-frexp.c: Likewise.
10528         * lib/printf-parse.c: Likewise.
10529         * lib/vasnprintf.c: Likewise.
10530         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
10531         * m4/intl.m4: Likewise.
10532         * m4/isnanl.m4: Likewise.
10533         * m4/printf.m4: Likewise.
10534         * m4/printf-frexpl.m4: Likewise.
10535         * m4/vasnprintf.m4: Likewise.
10536         * modules/allocsa (Files): Remove m4/longdouble.m4.
10537         * modules/gettext (Files): Likewise.
10538         * modules/relocatable-prog-wrapper (Files): Likewise.
10539         * modules/vasnprintf (Files): Likewise.
10540         * modules/isnanl (Files): Likewise.
10541         (Include): Simplify.
10542         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
10543         (Include): Simplify.
10544         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
10545         (Include): Simplify.
10546         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
10547         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10548         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
10549         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10550         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10551         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10552         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
10553         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10554         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
10555         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10556         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
10557         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
10558         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
10559         * tests/test-isnanl.c: Likewise.
10560         * tests/test-snprintf-posix.h: Likewise.
10561         * tests/test-sprintf-posix.h: Likewise.
10562         * tests/test-vasnprintf-posix.c: Likewise.
10563         * tests/test-vasnprintf-posix2.c: Likewise.
10564         * tests/test-vasprintf-posix.c: Likewise.
10565
10566 2007-04-06  Bruno Haible  <bruno@clisp.org>
10567
10568         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
10569         * lib/math_.h [__DECC]: Include the overridden include file through
10570         #include_next, outside the double-inclusion guard.
10571         * lib/stdio_.h [__DECC]: Likewise.
10572         * lib/stdlib_.h [__DECC]: Likewise.
10573         * lib/string_.h [__DECC]: Likewise.
10574         * lib/time_.h [__DECC]: Likewise.
10575         * lib/wchar_.h [__DECC]: Likewise.
10576         * lib/wctype_.h [__DECC]: Likewise.
10577         * lib/inttypes_.h [__DECC]: Likewise.
10578         Reported by Albert Chin <china@thewrittenword.com> in
10579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
10580
10581 2007-04-04  Eric Blake  <ebb9@byu.net>
10582
10583         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
10584         1.5.x.
10585
10586 2007-04-04  Bruno Haible  <bruno@clisp.org>
10587
10588         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
10589         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
10590
10591 2007-04-04  Bruno Haible  <bruno@clisp.org>
10592
10593         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
10594         results for "%010a" of Infinity and NaN.
10595         * tests/test-vasprintf-posix.c (test_function): Likewise.
10596         * tests/test-snprintf-posix.h (test_function): Likewise.
10597         * tests/test-sprintf-posix.h (test_function): Likewise.
10598         * tests/test-fprintf-posix.h (test_function): Remove these tests.
10599         * tests/test-printf-posix.h (test_function): Likewise.
10600         * tests/test-fprintf-posix.out: Update.
10601         Needed for FreeBSD 6.1.
10602
10603 2007-04-04  Bruno Haible  <bruno@clisp.org>
10604
10605         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
10606         directly used by the gnulib modules nor by gnulib-tool.
10607
10608 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10609
10610         * DEPENDENCIES: Give overall description of version dependency
10611         desirability.  Use more-typical names for apps.
10612         Add shell, coreutils, diffutils, grep, tar, gzip.
10613
10614 2007-04-04  Simon Josefsson  <simon@josefsson.org>
10615
10616         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
10617
10618 2007-04-04  Karl Berry  <karl@gnu.org>
10619
10620         * MODULES.html.sh (func_module): missing '.
10621
10622 2007-04-03  Bruno Haible  <bruno@clisp.org>
10623
10624         * modules/argmatch-tests (Makefile.am): New variable
10625         test_argmatch_LDADD.
10626         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10627         * modules/array-list-tests (Makefile.am): New variable
10628         test_array_list_LDADD.
10629         * modules/array-oset-tests (Makefile.am): New variable
10630         test_array_oset_LDADD.
10631         * modules/avltree-list-tests (Makefile.am): New variable
10632         test_avltree_list_LDADD.
10633         * modules/avltree-oset-tests (Makefile.am): New variable
10634         test_avltree_oset_LDADD.
10635         * modules/avltreehash-list-tests (Makefile.am): New variable
10636         test_avltreehash_list_LDADD.
10637         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
10638         test_canonicalize_lgpl_LDADD.
10639         * modules/carray-list-tests (Makefile.am): New variable
10640         test_carray_list_LDADD.
10641         * modules/dirname-tests (Makefile.am): New variable
10642         test_dirname_LDADD.
10643         * modules/linked-list-tests (Makefile.am): New variable
10644         test_linked_list_LDADD.
10645         * modules/linkedhash-list-tests (Makefile.am): New variable
10646         test_linkedhash_list_LDADD.
10647         * modules/rbtree-list-tests (Makefile.am): New variable
10648         test_rbtree_list_LDADD.
10649         * modules/rbtree-oset-tests (Makefile.am): New variable
10650         test_rbtree_oset_LDADD.
10651         * modules/rbtreehash-list-tests (Makefile.am): New variable
10652         test_rbtreehash_list_LDADD.
10653         * modules/xvasprintf-tests (Makefile.am): New variable
10654         test_xvasprintf_LDADD.
10655         Reported by Eric Blake.
10656
10657 2007-04-03  Eric Blake  <ebb9@byu.net>
10658
10659         * DEPENDENCIES: Weaken m4 requirements.
10660
10661 2007-04-03  Bruno Haible  <bruno@clisp.org>
10662
10663         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
10664         * modules/isnanl-tests (configure.ac): Likewise.
10665
10666 2007-04-03  Ben Pfaff  <blp@gnu.org>
10667
10668         * modules/iconv_open: Add $(srcdir)/ to source directory
10669         references in Makefile fragments that call gperf, to fix VPATH
10670         builds.
10671
10672 2007-04-03  Bruno Haible  <bruno@clisp.org>
10673
10674         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
10675         * lib/ldexpl.c: Undo last change.
10676
10677 2007-04-03  Bruno Haible  <bruno@clisp.org>
10678
10679         * modules/printf-frexpl (Depends-on): Undo last change.
10680         (Files): Add m4/ldexpl.m4.
10681
10682 2007-04-03  Bruno Haible  <bruno@clisp.org>
10683
10684         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
10685         * modules/isnanl (Link): New section.
10686
10687         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
10688         * modules/frexp (Link): New section.
10689
10690         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
10691         * modules/frexpl (Link): New section.
10692
10693         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
10694         * modules/ldexpl (Link): New section.
10695
10696 2007-04-03  Bruno Haible  <bruno@clisp.org>
10697
10698         * modules/TEMPLATE-EXTENDED: New file.
10699         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
10700
10701 2007-04-03  Bruno Haible  <bruno@clisp.org>
10702
10703         * DEPENDENCIES: New file.
10704         Suggested by Simon Josefsson.
10705
10706 2007-04-03  Bruno Haible  <bruno@clisp.org>
10707
10708         * doc/gnulib.texi: Escape @.
10709
10710 2007-04-03  James Youngman  <jay@gnu.org>
10711         and Paul Eggert  <eggert@cs.ucla.edu>
10712
10713         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
10714         birthtime on all systems that have birthtime, not just those which
10715         use st_birthtimensec rather than st_birthtim.  Putting zero in
10716         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
10717         that the birth time is not available for files on an NFS mount.
10718
10719 2007-04-03  Simon Josefsson  <simon@josefsson.org>
10720
10721         * modules/memxor: Move back from crypto/, suggested by Bruno.
10722         * modules/crypto/hmac-sha1: Fix memxor dependency.
10723
10724         * modules/crypto/gc: Moved from ../.
10725
10726 2007-04-02  Eric Blake  <ebb9@byu.net>
10727
10728         * lib/ldexpl.c (includes): Avoid libm.
10729
10730         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
10731
10732 2007-04-02  Bruno Haible  <bruno@clisp.org>
10733
10734         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
10735         on IRIX.
10736
10737 2007-04-02  Bruno Haible  <bruno@clisp.org>
10738
10739         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
10740         x86 or x86_64 platforms running MacOS X.
10741         Reported by Ryan Schmidt <@ryandesign.com>.
10742
10743 2007-04-02  Bruno Haible  <bruno@clisp.org>
10744
10745         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
10746         i386.
10747
10748 2007-04-01  Simon Josefsson  <simon@josefsson.org>
10749
10750         * modules/crypto/arcfour: Moved from ../.
10751         * modules/crypto/arcfour-tests: Moved from ../.
10752         * modules/crypto/arctwo: Moved from ../.
10753         * modules/crypto/arctwo-tests: Moved from ../.
10754         * modules/crypto/des: Moved from ../.
10755         * modules/crypto/des-tests: Moved from ../.
10756         * modules/crypto/gc-arcfour: Moved from ../.
10757         * modules/crypto/gc-arcfour-tests: Moved from ../.
10758         * modules/crypto/gc-arctwo: Moved from ../.
10759         * modules/crypto/gc-arctwo-tests: Moved from ../.
10760         * modules/crypto/gc-des: Moved from ../.
10761         * modules/crypto/gc-des-tests: Moved from ../.
10762         * modules/crypto/gc-hmac-md5: Moved from ../.
10763         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
10764         * modules/crypto/gc-hmac-sha1: Moved from ../.
10765         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
10766         * modules/crypto/gc-md2: Moved from ../.
10767         * modules/crypto/gc-md2-tests: Moved from ../.
10768         * modules/crypto/gc-md4: Moved from ../.
10769         * modules/crypto/gc-md4-tests: Moved from ../.
10770         * modules/crypto/gc-md5: Moved from ../.
10771         * modules/crypto/gc-md5-tests: Moved from ../.
10772         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
10773         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
10774         * modules/crypto/gc-random: Moved from ../.
10775         * modules/crypto/gc-rijndael: Moved from ../.
10776         * modules/crypto/gc-rijndael-tests: Moved from ../.
10777         * modules/crypto/gc-sha1: Moved from ../.
10778         * modules/crypto/gc-sha1-tests: Moved from ../.
10779         * modules/crypto/gc-tests: Moved from ../.
10780         * modules/crypto/hmac-md5: Moved from ../.
10781         * modules/crypto/hmac-md5-tests: Moved from ../.
10782         * modules/crypto/hmac-sha1: Moved from ../.
10783         * modules/crypto/hmac-sha1-tests: Moved from ../.
10784         * modules/crypto/md2: Moved from ../.
10785         * modules/crypto/md2-tests: Moved from ../.
10786         * modules/crypto/md4: Moved from ../.
10787         * modules/crypto/md4-tests: Moved from ../.
10788         * modules/crypto/md5: Moved from ../.
10789         * modules/crypto/md5-tests: Moved from ../.
10790         * modules/crypto/memxor: Moved from ../.
10791         * modules/crypto/rijndael: Moved from ../.
10792         * modules/crypto/rijndael-tests: Moved from ../.
10793         * modules/crypto/sha1: Moved from ../.
10794
10795 2007-03-30  James Youngman  <jay@gnu.org>
10796
10797         * tests/test-stat-time.c (prepare_test): use chmod() rather than
10798         rename() to change the ctime of a file (because ctime is unaffected
10799         by rename on jfs2 on AIX 5.1).
10800         (main): Start by doing cleanup, in case a previous run failed leaving
10801         test files behind.
10802
10803 2007-03-31  Bruno Haible  <bruno@clisp.org>
10804
10805         Support old proprietary implementations of iconv.
10806         * modules/iconv_open: New file.
10807         * lib/iconv_.h: New file.
10808         * m4/iconv_h.m4: New file.
10809         * lib/iconv_open.c: New file.
10810         * lib/iconv_open-aix.gperf: New file.
10811         * lib/iconv_open-hpux.gperf: New file.
10812         * lib/iconv_open-irix.gperf: New file.
10813         * lib/iconv_open-osf.gperf: New file.
10814         * m4/iconv_open.m4: New file.
10815         * modules/linebreak (Depends-on): Add iconv_open.
10816         * modules/striconv (Depends-on): Likewise.
10817         * modules/striconveh (Depends-on): Likewise.
10818         * modules/unicodeio (Depends-on): Likewise.
10819         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
10820         (iconv_t)(-1).
10821         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
10822         conversion if cd is (iconv_t)(-1).
10823         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
10824         is not possible.
10825
10826 2007-03-31  Bruno Haible  <bruno@clisp.org>
10827
10828         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10829         work on Solaris either. Protect also second use of "autodetect_jp".
10830
10831 2007-03-31  Bruno Haible  <bruno@clisp.org>
10832
10833         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
10834         the function is not present.
10835
10836 2007-03-31  Bruno Haible  <bruno@clisp.org>
10837
10838         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
10839         the function is not present.
10840
10841 2007-03-31  Bruno Haible  <bruno@clisp.org>
10842
10843         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
10844         a bug in HP-UX iconv_open().
10845
10846 2007-03-31  Bruno Haible  <bruno@clisp.org>
10847
10848         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
10849         (Mathematics <math.h>): New section, add fpieee.
10850         (Input/output <stdio.h>): Add fseterr.
10851         (Mathematics <math.h>): New section, add printf-frexp.
10852         (Container data structures): Add sublist.
10853         (Core language properties): Add fpucw, inline.
10854         (Functions for greatest-width integer types <inttypes.h>): Add
10855         imaxabs, imaxdiv, inttypes.
10856         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
10857         isnanl-nolibm, ldexp.
10858         (Mathematics <math.h>): New section, add printf-frexpl.
10859         (Support for systems lacking POSIX:2001): Add fprintf-posix,
10860         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
10861         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
10862         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
10863         (Unicode string functions): Add unistr/u*-mbtoucr.
10864         (Java): Add javacomp-script, javaexec-script.
10865         (C#): Add csharpcomp-script, csharpexec-script.
10866         (Support for building libraries and executables): Add havelib,
10867         relocatable-*.
10868         (Support for maintaining and releasing projects): Renamed from
10869         'Support for maintaining and release projects'. Add announce-gen.
10870
10871 2007-03-31  Bruno Haible  <bruno@clisp.org>
10872
10873         * README: Talk primarily about git.
10874         (git and CVS): Renamed from CVS.
10875         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
10876         gnulib is available through git.
10877         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
10878
10879 2007-03-30  Bruno Haible  <bruno@clisp.org>
10880
10881         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
10882         * lib/poll_.h: Likewise.
10883         * lib/stat_.h: Likewise.
10884         * lib/sys_time_.h: Likewise.
10885         * lib/sysexit_.h: Likewise.
10886         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
10887         * lib/stdbool_.h: Likewise.
10888         * lib/byteswap_.h: Add double-inclusion guard.
10889
10890 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
10891
10892         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
10893
10894 2007-03-30  Karl Berry  <karl@gnu.org>
10895
10896         * config/srclist-update: double space after USA in the license
10897         substitution, since that's how it's usually (?) written.
10898
10899 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
10902         reported by Bruno Haible.
10903
10904 2007-03-29  Bruno Haible  <bruno@clisp.org>
10905
10906         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
10907         a bug in AIX iconv().
10908
10909 2007-03-29  Bruno Haible  <bruno@clisp.org>
10910
10911         * modules/ldexpl-tests: New file.
10912         * tests/test-ldexpl.c: New file.
10913
10914 2007-03-29  Bruno Haible  <bruno@clisp.org>
10915
10916         * lib/ldexpl.c: Include fpucw.h.
10917         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
10918         multiplication.
10919         * modules/ldexpl (Depends-on): Add fpucw.
10920
10921 2007-03-29  Bruno Haible  <bruno@clisp.org>
10922
10923         * modules/ldexpl: New file.
10924         * m4/ldexpl.m4: New file.
10925         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
10926         set.
10927         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
10928         REPLACE_LDEXPL.
10929         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
10930         REPLACE_LDEXPL.
10931         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
10932         gl_FUNC_LDEXPL_WORKS.
10933         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
10934         * modules/mathl (Files): Remove lib/ldexpl.c.
10935         (Depends-on): Add ldexpl.
10936
10937 2007-03-29  Bruno Haible  <bruno@clisp.org>
10938
10939         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
10940
10941 2007-03-29  Bruno Haible  <bruno@clisp.org>
10942
10943         * tests/test-striconveh.c (main): Don't assume that a direct conversion
10944         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
10945         and possibly also HP-UX.
10946         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
10947         work on AIX, IRIX, HP-UX, OSF/1.
10948         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
10949         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
10950         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
10951         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
10952         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
10953         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
10954
10955 2007-03-29  Bruno Haible  <bruno@clisp.org>
10956
10957         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
10958
10959 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10960
10961         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
10962         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
10963
10964 2007-03-29  Eric Blake  <ebb9@byu.net>
10965
10966         * lib/acl-internal.h: Remove redundant include.
10967         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
10968         Cygwin when a file is locked.
10969
10970 2007-03-29  Bruno Haible  <bruno@clisp.org>
10971
10972         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
10973         file.
10974         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
10975
10976 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
10977
10978         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
10979         try to remove a parent directory if the child couldn't be removed
10980         (except for the first rmdir, which could fail because the child
10981         doesn't exist).  Problem reported by Jeff Blaine in
10982         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
10983
10984 2007-03-28  Bruno Haible  <bruno@clisp.org>
10985
10986         * lib/striconveh.c (utf8conv_carefully): New function.
10987         (mem_cd_iconveh_internal): Invoke it.
10988
10989 2007-03-28  Bruno Haible  <bruno@clisp.org>
10990
10991         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
10992         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
10993         input.
10994         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
10995         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
10996         unistr/u8-uctomb.
10997
10998 2007-03-28  Bruno Haible  <bruno@clisp.org>
10999
11000         * modules/unistr/u8-mbtoucr: New file.
11001         * lib/unistr/u8-mbtoucr.c: New file.
11002         * modules/unistr/u16-mbtoucr: New file.
11003         * lib/unistr/u16-mbtoucr.c: New file.
11004         * modules/unistr/u16-mbtoucr: New file.
11005         * lib/unistr/u16-mbtoucr.c: New file.
11006         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
11007
11008 2007-03-27  Simon Josefsson  <simon@josefsson.org>
11009             Bruno Haible  <bruno@clisp.org>
11010
11011         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
11012         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
11013         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
11014
11015         * m4/stdio_h.m4: Add stubs for vasprintf too.
11016
11017         * modules/stdio: Support vasprintf in sed command.
11018
11019         * modules/vasprintf: Depend on stdio for prototypes.  Remove
11020         vasprintf.h.  Add stdio module indicator.
11021
11022         * lib/stdio_.h: Declare asprintf and vasprintf, based on
11023         vasprintf.h.
11024
11025         * lib/vasprintf.h: File removed.
11026
11027         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
11028         * lib/vasprintf.c: Ditto.
11029         * lib/xvasprintf.c: Ditto.
11030         * tests/test-vasprintf-posix.c: Ditto.
11031         * tests/test-vasprintf.c: Ditto.
11032
11033 2007-03-27  Bruno Haible  <bruno@clisp.org>
11034
11035         Make vasnprintf multithread-safe.
11036         * lib/vasnprintf.c (decimal_point_char): New function.
11037         (VASNPRINTF): Use it.
11038         Suggested by Simon Josefsson.
11039
11040 2007-03-27  Eric Blake  <ebb9@byu.net>
11041
11042         Support sub-second birthtime on cygwin.
11043         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
11044         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
11045         (get_stat_birthtime): Also work with st_birthtim.
11046
11047 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
11048
11049         * lib/stat-time.h (USE_BIRTHTIME): Remove.
11050         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
11051         (get_stat_birthtime_ns): Do not try to use "spare" fields.
11052         (get_stat_birthtime_ns): Simplify compile-time tests.
11053         (get_stat_birthtime): Change the API to look like
11054         get_stat_mtime etc., except return a negative tv_nsec on error.
11055         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
11056         Don't check for "spare" fields.
11057         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
11058         or for struct stat.st_birthtime, as these tests aren't used.
11059         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
11060
11061 2007-03-27  Bruno Haible  <bruno@clisp.org>
11062
11063         * lib/stat-time.h: Include <sys/stat.h>.
11064
11065 2007-03-27  James Youngman  <jay@gnu.org>
11066
11067         * lib/stat-time.h (get_stat_birthtime): New function for
11068           retrieving st_birthtime as provided by UFS2 (hence *BSD).
11069         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
11070           and its variants.
11071         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
11072         * modules/stat-time-test: New file.
11073         * tests/test-stat-time.c: New test, devised by Bruno Haible.
11074
11075 2007-03-26  Bruno Haible  <bruno@clisp.org>
11076
11077         Better support of signalling NaNs.
11078         * lib/atanl.c: Include isnanl.h.
11079         (atanl): Perform test for NaN at the beginning of the function and
11080         through a call to isnanl.
11081         * lib/cosl.c: Include isnanl.h.
11082         (cosl): Perform test for NaN at the beginning of the function and
11083         through a call to isnanl.
11084         * lib/ldexpl.c: Include isnanl.h.
11085         (ldexpl): Perform test for NaN through a call to isnanl.
11086         * lib/logl.c: Include isnanl.h.
11087         (logl): Perform test for NaN at the beginning of the function and
11088         through a call to isnanl.
11089         * lib/sinl.c: Include isnanl.h.
11090         (sinl): Perform test for NaN at the beginning of the function and
11091         through a call to isnanl.
11092         * lib/sqrtl.c: Include isnanl.h.
11093         (sqrtl): Perform test for NaN at the beginning of the function and
11094         through a call to isnanl.
11095         * lib/tanl.c: Include isnanl.h.
11096         (tanl): Perform test for NaN at the beginning of the function and
11097         through a call to isnanl.
11098         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
11099         * modules/mathl (Depends-on): Add isnanl.
11100
11101 2007-03-26  Eric Blake  <ebb9@byu.net>
11102
11103         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
11104         regression in logic sense of previous patch.
11105
11106 2007-03-26  Bruno Haible  <bruno@clisp.org>
11107
11108         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
11109         unportable shell command "if ! ...".
11110         Reported by Ralf Wildenhues.
11111
11112 2007-03-25  Bruno Haible  <bruno@clisp.org>
11113
11114         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
11115         <sysexits.h> file, and only add EX_CONFIG.
11116         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
11117         absolute file name and whether it is sufficient. Substitute also
11118         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
11119         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
11120         ABSOLUTE_SYSEXITS_H into sysexits.h.
11121
11122 2007-03-25  Bruno Haible  <bruno@clisp.org>
11123
11124         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
11125         hints is NULL.
11126
11127 2007-03-25  Bruno Haible  <bruno@clisp.org>
11128
11129         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
11130         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
11131
11132 2007-03-25  Bruno Haible  <bruno@clisp.org>
11133
11134         * lib/vasnprintf.c: Include langinfo.h.
11135         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
11136         multithread-safe.
11137         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
11138         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
11139         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
11140         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
11141         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
11142         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
11143         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
11144         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
11145         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
11146         Reported by Simon Josefsson.
11147
11148 2007-03-25  Bruno Haible  <bruno@clisp.org>
11149
11150         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
11151         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
11152         * modules/vasnprintf (Depends-on): Add stdint.
11153
11154 2007-03-25  Bruno Haible  <bruno@clisp.org>
11155
11156         * modules/fpieee: New file.
11157         * m4/fpieee.m4: New file.
11158         * modules/isnan-nolibm (Depends-on): Add fpieee.
11159         * modules/isnanl-nolibm (Depends-on): Add fpieee.
11160         * modules/isnanl (Depends-on): Add fpieee.
11161
11162 2007-03-25  Bruno Haible  <bruno@clisp.org>
11163
11164         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
11165
11166 2007-03-25  Bruno Haible  <bruno@clisp.org>
11167
11168         Avoid test failures on IRIX 6.5.
11169         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
11170         (main): Use it.
11171         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
11172         macros.
11173         (main): Use them.
11174
11175 2007-03-25  Bruno Haible  <bruno@clisp.org>
11176
11177         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
11178         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
11179         exists but doesn't work.
11180         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
11181         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
11182         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
11183         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
11184
11185 2007-03-25  Bruno Haible  <bruno@clisp.org>
11186
11187         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
11188         returns inf. Needed on IRIX 6.5.
11189
11190 2007-03-25  Bruno Haible  <bruno@clisp.org>
11191
11192         * tests/test-frexpl.c: Include isnanl-nolibm.h.
11193         (main): Use isnanl instead of x != x idiom.
11194         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
11195
11196         * tests/test-frexp.c: Include isnan.h.
11197         (main): Use isnan instead of x != x idiom.
11198         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
11199
11200 2007-03-25  Bruno Haible  <bruno@clisp.org>
11201
11202         * tests/test-frexp.c (NaN): New function/macro.
11203         (main): Use it instead of 0.0 / 0.0.
11204         * tests/test-isnan.c (NaN): New function/macro.
11205         (main): Use it instead of 0.0 / 0.0.
11206         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
11207         (test_function): Use it instead of 0.0 / 0.0.
11208         * tests/test-vasprintf-posix.c (NaN): New function/macro.
11209         (test_function): Use it instead of 0.0 / 0.0.
11210         * tests/test-snprintf-posix.h (NaN): New function/macro.
11211         (test_function): Use it instead of 0.0 / 0.0.
11212         * tests/test-sprintf-posix.h (NaN): New function/macro.
11213         (test_function): Use it instead of 0.0 / 0.0.
11214         * tests/test-fprintf-posix.h (NaN): New function/macro.
11215         (test_function): Use it instead of 0.0 / 0.0.
11216         * tests/test-printf-posix.h (NaN): New function/macro.
11217         (test_function): Use it instead of 0.0 / 0.0.
11218
11219         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
11220
11221 2007-03-25  Bruno Haible  <bruno@clisp.org>
11222
11223         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
11224
11225 2007-03-25  Bruno Haible  <bruno@clisp.org>
11226
11227         * lib/regexec.c (merge_state_with_log): Make static.
11228
11229 2007-03-25  Bruno Haible  <bruno@clisp.org>
11230
11231         * lib/trigl.c (kernel_rem_pio2): Make static.
11232
11233 2007-03-25  Bruno Haible  <bruno@clisp.org>
11234
11235         * lib/sincosl.c (sincosl_table): Make static.
11236
11237 2007-03-25  Bruno Haible  <bruno@clisp.org>
11238
11239         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
11240         if the compiler does not support C99.
11241
11242 2007-03-25  Bruno Haible  <bruno@clisp.org>
11243
11244         * modules/time (Makefile.am): Ensure all rule action lines start with a
11245         tab.
11246
11247 2007-03-24  Bruno Haible  <bruno@clisp.org>
11248
11249         * modules/tsearch-tests: New file.
11250         * tests/test-tsearch.sh: New file.
11251         * tests/test-tsearch.c: New file, mostly copied from glibc.
11252
11253         * modules/search-tests: New file.
11254         * tests/test-search.c: New file.
11255
11256         * modules/search: New file.
11257         * lib/search_.h: New file, incorporating lib/tsearch.h.
11258         * m4/search_h.m4: New file.
11259         * lib/tsearch.h: Remove file.
11260         * lib/tsearch.c: Include search.h instead of tsearch.h.
11261         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
11262         HAVE_TSEARCH.
11263         * modules/tsearch (Files): Remove lib/tsearch.h.
11264         (Depends-on): Add search.
11265         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
11266         (Include): Change tsearch.h into search.h.
11267
11268 2007-03-24  Bruno Haible  <bruno@clisp.org>
11269
11270         * modules/fpucw: New file.
11271         * lib/fpucw.h: New file.
11272         * lib/frexp.c: Include fpucw.h.
11273         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11274         (FUNC): Use them.
11275         * lib/printf-frexp.c: Include fpucw.h.
11276         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
11277         (FUNC): Use them.
11278         * lib/vasnprintf.c: Include fpucw.h.
11279         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
11280         'long double' calculations.
11281         * tests/test-frexpl.c: Include fpucw.h.
11282         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11283         * tests/test-printf-frexpl.c: Include fpucw.h.
11284         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
11285         * modules/frexpl (Depends-on): Add fpucw.
11286         * modules/printf-frexpl (Depends-on): Likewise.
11287         * modules/fprintf-posix (Depends-on): Likewise.
11288         * modules/snprintf-posix (Depends-on): Likewise.
11289         * modules/sprintf-posix (Depends-on): Likewise.
11290         * modules/vasnprintf-posix (Depends-on): Likewise.
11291         * modules/vasprintf-posix (Depends-on): Likewise.
11292         * modules/vfprintf-posix (Depends-on): Likewise.
11293         * modules/vsnprintf-posix (Depends-on): Likewise.
11294         * modules/vsprintf-posix (Depends-on): Likewise.
11295         * modules/frexpl-tests (Depends-on): Likewise.
11296         * modules/printf-frexpl-tests (Depends-on): Likewise.
11297
11298 2007-03-24  Bruno Haible  <bruno@clisp.org>
11299
11300         * lib/float+.h: New file.
11301         * lib/isnan.c: Include float+.h.
11302         (SIZE): New macro.
11303         (FUNC): Compare only SIZE bytes of the value.
11304         * lib/vasnprintf.c: Include float+.h.
11305         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
11306         SIZEOF_LDBL or SIZEOF_DBL bytes.
11307         * modules/isnan-nolibm (Files): Add lib/float+.h.
11308         * modules/isnanl-nolibm (Files): Add lib/float+.h.
11309         * modules/isnanl (Files): Add lib/float+.h.
11310         * modules/vasnprintf (Files): Add lib/float+.h.
11311
11312 2007-03-24  Bruno Haible  <bruno@clisp.org>
11313
11314         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
11315         include isnanl-nolibm.h.
11316
11317 2007-03-24  Bruno Haible  <bruno@clisp.org>
11318
11319         * tests/test-read-file.c (main): Don't produce spurious output for
11320         expected situations. Make the test fail if it encountered unexpected
11321         results.
11322
11323 2007-03-24  Bruno Haible  <bruno@clisp.org>
11324
11325         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
11326         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
11327
11328 2007-03-24  Bruno Haible  <bruno@clisp.org>
11329
11330         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
11331
11332 2007-03-24  Bruno Haible  <bruno@clisp.org>
11333
11334         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
11335         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
11336
11337         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
11338         * modules/utf8-ucs4: Turn into a symbolic link to module
11339         unistr/u8-mbtouc.
11340
11341         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
11342         utf8-ucs4-unsafe.
11343         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
11344         unistr/u8-mbtouc-unsafe.
11345
11346         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
11347         * modules/utf16-ucs4: Turn into a symbolic link to module
11348         unistr/u16-mbtouc.
11349
11350         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
11351         utf16-ucs4-unsafe.
11352         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
11353         unistr/u16-mbtouc-unsafe.
11354
11355         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
11356         * modules/ucs4-utf8: Turn into a symbolic link to module
11357         unistr/u8-ubtomb.
11358
11359         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
11360         * modules/ucs4-utf16: Turn into a symbolic link to module
11361         unistr/u16-ubtomb.
11362
11363 2007-03-24  Bruno Haible  <bruno@clisp.org>
11364
11365         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
11366         Enable the function only if HAVE_INLINE.
11367         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
11368         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11369         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
11370         Enable the function only if HAVE_INLINE.
11371         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
11372         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
11373         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
11374         Enable the function only if HAVE_INLINE.
11375         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
11376         Enable the function only if HAVE_INLINE.
11377         * modules/utf8-ucs4: Update.
11378         * modules/utf8-ucs4-unsafe: Update.
11379         * modules/utf16-ucs4: Update.
11380         * modules/utf16-ucs4-unsafe: Update.
11381         * modules/ucs4-utf8: Update.
11382         * modules/ucs4-utf16: Update.
11383
11384 2007-03-24  Bruno Haible  <bruno@clisp.org>
11385
11386         * lib/utf8-ucs4.h: Remove file.
11387         * lib/utf8-ucs4-unsafe.h: Remove file.
11388         * lib/utf16-ucs4.h: Remove file.
11389         * lib/utf16-ucs4-unsafe.h: Remove file.
11390         * lib/ucs4-utf8.h: Remove file.
11391         * lib/ucs4-utf16.h: Remove file.
11392         * lib/unistr.h: Include their previous contents.
11393         * m4/utf-ucs4.m4: Remove file.
11394         * m4/ucs4-utf.m4: Remove file.
11395         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
11396         (Depends-on): Add unistr/base.
11397         (configure.ac): Remove gl_UTF_UCS4.
11398         (Makefile.am): Update.
11399         (Include): Change to unistr.h.
11400         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
11401         (Depends-on): Add unistr/base.
11402         (configure.ac): Remove gl_UTF_UCS4.
11403         (Makefile.am): Update.
11404         (Include): Change to unistr.h.
11405         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
11406         (Depends-on): Add unistr/base.
11407         (configure.ac): Remove gl_UTF_UCS4.
11408         (Makefile.am): Update.
11409         (Include): Change to unistr.h.
11410         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
11411         (Depends-on): Add unistr/base.
11412         (configure.ac): Remove gl_UTF_UCS4.
11413         (Makefile.am): Update.
11414         (Include): Change to unistr.h.
11415         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
11416         (Depends-on): Add unistr/base.
11417         (configure.ac): Remove gl_UCS4_UTF.
11418         (Makefile.am): Update.
11419         (Include): Change to unistr.h.
11420         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
11421         (Depends-on): Add unistr/base.
11422         (configure.ac): Remove gl_UCS4_UTF.
11423         (Makefile.am): Update.
11424         (Include): Change to unistr.h.
11425         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
11426         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
11427         utf8-ucs4-unsafe.h.
11428         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
11429         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
11430         utf16-ucs4-unsafe.h.
11431         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
11432         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
11433         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
11434         * lib/unistr/u8-strchr.c: Likewise.
11435         * lib/unistr/u8-strrchr.c: Likewise.
11436         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
11437         * lib/unistr/u16-strchr.c: Likewise.
11438         * lib/unistr/u16-strrchr.c: Likewise.
11439         * lib/striconveh.c: Update.
11440         * lib/linebreak.c: Update.
11441
11442 2007-03-24  Bruno Haible  <bruno@clisp.org>
11443
11444         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
11445         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
11446
11447 2007-03-22  Bruno Haible  <bruno@clisp.org>
11448
11449         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
11450
11451 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
11452
11453         * MODULES.html.sh (File system functions): New module write-any-file.
11454         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
11455         * m4/write-any-file.m4: New files.
11456
11457 2007-03-23  Eric Blake  <ebb9@byu.net>
11458
11459         * gnulib-tool: Rearrange space-tab sequences, since some editors
11460         like to eat them.
11461
11462 2007-03-23  Eric Blake  <ebb9@byu.net>
11463
11464         * lib/version-etc.c (version_etc_va): Update license wording to
11465         be more concise.  Recommended by Richard Stallman.
11466
11467 2007-03-22  Bruno Haible  <bruno@clisp.org>
11468
11469         * lib/poll.c (MSG_PEEK): New fallback definition.
11470
11471 2007-03-22  Bruno Haible  <bruno@clisp.org>
11472
11473         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
11474         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
11475         (main): Update.
11476         Fixes a compilation error on BeOS.
11477
11478 2007-03-22  Bruno Haible  <bruno@clisp.org>
11479
11480         * modules/frexpl-tests: New file.
11481         * tests/test-frexpl.c: New file.
11482
11483         * modules/frexpl: New file.
11484         * m4/frexpl.m4: New file.
11485         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
11486         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
11487         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
11488         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
11489         (Depends-on): Add frexpl. Remove isnanl-nolibm.
11490         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
11491
11492 2007-03-22  Bruno Haible  <bruno@clisp.org>
11493
11494         * lib/frexpl.c: Share code with lib/frexp.c.
11495         * modules/mathl (Files): Add lib/frexp.c.
11496         (Depends-on): Add isnanl-nolibm.
11497
11498 2007-03-22  Bruno Haible  <bruno@clisp.org>
11499
11500         * modules/printf-frexp (Files): Add m4/frexp.m4.
11501         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
11502         only if the found frexp function actually works.
11503
11504 2007-03-22  Bruno Haible  <bruno@clisp.org>
11505
11506         * lib/frexp.c: Remove older implementation that uses divisions.
11507
11508 2007-03-21  Bruno Haible  <bruno@clisp.org>
11509
11510         * modules/frexp-tests: New file.
11511         * tests/test-frexp.c: New file.
11512
11513         * modules/frexp: New file.
11514         * lib/frexp.c: New file.
11515         * m4/frexp.m4: New file.
11516         * lib/math_.h (frexp): New declaration.
11517         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
11518         REPLACE_FREXP.
11519         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
11520
11521 2007-03-21  Bruno Haible  <bruno@clisp.org>
11522
11523         * modules/isnanl-tests: New file.
11524         * tests/test-isnanl.c: New file.
11525
11526         * modules/isnanl: New file.
11527         * lib/isnanl.h: New file.
11528         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
11529         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
11530         gl_FUNC_ISNANL_WORKS.
11531         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
11532         New macros.
11533
11534 2007-03-21  Bruno Haible  <bruno@clisp.org>
11535
11536         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
11537         lib/isnanl.h.
11538         (Include): Update.
11539         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
11540         * lib/vasnprintf.c: Update.
11541         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
11542         tests/test-isnanl.h, remove tests/test-isnanl.c.
11543         (Makefile.am): Update.
11544         * tests/test-isnanl-nolibm.c: New file.
11545         * tests/test-isnanl.h: New file.
11546         * tests/test-isnanl.c: Remove file.
11547
11548 2007-03-21  Jim Meyering  <jim@meyering.net>
11549
11550         When trying to open ".", treat ESTALE like EACCES.
11551         * lib/savewd.c (savewd_save): Resort to forking not just upon
11552         failure with EACCES, but also when errno is ESTALE.
11553
11554 2007-03-20  Bruno Haible  <bruno@clisp.org>
11555
11556         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
11557         Needed on AIX 5.1. Reported by Matthew Woehlke.
11558
11559 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11560
11561         Suggestions by Bruno Haible:
11562         * lib/acl-internal.h: Include "gettext.h" rather than rolling
11563         our own.
11564         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
11565         * modules/acl (Depends-on): Add gettext.
11566
11567 2007-03-19  Bruno Haible  <bruno@clisp.org>
11568
11569         * modules/iconvme: Remove file.
11570         * lib/iconvme.h: Remove file.
11571         * lib/iconvme.c: Remove file.
11572         * m4/iconvme.m4: Remove file.
11573
11574 2007-03-19  Bruno Haible  <bruno@clisp.org>
11575
11576         * doc/relocatable-maint.texi: Break long shell script line.
11577         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11578
11579 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
11582         handle file_has_acl.
11583         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
11584         * lib/acl.c: Move header inclusions and related macro defns into
11585         lib/acl-internal.h.
11586         (S_ISLNK): Remove defn, since that's now done for us.
11587         (file_has_acl): Move to lib/file-has-acl.c.
11588         Call acl_trivial if available.  This is the crucial part of the fix.
11589         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
11590         shared within the library.  Rewrite a bit, partly to make it compatible
11591         with the GNU coding style.
11592         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
11593         Remove unnecessary double-quotes.
11594         Don't test for acl_to_text; the build will catch that.
11595         Replace acl_entries if it doesn't exist and it is needed.
11596         Check for -lsec and acl_trivial (as used on Solaris 10).
11597         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
11598         lib/file-has-acl.c.
11599         (Depends-on): Add sys_stat, for S_ISLNK.
11600
11601 2007-03-19  Ben Pfaff  <blp@gnu.org>
11602
11603         * doc/gnulib.texi: Fix typos.
11604         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
11605
11606 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
11607
11608         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
11609         If size is zero here, buf must be zero.
11610
11611 2007-03-19  Simon Josefsson  <simon@josefsson.org>
11612
11613         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
11614         <bruno@clisp.org>.
11615
11616 2007-03-18  Bruno Haible  <bruno@clisp.org>
11617
11618         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
11619         Suggested by Eric Blake.
11620
11621 2007-03-18  Ben Pfaff  <blp@gnu.org>
11622
11623         * doc/relocatable.texi: Recommend using as prefix a directory
11624         that does not exist and will never be created.  Based on
11625         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
11626         and others.
11627
11628 2007-03-17  Bruno Haible  <bruno@clisp.org>
11629
11630         * lib/fchownat.c: Include lchown.h.
11631
11632 2007-03-17  Bruno Haible  <bruno@clisp.org>
11633
11634         Fix endless loop when the given allocated size was > INT_MAX.
11635         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
11636         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
11637         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
11638         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
11639         * lib/sprintf.c (sprintf): Likewise.
11640
11641 2007-03-17  Bruno Haible  <bruno@clisp.org>
11642
11643         * tests/test-argp-2.sh (func_compare): Output a context diff.
11644
11645 2007-03-17  Bruno Haible  <bruno@clisp.org>
11646
11647         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
11648         locale's decimal-point character.
11649
11650 2007-03-17  Bruno Haible  <bruno@clisp.org>
11651
11652         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
11653         before comparing it. Needed because on some platforms (e.g. x86) a
11654         'long double' occupies less bytes than sizeof (long double).
11655
11656 2007-03-17  Bruno Haible  <bruno@clisp.org>
11657
11658         * tests/test-crc.c (main): Make printf statements 64-bit clean.
11659         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
11660         * tests/test-getaddrinfo.c (simple): Likewise.
11661         * tests/test-read-file.c (main): Likewise.
11662
11663 2007-03-17  Bruno Haible  <bruno@clisp.org>
11664
11665         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
11666
11667 2007-03-17  Bruno Haible  <bruno@clisp.org>
11668
11669         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
11670         unused variable.
11671
11672 2007-03-17  Bruno Haible  <bruno@clisp.org>
11673
11674         * tests/test-c-strcasecmp.c: Include c-strcase.h.
11675         * tests/test-c-strncasecmp.c: Likewise.
11676
11677 2007-03-17  Bruno Haible  <bruno@clisp.org>
11678
11679         * modules/stdlib (Depends-on): Add unistd.
11680         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
11681         Needed for MacOS X 10.3.
11682
11683 2007-03-17  Bruno Haible  <bruno@clisp.org>
11684
11685         * lib/unistr/u-strdup.h: Include <stdlib.h>.
11686
11687 2007-03-17  Bruno Haible  <bruno@clisp.org>
11688
11689         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
11690
11691 2007-03-17  Bruno Haible  <bruno@clisp.org>
11692
11693         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
11694         to reflect files copied from gnulib (with or without modifications).
11695         Suggested by Jim Meyering.
11696
11697 2007-03-17  Eric Blake  <ebb9@byu.net>
11698
11699         * NEWS: Document stdlib change from 2007-02-18.
11700
11701 2007-03-17  Jim Meyering  <jim@meyering.net>
11702
11703         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
11704         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
11705         someone uses a name containing shell meta-characters.
11706         Reported by Alfred M. Szmidt.
11707
11708         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
11709
11710 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11711
11712         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
11713         and copy gettext configuration files only if configure.ac contains
11714         a use of AM_GNU_GETTEXT_VERSION.
11715
11716 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
11717
11718         * build-aux/bootstrap (gnulib_name): New variable.
11719         (gnulib_tool_options): Use it.
11720
11721 2007-03-13  Simon Josefsson  <simon@josefsson.org>
11722
11723         * tests/test-des.c: Use new namespace.
11724
11725 2007-03-15  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
11728         Reported by James Youngman <jay@gnu.org>.
11729
11730 2007-03-15  Bruno Haible  <bruno@clisp.org>
11731
11732         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
11733         declared prototype. Needed with cc on OSF/1 5.1.
11734
11735 2007-03-15  Bruno Haible  <bruno@clisp.org>
11736
11737         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
11738         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
11739         (struct gl_list_implementation): Add dispose_fn argument to the
11740         'create_empty', 'create' methods.
11741         (struct gl_list_impl_base): Add field 'dispose_fn'.
11742         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
11743         argument.
11744         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
11745         dispose_fn argument.
11746         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
11747         dispose_fn on the dropped values.
11748         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
11749         dispose_fn argument.
11750         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
11751         dropped values.
11752         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
11753         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11754         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
11755         (gl_tree_remove_node): Call dispose_fn on the dropped value.
11756         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
11757         argument.
11758         (gl_tree_list_free): Call dispose_fn on the dropped values.
11759         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
11760         the dropped values.
11761         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
11762         Add dispose_fn argument.
11763         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
11764         Call dispose_fn on the dropped values.
11765         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
11766         Add dispose_fn argument.
11767         (gl_sublist_create): Initialize the 'dispose_fn' field.
11768         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
11769         * tests/test-array_list.c (main): Update.
11770         * tests/test-carray_list.c (main): Update.
11771         * tests/test-avltree_list.c (main): Update.
11772         * tests/test-rbtree_list.c (main): Update.
11773         * tests/test-avltreehash_list.c (main): Update.
11774         * tests/test-rbtreehash_list.c (main): Update.
11775         * tests/test-linked_list.c (main): Update.
11776         * tests/test-linkedhash_list.c (main): Update.
11777         * tests/test-array_oset.c (main): Update.
11778
11779 2007-03-15  Bruno Haible  <bruno@clisp.org>
11780
11781         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
11782         (gl_oset_create_empty): Add dispose_fn argument.
11783         (struct gl_oset_implementation): Add dispose_fn argument to
11784         'create_empty' method.
11785         (struct gl_oset_impl_base): Add dispose_fn field.
11786         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
11787         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
11788         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
11789         values.
11790         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
11791         (gl_tree_oset_free): Call dispose_fn on the dropped values.
11792         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11793         dropped value.
11794         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
11795         dropped value.
11796         * tests/test-array_oset.c (main): Update.
11797         * tests/test-avltree_oset.c (main): Update.
11798         * tests/test-rbtree_oset.c (main): Update.
11799         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
11800
11801 2007-03-13  Bruno Haible  <bruno@clisp.org>
11802
11803         * tests/test-stdbool.c (i): Update after last patch.
11804
11805 2007-03-12  Bruno Haible  <bruno@clisp.org>
11806
11807         * lib/quotearg.c: Include <wctype.h> early, before the definition of
11808         the iswprint macro. Needed on Solaris 2.5.1.
11809
11810 2007-03-12  Bruno Haible  <bruno@clisp.org>
11811
11812         * tests/test-printf-frexp.c (main): Declare x as volatile.
11813
11814 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11815
11816         * doc/gnulib.texi (Build robot for gnulib): New section.
11817
11818 2007-03-12  Jim Meyering  <jim@meyering.net>
11819
11820         * build-aux/bootstrap: New file.
11821         * build-aux/bootstrap.conf: New file, from coreutils.
11822
11823 2007-03-11  Bruno Haible  <bruno@clisp.org>
11824
11825         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
11826
11827 2007-03-12  Simon Josefsson  <simon@josefsson.org>
11828
11829         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
11830         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
11831         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
11832
11833 2007-03-11  Bruno Haible  <bruno@clisp.org>
11834
11835         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
11836         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
11837
11838 2007-03-11  Bruno Haible  <bruno@clisp.org>
11839
11840         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
11841         formula. Needed for SunPRO C 5.0.
11842
11843 2007-03-11  Bruno Haible  <bruno@clisp.org>
11844
11845         * modules/long-options (Depends-on): Add getopt.
11846
11847 2007-03-11  Bruno Haible  <bruno@clisp.org>
11848
11849         * modules/modechange (Depends-on): Add stdbool.
11850
11851 2007-03-11  Bruno Haible  <bruno@clisp.org>
11852
11853         * modules/i-ring (Depends-on): Add stdbool.
11854
11855 2007-03-11  Bruno Haible  <bruno@clisp.org>
11856
11857         * modules/gc-des (Depends-on): Add stdbool.
11858
11859 2007-03-11  Bruno Haible  <bruno@clisp.org>
11860
11861         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
11862
11863 2007-03-11  Bruno Haible  <bruno@clisp.org>
11864
11865         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
11866
11867 2007-03-11  Bruno Haible  <bruno@clisp.org>
11868
11869         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
11870
11871 2007-03-11  Bruno Haible  <bruno@clisp.org>
11872
11873         * lib/vasnprintf.c (sprintf): Undefine.
11874
11875 2007-03-11  Bruno Haible  <bruno@clisp.org>
11876
11877         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
11878         initializers in SunPRO C and Compaq C compilers.
11879
11880 2007-03-11  Bruno Haible  <bruno@clisp.org>
11881
11882         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
11883         decrementing code ANSI C compliant.
11884
11885 2007-03-11  Bruno Haible  <bruno@clisp.org>
11886
11887         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
11888         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
11889
11890 2007-03-11  Bruno Haible  <bruno@clisp.org>
11891
11892         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
11893         <stdbool.h> substitute doesn't pass.
11894
11895 2007-03-11  Bruno Haible  <bruno@clisp.org>
11896
11897         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
11898
11899 2007-03-11  Bruno Haible  <bruno@clisp.org>
11900
11901         * gnulib-tool (func_create_megatestdir): Create also an autobuild
11902         script, for submission to autobuild.josefsson.org.
11903
11904 2007-03-10  Bruno Haible  <bruno@clisp.org>
11905
11906         * modules/canonicalize-lgpl-tests: New file.
11907         * tests/test-canonicalize-lgpl.sh: New file.
11908         * tests/test-canonicalize-lgpl.c: New file.
11909
11910         * modules/c-strcase-tests: New file.
11911         * tests/test-c-strcase.sh: New file.
11912         * tests/test-c-strcasecmp.c: New file.
11913         * tests/test-c-strncasecmp.c: New file.
11914
11915         * modules/atexit-tests: New file.
11916         * tests/test-atexit.sh: New file.
11917         * tests/test-atexit.c: New file.
11918
11919 2007-03-10  Bruno Haible  <bruno@clisp.org>
11920
11921         * tests/test-binary-io.sh: Use temporary filenames that are not so
11922         likely to clash with those of other tests (in a parallel make).
11923         * tests/test-binary-io.c: Likewise.
11924
11925 2007-03-10  Bruno Haible  <bruno@clisp.org>
11926
11927         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
11928         fallback; use #error instead.
11929         Suggested by Simon Josefsson.
11930
11931 2007-03-10  Bruno Haible  <bruno@clisp.org>
11932
11933         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
11934         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
11935         first and the last.
11936
11937 2007-03-10  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
11940
11941 2007-03-10  Bruno Haible  <bruno@clisp.org>
11942
11943         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
11944         "make distcheck".
11945         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
11946         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
11947         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
11948
11949 2007-03-10  Bruno Haible  <bruno@clisp.org>
11950
11951         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
11952         variable.
11953         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
11954         variable.
11955
11956 2007-03-09  Eric Blake  <ebb9@byu.net>
11957         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
11958
11959         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
11960         types are not being provided by gnulib.
11961         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
11962         types are supported.
11963
11964 2007-03-10  Bruno Haible  <bruno@clisp.org>
11965
11966         * lib/stdio_.h (__attribute__): New macro.
11967         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
11968         vsprintf): Specify __attribute__ __format__ for GCC.
11969         Suggested by Eric Blake.
11970
11971 2007-03-09  Bruno Haible  <bruno@clisp.org>
11972
11973         * modules/printf-posix-tests: New file.
11974         * tests/test-printf-posix.sh: New file.
11975         * tests/test-printf-posix.c: New file.
11976
11977         * modules/printf-posix: New file.
11978         * lib/printf.c: New file.
11979         * m4/printf-posix-rpl.m4: New file.
11980         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
11981         REPLACE_PRINTF.
11982         * lib/stdio_.h (printf): New declaration.
11983         (format, __format__, ____printf____, ____scanf____, ____strftime____,
11984         ____strfmon____): New macros.
11985         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
11986         REPLACE_PRINTF.
11987
11988 2007-03-09  Bruno Haible  <bruno@clisp.org>
11989
11990         * tests/test-vasnprintf-posix2.sh: New file.
11991         * tests/test-vasnprintf-posix2.c: New file.
11992         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
11993         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
11994         (Makefile.am): Activate test-vasnprintf-posix2.sh.
11995
11996         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
11997         a locale dependent decimal point, rather than always '.'.
11998
11999 2007-03-09  Eric Blake  <ebb9@byu.net>
12000
12001         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
12002         spite of platforms like Tandem/NSK that define it to -1.
12003
12004 2007-03-08  Bruno Haible  <bruno@clisp.org>
12005
12006         * modules/vprintf-posix-tests: New file.
12007         * tests/test-vprintf-posix.sh: New file.
12008         * tests/test-vprintf-posix.c: New file.
12009         * tests/test-printf-posix.h: New file.
12010
12011         * modules/vprintf-posix: New file.
12012         * lib/vprintf.c: New file.
12013         * m4/vprintf-posix.m4: New file.
12014         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
12015         REPLACE_VPRINTF.
12016         * lib/stdio_.h (vprintf): New declaration.
12017         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
12018         REPLACE_VPRINTF.
12019
12020 2007-03-08  Bruno Haible  <bruno@clisp.org>
12021
12022         * modules/fprintf-posix-tests: New file.
12023         * tests/test-fprintf-posix.sh: New file.
12024         * tests/test-fprintf-posix.c: New file.
12025
12026         * modules/fprintf-posix: New file.
12027         * lib/fprintf.c: New file.
12028         * m4/fprintf-posix.m4: New file.
12029         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
12030         REPLACE_FPRINTF.
12031         * lib/stdio_.h (fprintf): New declaration.
12032         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
12033         REPLACE_FPRINTF.
12034
12035 2007-03-08  Bruno Haible  <bruno@clisp.org>
12036
12037         * modules/vfprintf-posix-tests: New file.
12038         * tests/test-vfprintf-posix.sh: New file.
12039         * tests/test-vfprintf-posix.c: New file.
12040         * tests/test-fprintf-posix.h: New file.
12041         * tests/test-fprintf-posix.out: New file.
12042
12043         * modules/vfprintf-posix: New file.
12044         * lib/vfprintf.c: New file.
12045         * m4/vfprintf-posix.m4: New file.
12046         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
12047         REPLACE_VFPRINTF.
12048         * lib/stdio_.h (vfprintf): New declaration.
12049         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
12050         REPLACE_VFPRINTF.
12051
12052 2007-03-08  Bruno Haible  <bruno@clisp.org>
12053
12054         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
12055
12056 2007-03-08  Bruno Haible  <bruno@clisp.org>
12057
12058         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
12059         instead of 'expr' invocations.
12060         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12061         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12062         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12063         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12064         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12065         Suggested by Paul Eggert.
12066
12067 2007-03-08  Bruno Haible  <bruno@clisp.org>
12068
12069         * modules/fseterr-tests: New file.
12070         * tests/test-fseterr.c: New file.
12071
12072         * modules/fseterr: New file.
12073         * lib/fseterr.h: New file.
12074         * lib/fseterr.c: New file.
12075
12076 2007-03-08  Bruno Haible  <bruno@clisp.org>
12077
12078         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
12079         * lib/getopt_.h: Likewise.
12080         * lib/mbswidth.h: Likewise.
12081         * lib/setenv.h: Likewise.
12082         * lib/vasnprintf.h: Likewise.
12083         * lib/vasprintf.h: Likewise.
12084         * lib/verror.h: Likewise.
12085         * lib/xsetenv.h: Likewise.
12086         * lib/xvasprintf.h: Likewise.
12087
12088 2007-03-08  Jim Meyering  <jim@meyering.net>
12089
12090         * users.txt: Add parted.
12091
12092         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
12093
12094 2007-03-07  Bruno Haible  <bruno@clisp.org>
12095
12096         * m4/printf.m4: Make the shell script snippets copy&pastable.
12097
12098 2007-03-02  Bruno Haible  <bruno@clisp.org>
12099
12100         * lib/netinet_in_.h: New file.
12101         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
12102         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
12103         * modules/netinet_in (Files): Add lib/netinet_in_.h.
12104         (Depends-on): Add absolute-header.
12105         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
12106         into netinet/in.h.
12107
12108 2007-03-03  Bruno Haible  <bruno@clisp.org>
12109
12110         * lib/sys_select_.h: New file.
12111         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
12112         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
12113         * modules/sys_select (Files): Add lib/sys_select_.h.
12114         (Depends-on): Add absolute-header.
12115         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
12116         into sys/select.h.
12117
12118 2007-03-02  Bruno Haible  <bruno@clisp.org>
12119
12120         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
12121         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
12122         values.
12123         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
12124         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
12125         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
12126         * modules/sys_socket (Depends-on): Add absolute-header.
12127         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
12128         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
12129         (Include): Remove requirement of inclusion of <sys/types.h>.
12130
12131 2007-03-02  Bruno Haible  <bruno@clisp.org>
12132
12133         * lib/byteswap_.h (bswap_32): Fix formula.
12134
12135 2007-03-06  Bruno Haible  <bruno@clisp.org>
12136
12137         * modules/sprintf-posix-tests: New file.
12138         * tests/test-sprintf-posix.c: New file.
12139
12140         * modules/sprintf-posix: New file.
12141         * lib/sprintf.c: New file.
12142         * m4/sprintf-posix.m4: New file.
12143         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
12144         REPLACE_SPRINTF.
12145         * lib/stdio_.h (sprintf): New declaration.
12146         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
12147         REPLACE_SPRINTF.
12148
12149 2007-03-06  Bruno Haible  <bruno@clisp.org>
12150
12151         * modules/vsprintf-posix-tests: New file.
12152         * tests/test-vsprintf-posix.c: New file.
12153         * tests/test-sprintf-posix.h: New file.
12154
12155         * modules/vsprintf-posix: New file.
12156         * lib/vsprintf.c: New file.
12157         * m4/vsprintf-posix.m4: New file.
12158         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
12159         REPLACE_VSPRINTF.
12160         * lib/stdio_.h (vsprintf): New declaration.
12161         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
12162         REPLACE_VSPRINTF.
12163
12164 2007-03-06  Bruno Haible  <bruno@clisp.org>
12165
12166         * modules/vsnprintf (Depend-on): Remove minmax.
12167
12168 2007-03-06  Bruno Haible  <bruno@clisp.org>
12169
12170         * modules/snprintf-posix-tests: New file.
12171         * tests/test-snprintf-posix.c: New file.
12172
12173         * modules/snprintf-posix: New file.
12174         * m4/snprintf-posix.m4: New file.
12175         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
12176         gl_FUNC_SNPRINTF.
12177         (gl_FUNC_SNPRINTF): Invoke it.
12178         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
12179         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
12180         is set.
12181         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
12182
12183 2007-03-06  Bruno Haible  <bruno@clisp.org>
12184
12185         * modules/vsnprintf-posix-tests: New file.
12186         * tests/test-vsnprintf-posix.c: New file.
12187         * tests/test-snprintf-posix.h: New file.
12188
12189         * modules/vsnprintf-posix: New file.
12190         * m4/vsnprintf-posix.m4: New file.
12191         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
12192         gl_FUNC_VSNPRINTF.
12193         (gl_FUNC_VSNPRINTF): Invoke it.
12194         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
12195         * lib/stdio_.h (vsnprintf): Define as a replacement if
12196         REPLACE_VSNPRINTF is set.
12197         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
12198
12199 2007-03-06  Bruno Haible  <bruno@clisp.org>
12200
12201         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
12202         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
12203
12204 2007-03-06  Bruno Haible  <bruno@clisp.org>
12205
12206         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
12207         (asinl): Declare also if HAVE_DECL_ASINL is set.
12208         (atanl): Declare also if HAVE_DECL_ATANL is set.
12209         (ceill): Declare also if HAVE_DECL_CEILL is set.
12210         (cosl): Declare also if HAVE_DECL_COSL is set.
12211         (expl): Declare also if HAVE_DECL_EXPL is set.
12212         (floorl): Declare also if HAVE_DECL_FLOORL is set.
12213         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
12214         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
12215         (logl): Declare also if HAVE_DECL_LOGL is set.
12216         (sinl): Declare also if HAVE_DECL_SINL is set.
12217         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
12218         (tanl): Declare also if HAVE_DECL_TANL is set.
12219         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
12220         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
12221         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
12222         declaration of frexpl, ldexpl.
12223         * modules/printf-frexpl (Depends-on): Add math.
12224         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
12225
12226 2007-03-05  Bruno Haible  <bruno@clisp.org>
12227
12228         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
12229         frexpl and ldexpl are declared.
12230         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
12231
12232 2007-03-05  Bruno Haible  <bruno@clisp.org>
12233
12234         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
12235         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
12236
12237 2007-03-05  Bruno Haible  <bruno@clisp.org>
12238
12239         * lib/stdio_.h: Include <stddef.h>.
12240
12241 2007-03-05  Bruno Haible  <bruno@clisp.org>
12242
12243         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
12244
12245 2007-03-05  Bruno Haible  <bruno@clisp.org>
12246
12247         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
12248         NetBSD 4, from Ralf Wildenhues.
12249
12250 2007-03-04  Bruno Haible  <bruno@clisp.org>
12251
12252         * lib/vasprintf.h: Update #if logic for the case when the functions
12253         exist but are overridden.
12254
12255 2007-03-04  Bruno Haible  <bruno@clisp.org>
12256
12257         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
12258         implementations: glibc-2.4 and MacOS X 10.3.
12259         * tests/test-vasnprintf-posix.c (test_function): Test also the case
12260         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
12261         * tests/test-vasprintf-posix.c (test_function): Likewise.
12262
12263 2007-03-04  Bruno Haible  <bruno@clisp.org>
12264
12265         * modules/vasprintf-posix-tests: New file.
12266         * tests/test-vasprintf-posix.c: New file.
12267
12268         * modules/vasprintf-posix: New file.
12269         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
12270         defined.
12271         * m4/vasprintf-posix.m4: New file.
12272         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
12273         gl_FUNC_VASPRINTF.
12274         (gl_FUNC_VASPRINTF): Invoke it.
12275         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
12276         here.
12277         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
12278
12279 2007-03-04  Bruno Haible  <bruno@clisp.org>
12280
12281         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
12282         REPLACE_GETTIMEOFDAY.
12283         * modules/sys_time (Makefile.am): Likewise.
12284         * m4/sys_time_h.m4: Likewise.
12285         * m4/gettimeofday.m4: Likewise.
12286
12287 2007-03-04  Bruno Haible  <bruno@clisp.org>
12288
12289         * modules/vasnprintf-posix-tests: New file.
12290         * tests/test-vasnprintf-posix.c: New file.
12291
12292         * modules/vasnprintf-posix: New file.
12293         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
12294         printf-frexpl.h.
12295         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
12296         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
12297         REPLACE_VASNPRINTF is defined.
12298         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
12299         gl_FUNC_VASNPRINTF.
12300         (gl_FUNC_VASNPRINTF): Invoke it.
12301         * m4/vasnprintf-posix.m4: New file.
12302         * m4/printf.m4: New file.
12303
12304 2007-03-04  Bruno Haible  <bruno@clisp.org>
12305
12306         Compile progreloc.c only if --enable-relocatable is specified.
12307         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
12308         if --enable-relocatable was specified.
12309         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
12310         lib_SOURCES.
12311
12312 2007-03-04  Jim Meyering  <jim@meyering.net>
12313
12314         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
12315         Use it consistently, rather than enumerating errno constants.
12316
12317 2007-03-04  Bruno Haible  <bruno@clisp.org>
12318
12319         * modules/xvasprintf-tests: New file.
12320         * tests/test-xvasprintf.c: New file.
12321
12322         * modules/vasprintf-tests: New file.
12323         * tests/test-vasprintf.c: New file.
12324
12325         * modules/vasnprintf-tests: New file.
12326         * tests/test-vasnprintf.c: New file.
12327
12328         * modules/vsnprintf-tests: New file.
12329         * tests/test-vsnprintf.c: New file.
12330
12331         * modules/snprintf-tests: New file.
12332         * tests/test-snprintf.c: New file.
12333
12334 2007-03-04  Bruno Haible  <bruno@clisp.org>
12335
12336         Compile relocatable.c only if --enable-relocatable is specified.
12337         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
12338         gl_RELOCATABLE_LIBRARY.
12339         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
12340         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
12341         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
12342         gl_RELOCATABLE_LIBRARY.
12343         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
12344         (Makefile.am): Remove lib_SOURCES.
12345         * modules/relocatable-lib-lgpl (configure.ac): Invoke
12346         gl_RELOCATABLE_LIBRARY.
12347         (Makefile.am): Remove lib_SOURCES.
12348         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
12349         always.
12350         * modules/relocatable-prog-wrapper (configure.ac): Invoke
12351         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
12352
12353 2007-03-04  Bruno Haible  <bruno@clisp.org>
12354
12355         * modules/argmatch-tests: New file.
12356         * tests/test-argmatch.c: New file.
12357
12358         * tests/test-allocsa.c (main): Halve the number of loop runs.
12359
12360         * modules/alloca-opt-tests: New file.
12361         * tests/test-alloca-opt.c: New file.
12362
12363 2007-03-04  Jim Meyering  <jim@meyering.net>
12364
12365         Work around difference between Linux ACLs and Solaris 10 ZFS.
12366         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
12367         for EINVAL.
12368
12369 2007-03-03  Bruno Haible  <bruno@clisp.org>
12370
12371         * modules/relocatable-prog (Depends-on): Add back progreloc's
12372         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
12373
12374 2007-03-03  Bruno Haible  <bruno@clisp.org>
12375
12376         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
12377         * modules/relocatable-lib: New file.
12378
12379 2007-03-03  Bruno Haible  <bruno@clisp.org>
12380
12381         * modules/relocatable-prog: Renamed from modules/relocatable.
12382         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
12383
12384 2007-03-03  Bruno Haible  <bruno@clisp.org>
12385
12386         * modules/relocatable-script (Files): Add doc/relocatable.texi,
12387         m4/relocatable-lib.m4.
12388         (Depends-on): Remove 'relocatable'.
12389         (configure.ac): Add gl_RELOCATABLE_NOP.
12390
12391 2007-03-03  Bruno Haible  <bruno@clisp.org>
12392
12393         * modules/relocatable-prog-wrapper: New file.
12394         * modules/relocatable (Depends-on): Add it. Remove all other
12395         dependencies except progname.
12396         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
12397
12398         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
12399         (gl_FUNC_STRERROR): Nop.
12400         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
12401
12402         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
12403         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
12404
12405         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
12406         (gl_FUNC_READLINK): Update.
12407
12408         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
12409
12410 2007-03-03  Bruno Haible  <bruno@clisp.org>
12411
12412         * lib/xreadlink.c: Include <unistd.h> unconditionally.
12413         * modules/xreadlink (Depends-on): Add unistd.
12414         * modules/xreadlink-with-size (Depends-on): Likewise.
12415
12416 2007-03-03  Bruno Haible  <bruno@clisp.org>
12417
12418         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
12419         extracted from gt_FUNC_SETENV.
12420         (gt_FUNC_SETENV): Remove macro.
12421         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
12422         remove gt_FUNC_SETENV.
12423
12424 2007-03-03  Bruno Haible  <bruno@clisp.org>
12425
12426         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
12427         ENABLE_RELOCATABLE here.
12428         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
12429
12430 2007-03-03  Bruno Haible  <bruno@clisp.org>
12431
12432         * modules/rbtreehash-list-tests (Depends-on): Add progname.
12433         * tests/test-rbtreehash_list.c: Include progname.h.
12434         (main): Call set_program_name.
12435
12436         * modules/rbtree-oset-tests (Depends-on): Add progname.
12437         * tests/test-rbtree_oset.c: Include progname.h.
12438         (main): Call set_program_name.
12439
12440         * modules/rbtree-list-tests (Depends-on): Add progname.
12441         * tests/test-rbtree_list.c: Include progname.h.
12442         (main): Call set_program_name.
12443
12444         * modules/linked-list-tests (Depends-on): Add progname.
12445         * tests/test-linked_list.c: Include progname.h.
12446         (main): Call set_program_name.
12447
12448 2007-03-03  Bruno Haible  <bruno@clisp.org>
12449
12450         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
12451         All uses of __restrict changed to _Restrict_.
12452         * lib/glob_.h (__restrict): Remove macro.
12453
12454 2007-03-02  Bruno Haible  <bruno@clisp.org>
12455
12456         * modules/gettext (configure.ac): Require gettext infrastructure
12457         from version 0.16.1.
12458
12459 2007-03-02  Bruno Haible  <bruno@clisp.org>
12460
12461         * modules/linkedhash-list-tests (Depends-on): Add progname.
12462         * tests/test-linkedhash_list.c: Include progname.h.
12463         (main): Call set_program_name.
12464
12465         * modules/carray-list-tests (Depends-on): Add progname.
12466         * tests/test-carray_list.c: Include progname.h.
12467         (main): Call set_program_name.
12468
12469         * modules/avltreehash-list-tests (Depends-on): Add progname.
12470         * tests/test-avltreehash_list.c: Include progname.h.
12471         (main): Call set_program_name.
12472
12473         * modules/avltree-oset-tests (Depends-on): Add progname.
12474         * tests/test-avltree_oset.c: Include progname.h.
12475         (main): Call set_program_name.
12476
12477         * modules/avltree-list-tests (Depends-on): Add progname.
12478         * tests/test-avltree_list.c: Include progname.h.
12479         (main): Call set_program_name.
12480
12481         * modules/array-oset-tests (Depends-on): Add progname.
12482         * tests/test-array_oset.c: Include progname.h.
12483         (main): Call set_program_name.
12484
12485         * modules/array-list-tests (Depends-on): Add progname.
12486         * tests/test-array_list.c: Include progname.h.
12487         (main): Call set_program_name.
12488
12489         * modules/argp-tests (Depends-on): Add progname.
12490         * tests/test-argp.c: Include argp.h first. Include progname.h.
12491         (main): Call set_program_name.
12492
12493 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
12494
12495         * doc/gnulib-tool.texi (Initial import): Reword description of
12496         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
12497         limited effect even if defined after the first system include.
12498
12499 2007-03-01  Bruno Haible  <bruno@clisp.org>
12500
12501         * build-aux/config.libpath: Update to libtool-1.5.22.
12502         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12503
12504 2007-03-01  Bruno Haible  <bruno@clisp.org>
12505
12506         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
12507         foo_CFLAGS.
12508         Reported by Ralf Wildenhues.
12509
12510 2007-03-01  Bruno Haible  <bruno@clisp.org>
12511
12512         * build-aux/install-reloc: Remove object files left over by some
12513         compilers.
12514         Reported by Ralf Wildenhues.
12515
12516 2007-03-01  Bruno Haible  <bruno@clisp.org>
12517
12518         * build-aux/install-reloc: Break long lines.
12519
12520 2007-03-01  Bruno Haible  <bruno@clisp.org>
12521
12522         * doc/relocatable.texi: Document that it may not work on OpenBSD.
12523         Reported by Ralf Wildenhues.
12524
12525 2007-03-01  Bruno Haible  <bruno@clisp.org>
12526
12527         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
12528         include ordering constraints.
12529
12530 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12531
12532         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
12533         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
12534         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
12535         as another example.
12536         * lib/time_.h: Fix misspelling.
12537         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12538         Require gl_HEADER_TIME_H_DEFAULTS.
12539         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
12540         * m4/time_r.m4 (gl_TIME_R): Likewise.
12541         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
12542
12543 2007-03-01  Bruno Haible  <bruno@clisp.org>
12544
12545         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
12546         * m4/utimens.m4 (gl_UTIMENS): Likewise.
12547
12548 2007-03-01  Jim Meyering  <jim@meyering.net>
12549
12550         * modules/xreadlink (Maintainer): Add my name.
12551         * modules/xreadlink-with-size (Depends-on): Alphabetize.
12552
12553 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
12554             Bruno Haible  <bruno@clisp.org>
12555
12556         * build-aux/install-reloc: Compile also c-ctype.c.
12557         * build-aux/relocatable.sh.in: New file.
12558         * doc/relocatable.texi: New file.
12559         * doc/relocatable-maint.texi: New file.
12560         * doc/gnulib.texi: Include relocatable-maint.texi.
12561         * lib/progreloc.c: Include unistd.h unconditionally.
12562         * lib/relocwrapper.c: Include unistd.h unconditionally.
12563         Include c-ctype.h.
12564         (add_dotbin): Use c_tolower.
12565         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
12566         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
12567         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
12568         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
12569         to m4/relocatable-lib.m4.
12570         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
12571         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
12572         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
12573         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
12574         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
12575         * modules/relocatable: New file.
12576         * modules/relocatable-lib: New file.
12577         * modules/relocatable-script: New file.
12578
12579 2007-02-28  Bruno Haible  <bruno@clisp.org>
12580
12581         Import --enable-relocatable infrastructure.
12582         * build-aux/config.libpath: New file, from GNU gettext.
12583         * build-aux/install-reloc: New file, from GNU gettext.
12584         * build-aux/reloc-ldflags: New file, from GNU gettext.
12585         * lib/relocatable.h: New file, from GNU gettext.
12586         * lib/relocatable.c: New file, from GNU gettext.
12587         * lib/relocwrapper.c: New file, from GNU gettext.
12588         * m4/relocatable.m4: New file, from GNU gettext.
12589
12590 2007-02-28  Bruno Haible  <bruno@clisp.org>
12591
12592         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
12593
12594         * modules/xreadlink: New file, from GNU gettext with modifications.
12595         * lib/xreadlink.c: New file, from GNU gettext.
12596         * lib/xreadlink.h: Add comments.
12597         (xreadlink): New declaration.
12598
12599         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
12600         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
12601         lib/xreadlink-with-size.c.
12602         (configure.ac): Remove gl_XREADLINK invocation.
12603         (Makefile.am): Augment lib_SOURCES.
12604         * m4/xreadlink.m4: Remove file.
12605         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
12606         (xreadlink_with_size): Renamed from xreadink.
12607         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
12608         * modules/canonicalize (Depends-on): Replace xreadlink with
12609         xreadlink-with-size.
12610         * lib/canonicalize.c (canonicalize_filename_mode): Update.
12611
12612 2007-02-25  Jim Meyering  <jim@meyering.net>
12613
12614         * build-aux/announce-gen: When complaining about excess arguments,
12615         list them.
12616
12617 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12618
12619         * README: Document signed integer overflow situation more
12620         accurately.
12621
12622 2007-02-25  Bruno Haible  <bruno@clisp.org>
12623
12624         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
12625         'a' or 'A' conversion.
12626
12627 2007-02-25  Bruno Haible  <bruno@clisp.org>
12628
12629         * modules/filename: Renamed from modules/pathname.
12630         (Files): Replace lib/pathname.h with lib/filename.h. Replace
12631         lib/concatpath.c with lib/concat-filename.c.
12632         (Makefile.am): Update.
12633         (Include): Replace pathname.h with filename.h.
12634         * lib/filename.h: Renamed from lib/pathname.h.
12635         (concatenated_filename): Renamed from concatenated_pathname.
12636         * lib/concat-filename.c: Renamed from lib/concatpath.c.
12637         (concatenated_filename): Renamed from concatenated_pathname.
12638         * lib/findprog.c: Include filename.h instead of pathname.h.
12639         (find_in_path): Update.
12640         * lib/javacomp.c: Include filename.h instead of pathname.h.
12641         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
12642         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
12643         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
12644         is_oldgcj_14_13_usable, is_javac_usable): Update.
12645         * lib/javaexec.c: Include filename.h instead of pathname.h.
12646         (execute_java_class): Update.
12647         * modules/findprog: Update.
12648         * modules/javacomp: Update.
12649         * modules/javaexec: Update.
12650         * MODULES.html.sh (File system functions): Add 'filename', remove
12651         'pathname'.
12652
12653 2007-02-25  Bruno Haible  <bruno@clisp.org>
12654
12655         * modules/printf-frexpl-tests: New file.
12656         * tests/test-printf-frexpl.c: New file.
12657
12658         * modules/printf-frexpl: New file.
12659         * lib/printf-frexpl.h: New file.
12660         * lib/printf-frexpl.c: New file.
12661         * m4/printf-frexpl.m4: New file.
12662
12663 2007-02-25  Bruno Haible  <bruno@clisp.org>
12664
12665         * modules/printf-frexp-tests: New file.
12666         * tests/test-printf-frexp.c: New file.
12667
12668         * modules/printf-frexp: New file.
12669         * lib/printf-frexp.h: New file.
12670         * lib/printf-frexp.c: New file.
12671         * m4/printf-frexp.m4: New file.
12672
12673 2007-02-25  Bruno Haible  <bruno@clisp.org>
12674
12675         Assume automake >= 1.10 for the tests.
12676         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
12677         * modules/arctwo-tests: Likewise.
12678         * modules/argp-tests: Likewise.
12679         * modules/avltree-list-tests: Likewise.
12680         * modules/avltree-oset-tests: Likewise.
12681         * modules/avltreehash-list-tests: Likewise.
12682         * modules/carray-list-tests: Likewise.
12683         * modules/crc-tests: Likewise.
12684         * modules/des-tests: Likewise.
12685         * modules/gc-arcfour-tests: Likewise.
12686         * modules/gc-arctwo-tests: Likewise.
12687         * modules/gc-des-tests: Likewise.
12688         * modules/gc-hmac-md5-tests: Likewise.
12689         * modules/gc-hmac-sha1-tests: Likewise.
12690         * modules/gc-md2-tests: Likewise.
12691         * modules/gc-md4-tests: Likewise.
12692         * modules/gc-md5-tests: Likewise.
12693         * modules/gc-pbkdf2-sha1-tests: Likewise.
12694         * modules/gc-rijndael-tests: Likewise.
12695         * modules/gc-sha1-tests: Likewise.
12696         * modules/gc-tests: Likewise.
12697         * modules/getaddrinfo-tests: Likewise.
12698         * modules/hmac-md5-tests: Likewise.
12699         * modules/hmac-sha1-tests: Likewise.
12700         * modules/linked-list-tests: Likewise.
12701         * modules/linkedhash-list-tests: Likewise.
12702         * modules/lock-tests: Likewise.
12703         * modules/md2-tests: Likewise.
12704         * modules/md4-tests: Likewise.
12705         * modules/md5-tests: Likewise.
12706         * modules/rbtree-list-tests: Likewise.
12707         * modules/rbtree-oset-tests: Likewise.
12708         * modules/rbtreehash-list-tests: Likewise.
12709         * modules/read-file-tests: Likewise.
12710         * modules/rijndael-tests: Likewise.
12711         * modules/stdint-tests: Likewise.
12712         * modules/tls-tests: Likewise.
12713
12714 2007-02-24  Bruno Haible  <bruno@clisp.org>
12715
12716         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
12717         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
12718         function; instead check whether isnan with a double argument links.
12719         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
12720         function; instead check whether isnan with a 'long double' argument
12721         links.
12722         Reported by Eric Blake <ebb9@byu.net>.
12723
12724 2007-02-24  Bruno Haible  <bruno@clisp.org>
12725
12726         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
12727         defined.
12728         * lib/isnanl.c: Remove all code. Just include isnan.c.
12729         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
12730
12731 2007-02-25  Jim Meyering  <jim@meyering.net>
12732
12733         Avoid conflicting types for 'unsetenv' on FreeBSD.
12734         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
12735         conflicting with FreeBSD's (5.0 and 6.1) function declaration
12736         in stdlib.h.
12737
12738 2007-02-24  Bruno Haible  <bruno@clisp.org>
12739
12740         * modules/isnanl-nolibm-tests: New file.
12741         * tests/test-isnanl.c: New file.
12742
12743         * modules/isnanl-nolibm: New file.
12744         * lib/isnanl.h: New file.
12745         * lib/isnanl.c: New file.
12746         * m4/isnanl.m4: New file.
12747
12748 2007-02-24  Bruno Haible  <bruno@clisp.org>
12749
12750         * modules/isnan-nolibm-tests: New file.
12751         * tests/test-isnan.c: New file.
12752
12753         * modules/isnan-nolibm: New file.
12754         * lib/isnan.h: New file.
12755         * lib/isnan.c: New file.
12756         * m4/isnan.m4: New file.
12757
12758 2007-02-24  Bruno Haible  <bruno@clisp.org>
12759
12760         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
12761         assume that an exponent fits in 20 bits.
12762
12763 2007-02-24  Jim Meyering  <jim@meyering.net>
12764
12765         * m4/regex.m4: Update the description of the configure-time option,
12766         --without-included-regex, to state accurately what the defaults are,
12767         and perhaps to give people an idea why using this option is risky.
12768
12769 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12770
12771         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
12772         loops on small arguments.  This attempts to avoid the problem
12773         Bruno Haible reported for AIX 4.3.2 in
12774         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
12775
12776 2007-02-23  Bruno Haible  <bruno@clisp.org>
12777
12778         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
12779         Needed for help2man.
12780
12781 2007-02-23  Karl Berry  <karl@gnu.org>
12782
12783         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
12784         exists, foo.h should be cvs-ignored, not committed.
12785
12786 2007-02-23  Eric Blake  <ebb9@byu.net>
12787
12788         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
12789         * lib/stat-time.h (includes): Likewise.
12790         * lib/utimecmp.c (includes): Likewise.
12791         * lib/utimens.h (includes): Likewise.
12792         * lib/getdate.y (includes): Also include "timespec.h" for use
12793         internal to the module.
12794         * modules/utimens (Depends-on): Revert yesterday's patch.
12795         * modules/nanosleep (Depends-on): Add missing dependency.
12796
12797 2007-02-22  Bruno Haible  <bruno@clisp.org>
12798
12799         * lib/glob.c: Don't include getlogin_r.h.
12800
12801 2007-02-22  Jim Meyering  <jim@meyering.net>
12802
12803         * modules/utimens (Depends-on): Add timespec, required for
12804         utimens.h's inclusion of timespec.h.
12805
12806 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
12807
12808         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
12809         long unreadable paths in GNU/Linux.  Problem reported by Andreas
12810         Schwab in
12811         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
12812         I'll try to think of a better way to fix the Solaris problem.
12813
12814         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
12815         like glibc; on Solaris 10, it fails with errno == EINVAL.
12816         POSIX says the behavior is unspecified if the first argument is NULL,
12817         so play it safe and never pass NULL to the system getcwd.
12818
12819 2007-02-21  Jim Meyering  <jim@meyering.net>
12820
12821         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
12822         of gettimeofday.  It would conflict with the one now always
12823         provided via sys_time_.h.  Reported by Matthew Woehlke, as
12824         an IRIX 6.5 build failure.
12825
12826 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         Minor fixups to port to Solaris 10 with Sun C 5.8.
12829         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
12830         * modules/getcwd (Depends-on): Add dirfd.
12831         * lib/putenv.c (putenv): #undef it.
12832         (rpl_putenv): New decl.
12833         (malloc, free): Include <stdlib.h> rather than prototyping separately.
12834
12835 2007-02-20  Bruno Haible  <bruno@clisp.org>
12836
12837         * modules/stdio-tests: New file.
12838         * tests/test-stdio.c: New file.
12839
12840         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
12841         (Depends-on): Add stdio.
12842         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12843         (Include): Use <stdio.h> instead of vsnprintf.h.
12844         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12845         HAVE_DECL_VSNPRINTF.
12846         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
12847
12848         * modules/snprintf (Files): Remove lib/snprintf.h.
12849         (Depends-on): Add stdio.
12850         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12851         (Include): Use <stdio.h> instead of snprintf.h.
12852         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
12853         HAVE_DECL_SNPRINTF.
12854         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
12855         * lib/getaddrinfo.c: Likewise.
12856
12857         * modules/stdio: New file.
12858         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
12859         * lib/snprintf.h: Remove file.
12860         * lib/vsnprintf.h: Remove file.
12861         * lib/.cppi-disable: Remove snprintf.h.
12862         * m4/stdio_h.m4: New file.
12863         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
12864
12865 2007-02-20  Jim Meyering  <jim@meyering.net>
12866
12867         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
12868         used by e.g., mingw.  From Bruno Haible.
12869
12870 2007-02-19  Bruno Haible  <bruno@clisp.org>
12871
12872         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
12873         warnings.
12874         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12875
12876 2007-02-19  Bruno Haible  <bruno@clisp.org>
12877
12878         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
12879         from mingw users.
12880
12881 2007-02-19  Bruno Haible  <bruno@clisp.org>
12882
12883         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
12884         warnings.
12885         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
12886
12887 2007-02-19  Jim Meyering  <jim@meyering.net>
12888
12889         Don't use FD after a successful "fdopendir (fd)".
12890         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
12891         Reset it by calling dirfd on the just-obtained DIR*.
12892
12893         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
12894         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
12895
12896 2007-02-18  Bruno Haible  <bruno@clisp.org>
12897
12898         * lib/readlink.c: Include <unistd.h>.
12899         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
12900         HAVE_READLINK.
12901         * modules/readlink (Depends-on): Add unistd.
12902         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12903         (Include): Add <unistd.h>.
12904
12905         * lib/getlogin_r.h: Remove file.
12906         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
12907         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
12908         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
12909         HAVE_DECL_GETLOGIN_R.
12910         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
12911         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12912         (Include): Use <unistd.h> instead of getlogin_r.h.
12913
12914         * lib/getcwd.h: Remove file.
12915         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
12916         * lib/xgetcwd.c: Likewise.
12917         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
12918         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
12919         * modules/getcwd (Files): Remove lib/getcwd.h.
12920         (Depends-on): Add unistd.
12921         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12922         (Include): Use <unistd.h> instad of getcwd.h.
12923
12924         * lib/ftruncate.c: Include <unistd.h> first.
12925         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
12926         Set HAVE_FTRUNCATE.
12927         * modules/ftruncate (Depends-on): Add unistd.
12928         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12929
12930         * lib/fchdir.c: Include <unistd.h> first.
12931         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
12932         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
12933         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
12934         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12935         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
12936
12937         * lib/dup2.c: Include <unistd.h> first.
12938         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
12939         HAVE_DUP2.
12940         * modules/dup2 (Depends-on): Add unistd.
12941         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12942
12943         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
12944         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
12945         REPLACE_CHOWN. Don't define chown as a macro here.
12946         * modules/chown (Depends-on): Add unistd.
12947         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
12948
12949         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
12950         Add definition for GL_LINK_WARNING.
12951         (chown, dup2): New declarations.
12952         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
12953         link warning.
12954         (ftruncate): New declaration.
12955         (getcwd): New declaration, taken from old getcwd.h.
12956         (getlogin_r): New declaration, taken from old getlogin_r.h.
12957         (readlink): New declaration.
12958         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
12959         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
12960         (gl_PREREQ_UNISTD): Remove macro.
12961         (gl_UNISTD_MODULE_INDICATOR): New macro.
12962         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
12963         many new variables. Don't set UNISTD_H.
12964         * modules/unistd (Description): Change.
12965         (Depends-on): Add link-warning.
12966         (configure.ac): Update.
12967         (Makefile.am): Create unistd.h always. Substitute many new variables
12968         into it.
12969
12970 2007-02-18  Bruno Haible  <bruno@clisp.org>
12971
12972         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
12973         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
12974         HAVE_GETSUBOPT.
12975         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
12976         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
12977         * lib/getsubopt.h: Remove file.
12978         * modules/getsubopt (Files): Remove lib/getsubopt.h.
12979         (Depends-on): Add stdlib.
12980         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
12981         (Includes): Use <stdlib.h> instead of getsubopt.h.
12982         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
12983         Set HAVE_GETSUBOPT.
12984         * lib/getsubopt.c: Don't include getsubopt.h.
12985
12986 2007-02-18  Bruno Haible  <bruno@clisp.org>
12987
12988         * modules/fchdir (Depends-on): Add dup2.
12989
12990 2007-02-18  Bruno Haible  <bruno@clisp.org>
12991
12992         * lib/stdlib_.h: Handle glibc's special invocation convention
12993         specially.
12994
12995 2007-02-18  Bruno Haible  <bruno@clisp.org>
12996
12997         * modules/stdlib-tests: New file.
12998         * tests/test-stdlib.c: New file.
12999
13000         * modules/mkstemp (Files): Remove lib/mkstemp.h.
13001         (Depends-on): Add stdlib.
13002         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13003         (Includes): Use <stdlib.h> instead of mkstemp.h.
13004         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13005         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
13006         * lib/mkstemp.c: Don't include mkstemp.h.
13007         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
13008         * lib/stdlib--.h: Don't include mkstemp.h.
13009
13010         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
13011         (Depends-on): Add stdlib.
13012         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
13013         (Includes): Use <stdlib.h> instead of mkdtemp.h.
13014         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
13015         HAVE_MKDTEMP.
13016         * lib/mkdtemp.c: Don't include mkdtemp.h.
13017         * lib/clean-temp.c: Don't include mkdtemp.h.
13018
13019         * modules/exit (Files): Remove lib/exit.h.
13020         (Depends-on): Add stdlib.
13021         (Makefile.am): Remove lib_SOURCES.
13022         (Include): Use <stdlib.h> instead of exit.h.
13023         * lib/argmatch.c: Don't include exit.h.
13024         * lib/execute.c: Likewise.
13025         * lib/pagealign_alloc.c: Likewise.
13026         * lib/pipe.c: Likewise.
13027         * lib/wait-process.c: Likewise.
13028         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
13029         * lib/exitfail.c: Likewise.
13030         * lib/savewd.c: Likewise.
13031         * lib/xsetenv.c: Likewise.
13032
13033         * modules/stdlib: New file.
13034         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
13035         and extra comments about mkstemp().
13036         * lib/exit.h: Remove file.
13037         * lib/mkdtemp.h: Remove file.
13038         * lib/mkstemp.h: Remove file.
13039         * m4/stdlib_h.m4: New file.
13040         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
13041
13042 2007-02-18  Bruno Haible  <bruno@clisp.org>
13043
13044         * modules/math-tests: New file.
13045         * tests/test-math.c: New file.
13046
13047         * modules/math: New file.
13048         * modules/mathl (Files): Remove lib/mathl.h.
13049         (Depends-on): Add math.
13050         (Makefile.am): Don't mention mathl.h.
13051         (Include): Use <math.h> instead of mathl.h.
13052         * lib/math_.h: New file.
13053         * lib/mathl.h: Remove file.
13054         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
13055         mathl.h.
13056         * lib/asinl.c: Likewise.
13057         * lib/atanl.c: Likewise.
13058         * lib/ceill.c: Likewise.
13059         * lib/cosl.c: Likewise.
13060         * lib/expl.c: Likewise.
13061         * lib/floorl.c: Likewise.
13062         * lib/frexpl.c: Likewise.
13063         * lib/ldexpl.c: Likewise.
13064         * lib/logl.c: Likewise.
13065         * lib/sincosl.c: Likewise.
13066         * lib/sinl.c: Likewise.
13067         * lib/sqrtl.c: Likewise.
13068         * lib/tanl.c: Likewise.
13069         * lib/trigl.c: Likewise.
13070         * m4/math_h.m4: New file.
13071         * MODULES.html.sh (Mathematics): Add math.
13072
13073 2007-02-17  Bruno Haible  <bruno@clisp.org>
13074
13075         * modules/wctype-tests: New file.
13076         * tests/test-wctype.c: New file.
13077
13078         * modules/wchar-tests: New file.
13079         * tests/test-wchar.c: New file.
13080
13081         * modules/unistd-tests: New file.
13082         * tests/test-unistd.c: New file.
13083
13084         * modules/time-tests: New file.
13085         * tests/test-time.c: New file.
13086
13087         * modules/sysexits-tests: New file.
13088         * tests/test-sysexits.c: New file.
13089
13090         * modules/sys_time-tests: New file.
13091         * tests/test-sys_time.c: New file.
13092
13093         * modules/sys_stat-tests: New file.
13094         * tests/test-sys_stat.c: New file.
13095
13096         * modules/sys_socket-tests: New file.
13097         * tests/test-sys_socket.c: New file.
13098
13099         * modules/sys_select-tests: New file.
13100         * tests/test-sys_select.c: New file.
13101
13102         * modules/string-tests: New file.
13103         * tests/test-string.c: New file.
13104
13105         * modules/stdbool-tests: New file.
13106         * tests/test-stdbool.c: New file.
13107
13108         * modules/netinet_in-tests: New file.
13109         * tests/test-netinet_in.c: New file.
13110
13111         * modules/inttypes-tests: New file.
13112         * tests/test-inttypes.c: New file.
13113
13114         * modules/fcntl-tests: New file.
13115         * tests/test-fcntl.c: New file.
13116
13117         * modules/byteswap-tests: New file.
13118         * tests/test-byteswap.c: New file.
13119
13120         * modules/arpa_inet-tests: New file.
13121         * tests/test-arpa_inet.c: New file.
13122
13123 2007-02-17  Bruno Haible  <bruno@clisp.org>
13124
13125         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
13126         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
13127         if the corresponding module is not enabled. Emit link warnings if
13128         the function is used nevertheless.
13129         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
13130         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
13131         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
13132         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
13133         * modules/inttypes (Depends-on): Add link-warning.
13134         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13135         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
13136         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
13137         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
13138         * modules/imaxdiv (configure.ac): Likewise.
13139         * modules/strtoimax (configure.ac): Likewise.
13140         * modules/strtoumax (configure.ac): Likewise.
13141
13142 2007-02-17  Bruno Haible  <bruno@clisp.org>
13143
13144         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
13145         gl_STRING_MODULE_INDICATOR_DEFAULTS.
13146         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
13147         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
13148
13149 2007-02-17  Bruno Haible  <bruno@clisp.org>
13150
13151         * modules/link-warning: New file.
13152         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
13153         * lib/string_.h (GL_LINK_WARNING): Remove definition.
13154         * modules/string (Depends-on): Add link-warning.
13155         (Makefile.am): Copy the contents of build-aux/link-warning.h into
13156         string.h.
13157         * MODULES.html.sh (Support for building libraries and executables): Add
13158         link-warning.
13159
13160 2007-02-17  Bruno Haible  <bruno@clisp.org>
13161
13162         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
13163         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
13164         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
13165         long lines.
13166
13167 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
13168             Bruno Haible  <bruno@clisp.org>
13169
13170         * modules/tmpfile: New file.
13171         * lib/tmpfile.c: New file.
13172         * m4/tmpfile.m4: New file.
13173         * MODULES.html.sh (func_all_modules): New section "Input/output".
13174
13175 2007-02-15  Bruno Haible  <bruno@clisp.org>
13176
13177         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
13178         (supports_delete_on_close): New function.
13179         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
13180
13181 2007-02-14  Bruno Haible  <bruno@clisp.org>
13182
13183         * modules/mbspcasecmp-tests: New file.
13184         * tests/test-mbspcasecmp.sh: New file.
13185         * tests/test-mbspcasecmp.c: New file.
13186
13187         New module mbspcasecmp.
13188         * modules/mbspcasecmp: New file.
13189         * lib/mbspcasecmp.c: New file.
13190         * lib/string_.h (strncasecmp): Change warning message.
13191         (mbspcasecmp): New declaration.
13192         * m4/mbspcasecmp.m4: New file.
13193         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13194         GNULIB_MBSPCASECMP.
13195         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
13196         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
13197
13198 2007-02-14  Bruno Haible  <bruno@clisp.org>
13199
13200         * modules/mbsncasecmp-tests: New file.
13201         * tests/test-mbsncasecmp.sh: New file.
13202         * tests/test-mbsncasecmp.c: New file.
13203
13204         New module mbsncasecmp.
13205         * modules/mbsncasecmp: New file.
13206         * lib/mbsncasecmp.c: New file.
13207         * lib/string_.h (mbsncasecmp): New declaration.
13208         * m4/mbsncasecmp.m4: New file.
13209         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13210         GNULIB_MBSNCASECMP.
13211         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
13212         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
13213
13214 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
13215
13216         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
13217         Verify that it doesn't overlap with our flags.
13218         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
13219         do not have the desired effect in multibyte locales; instead, use
13220         mbscasecmp.
13221         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
13222         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
13223         we don't require GNU fnmatch ourselves (if our users require it, they
13224         should do so explicitly).
13225
13226         Fix regex code so it doesn't rely on strcasecmp.
13227         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
13228         Otherwise, include gnulib's langinfo.h.
13229         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
13230         undesirable behavior in non-C locales.  Instead, rely on localecharset.
13231         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
13232         * modules/regex (FILES): Remove m4/codeset.m4.
13233         (Depends-on): Add localcharset.  Remove strcase.
13234
13235 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13236
13237         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
13238         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
13239
13240 2007-02-13  Bruno Haible  <bruno@clisp.org>
13241
13242         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
13243         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13244
13245 2007-02-12  Bruno Haible  <bruno@clisp.org>
13246
13247         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13248         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
13249         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
13250         time warning rather than a link error.
13251
13252 2007-02-12  Bruno Haible  <bruno@clisp.org>
13253
13254         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
13255         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13256         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13257
13258 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13259
13260         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
13261         args, not 2.
13262
13263 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
13264
13265         New module 'time', so that apps can include <time.h> as per
13266         POSIX and GNU instead of separate include files like time_r.h
13267         and timegm.h.  This implementation tries out a simpler approach
13268         for replacing decls in standard include files (as compared to
13269         the string module), somewhat as an experiment.
13270
13271         * config/srclist.txt: Comment out mktime.c for now.
13272         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
13273         since it doesn't apply any more.  Use generic wording instead.
13274         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
13275         'time'.
13276         * lib/time_.h, m4/time_h.m4, modules/time: New files.
13277         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
13278         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
13279         Don't include <sys/types.h>; no longer needed since we assume C89.
13280         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
13281         * lib/strftime.c: Likewise.
13282         * lib/time_r.c: Likewise.
13283         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
13284         * lib/nanosleep.c: Include <time.h> first, to check interface.
13285         * lib/strptime.c: Likewise.
13286         * lib/time_r.c: Likewise.
13287         * lib/timegm.c: Likewise.
13288         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
13289         needed.
13290         * lib/timegm.c: Don't include timegm.h; no longer needed.
13291         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
13292         time.h now handles any problems in that area.
13293         (struct timespec, nanosleep): Remove; time.h now arranges for these.
13294         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
13295         that time.h defines struct timespec.
13296         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
13297         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
13298         handles that.
13299         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
13300         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
13301         needed.  Set REPLACE_LOCALTIME.
13302         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
13303         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
13304         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
13305         nanosleep; time_h.m4 now does that.  Don't require
13306         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
13307         module handles this now.
13308         * modules/getdate (Depends-on): Remove timespec.  Add time.
13309         * modules/nanosleep (Depends-on): Likewise.
13310         * modules/stat-time (Depends-on): Likewise.
13311         * modules/nanosleep (Include): Include time.h, not timespec.h.
13312         * modules/strptime (Files): Remove lib/strptime.h.
13313         (Depends-on): Add extensions, time.
13314         (Include): Include time.h, not strptime.h.
13315         * modules/time_r (Files): Remove lib/time_r.h.
13316         (Depends-on): Add time.
13317         (Include): Include time.h, not time_r.h.
13318         * modules/timegm: Likewise.
13319         * modules/timespec (Description): Now does timespec-related decls
13320         of our own, instead of struct timespec itself.
13321         (Depends-on): Add time; remove extensions.
13322         (Maintainer): Add self.
13323         * modules/utimecmp (Depends-on): Add time; remove timespec.
13324         * modules/utimens (Depends-on): Likewise.
13325         * modules/xnanosleep (Depends-on): Likewise.
13326
13327 2007-02-11  Bruno Haible  <bruno@clisp.org>
13328
13329         * lib/c-strstr.c: Include allocsa.h.
13330         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13331         * lib/c-strcasestr.c: Include allocsa.h.
13332         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13333         * lib/strcasestr.c: Include allocsa.h.
13334         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
13335         * lib/mbsstr.c: Include allocsa.h.
13336         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13337         allocsa/freesa instead of malloc/free.
13338         * lib/mbscasestr.c: Include allocsa.h.
13339         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
13340         allocsa/freesa instead of malloc/free.
13341         * modules/c-strstr (Depends-on): Add allocsa.
13342         * modules/c-strcasestr (Depends-on): Likewise.
13343         * modules/strcasestr (Depends-on): Likewise.
13344         * modules/mbsstr (Depends-on): Likewise.
13345         * modules/mbscasestr (Depends-on): Likewise.
13346
13347 2007-02-11  Bruno Haible  <bruno@clisp.org>
13348
13349         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
13350
13351         * modules/mbsspn-tests: New file.
13352         * tests/test-mbsspn.sh: New file.
13353         * tests/test-mbsspn.c: New file.
13354
13355 2007-02-11  Bruno Haible  <bruno@clisp.org>
13356
13357         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
13358
13359         * modules/mbspbrk-tests: New file.
13360         * tests/test-mbspbrk.sh: New file.
13361         * tests/test-mbspbrk.c: New file.
13362
13363 2007-02-11  Bruno Haible  <bruno@clisp.org>
13364
13365         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
13366         unneeded cast.
13367
13368         * modules/mbscspn-tests: New file.
13369         * tests/test-mbscspn.sh: New file.
13370         * tests/test-mbscspn.c: New file.
13371
13372 2007-02-11  Bruno Haible  <bruno@clisp.org>
13373
13374         * modules/mbscasecmp-tests: New file.
13375         * tests/test-mbscasecmp.sh: New file.
13376         * tests/test-mbscasecmp.c: New file.
13377
13378 2007-02-11  Bruno Haible  <bruno@clisp.org>
13379
13380         Ensure O(n) worst-case complexity of mbscasestr.
13381         * lib/mbscasestr.c: Include stdbool.h.
13382         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13383         functions.
13384         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
13385         the bookkeeping indicates that it's worth it.
13386         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
13387
13388         * modules/mbscasestr-tests: New file.
13389         * tests/test-mbscasestr1.c: New file.
13390         * tests/test-mbscasestr2.sh: New file.
13391         * tests/test-mbscasestr2.c: New file.
13392         * tests/test-mbscasestr3.sh: New file.
13393         * tests/test-mbscasestr3.c: New file.
13394         * tests/test-mbscasestr4.sh: New file.
13395         * tests/test-mbscasestr4.c: New file.
13396         * m4/locale-tr.m4: New file.
13397
13398 2007-02-11  Bruno Haible  <bruno@clisp.org>
13399
13400         Ensure O(n) worst-case complexity of mbsstr.
13401         * lib/mbsstr.c: Include stdbool.h.
13402         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
13403         functions.
13404         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
13405         bookkeeping indicates that it's worth it.
13406         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
13407
13408         * modules/mbsstr-tests: New file.
13409         * tests/test-mbsstr1.c: New file.
13410         * tests/test-mbsstr2.sh: New file.
13411         * tests/test-mbsstr2.c: New file.
13412         * tests/test-mbsstr3.sh: New file.
13413         * tests/test-mbsstr3.c: New file.
13414         * m4/locale-fr.m4: New file.
13415
13416 2007-02-11  Bruno Haible  <bruno@clisp.org>
13417
13418         * lib/mbsrchr.c (mbsrchr): Fix bug.
13419
13420         * modules/mbsrchr-tests: New file.
13421         * tests/test-mbsrchr.sh: New file.
13422         * tests/test-mbsrchr.c: New file.
13423
13424 2007-02-11  Bruno Haible  <bruno@clisp.org>
13425
13426         * lib/mbschr.c (mbschr): Fix bug.
13427
13428         * modules/mbschr-tests: New file.
13429         * tests/test-mbschr.sh: New file.
13430         * tests/test-mbschr.c: New file.
13431         * m4/locale-zh.m4: New file.
13432
13433 2007-02-11  Bruno Haible  <bruno@clisp.org>
13434
13435         Support for copying multibyte string iterators.
13436         * lib/mbiter.h: Include <string.h>.
13437         (mbiter_multi_copy): New function.
13438         (mbi_copy): New macro.
13439         * lib/mbuiter.h: Include <string.h>.
13440         (mbuiter_multi_copy): New function.
13441         (mbui_copy): New macro.
13442
13443 2007-02-11  Bruno Haible  <bruno@clisp.org>
13444
13445         New module mbslen.
13446         * modules/mbslen: New file.
13447         * lib/mbslen.c: New file.
13448         * lib/string_.h (mbslen): New declaration.
13449         * m4/mbslen.m4: New file.
13450         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13451         GNULIB_MBSLEN.
13452         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
13453         * MODULES.html.sh (Internationalization functions): Add mbslen.
13454
13455 2007-02-11  Bruno Haible  <bruno@clisp.org>
13456
13457         Ensure O(n) worst-case complexity of strcasestr substitute.
13458         * lib/strcasestr.c: Include stdbool.h.
13459         (knuth_morris_pratt): New function.
13460         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13461         bookkeeping indicates that it's worth it.
13462         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
13463
13464         * modules/strcasestr-tests: New file.
13465         * tests/test-strcasestr.c: New file.
13466
13467 2007-02-11  Bruno Haible  <bruno@clisp.org>
13468
13469         Ensure O(n) worst-case complexity of c_strcasestr.
13470         * lib/c-strcasestr.c: Include stdbool.h, string.h.
13471         (knuth_morris_pratt): New function.
13472         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
13473         the bookkeeping indicates that it's worth it.
13474         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
13475
13476         * modules/c-strcasestr-tests: New file.
13477         * tests/test-c-strcasestr.c: New file.
13478
13479 2007-02-11  Bruno Haible  <bruno@clisp.org>
13480
13481         Ensure O(n) worst-case complexity of c_strstr.
13482         * lib/c-strstr.c: Include stdbool.h, string.h.
13483         (knuth_morris_pratt): New function.
13484         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
13485         bookkeeping indicates that it's worth it.
13486         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
13487
13488         * lib/c-strstr.c: Complete rewrite for maintainability.
13489
13490         * modules/c-strstr-tests: New file.
13491         * tests/test-c-strstr.c: New file.
13492
13493 2007-02-11  Bruno Haible  <bruno@clisp.org>
13494
13495         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
13496         5.2.1 and earlier, whereby \055 was treated just like the range
13497         delimiter '-'.
13498         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
13499
13500 2007-02-08  Bruno Haible  <bruno@clisp.org>
13501
13502         * modules/regex (Depends-on): Add stdbool.
13503         Reported by Dalibor Topic <robilad@kaffe.org>.
13504
13505 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
13506
13507         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
13508         Prefer returning from main to exiting from it.
13509         Remove unnecessary parens after sizeof.
13510
13511 2007-02-05  Bruno Haible  <bruno@clisp.org>
13512
13513         New module mbssep.
13514         * modules/mbssep: New file.
13515         * lib/mbssep.c: New file.
13516         * lib/string_.h (strsep): Add a conditional link warning.
13517         (mbssep): New declaration.
13518         * m4/mbssep.m4: New file.
13519         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13520         GNULIB_MBSSEP.
13521         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
13522         * MODULES.html.sh (Internationalization functions): Add mbssep.
13523
13524 2007-02-05  Bruno Haible  <bruno@clisp.org>
13525
13526         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
13527         Optimize search in case of 1 delimiter.
13528
13529 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13530
13531         * lib/acl.h: Include sys/types.h before sys/acl.h.
13532
13533 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
13534
13535         Merge upstream fix for glibc bugzilla #3957:
13536
13537         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
13538
13539         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
13540         bit for RE_HAT_LISTS_NOT_NEWLINE.
13541         (build_charclass_op): Remove bogus comment.
13542
13543 2007-02-05  Simon Josefsson  <simon@josefsson.org>
13544
13545         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
13546
13547 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13548
13549         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
13550         * lib/memmem.c [!defined _LIBC]: Include config.h.
13551
13552 2007-02-04  Bruno Haible  <bruno@clisp.org>
13553
13554         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
13555         warning message.
13556
13557 2007-02-04  Bruno Haible  <bruno@clisp.org>
13558
13559         New module mbstok_r.
13560         * modules/mbstok_r: New file.
13561         * lib/mbstok_r.c: New file.
13562         * lib/string_.h (strtok_r): Change argument names to match the
13563         comments. Add a conditional link warning.
13564         (mbstok_r): New declaration.
13565         * m4/mbstok_r.m4: New file.
13566         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13567         GNULIB_MBSTOK_R.
13568         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
13569         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
13570
13571 2007-02-04  Bruno Haible  <bruno@clisp.org>
13572
13573         New module mbsspn.
13574         * modules/mbsspn: New file.
13575         * lib/mbsspn.c: New file.
13576         * lib/string_.h (strspn): Add a conditional link warning.
13577         (mbsspn): New declaration.
13578         * m4/mbsspn.m4: New file.
13579         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13580         GNULIB_MBSSPN.
13581         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
13582         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13583
13584 2007-02-04  Bruno Haible  <bruno@clisp.org>
13585
13586         New module mbspbrk.
13587         * modules/mbspbrk: New file.
13588         * lib/mbspbrk.c: New file.
13589         * lib/string_.h (strpbrk): Add a conditional link warning.
13590         (mbspbrk): New declaration.
13591         * m4/mbspbrk.m4: New file.
13592         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13593         GNULIB_MBSPBRK.
13594         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
13595         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
13596
13597 2007-02-04  Bruno Haible  <bruno@clisp.org>
13598
13599         New module mbscspn.
13600         * modules/mbscspn: New file.
13601         * lib/mbscspn.c: New file.
13602         * lib/string_.h (strcspn): Add a conditional link warning.
13603         (mbscspn): New declaration.
13604         * m4/mbscspn.m4: New file.
13605         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13606         GNULIB_MBSCSPN.
13607         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
13608         * MODULES.html.sh (Internationalization functions): Add mbscspn.
13609
13610 2007-02-04  Bruno Haible  <bruno@clisp.org>
13611
13612         New module mbscasestr, reduced goal of strcasestr.
13613         * modules/mbscasestr: New file.
13614         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
13615         (mbscasestr): Renamed from strcasestr.
13616         * lib/strcasestr.c: Don't include mbuiter.h.
13617         (strcasestr): Remove support for multibyte locales.
13618         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
13619         Change the conditional link warning.
13620         (mbscasestr): New declaration.
13621         * m4/mbscasestr.m4: New file.
13622         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
13623         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
13624         REPLACE_STRCASESTR.
13625         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
13626         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13627         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13628         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
13629         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
13630         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
13631         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
13632         (Depends-on): Remove mbuiter.
13633         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
13634
13635 2007-02-04  Bruno Haible  <bruno@clisp.org>
13636
13637         Simplify handling of strncasecmp.
13638         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
13639         the conditional link warning.
13640         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13641         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
13642         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
13643         * modules/strcase (configure.ac): Don't invoke
13644         gl_STRING_MODULE_INDICATOR.
13645         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
13646
13647 2007-02-04  Bruno Haible  <bruno@clisp.org>
13648
13649         New module mbscasecmp, reduced goal of strcasecmp.
13650         * modules/mbscasecmp: New file.
13651         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
13652         (mbscasecmp): Renamed from strcasecmp.
13653         * lib/strcasecmp.c: Don't include mbuiter.h.
13654         (strcasecmp): Remove support for multibyte locales.
13655         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
13656         Change the conditional link warning.
13657         (mbscasecmp): New declaration.
13658         * m4/mbscasecmp.m4: New file.
13659         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
13660         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
13661         REPLACE_STRCASECMP.
13662         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
13663         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13664         GNULIB_MBSCASECMP.
13665         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
13666         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
13667         * modules/strcase (Files): Remove m4/mbrtowc.m4.
13668         (Depends-on): Remove mbuiter.
13669         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
13670
13671 2007-02-04  Bruno Haible  <bruno@clisp.org>
13672
13673         New module mbsstr. Remove module strstr.
13674         * modules/mbsstr: New file.
13675         * modules/strstr: Remove file.
13676         * lib/mbsstr.c: Renamed from lib/strstr.c.
13677         (mbsstr): Renamed from strstr.
13678         * lib/string_.h (strstr): Remove declaration. Change the conditional
13679         link warning.
13680         (mbsstr): New declaration.
13681         * m4/mbsstr.m4: New file.
13682         * m4/strstr.m4: Remove file.
13683         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
13684         REPLACE_STRSTR.
13685         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
13686         Don't initialize GNULIB_STRSTR.
13687         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
13688         substitute GNULIB_STRSTR and REPLACE_STRSTR.
13689         * MODULES.html.sh (Internationalization functions): Add mbsstr.
13690         (Support for systems lacking ANSI C 89): Remove strstr.
13691
13692 2007-02-04  Bruno Haible  <bruno@clisp.org>
13693
13694         New module mbsrchr.
13695         * modules/mbsrchr: New file.
13696         * lib/mbsrchr.c: New file.
13697         * lib/string_.h (strrchr): Add a conditional link warning.
13698         (mbsrchr): New declaration.
13699         * m4/mbsrchr.m4: New file.
13700         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13701         GNULIB_MBSRCHR.
13702         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
13703         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
13704
13705 2007-02-04  Bruno Haible  <bruno@clisp.org>
13706
13707         New module mbschr.
13708         * modules/mbschr: New file.
13709         * lib/mbschr.c: New file.
13710         * lib/string_.h (strchr): Add a conditional link warning.
13711         (mbschr): New declaration.
13712         * m4/mbschr.m4: New file.
13713         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
13714         GNULIB_MBSCHR.
13715         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
13716         * MODULES.html.sh (Internationalization functions): Add mbschr.
13717
13718 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
13721
13722         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
13723
13724 2007-02-04  Bruno Haible  <bruno@clisp.org>
13725
13726         New module description section 'configure.ac-early'.
13727         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
13728         (func_get_autoconf_early_snippet): New function.
13729         (func_import, func_create_testdir): Use it. Remove special cases for
13730         modules 'extensions' and 'lock'.
13731         * modules/extensions (configure.ac-early): Require
13732         gl_USE_SYSTEM_EXTENSIONS.
13733         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
13734
13735 2007-02-04  Bruno Haible  <bruno@clisp.org>
13736
13737         Make use of gcj-4.3's -fsource and -ftarget option.
13738         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
13739         and if so try the options -fsource and -ftarget.
13740         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
13741         source_version, ftarget_option, target_version arguments.
13742         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
13743         (is_envjavac_oldgcj_14_14_usable): Renamed from
13744         is_envjavac_gcj_14_14_usable.
13745         (is_envjavac_oldgcj_14_13_usable): Renamed from
13746         is_envjavac_gcj_14_13_usable.
13747         (is_gcj_present): Update.
13748         (is_gcj_43, is_gcj43_usable): New functions.
13749         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
13750         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
13751         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
13752         try the options -fsource and -ftarget.
13753
13754 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
13757         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
13758         larger value.
13759
13760 2007-02-03  Jim Meyering  <jim@meyering.net>
13761
13762         Give tools a better chance to allocate space for very large buffers.
13763         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
13764
13765         Make pwd and readlink work also when run with an unreadable parent dir
13766         on systems with openat support.
13767         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
13768         provided getcwd function, even when we have openat support.
13769         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
13770
13771 2007-02-02  Bruno Haible  <bruno@clisp.org>
13772
13773         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
13774         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
13775         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
13776         portability problems if one of these functions is only used on specific
13777         platforms.
13778         Reported by Paul Eggert.
13779
13780 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
13781
13782         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
13783         is causing more trouble than it's curing.
13784         * lib/regex_internal.h (__mempcpy): Remove.
13785         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
13786         (and make the code a tad smaller to boot).
13787         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
13788
13789 2007-02-02  Jim Meyering  <jim@meyering.net>
13790
13791         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
13792         section, not in the Makefile.am: one.
13793
13794 2007-02-02  Eric Blake  <ebb9@byu.net>
13795
13796         * lib/strchrnul.c: Always include config.h first.
13797
13798         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
13799         gnulib strstr is not necessary here.
13800
13801 2007-02-02  Simon Josefsson  <simon@josefsson.org>
13802
13803         * m4/socklen.m4: Fix typo.
13804
13805 2007-02-02  Eric Blake  <ebb9@byu.net>
13806
13807         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
13808         * modules/netinet_in (Makefile.am): Likewise.
13809
13810 2007-02-01  Bruno Haible  <bruno@clisp.org>
13811
13812         * lib/string_.h (GL_LINK_WARNING): New macro.
13813         (strcasecmp, strstr, strcasestr): If provided by the system,
13814         conditionally define as a macro that leads to a warning instead of to
13815         an error.
13816         (strncasecmp): Conditionally define as a macro that leads to a warning.
13817
13818 2007-02-01  Karl Berry  <karl@gnu.org>
13819
13820         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
13821
13822 2007-02-01  Bruno Haible  <bruno@clisp.org>
13823
13824         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
13825         renamings.
13826
13827 2007-02-01  Eric Blake  <ebb9@byu.net>
13828
13829         * modules/regex (Depends-on): Revert dependence on mempcpy.
13830         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
13831         module's definition of mempcpy.
13832         Reported by Paul Eggert.
13833
13834 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13835
13836         * lib/string_.h: If the gnulib module XYZ is not present, undefine
13837         the symbol XYZ before redefining it.  This fixes a problem with
13838         programs that don't use XYZ, when compiled on systems that define
13839         XYZ to something else.
13840
13841 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
13844         occurs when "mkdir -m foo" creates a setgid directory that is (1)
13845         writeable to group or other and (2) is intended to have a special
13846         mode bit that is set or cleared.  In such a case, the directory
13847         should be neither group- nor other-writeable until the special
13848         mode bits are right.
13849
13850 2007-01-31  Eric Blake  <ebb9@byu.net>
13851
13852         * modules/mountlist (Depends-on): Add strstr.
13853
13854         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
13855         bug.
13856         * modules/string (Makefile.am): Remove redundant replacement.
13857         * modules/regex (Depends-on): Add mempcpy.
13858
13859 2007-01-31  Bruno Haible  <bruno@clisp.org>
13860
13861         New module description field 'Link'.
13862         * gnulib-tool (func_usage): Document --extract-link-directive.
13863         (sed_extract_prog): Recognize 'Link' directive.
13864         (func_get_link_directive): New function.
13865         (func_import): Show summary of link directives.
13866         Handle --extract-link-directive option.
13867         * modules/acl (Link): New section.
13868         * modules/clock-time (Link): New section.
13869         * modules/euidaccess (Link): New section.
13870         * modules/gettext (Link): New section.
13871         * modules/iconv (Link): New section.
13872         * modules/lock (Link): New section.
13873         * modules/nanosleep (Link): New section.
13874         * modules/readline (Link): New section.
13875
13876 2007-01-27  Bruno Haible  <bruno@clisp.org>
13877
13878         Enforce the use of gnulib modules for unportable <string.h> functions.
13879         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
13880         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
13881         (gl_HEADER_STRING_H_BODY): Require it.
13882         * lib/string_.h: If the gnulib module XYZ is not present, redefine
13883         the symbol XYZ to one that gives a link error.
13884         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
13885         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
13886         * modules/mempcpy (configure.ac): Likewise.
13887         * modules/memrchr (configure.ac): Likewise.
13888         * modules/stpcpy (configure.ac): Likewise.
13889         * modules/stpncpy (configure.ac): Likewise.
13890         * modules/strcase (configure.ac): Likewise.
13891         * modules/strcasestr (configure.ac): Likewise.
13892         * modules/strchrnul (configure.ac): Likewise.
13893         * modules/strdup (configure.ac): Likewise.
13894         * modules/strndup (configure.ac): Likewise.
13895         * modules/strnlen (configure.ac): Likewise.
13896         * modules/strpbrk (configure.ac): Likewise.
13897         * modules/strsep (configure.ac): Likewise.
13898         * modules/strstr (configure.ac): Likewise.
13899         * modules/strtok_r (configure.ac): Likewise.
13900
13901 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
13902
13903         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
13904
13905 2007-01-30  Jim Meyering  <jim@meyering.net>
13906
13907         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
13908
13909 2007-01-29  Bruno Haible  <bruno@clisp.org>
13910
13911         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
13912         * lib/execute.c: Likewise.
13913         * lib/pipe.c: Likewise.
13914         * lib/printf-args.h: Likewise.
13915         * lib/printf-args.c: Likewise.
13916         * lib/printf-parse.c: Likewise.
13917         * lib/vasnprintf.c: Likewise.
13918
13919 2007-01-29  Eric Blake  <ebb9@byu.net>
13920
13921         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
13922         declaration.
13923
13924 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
13925
13926         * lib/strptime.h (strptime): Use 'restrict' for args where
13927         POSIX requires this.
13928         * lib/strptime.c (strptime): Likewise.
13929         Change license notice from LGPL to GPL, since gnulib-tool will
13930         change this as needed.
13931         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
13932         defined.
13933         Include "strptime.h" first, to check interface.
13934         Do not #undef _LIBC and _NL_CURRENT.
13935         Do not include <stdlib.h>; no longer needed.
13936         Include "time_r.h" and declare ptime_locale_status
13937         only if _LIBC is not defined.
13938         (__P): Remove unused macro.
13939         (match_string): Bring back glibc version, but use it only if _LIBC
13940         is defined.
13941         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
13942         Remove unnecessary assertion and abort() call.
13943         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
13944         * m4/strptime.m4: Fix serial number comment.
13945         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
13946         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
13947         (Depends-on): Add time_r.
13948
13949 2007-01-29  Bruno Haible  <bruno@clisp.org>
13950
13951         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13952         strptime.
13953         * modules/strptime (Depends-on): Add stdbool.
13954         * lib/strptime.h: Include <time.h> always. Add comments.
13955
13956 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13957
13958         * modules/strptime: New file.
13959         * lib/strptime.h: New file.
13960         * lib/strptime.c: New file.
13961         * m4/strptime.m4: New file.
13962
13963 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13964
13965         * MODULES.html.sh: New module mpsort.
13966         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
13967
13968         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
13969         a circularity problem with HP-UX ia64 reported by Bob Proulx in
13970         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
13971         All uses changed.
13972         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
13973         All uses changed.
13974         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
13975         to _Restrict_.
13976         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
13977         the parameter matches the prototype.
13978
13979 2007-01-28  Jim Meyering  <jim@meyering.net>
13980
13981         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
13982         sys/time.h here, reverting that part of the previous patch:
13983         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
13984
13985 2007-01-28  Bruno Haible  <bruno@clisp.org>
13986
13987         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
13988         value of $(SYS_TIME_H).
13989         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
13990         remove it conditionally, too. [added by Jim Meyering]
13991         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
13992         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13993         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
13994         GETTIMEOFDAY_REPLACEMENT to 1.
13995
13996 2007-01-28  Bruno Haible  <bruno@clisp.org>
13997
13998         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
13999         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
14000         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
14001         Set UNISTD_H instead of UNISTD_H2.
14002         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
14003
14004 2007-01-28  Bruno Haible  <bruno@clisp.org>
14005
14006         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
14007         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
14008
14009 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14010
14011         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
14012         (func_create_testdir): Ensure C locale for `grep' and `tr'
14013         character ranges.
14014         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
14015         ACLOCAL_AMFLAGS parsing state machine.
14016
14017 2007-01-27  Bruno Haible  <bruno@clisp.org>
14018
14019         * modules/unistr/base: Update.
14020
14021 2007-01-27  Bruno Haible  <bruno@clisp.org>
14022
14023         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
14024         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
14025         * modules/unistr/u32-mbtouc-unsafe: Renamed from
14026         modules/unistr/u32-mbtouc.
14027         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
14028         * lib/unistr.h: Update.
14029         * lib/linebreak.c: Update.
14030         * modules/unistr/u32-mbtouc: Renamed from
14031         modules/unistr/u32-mbtouc-safe.
14032         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
14033         * lib/unistr.h: Update.
14034         * lib/unistr/u32-to-u8.c: Update.
14035         * lib/unistr/u32-to-u16.c: Update.
14036
14037 2007-01-27  Bruno Haible  <bruno@clisp.org>
14038
14039         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
14040         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
14041         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
14042         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
14043         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
14044         * modules/unistr/u16-mbtouc-unsafe: Renamed from
14045         modules/unistr/u16-mbtouc.
14046         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
14047         * lib/unistr.h: Update.
14048         * lib/linebreak.c: Update.
14049         * modules/linebreak: Update.
14050         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
14051         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
14052         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
14053         * modules/unistr/u16-mbtouc: Renamed from
14054         modules/unistr/u16-mbtouc-safe.
14055         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
14056         * lib/unistr.h: Update.
14057         * lib/unistr/u16-to-u8.c: Update.
14058         * modules/unistr/u16-to-u8: Update.
14059         * lib/unistr/u16-to-u32.c: Update.
14060         * modules/unistr/u16-to-u32: Update.
14061
14062 2007-01-27  Bruno Haible  <bruno@clisp.org>
14063
14064         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
14065         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
14066         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
14067         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
14068         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
14069         * modules/unistr/u8-mbtouc-unsafe: Renamed from
14070         modules/unistr/u8-mbtouc.
14071         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
14072         * lib/unistr.h: Update.
14073         * lib/striconveh.c: Update.
14074         * modules/striconveh: Update.
14075         * lib/linebreak.c: Update.
14076         * modules/linebreak: Update.
14077         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
14078         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
14079         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
14080         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
14081         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
14082         * lib/unistr.h: Update.
14083         * lib/striconveh.c: Update.
14084         * modules/striconveh: Update.
14085         * lib/unistr/u8-to-u16.c: Update.
14086         * modules/unistr/u8-to-u16: Update.
14087         * lib/unistr/u8-to-u32.c: Update.
14088         * modules/unistr/u8-to-u32: Update.
14089
14090 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14091
14092         Sync from Libtool.
14093         * lib/argz.c: Do not include strings.h nor memory.h, include
14094         string.h unconditionally.  Patch by Simon Josefsson.
14095
14096 2007-01-27  Bruno Haible  <bruno@clisp.org>
14097
14098         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
14099         from gl_HEADER_STRING_H_BODY.
14100         (gl_HEADER_STRING_H_BODY): Require it.
14101         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
14102         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
14103         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
14104         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
14105         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
14106         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
14107         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
14108         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
14109         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
14110         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
14111         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
14112         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
14113         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
14114         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
14115         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
14116
14117 2007-01-27  Bruno Haible  <bruno@clisp.org>
14118
14119         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
14120         check_PROGRAMS into noinst_PROGRAMS.
14121         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
14122         check_PROGRAMS in this case.
14123         (func_import): Set for_test to false.
14124         (func_create_testdir): Set for_test to true.
14125
14126 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
14127             Bruno Haible  <bruno@clisp.org>
14128
14129         * modules/strcasestr (Files): Remove lib/strcasestr.h.
14130         (Depends-on): Add string.
14131         (Includes): Use <string.h> instead of strcasestr.h.
14132         * modules/string (Makefile.am): Also substitute the value of
14133         REPLACE_STRCASESTR.
14134         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
14135         assume strcasestr is declared in <string.h> not <strings.h>. Also
14136         set REPLACE_STRCASESTR.
14137         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
14138         REPLACE_STRCASESTR.
14139         * lib/strcasestr.h: Remove file.
14140         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
14141         * lib/string_.h (strcasestr): New declaration.
14142
14143 2007-01-27  Bruno Haible  <bruno@clisp.org>
14144
14145         * lib/string_.h: Use 'extern'.
14146
14147 2007-01-27  Jim Meyering  <jim@meyering.net>
14148
14149         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
14150         of set-but-not-used local, "q".
14151
14152         * lib/mempcpy.c: Include <config.h> before <string.h>.
14153         This fixes a compilation error on HP-UX, due to the system's
14154         "restrict"-using mempcpy prototype.
14155
14156 2007-01-26  Bruno Haible  <bruno@clisp.org>
14157
14158         Small optimization.
14159         * lib/javacomp.c: Include c-strstr.h.
14160          (is_envjavac_gcj): Use c_strstr instead of strstr.
14161         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
14162
14163 2007-01-26  Bruno Haible  <bruno@clisp.org>
14164
14165         * MODULES.html.sh (Unicode string functions): Add the new modules.
14166
14167         * modules/uniconv/u32-strconv-to-locale: New file.
14168         * lib/uniconv/u32-strconv-to-locale.c: New file.
14169
14170         * modules/uniconv/u16-strconv-to-locale: New file.
14171         * lib/uniconv/u16-strconv-to-locale.c: New file.
14172
14173         * modules/uniconv/u8-strconv-to-locale: New file.
14174         * lib/uniconv/u8-strconv-to-locale.c: New file.
14175
14176         * modules/uniconv/u32-strconv-from-locale: New file.
14177         * lib/uniconv/u32-strconv-from-locale.c: New file.
14178
14179         * modules/uniconv/u16-strconv-from-locale: New file.
14180         * lib/uniconv/u16-strconv-from-locale.c: New file.
14181
14182         * modules/uniconv/u8-strconv-from-locale: New file.
14183         * lib/uniconv/u8-strconv-from-locale.c: New file.
14184
14185         * modules/uniconv/u32-strconv-to-enc: New file.
14186         * lib/uniconv/u32-strconv-to-enc.c: New file.
14187         * modules/uniconv/u32-strconv-to-enc-tests: New file.
14188         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
14189
14190         * modules/uniconv/u16-strconv-to-enc: New file.
14191         * lib/uniconv/u16-strconv-to-enc.c: New file.
14192         * lib/uniconv/u-strconv-to-enc.h: New file.
14193         * modules/uniconv/u16-strconv-to-enc-tests: New file.
14194         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
14195
14196         * modules/uniconv/u8-strconv-to-enc: New file.
14197         * lib/uniconv/u8-strconv-to-enc.c: New file.
14198         * modules/uniconv/u8-strconv-to-enc-tests: New file.
14199         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
14200
14201         * modules/uniconv/u32-strconv-from-enc: New file.
14202         * lib/uniconv/u32-strconv-from-enc.c: New file.
14203         * modules/uniconv/u32-strconv-from-enc-tests: New file.
14204         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
14205
14206         * modules/uniconv/u16-strconv-from-enc: New file.
14207         * lib/uniconv/u16-strconv-from-enc.c: New file.
14208         * modules/uniconv/u16-strconv-from-enc-tests: New file.
14209         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
14210
14211         * modules/uniconv/u8-strconv-from-enc: New file.
14212         * lib/uniconv/u8-strconv-from-enc.c: New file.
14213         * lib/uniconv/u-strconv-from-enc.h: New file.
14214         * modules/uniconv/u8-strconv-from-enc-tests: New file.
14215         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
14216
14217         * modules/uniconv/u32-conv-from-enc: New file.
14218         * lib/uniconv/u32-conv-from-enc.c: New file.
14219         * modules/uniconv/u32-conv-from-enc-tests: New file.
14220         * tests/uniconv/test-u32-conv-from-enc.c: New file.
14221
14222         * modules/uniconv/u16-conv-from-enc: New file.
14223         * lib/uniconv/u16-conv-from-enc.c: New file.
14224         * lib/uniconv/u-conv-from-enc.h: New file.
14225         * modules/uniconv/u16-conv-from-enc-tests: New file.
14226         * tests/uniconv/test-u16-conv-from-enc.c: New file.
14227
14228         * modules/uniconv/u8-conv-from-enc: New file.
14229         * lib/uniconv/u8-conv-from-enc.c: New file.
14230         * modules/uniconv/u8-conv-from-enc-tests: New file.
14231         * tests/uniconv/test-u8-conv-from-enc.c: New file.
14232
14233         * modules/uniconv/base: New file.
14234         * lib/uniconv.h: New file.
14235
14236 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * doc/gnulib-tool.texi (Initial import): Update to match current
14239         behavior with strdup module.
14240         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
14241         * lib/memmem.h: Remove; all uses removed.  This is now done
14242         by <string.h>.
14243         * lib/mempcpy.h: Likewise.
14244         * lib/memrchr.h: Likewise.
14245         * lib/stpcpy.h: Likewise.
14246         * lib/stpncpy.h: Likewise.
14247         * lib/strcase.h: Likewise.
14248         * lib/strchrnul.h: Likewise.
14249         * lib/strdup.h: Likewise.
14250         * lib/strndup.h: Likewise.
14251         * lib/strnlen.h: Likewise.
14252         * lib/strpbrk.h: Likewise.
14253         * lib/strsep.h: Likewise.
14254         * lib/strstr.h: Likewise.
14255         * lib/strtok_r.h: Likewise.
14256         * lib/string_.h: New file.
14257         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
14258         Rely on <string.h> instead.
14259         * lib/canon-host.c: Likewise.
14260         * lib/chdir-long.c: Likewise.
14261         * lib/concatpath.c: Likewise.
14262         * lib/exclude.c: Likewise.
14263         * lib/fchdir.c: Likewise.
14264         * lib/getaddrinfo.c: Likewise.
14265         * lib/getcwd.c: Likewise.
14266         * lib/getsubopt.c: Likewise.
14267         * lib/glob.c: Likewise.
14268         * lib/hard-locale.c: Likewise.
14269         * lib/iconvme.c: Likewise.
14270         * lib/javacomp.c: Likewise.
14271         * lib/mempcpy.c: Likewise.
14272         * lib/memrchr.c: Likewise.
14273         * lib/regex_internal.h: Likewise.
14274         * lib/stpncpy.c: Likewise.
14275         * lib/strcasecmp.c: Likewise.
14276         * lib/strchrnul.c: Likewise.
14277         * lib/strdup.c: Likewise.
14278         * lib/striconv.c: Likewise.
14279         * lib/striconveh.c: Likewise.
14280         * lib/striconveha.c: Likewise.
14281         * lib/strncasecmp.c: Likewise.
14282         * lib/strndup.c: Likewise.
14283         * lib/strnlen.c: Likewise.
14284         * lib/strsep.c: Likewise.
14285         * lib/strstr.c: Likewise.
14286         * lib/strtok_r.c: Likewise.
14287         * lib/userspec.c: Likewise.
14288         * lib/w32spawn.h: Likewise.
14289         * lib/xstrndup.c: Likewise.
14290         * lib/mountlist.c (strstr): Remove decl.
14291         * m4/string_h.m4: New file.
14292         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
14293         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
14294         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
14295         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
14296         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
14297         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
14298         Set REPLACE_STRCASECMP if necessary.
14299         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
14300         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
14301         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
14302         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
14303         HAVE_DECL_STRDUP if necessary.
14304         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
14305         since gl_FUNC_STRNDUP does that now.
14306         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
14307         Check for decl here...
14308         (gl_PREREQ_STRNLEN): ... not here.
14309         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
14310         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
14311         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
14312         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
14313         necessary.
14314         * modules/string: New file.
14315         * modules/memmem (Files): Remove special-purpose include file.
14316         (Depends-on): Add string.
14317         (Include): Include <string.h>, not the removed file.
14318         * modules/mempcpy: Likewise.
14319         * modules/memrchr: Likewise.
14320         * modules/stpcpy: Likewise.
14321         * modules/stpncpy: Likewise.
14322         * modules/strcase: Likewise.
14323         * modules/strchrnul: Likewise.
14324         * modules/strdup: Likewise.
14325         * modules/strndup: Likewise.
14326         * modules/strnlen: Likewise.
14327         * modules/strpbrk: Likewise.
14328         * modules/strsep: Likewise.
14329         * modules/strstr: Likewise.
14330         * modules/strtok_r: Likewise.
14331         * tests/test-dirname.c: Don't include "strdup.h", since
14332         <string.h> now suffices.
14333         * tests/test-memmem.c: Don't include "memmem.h", since
14334         <string.h> now suffices.
14335
14336 2007-01-25  Bruno Haible  <bruno@clisp.org>
14337
14338         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
14339         *resultp is 0.
14340
14341         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
14342         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
14343         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
14344         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
14345
14346         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
14347         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
14348         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
14349         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
14350         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
14351         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
14352
14353 2007-01-24  Bruno Haible  <bruno@clisp.org>
14354
14355         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
14356         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
14357         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
14358         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
14359         gl_FUNC_FTS_CORE.
14360         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
14361         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
14362         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
14363         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
14364         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
14365         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
14366         gl_FUNC_FCHOWNAT.
14367         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
14368         gl_FUNC_STRFTIME.
14369         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
14370         Reported by Ralf Wildenhues.
14371
14372 2007-01-24  Bruno Haible  <bruno@clisp.org>
14373
14374         Drop AC_REQUIRE calls that are redundant with the module dependencies.
14375         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
14376         gl_GETADDRINFO.
14377         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
14378         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
14379         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
14380
14381 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
14384         Don't use 'exit'; just return from 'main'.
14385         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
14386
14387         * lib/fnmatch_.h: Readjust white space and comments to match
14388         glibc, to avoid spurious diffs.
14389
14390 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
14393         2004-12-01 change by Jakub Jelinek, since this code won't compile
14394         if !LIBC.  Problem reported by Bob Proulx.
14395
14396 2007-01-23  Bruno Haible  <bruno@clisp.org>
14397
14398         * lib/striconveh.c: Include c-strcaseeq.h.
14399         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
14400         * modules/striconveh (Depends-on): Add c-strcaseeq.
14401
14402 2007-01-23  Bruno Haible  <bruno@clisp.org>
14403
14404         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
14405
14406         * modules/c-strcaseeq: New file.
14407         * lib/c-strcaseeq.h: New file.
14408
14409         * modules/streq: New file.
14410         * lib/streq.h: New file.
14411
14412 2007-01-23  Bruno Haible  <bruno@clisp.org>
14413
14414         * modules/striconveha-tests: New file.
14415         * tests/test-striconveha.c: New file.
14416
14417         * lib/striconveha.h: Include <stdbool.h>.
14418         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
14419         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
14420         (mem_iconveha_notranslit): Renamed from mem_iconveha.
14421         (mem_iconveha): New function.
14422         (str_iconveha_notranslit): Renamed from str_iconveha.
14423         (str_iconveha): New function.
14424         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
14425         c-strcase.
14426
14427 2007-01-23  Bruno Haible  <bruno@clisp.org>
14428
14429         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
14430         encodings without forgiving before trying any encoding with handler.
14431         (str_iconveha): Try all encodings without forgiving before trying any
14432         encoding with handler.
14433
14434 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14435
14436         Import the following changes from libc.
14437
14438         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14439
14440         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
14441
14442         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14443
14444         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
14445         normal_bracket label.
14446
14447         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
14448
14449         [BZ #361]
14450         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
14451         to normal_bracket after fetching the next character.
14452
14453 2007-01-22  Bruno Haible  <bruno@clisp.org>
14454
14455         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
14456         argument.
14457         * lib/striconveh.c (iconv_carefully_1): New function.
14458         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
14459         argument.
14460         (str_cd_iconveh): Update.
14461         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
14462         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
14463         * tests/test-striconveh.c (MAGIC): New macro.
14464         (new_offsets): New function.
14465         (main): Test call with and without offsets.
14466
14467 2007-01-22  Bruno Haible  <bruno@clisp.org>
14468
14469         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
14470         * modules/sys_select (Makefile.am): Likewise.
14471         * modules/sys_socket (Makefile.am): Likewise.
14472         * modules/sys_time (Makefile.am): Likewise.
14473
14474 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * modules/gettimeofday (License): Change from GPL to LGPL, since
14477         gettimeofday is a library function.
14478
14479 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14480
14481         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
14482
14483 2007-01-21  Bruno Haible  <bruno@clisp.org>
14484
14485         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
14486
14487 2007-01-21  Bruno Haible  <bruno@clisp.org>
14488
14489         * modules/striconveha: New file.
14490         * lib/striconveha.h: New file.
14491         * lib/striconveha.c: New file.
14492         * MODULES.html.sh (Internationalization functions): Add striconveha.
14493         * lib/striconv.c (str_iconv): Optimize the case of an empty input
14494         string.
14495         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
14496
14497 2007-01-21  Bruno Haible  <bruno@clisp.org>
14498
14499         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
14500         * lib/striconveh.c (str_iconveh): Likewise.
14501
14502 2007-01-21  Bruno Haible  <bruno@clisp.org>
14503
14504         * lib/striconveh.h (mem_iconveh): New declaration.
14505         * lib/striconveh.c (mem_iconveh): New function.
14506         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
14507
14508 2007-01-21  Bruno Haible  <bruno@clisp.org>
14509
14510         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
14511
14512         * lib/striconveh.h (mem_cd_iconveh): Change specification.
14513         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
14514         original result buffer.
14515         (str_cd_iconveh): Update.
14516         * tests/test-striconveh.c (main): Update.
14517
14518         * lib/striconv.h (mem_cd_iconv): Change specification.
14519         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
14520         result buffer.
14521         (str_cd_iconv): Update.
14522         * tests/test-striconv.c (main): Update.
14523
14524 2007-01-21  Bruno Haible  <bruno@clisp.org>
14525
14526         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
14527
14528 2007-01-20  Jim Meyering  <jim@meyering.net>
14529
14530         * lib/userspec.c (parse_with_separator): If a user or group string
14531         starts with "+", skip the corresponding name-to-ID look-up, since
14532         such a look-up must fail: user and group names may not include "+".
14533
14534 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14535
14536         * lib/poll.c: Include sys/time.h and time.h unconditionally,
14537         since we now assume the sys_time module.
14538         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
14539         check for sys/time.h; no longer needed.
14540         * modules/poll (Depends-on): Depend on sys_time.
14541
14542 2007-01-18  Bruno Haible  <bruno@clisp.org>
14543
14544         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
14545         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14546
14547         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
14548         gettimeofday.
14549
14550         * tests/test-gettimeofday.c: Include <time.h>.
14551         (dummy): Remove variable.
14552
14553         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
14554         gl_HEADER_SYS_TIME_H.
14555         (gl_HEADER_SYS_TIME_H): New macro.
14556
14557         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
14558         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14559         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
14560         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
14561         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14562         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
14563         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
14564         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14565         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
14566         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
14567         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14568
14569         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
14570         last change; it caused a compilation error when cross-compiling to
14571         Cygwin.
14572
14573 2007-01-18  Jim Meyering  <jim@meyering.net>
14574
14575         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
14576         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
14577         than the race-prone "test -d sys || mkdir sys".
14578         (configure.ac): Use AC_PROG_MKDIR_P.
14579         * modules/sys_select: Likewise.
14580         * modules/sys_socket: Likewise.
14581         * modules/sys_time: Likewise.
14582
14583 2007-01-18  Eric Blake  <ebb9@byu.net>
14584
14585         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
14586         replace gettimeofday.
14587         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
14588         name, to avoid infinite recursion.
14589
14590 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
14591
14592         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
14593         module sys_time.
14594         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
14595         assume timespec.h defines struct timeval.
14596         * lib/settime.c: Likewise.
14597         * lib/utimens.c: Likewise.
14598         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
14599         since we now assume the gettimeofday module.
14600         * lib/tempname.c (__gen_tempname): Likewise.
14601         * lib/gettimeofday.h: Remove.
14602         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
14603         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
14604         Include <time.h>, for 'time()'.
14605         (localtime_buffer_addr): Also use this workaround if
14606         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
14607         to simplify the uses.  All uses changed.
14608         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
14609         that #undef is inside {}, and 'const' follows type name consistently.
14610         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
14611         (gettimeofday): Do not use the maximum possible value for
14612         tv->tv_usec, since that might break usages other than ls.c.
14613         Instead, we'll leave ls.c alone.  This undoes today's patch
14614         by Bruno.  Add a compile-time warning for 1s-clock resolution;
14615         we've never observed the problem but might as well keep the
14616         canary.
14617         * lib/nanosleep.c: Include timespec.h first, for interface check.
14618         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
14619         now assume the sys_time module.
14620         * lib/tempname.c: Likewise.
14621         * lib/timespec.h: Likewise.
14622         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
14623         needed.
14624         * lib/strftime.c: Likewise.
14625         * lib/timespec.h: Likewise.
14626         * lib/posixtm.c: Include posixtm.h first, for interface check.
14627         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
14628         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
14629         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
14630         * lib/sys_time_.h: New file.
14631         * lib/timespec.h (struct timespec): Use long int, not long.
14632         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
14633         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
14634         Remove obsolescent call to AC_HEADER_TIME.
14635         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
14636         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14637         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
14638         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
14639         Likewise.
14640         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
14641         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
14642         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
14643         into the sys_time module.  Check for gettimeofday just once.
14644         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
14645         for gettimeofday signature to just check the signature.  Merely
14646         compile it, since linking doesn't test signature.  Improve test for
14647         whether gettimeofday.o is actually needed.
14648         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
14649         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
14650         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
14651         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14652         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
14653         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
14654         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
14655         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
14656         than worrying about sys/time.h.
14657         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
14658         Don't bother worrying about TIME_WITH_SYS_TIME.
14659         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
14660         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
14661         * m4/sys_time_h.m4: New file.
14662         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
14663         Don't include sys/time.h.  Return from main rather than exiting.
14664         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
14665         all uses changed.
14666         * modules/gethrxtime (Depends-on): Add sys_time.
14667         * modules/gettime (Depends-on): Likewise.
14668         * modules/gettimeofday (Depends-on): Likewise.
14669         * modules/nanosleep (Depends-on): Likewise.
14670         * modules/settime (Depends-on): Likewise.
14671         * modules/tempname (Depends-on): Likewise.
14672         * modules/utimens (Depends-on): Likewise.
14673         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
14674         (Include:) Change back to <sys/time.h>.
14675         (Maintainer:) Add self.
14676         * modules/sys_time: New file.
14677         * modules/tempname (Depends-on): Add gettimeofday.
14678         * tests/test-gettimeofday.c: Include <sys/time.h>
14679         rather than gettimeofday.h.
14680
14681 2007-01-17  Bruno Haible  <bruno@clisp.org>
14682
14683         * gnulib-tool (func_get_license): Revert last patch. Instead, let
14684         the license default to GPL.
14685         (func_create_testdir): Don't complain if a module is LGPL and its
14686         tests module depends on GPLed modules.
14687
14688 2007-01-17  Bruno Haible  <bruno@clisp.org>
14689
14690         * lib/gettimeofday.c (gettimeofday): Add code for the case
14691         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
14692         maximum possible value for tv->tv_usec, rather than the minimum one.
14693
14694 2005-10-08  Martin Lambers  <marlam@marlam.de>
14695 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14696 2007-01-16  Bruno Haible  <bruno@clisp.org>
14697
14698         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
14699         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
14700         gl_FUNC_GETTIMEOFDAY.
14701         (Include): Add gettimeofday.h.
14702         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
14703         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
14704         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
14705         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
14706         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14707         * lib/gettimeofday.h: New file.
14708         * lib/gettimeofday.c: Include <sys/timeb.h>.
14709         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
14710         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
14711         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
14712         fall back on time().
14713
14714         * tests/test-gettimeofday.c: New file.
14715         * modules/gettimeofday-tests: New file.
14716
14717 2007-01-16  Eric Blake  <ebb9@byu.net>
14718
14719         * modules/fnmatch (Depends-on): Depend on wchar.
14720         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
14721         * m4/fnmatch.m4: Likewise.
14722         * modules/mbchar (Makefile.am): Assume <wchar.h>.
14723         * m4/mbchar.m4: Likewise.
14724         * modules/mbswidth (Depends-on): Depend on wchar.
14725         * lib/mbswidth.c: Assume <wchar.h>.
14726         * m4/mbswidth.m4: Likewise.
14727         * modules/quotearg (Depends-on): Depend on wchar.
14728         * lib/quotearg.c: Assume <wchar.h>.
14729         * m4/quotearg.m4: Likewise.
14730         * modules/regex (Depends-on): Depend on wchar.
14731         * lib/regex_internal.h: Assume <wchar.h>.
14732         * m4/regex.m4: Likewise.
14733         * modules/stdint (Depends-on): Depend on wchar.
14734         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
14735         * m4/stdint.m4: Likewise.
14736         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
14737         * modules/strftime (Depends-on): Depend on wchar.
14738         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
14739         * modules/strtol (Depends-on): Depend on wchar.
14740         * lib/strtol.c: Assume <wchar.h>.
14741         * modules/wcwidth (Depends-on): Depend on wchar.
14742         * lib/wcwidth.h: Assume <wchar.h>.
14743         * m4/wcwidth.m4: Likewise.
14744
14745 2007-01-16  Bruno Haible  <bruno@clisp.org>
14746
14747         * modules/csharpexec-script: New, created from...
14748         * modules/csharpexec: ... this.
14749
14750 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
14751
14752         * modules/javaexec-script: New, created from...
14753         * modules/javaexec: ... this.
14754
14755 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14756
14757         * modules/poll (Dependencies): Add sys_select.
14758
14759 2007-01-15  Jim Meyering  <jim@meyering.net>
14760
14761         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
14762         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
14763         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
14764         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
14765
14766 2007-01-15  Bruno Haible  <bruno@clisp.org>
14767
14768         * modules/striconveh: New file.
14769         * lib/striconveh.h: New file.
14770         * lib/striconveh.c: New file.
14771         * MODULES.html.sh (Internationalization functions): Add striconveh.
14772
14773         * modules/striconveh-tests: New file.
14774         * tests/test-striconveh.c: New file.
14775
14776 2007-01-15  Bruno Haible  <bruno@clisp.org>
14777
14778         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
14779         not from GNU libiconv or GNU libc.
14780
14781 2007-01-15  Bruno Haible  <bruno@clisp.org>
14782
14783         * doc/gnulib-intro.texi (Copyright): Explain the different license
14784         terms for module descriptions, autoconf macros, tests, documentation.
14785
14786 2007-01-14  Bruno Haible  <bruno@clisp.org>
14787
14788         * modules/striconv-tests: New file.
14789         * tests/test-striconv.c: New file.
14790
14791 2007-01-14  Bruno Haible  <bruno@clisp.org>
14792
14793         * modules/iconv-tests: New file.
14794         * tests/test-iconv.c: New file.
14795
14796 2007-01-14  Bruno Haible  <bruno@clisp.org>
14797
14798         * gnulib-tool (func_get_license): For test modules, use the license of
14799         the main module.
14800
14801 2007-01-14  Bruno Haible  <bruno@clisp.org>
14802
14803         * modules/iconv (Include): Clarify that <iconv.h> can only be included
14804         if iconv is found to exist.
14805
14806 2007-01-14  Bruno Haible  <bruno@clisp.org>
14807
14808         * modules/c-ctype-tests: New file.
14809         * tests/test-c-ctype.c: New file.
14810
14811 2007-01-14  Bruno Haible  <bruno@clisp.org>
14812
14813         * modules/binary-io-tests: New file.
14814         * tests/test-binary-io.sh: New file.
14815         * tests/test-binary-io.c: New file.
14816
14817 2007-01-14  Bruno Haible  <bruno@clisp.org>
14818
14819         * modules/array-oset-tests: New file.
14820         * tests/test-array_oset.c: New file.
14821
14822 2007-01-14  Bruno Haible  <bruno@clisp.org>
14823
14824         * modules/array-list-tests: New file.
14825         * tests/test-array_list.c: New file.
14826
14827 2007-01-14  Bruno Haible  <bruno@clisp.org>
14828
14829         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
14830         and make.
14831         Reported by Simon Josefsson in
14832         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
14833
14834 2007-01-14  Bruno Haible  <bruno@clisp.org>
14835
14836         * modules/allocsa-tests: New file.
14837         * tests/test-allocsa.c: New file.
14838
14839 2007-01-14  Bruno Haible  <bruno@clisp.org>
14840
14841         * modules/fchdir (Depends-on): Add absolute-header.
14842         * modules/unistd (Depends-on): Likewise.
14843
14844 2006-12-30  Bruno Haible  <bruno@clisp.org>
14845
14846         * modules/fchdir: New file.
14847         * modules/unistd (Files): Add lib/unistd_.h.
14848         (Makefile.am): Generate unistd.h from unistd_.h.
14849         * lib/fchdir.c: New file.
14850         * lib/dirent_.h: New file.
14851         * lib/unistd_.h: New file.
14852         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
14853         * m4/fchdir.m4: New file.
14854         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
14855         (gl_HEADER_UNISTD): Invoke it.
14856         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
14857         function.
14858         * lib/backupfile.c (opendir, closedir): Undefine.
14859         * lib/chown.c (open, close): Undefine.
14860         * lib/clean-temp.c (open, close): Undefine.
14861         * lib/copy-file.c (open, close): Undefine.
14862         * lib/execute.c (open, close): Undefine.
14863         * lib/fsusage.c (open, close): Undefine.
14864         * lib/gc-gnulib.c (open, close): Undefine.
14865         * lib/getcwd.c (opendir, closedir): Undefine.
14866         * lib/glob.c (opendir, closedir): Undefine.
14867         * lib/javacomp.c (open, close): Undefine.
14868         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
14869         * lib/openat-proc.c (open, close): Undefine.
14870         * lib/pagealign_alloc.c (open, close): Undefine.
14871         * lib/pipe.c (open, close): Undefine.
14872         * lib/progreloc.c (open, close): Undefine.
14873         * lib/savedir.c (opendir, closedir): Undefine.
14874         * lib/utime.c (open, close): Undefine.
14875         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
14876
14877 2007-01-10  Bruno Haible  <bruno@clisp.org>
14878
14879         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
14880
14881 2007-01-12  Eric Blake  <ebb9@byu.net>
14882
14883         Provide a robust <wchar.h>.  Further simplifications are now
14884         possible in other modules, but not included here.
14885         * modules/wchar: New module.
14886         * m4/wchar.m4: New file.
14887         * lib/wchar_.h: Likewise.
14888         * modules/mbchar (Depends-on): Depend on wchar, as the first use
14889         of the new module.
14890         * MODULES.html.sh (Extended multibyte and wide character utilities):
14891         New section.
14892
14893 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
14894
14895         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
14896         to a reasonable default for memory allocation.
14897         (xreadlink): Don't allocate a huge buffer, to work around a buggy
14898         file system that reports garbage st_size values for symlinks.
14899         Problem reported by Liyang Hu.
14900
14901 2007-01-11  Simon Josefsson  <simon@josefsson.org>
14902
14903         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
14904         Emacs .#* auto-save files).
14905
14906 2007-01-11  Bruno Haible  <bruno@clisp.org>
14907
14908         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
14909         directory.
14910
14911 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
14912
14913         Use @...@ consistently in lib/wctype_.h.
14914         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
14915         on it being set to 1 or 0.
14916         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
14917         go back to AC_SUBSTing it.
14918         * modules/wctype (Makefile.am): Undo previous change.
14919
14920 2007-01-10  Eric Blake  <ebb9@byu.net>
14921
14922         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
14923         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
14924         * modules/wctype (Makefile.am): Likewise.
14925         Reported by Chris McGuire.
14926
14927 2007-01-10  Jim Meyering  <jim@meyering.net>
14928
14929         fts.c: a small readability/maintainability improvement
14930         * lib/fts.c (fts_read): Make this code slightly more readable and
14931         maintainable by hoisting the "sp->fts_cur = p" assignments to
14932         immediately follow the statements that set P.  Derived from
14933         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
14934
14935 2007-01-10  Eric Blake  <ebb9@byu.net>
14936
14937         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
14938         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
14939         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14940         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14941         Reported by Chris McGuire.
14942
14943 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14944
14945         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
14946         in sed script.
14947
14948 2007-01-09  Bruno Haible  <bruno@clisp.org>
14949
14950         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
14951         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
14952         variables.
14953         (func_module): Use them.
14954
14955 2007-01-09  Bruno Haible  <bruno@clisp.org>
14956
14957         * modules/unistr/base: New file.
14958         * lib/unistr.h: New file.
14959
14960         * modules/unistr/u8-to-u16: New file.
14961         * lib/unistr/u8-to-u16.c: New file.
14962
14963         * modules/unistr/u8-to-u32: New file.
14964         * lib/unistr/u8-to-u32.c: New file.
14965
14966         * modules/unistr/u16-to-u8: New file.
14967         * lib/unistr/u16-to-u8.c: New file.
14968
14969         * modules/unistr/u16-to-u32: New file.
14970         * lib/unistr/u16-to-u32.c: New file.
14971
14972         * modules/unistr/u32-to-u8: New file.
14973         * lib/unistr/u32-to-u8.c: New file.
14974
14975         * modules/unistr/u32-to-u16: New file.
14976         * lib/unistr/u32-to-u16.c: New file.
14977
14978         * modules/unistr/u8-check: New file.
14979         * modules/unistr/u16-check: New file.
14980         * modules/unistr/u32-check: New file.
14981         * lib/unistr/u8-check.c: New file.
14982         * lib/unistr/u16-check.c: New file.
14983         * lib/unistr/u32-check.c: New file.
14984
14985         * modules/unistr/u8-chr: New file.
14986         * modules/unistr/u16-chr: New file.
14987         * modules/unistr/u32-chr: New file.
14988         * lib/unistr/u8-chr.c: New file.
14989         * lib/unistr/u16-chr.c: New file.
14990         * lib/unistr/u32-chr.c: New file.
14991
14992         * modules/unistr/u8-cmp: New file.
14993         * modules/unistr/u16-cmp: New file.
14994         * modules/unistr/u32-cmp: New file.
14995         * lib/unistr/u8-cmp.c: New file.
14996         * lib/unistr/u16-cmp.c: New file.
14997         * lib/unistr/u32-cmp.c: New file.
14998
14999         * modules/unistr/u8-cpy: New file.
15000         * modules/unistr/u16-cpy: New file.
15001         * modules/unistr/u32-cpy: New file.
15002         * lib/unistr/u8-cpy.c: New file.
15003         * lib/unistr/u16-cpy.c: New file.
15004         * lib/unistr/u32-cpy.c: New file.
15005         * lib/unistr/u-cpy.h: New file.
15006
15007         * modules/unistr/u8-cpy-alloc: New file.
15008         * modules/unistr/u16-cpy-alloc: New file.
15009         * modules/unistr/u32-cpy-alloc: New file.
15010         * lib/unistr/u8-cpy-alloc.c: New file.
15011         * lib/unistr/u16-cpy-alloc.c: New file.
15012         * lib/unistr/u32-cpy-alloc.c: New file.
15013         * lib/unistr/u-cpy-alloc.h: New file.
15014
15015         * modules/unistr/u8-endswith: New file.
15016         * modules/unistr/u16-endswith: New file.
15017         * modules/unistr/u32-endswith: New file.
15018         * lib/unistr/u8-endswith.c: New file.
15019         * lib/unistr/u16-endswith.c: New file.
15020         * lib/unistr/u32-endswith.c: New file.
15021         * lib/unistr/u-endswith.h: New file.
15022
15023         * modules/unistr/u8-mblen: New file.
15024         * modules/unistr/u16-mblen: New file.
15025         * modules/unistr/u32-mblen: New file.
15026         * lib/unistr/u8-mblen.c: New file.
15027         * lib/unistr/u16-mblen.c: New file.
15028         * lib/unistr/u32-mblen.c: New file.
15029
15030         * modules/unistr/u8-mbtouc: New file.
15031         * modules/unistr/u16-mbtouc: New file.
15032         * modules/unistr/u32-mbtouc: New file.
15033         * lib/unistr/u8-mbtouc.c: New file.
15034         * lib/unistr/u16-mbtouc.c: New file.
15035         * lib/unistr/u32-mbtouc.c: New file.
15036
15037         * modules/unistr/u8-mbtouc-safe: New file.
15038         * modules/unistr/u16-mbtouc-safe: New file.
15039         * modules/unistr/u32-mbtouc-safe: New file.
15040         * lib/unistr/u8-mbtouc-safe.c: New file.
15041         * lib/unistr/u16-mbtouc-safe.c: New file.
15042         * lib/unistr/u32-mbtouc-safe.c: New file.
15043
15044         * modules/unistr/u8-move: New file.
15045         * modules/unistr/u16-move: New file.
15046         * modules/unistr/u32-move: New file.
15047         * lib/unistr/u8-move.c: New file.
15048         * lib/unistr/u16-move.c: New file.
15049         * lib/unistr/u32-move.c: New file.
15050         * lib/unistr/u-move.h: New file.
15051
15052         * modules/unistr/u8-next: New file.
15053         * modules/unistr/u16-next: New file.
15054         * modules/unistr/u32-next: New file.
15055         * lib/unistr/u8-next.c: New file.
15056         * lib/unistr/u16-next.c: New file.
15057         * lib/unistr/u32-next.c: New file.
15058
15059         * modules/unistr/u8-prev: New file.
15060         * modules/unistr/u16-prev: New file.
15061         * modules/unistr/u32-prev: New file.
15062         * lib/unistr/u8-prev.c: New file.
15063         * lib/unistr/u16-prev.c: New file.
15064         * lib/unistr/u32-prev.c: New file.
15065
15066         * modules/unistr/u8-set: New file.
15067         * modules/unistr/u16-set: New file.
15068         * modules/unistr/u32-set: New file.
15069         * lib/unistr/u8-set.c: New file.
15070         * lib/unistr/u16-set.c: New file.
15071         * lib/unistr/u32-set.c: New file.
15072         * lib/unistr/u-set.h: New file.
15073
15074         * modules/unistr/u8-startswith: New file.
15075         * modules/unistr/u16-startswith: New file.
15076         * modules/unistr/u32-startswith: New file.
15077         * lib/unistr/u8-startswith.c: New file.
15078         * lib/unistr/u16-startswith.c: New file.
15079         * lib/unistr/u32-startswith.c: New file.
15080         * lib/unistr/u-startswith.h: New file.
15081
15082         * modules/unistr/u8-stpcpy: New file.
15083         * modules/unistr/u16-stpcpy: New file.
15084         * modules/unistr/u32-stpcpy: New file.
15085         * lib/unistr/u8-stpcpy.c: New file.
15086         * lib/unistr/u16-stpcpy.c: New file.
15087         * lib/unistr/u32-stpcpy.c: New file.
15088         * lib/unistr/u-stpcpy.h: New file.
15089
15090         * modules/unistr/u8-stpncpy: New file.
15091         * modules/unistr/u16-stpncpy: New file.
15092         * modules/unistr/u32-stpncpy: New file.
15093         * lib/unistr/u8-stpncpy.c: New file.
15094         * lib/unistr/u16-stpncpy.c: New file.
15095         * lib/unistr/u32-stpncpy.c: New file.
15096         * lib/unistr/u-stpncpy.h: New file.
15097
15098         * modules/unistr/u8-strcat: New file.
15099         * modules/unistr/u16-strcat: New file.
15100         * modules/unistr/u32-strcat: New file.
15101         * lib/unistr/u8-strcat.c: New file.
15102         * lib/unistr/u16-strcat.c: New file.
15103         * lib/unistr/u32-strcat.c: New file.
15104         * lib/unistr/u-strcat.h: New file.
15105
15106         * modules/unistr/u8-strchr: New file.
15107         * modules/unistr/u16-strchr: New file.
15108         * modules/unistr/u32-strchr: New file.
15109         * lib/unistr/u8-strchr.c: New file.
15110         * lib/unistr/u16-strchr.c: New file.
15111         * lib/unistr/u32-strchr.c: New file.
15112
15113         * modules/unistr/u8-strcmp: New file.
15114         * modules/unistr/u16-strcmp: New file.
15115         * modules/unistr/u32-strcmp: New file.
15116         * lib/unistr/u8-strcmp.c: New file.
15117         * lib/unistr/u16-strcmp.c: New file.
15118         * lib/unistr/u32-strcmp.c: New file.
15119
15120         * modules/unistr/u8-strcpy: New file.
15121         * modules/unistr/u16-strcpy: New file.
15122         * modules/unistr/u32-strcpy: New file.
15123         * lib/unistr/u8-strcpy.c: New file.
15124         * lib/unistr/u16-strcpy.c: New file.
15125         * lib/unistr/u32-strcpy.c: New file.
15126         * lib/unistr/u-strcpy.h: New file.
15127
15128         * modules/unistr/u8-strcspn: New file.
15129         * modules/unistr/u16-strcspn: New file.
15130         * modules/unistr/u32-strcspn: New file.
15131         * lib/unistr/u8-strcspn.c: New file.
15132         * lib/unistr/u16-strcspn.c: New file.
15133         * lib/unistr/u32-strcspn.c: New file.
15134         * lib/unistr/u-strcspn.h: New file.
15135
15136         * modules/unistr/u8-strdup: New file.
15137         * modules/unistr/u16-strdup: New file.
15138         * modules/unistr/u32-strdup: New file.
15139         * lib/unistr/u8-strdup.c: New file.
15140         * lib/unistr/u16-strdup.c: New file.
15141         * lib/unistr/u32-strdup.c: New file.
15142         * lib/unistr/u-strdup.h: New file.
15143
15144         * modules/unistr/u8-strlen: New file.
15145         * modules/unistr/u16-strlen: New file.
15146         * modules/unistr/u32-strlen: New file.
15147         * lib/unistr/u8-strlen.c: New file.
15148         * lib/unistr/u16-strlen.c: New file.
15149         * lib/unistr/u32-strlen.c: New file.
15150         * lib/unistr/u-strlen.h: New file.
15151
15152         * modules/unistr/u8-strmblen: New file.
15153         * modules/unistr/u16-strmblen: New file.
15154         * modules/unistr/u32-strmblen: New file.
15155         * lib/unistr/u8-strmblen.c: New file.
15156         * lib/unistr/u16-strmblen.c: New file.
15157         * lib/unistr/u32-strmblen.c: New file.
15158
15159         * modules/unistr/u8-strmbtouc: New file.
15160         * modules/unistr/u16-strmbtouc: New file.
15161         * modules/unistr/u32-strmbtouc: New file.
15162         * lib/unistr/u8-strmbtouc.c: New file.
15163         * lib/unistr/u16-strmbtouc.c: New file.
15164         * lib/unistr/u32-strmbtouc.c: New file.
15165
15166         * modules/unistr/u8-strncat: New file.
15167         * modules/unistr/u16-strncat: New file.
15168         * modules/unistr/u32-strncat: New file.
15169         * lib/unistr/u8-strncat.c: New file.
15170         * lib/unistr/u16-strncat.c: New file.
15171         * lib/unistr/u32-strncat.c: New file.
15172         * lib/unistr/u-strncat.h: New file.
15173
15174         * modules/unistr/u8-strncmp: New file.
15175         * modules/unistr/u16-strncmp: New file.
15176         * modules/unistr/u32-strncmp: New file.
15177         * lib/unistr/u8-strncmp.c: New file.
15178         * lib/unistr/u16-strncmp.c: New file.
15179         * lib/unistr/u32-strncmp.c: New file.
15180
15181         * modules/unistr/u8-strncpy: New file.
15182         * modules/unistr/u16-strncpy: New file.
15183         * modules/unistr/u32-strncpy: New file.
15184         * lib/unistr/u8-strncpy.c: New file.
15185         * lib/unistr/u16-strncpy.c: New file.
15186         * lib/unistr/u32-strncpy.c: New file.
15187         * lib/unistr/u-strncpy.h: New file.
15188
15189         * modules/unistr/u8-strnlen: New file.
15190         * modules/unistr/u16-strnlen: New file.
15191         * modules/unistr/u32-strnlen: New file.
15192         * lib/unistr/u8-strnlen.c: New file.
15193         * lib/unistr/u16-strnlen.c: New file.
15194         * lib/unistr/u32-strnlen.c: New file.
15195         * lib/unistr/u-strnlen.h: New file.
15196
15197         * modules/unistr/u8-strpbrk: New file.
15198         * modules/unistr/u16-strpbrk: New file.
15199         * modules/unistr/u32-strpbrk: New file.
15200         * lib/unistr/u8-strpbrk.c: New file.
15201         * lib/unistr/u16-strpbrk.c: New file.
15202         * lib/unistr/u32-strpbrk.c: New file.
15203         * lib/unistr/u-strpbrk.h: New file.
15204
15205         * modules/unistr/u8-strrchr: New file.
15206         * modules/unistr/u16-strrchr: New file.
15207         * modules/unistr/u32-strrchr: New file.
15208         * lib/unistr/u8-strrchr.c: New file.
15209         * lib/unistr/u16-strrchr.c: New file.
15210         * lib/unistr/u32-strrchr.c: New file.
15211
15212         * modules/unistr/u8-strspn: New file.
15213         * modules/unistr/u16-strspn: New file.
15214         * modules/unistr/u32-strspn: New file.
15215         * lib/unistr/u8-strspn.c: New file.
15216         * lib/unistr/u16-strspn.c: New file.
15217         * lib/unistr/u32-strspn.c: New file.
15218         * lib/unistr/u-strspn.h: New file.
15219
15220         * modules/unistr/u8-strstr: New file.
15221         * modules/unistr/u16-strstr: New file.
15222         * modules/unistr/u32-strstr: New file.
15223         * lib/unistr/u8-strstr.c: New file.
15224         * lib/unistr/u16-strstr.c: New file.
15225         * lib/unistr/u32-strstr.c: New file.
15226         * lib/unistr/u-strstr.h: New file.
15227
15228         * modules/unistr/u8-strtok: New file.
15229         * modules/unistr/u16-strtok: New file.
15230         * modules/unistr/u32-strtok: New file.
15231         * lib/unistr/u8-strtok.c: New file.
15232         * lib/unistr/u16-strtok.c: New file.
15233         * lib/unistr/u32-strtok.c: New file.
15234         * lib/unistr/u-strtok.h: New file.
15235
15236         * modules/unistr/u8-uctomb: New file.
15237         * modules/unistr/u16-uctomb: New file.
15238         * modules/unistr/u32-uctomb: New file.
15239         * lib/unistr/u8-uctomb.c: New file.
15240         * lib/unistr/u16-uctomb.c: New file.
15241         * lib/unistr/u32-uctomb.c: New file.
15242
15243         * MODULES.html.sh (Unicode string functions): Add the new modules.
15244
15245 2007-01-08  Bruno Haible  <bruno@clisp.org>
15246
15247         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
15248         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
15249         subdirectories.
15250
15251 2007-01-08  Karl Berry  <karl@gnu.org>
15252
15253         * doc/error.texi: mention that main() fns must set program_name
15254         when progname is used.
15255
15256 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
15259         WCTYPE_H is empty, for the benefit of builds from non-distclean
15260         directories.  Problem reported by Eric Blake in
15261         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
15262
15263 2007-01-08  Bruno Haible  <bruno@clisp.org>
15264
15265         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
15266         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
15267         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
15268         PROVIDE_CANONICALIZE_FILENAME_MODE.
15269         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
15270
15271 2007-01-08  Bruno Haible  <bruno@clisp.org>
15272
15273         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
15274         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
15275         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
15276         * lib/fts.c: Likewise.
15277         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
15278
15279 2006-12-25  Bruno Haible  <bruno@clisp.org>
15280
15281         * modules/utf8-ucs4-safe: New file.
15282         * lib/utf8-ucs4-safe.h: New file.
15283         * lib/unistr/utf8-ucs4-safe.c: New file.
15284
15285         * modules/utf16-ucs4-safe: New file.
15286         * lib/utf16-ucs4-safe.h: New file.
15287         * lib/unistr/utf16-ucs4-safe.c: New file.
15288
15289         * MODULES.html.sh (Unicode string functions): Add the new modules.
15290
15291 2007-01-08  Bruno Haible  <bruno@clisp.org>
15292
15293         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
15294         (Depends-on): Add unitypes.
15295         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15296         (u8_mbtouc_aux): Move out to separate file.
15297         (u8_mbtouc): Use ucs4_t, uint8_t types.
15298         * lib/unistr/utf8-ucs4.c: New file.
15299
15300         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
15301         (Depends-on): Add unitypes.
15302         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
15303         (u16_mbtouc_aux): Move out to separate file.
15304         (u16_mbtouc): Use ucs4_t, uint16_t types.
15305         * lib/unistr/utf16-ucs4.c: New file.
15306
15307         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
15308         (Depends-on): Add unitypes.
15309         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
15310         (u8_uctomb_aux): Move out to separate file.
15311         (u8_uctomb): Use ucs4_t, uint8_t types.
15312         * lib/unistr/ucs4-utf8.c: New file.
15313
15314         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
15315         (Depends-on): Add unitypes.
15316         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
15317         (u16_uctomb_aux): Move out to separate file.
15318         (u16_uctomb): Use ucs4_t, uint16_t types.
15319         * lib/unistr/ucs4-utf16.c: New file.
15320
15321 2006-12-25  Bruno Haible  <bruno@clisp.org>
15322
15323         * modules/unitypes: New file.
15324         * lib/unitypes.h: New file.
15325         * MODULES.html.sh (func_all_modules): New section "Unicode string
15326         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
15327         this section. Add unitypes.
15328
15329 2007-01-08  Bruno Haible  <bruno@clisp.org>
15330
15331         Avoid variable names that conflict with those from libtool.
15332         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
15333         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
15334         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
15335         library_names_spec to acl_library_names_spec, hardcode_* to
15336         acl_hardcode_*.
15337         Reported by Ralf Wildenhues.
15338
15339 2007-01-08  Bruno Haible  <bruno@clisp.org>
15340
15341         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
15342         definition.
15343         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
15344         definition.
15345         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
15346         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
15347         definition.
15348         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
15349         definition.
15350         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
15351         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
15352         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
15353         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
15354         definition.
15355         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
15356         definition.
15357         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
15358         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
15359         GC_USE_<algorithm>.
15360         * lib/gc-libgcrypt.c: Likewise.
15361         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
15362         * modules/gc-arctwo (configure.ac): Likewise.
15363         * modules/gc-des (configure.ac): Likewise.
15364         * modules/gc-hmac-md5 (configure.ac): Likewise.
15365         * modules/gc-hmac-sha1 (configure.ac): Likewise.
15366         * modules/gc-md2 (configure.ac): Likewise.
15367         * modules/gc-md4 (configure.ac): Likewise.
15368         * modules/gc-md5 (configure.ac): Likewise.
15369         * modules/gc-random (configure.ac): Likewise.
15370         * modules/gc-rijndael (configure.ac): Likewise.
15371         * modules/gc-sha1 (configure.ac): Likewise.
15372
15373 2007-01-08  Bruno Haible  <bruno@clisp.org>
15374
15375         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
15376         macro definition.
15377         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
15378         definition.
15379         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
15380         definition.
15381         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
15382         * modules/fcntl-safer (configure.ac): Likewise.
15383         * modules/fopen-safer (configure.ac): Likewise.
15384         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
15385         GNULIB_FWRITEERROR macro definition.
15386
15387 2007-01-08  Bruno Haible  <bruno@clisp.org>
15388
15389         * m4/gnulib-common.m4: New file.
15390         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
15391         (func_get_filelist): Add m4/gnulib-common.m4.
15392
15393 2007-01-08  Bruno Haible  <bruno@clisp.org>
15394
15395         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
15396         command.
15397
15398 2007-01-08  Jim Meyering  <jim@meyering.net>
15399
15400         Use a more robust test for a "can't happen" condition.
15401         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
15402         narrowed the st_size value.  Presuming the "can't happen" condition
15403         is true, that narrowing could conceivably convert an invalid st_size
15404         value into a valid one.  Instead, use a change based on Matthew
15405         Woehlke's original patch.
15406
15407         Slight readability improvement: use an assert-like macro
15408         in place of literal "abort ()" uses.
15409         * lib/fts.c (fts_assert): Define.
15410         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
15411         Use this macro instead of a bare 'abort'.
15412
15413 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         Don't worry about using IRIX 5.3's wctype.h broken definitions;
15416         simply work around them.
15417         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
15418         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
15419         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
15420         declaring.
15421         Don't bother to define as macros, since the standard doesn't require it.
15422         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
15423         longer worry about IRIX 5.3.
15424         (HAVE_WCTYPE_CTMP_BUG): Remove.
15425
15426 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
15429         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
15430         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
15431         Problems reported by Georg Schwarz for IRIX 5.3.
15432
15433         * gnulib-tool (autoconf_minversion): Take the maximum version number
15434         found, not the minimum.  Problem reported by James Youngman.
15435
15436 2007-01-03  Karl Berry  <karl@gnu.org>
15437
15438         * doc/error.texi: new file, explaining interaction with progname.
15439         * doc/gnulib.texi: include it.  Update copyright.
15440
15441 2007-01-03  Simon Josefsson  <simon@josefsson.org>
15442
15443         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
15444         AC_CANONICAL_HOST, to improve autobuild outputs.
15445
15446 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
15447             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
15448
15449         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
15450         sockets, server sockets, and other file descriptors.  Count errors
15451         to compute the return value.  Reorder the code a bit to be easier
15452         to follow.  Don't set event bits that were not requested (except
15453         POLLERR and POLLHUP).
15454
15455 2007-01-01  Bruno Haible  <bruno@clisp.org>
15456
15457         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
15458
15459 2007-01-03  Jim Meyering  <jim@meyering.net>
15460
15461         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
15462
15463 2007-01-02  Bruno Haible  <bruno@clisp.org>
15464
15465         * modules/settime (Include): Require timespec.h.
15466         * modules/nanosleep (Include): Likewise.
15467
15468 2007-01-01  Bruno Haible  <bruno@clisp.org>
15469
15470         * gnulib-tool (func_emit_copyright_notice): Bump year.
15471         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
15472
15473 2007-01-01  Bruno Haible  <bruno@clisp.org>
15474
15475         Improve support for OpenBSD.
15476         * build-aux/config.rpath (libname_spec): Export.
15477         (library_names_spec): New variable. Export.
15478         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
15479         library_names_spec from the config.rpath output. Locate shared library
15480         through the name pattern in library_names_spec.
15481
15482 2007-01-01  Eric Blake  <ebb9@byu.net>
15483
15484         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
15485
15486 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
15487
15488         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
15489         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
15490         assume the C locale, and avoid an "eval" that could cause trouble.
15491         Problem with SORT reported by Bob Proulx.
15492
15493         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
15494         Define.  Trivial patch from Henning Nielsen Lund, originally
15495         sent to bug-grep@gnu.org today.
15496
15497 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
15500         struct stat.  Problem reported by Henning Nielsen Lund.
15501         * lib/acl.c: Include acl.h first, to check interface.  Don't
15502         bother to include sys/types.h and sys/stat.h again.
15503
15504 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15505
15506         Import the following change from libc; problem reported by
15507         Sven Verdoolaege.
15508
15509         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
15510
15511         [BZ #1373]
15512         * lib/argp.h: Remove __NTH for __argp_usage inline function.
15513
15514 2006-12-28  Jim Meyering  <jim@meyering.net>
15515
15516         * build-aux/announce-gen: Do not assume that the package
15517         builds any of tar.gz, tar.bz2, and .xdelta files.
15518         Suggestion from Simon Josefsson.
15519
15520 2006-12-28  Simon Josefsson  <simon@josefsson.org>
15521
15522         * modules/announce-gen: New file.
15523
15524 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * lib/mbchar.h: Just include <wctype.h>; the wctype module
15527         handles its gotchas now.
15528         * lib/mbswidth.c: Likewise.
15529         * lib/wcwidth.h: Likewise.
15530         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
15531         and iswcntrl; the wctype module does this stuff now.
15532         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15533         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
15534         * modules/mbchar (Depends-on): Add wctype.
15535         * modules/mbswidth (Depends-on): Likewise.
15536         * modules/wcwidth (Depends-on): Likewise.
15537
15538 2006-12-27  Eric Blake  <ebb9@byu.net>
15539
15540         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
15541         module uses more than what <wctype.h> is required to provide.
15542
15543 2006-12-26  Eric Blake  <ebb9@byu.net>
15544
15545         * gnulib-tool (sed_extract_prog): Avoid space-tab.
15546
15547 2006-12-26  Eric Blake  <ebb9@byu.net>
15548
15549         * modules/absolute-header: New module.
15550         * modules/fcntl (Depends-on): Depend on it.
15551         * modules/inttypes (Depends-on): Likewise.
15552         * modules/stdint (Depends-on): Likewise.
15553         * modules/sys_stat (Depends-on): Likewise.
15554         * modules/wctype (Depends-on): Likewise.
15555         * MODULES.html.sh (Support for building libraries and
15556         executables): Document it.
15557
15558 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
15559
15560         * gnulib-tool (SED): Remove, undoing previous change.
15561         The problem was that it broke coreutils on Solaris, because
15562         "sed --posix" leaked into a makefile.
15563         (sed): New alias, if 'alias' and GNU sed.
15564
15565 2006-12-24  Jim Meyering  <jim@meyering.net>
15566
15567         Work around an fchownat bug in glibc-2.4:
15568         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
15569         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
15570         in spite of the -P option.
15571         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
15572         New macros.
15573         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
15574         * modules/openat (Files): Add lib/fchownat.c.
15575         * lib/openat.c (fchownat): Don't define here.  Move to...
15576         * lib/fchownat.c: ...this new file.
15577
15578 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15579
15580         Fix bug reported by Bruno Haible in
15581         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
15582         where quotearg.c didn't compile on Mac OS X 10.2 because it
15583         lacks <wchar.h> and wint_t.
15584         * lib/wctype_.h (__wctype_wint_t): New type.
15585         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
15586         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
15587         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
15588         Arg is now of type __wctype_wint_t, not wint_t.
15589         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
15590         substitute HAVE_WINT_T.
15591         * modules/wctype (Files): Add m4/wint_t.m4.
15592         (wctype.h): Substitute HAVE_WINT_T.
15593
15594 2006-12-23  Bruno Haible  <bruno@clisp.org>
15595
15596         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
15597
15598 2006-12-23  Bruno Haible  <bruno@clisp.org>
15599
15600         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
15601         S_ISLNK.
15602         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
15603         mingw.
15604
15605 2006-12-22  Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/copy-file.c: Include acl.h.
15608         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
15609         Close the file descriptors only after being done with copy_acl.
15610         * modules/copy-file (Depends-on): Add acl.
15611
15612 2006-12-22  Bruno Haible  <bruno@clisp.org>
15613
15614         * gnulib-tool (SED): New variable.
15615         Use $SED instead of sed everywhere.
15616
15617 2006-12-22  Bruno Haible  <bruno@clisp.org>
15618
15619         * modules/no-c++: New file.
15620         * m4/no-c++.m4: New file.
15621         * MODULES.html.sh (Support for building libraries and executables):
15622         Add no-c++.
15623
15624 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
15625
15626         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15627         Include <limits.h>, and use its INT_MAX to rewrite the
15628         j loop so that it does not overflow 'int'.  Problem reported by
15629         Ralf Wildenhues in
15630         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
15631         Play it safe by shifting left by 1 rather than multiplying by 2,
15632         as GCC is less likely to optimize this away when the value
15633         is signed (when it assumes overflow leads to undefined behavior).
15634         Also, don't assume time_t uses two's complement.
15635
15636 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         * MODULES.html.sh: New module wctype.
15639         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
15640         * lib/fnmatch.c: Don't bother to include <wchar.h> before
15641         <wctype.h>, since the new wctype module should fix this.
15642         * lib/quotearg.c: Include <wctype.h> unconditionally, since
15643         the wctype module should arrange for it.
15644         * lib/regex_internal.h: Likewise.
15645         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
15646         since the wctype module should handle this now.
15647         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
15648         * modules/fnmatch (Depends-on): Add wctype.
15649         * modules/quotearg (Depends-on): Likewise.
15650         * modules/regex (Depends-on): Likewise.
15651
15652 2006-12-19  Bruno Haible  <bruno@clisp.org>
15653
15654         * lib/strdup.h [C++]: Wrap definitions in extern "C".
15655         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
15656
15657 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15658
15659         * modules/savewd (Depends-on): Fix dependency on fcntl.
15660
15661 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
15664         conforms to C99, rather than relying on the user's environment
15665         setting of STDINT_H.
15666
15667 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
15668         and Eric Blake  <ebb9@byu.net>
15669
15670         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
15671         This is more consistent with the other defines here.
15672         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
15673         Port to z/OS.  Problem reported by Paul Gilmartin.
15674         Change local vars to use gl_ prefix rather than ac_.
15675         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
15676         with other defines.
15677         * modules/double-slash-root: New module.
15678         * modules/dirname (Files): Remove m4/double-slash-root.m4.
15679         (Depends-on): Add double-slash-root.
15680         * MODULES.html.sh (File system functions): Mention new module.
15681
15682 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
15685         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
15686         This is for the benefit of gzip, which doesn't do i18n.
15687
15688 2006-12-12  Jim Meyering  <jim@meyering.net>
15689
15690         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
15691         Reported by Andreas Schwab <schwab@suse.de>.
15692
15693 2006-12-12  Bruno Haible  <bruno@clisp.org>
15694
15695         Merge these changes.
15696         2006-09-05  Bruno Haible  <bruno@clisp.org>
15697         * lib/iconvme.c (iconv_string): No need to save and restore errno when
15698         iconv_alloc succeeded.
15699         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
15700         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
15701         test for " && dest " at the end - dest is always != NULL there. Call
15702         iconv with 4xNULL arguments initially, to reset the state. Call iconv
15703         with 2xNULL arguments, also to flush the state storage. Handle the
15704         IRIX iconv behaviour. Realloc the final result, to throw away unused
15705         memory.
15706
15707 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
15708
15709         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
15710         and fchmodat unconditionally, since glibc 2.4 has them.
15711         Problem reported by Arkadiusz Miskiewicz.
15712
15713 2006-12-10  Bruno Haible  <bruno@clisp.org>
15714
15715         * gnulib-tool (func_import): Show the include files only for those
15716         modules that are copied and specified.
15717         Reported by Karl Berry.
15718
15719 2006-12-08  Jim Meyering  <jim@meyering.net>
15720
15721         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
15722         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
15723
15724         * build-aux/announce-gen: Add two new options, both optional:
15725         --bootstrap-tools=TOOL_LIST
15726               a comma-separated list of tools, e.g.,
15727               autoconf,automake,bison,gnulib
15728         --gnulib-snapshot-date=DATE
15729               if gnulib is in the bootstrap tool list,
15730               then report this as the snapshot date.
15731               If not specified, use the current date/time.
15732               If you specify a date here, be sure it's UTC.
15733
15734 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15735
15736         * tests/test-argp-2.sh: Fix test to match actual output.
15737         (func_compare): Fix sed script to be portable.
15738
15739 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
15742         workaround for this case.  It is not autoconfigured now; offhand
15743         it's hard to see how to autoconfigure it.
15744
15745 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
15746
15747         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
15748         a directory that is about to be chowned.  Such a directory's
15749         initial file permissions should permit the owner only and this
15750         should not be changed until after the chown, since the group and
15751         other bits would be incorrect if they granted permission before
15752         the chown.
15753
15754         Fix porting problem for iswctype reported by Georg Schwarz in:
15755         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
15756         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
15757         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
15758         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
15759         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
15760
15761 2006-12-03  Jim Meyering  <jim@meyering.net>
15762
15763         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
15764         p->fts_statp may not yet be defined.
15765         (fts_read): Instead, set it in the caller, once p->fts_statp is
15766         sure to be defined, and corresponds to a top-level directory.
15767         This bug made du -x fail.  Here's the coreutils test case:
15768         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
15769         Reported by Mike Frysinger.
15770
15771 2006-12-01  Jim Meyering  <jim@meyering.net>
15772
15773         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
15774         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
15775         Reported by Simon Josefsson.
15776
15777 2006-11-30  Jim Meyering  <jim@meyering.net>
15778
15779         * m4/warning.m4: Use the all-permissive copyright notice
15780         recommended by RMS (rather than LGPL).
15781         * m4/vararrays.m4: Likewise.
15782         * m4/flexmember.m4: Likewise.
15783
15784 2006-11-29  Bruno Haible  <bruno@clisp.org>
15785
15786         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15787         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
15788         using +=.
15789         Reported by Simon Josefsson <simon@josefsson.org>.
15790
15791 2006-11-28  James Youngman <jay@gnu.org>
15792
15793         * README: Advise users that they might find the bug-gnulib@gnu.org
15794         and autotools-announce@gnu.org mailing lists useful.
15795
15796 2006-11-28  Bruno Haible  <bruno@clisp.org>
15797
15798         * m4/ptrdiff_max.m4: Remove file.
15799
15800 2006-11-21  Bruno Haible  <bruno@clisp.org>
15801
15802         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
15803         _AC_COMPUTE_INT.
15804         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15805         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
15806         _AC_COMPUTE_INT.
15807         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15808         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
15809         _AC_COMPUTE_INT.
15810         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15811
15812 2006-11-28  Jim Meyering  <jim@meyering.net>
15813
15814         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
15815         warning from "gcc -Wshadow" about shadowing the builtin.
15816
15817 2006-11-27  Bruno Haible  <bruno@clisp.org>
15818
15819         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
15820         _AC_COMPUTE_INT.
15821         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
15822
15823 2006-11-27  Bruno Haible  <bruno@clisp.org>
15824             Paul Eggert  <eggert@cs.ucla.edu>
15825
15826         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
15827
15828 2006-11-26  Bruno Haible  <bruno@clisp.org>
15829
15830         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15831         noinst_LTLIBRARIES.
15832
15833 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15834             Bruno Haible  <bruno@clisp.org>
15835
15836         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
15837         if compiling with "gcc -ansi".
15838
15839 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         Fix some incompatibilities with gcc -ansi -pedantic.
15842         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
15843         if compiling pedantically with GCC, unless it's C99 or later.
15844         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
15845         it mishandles gcc -ansi -pedantic as well.
15846         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
15847         if gcc -pedantic.
15848         * lib/regexec.c (check_node_accept_bytes): Don't use auto
15849         initializers for struct if -pedantic, unless it's C99 or later.
15850
15851 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
15852
15853         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
15854         Don't close an fd more than once. Identical atimes indicate
15855         success, not failure.
15856
15857 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
15858
15859         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
15860
15861 2006-11-23  Jim Meyering  <jim@meyering.net>
15862
15863         * build-aux/announce-gen: New file.  From coreutils.
15864
15865 2006-11-22  Jim Meyering  <jim@meyering.net>
15866
15867         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
15868         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
15869         (fts_read): Use a temporary to narrow the overused st_size member
15870         before using it in a switch statement.  Reported by Matthew Woehlke.
15871
15872         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
15873         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
15874
15875 2006-11-20  Bruno Haible  <bruno@clisp.org>
15876
15877         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
15878         changequote instead of pairs of brackets.
15879         Reported by Andreas Schwab <schwab@suse.de>.
15880
15881 2006-11-21  Jim Meyering  <jim@meyering.net>
15882
15883         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
15884         so as to remain compatible with older compilers.
15885         Patch from Michael Deutschmann.
15886
15887 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15888
15889         * MODULES.html.sh (File system functions): Add openat.
15890
15891         * lib/openat.h (rpl_fstatat): New macro, if
15892         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
15893         (fstatat): Define to rpl_fstatat under the same conditions,
15894         unless COMPILING_FSTATAT.
15895         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
15896         seems to have the bug.
15897         * lib/fstatat.c: New file.
15898         * modules/openat (Files): Add it.
15899
15900 2006-11-20  Bruno Haible  <bruno@clisp.org>
15901
15902         * Makefile: New file.
15903
15904 2006-11-20  Jim Meyering  <jim@meyering.net>
15905
15906         The beginnings of syntax-related checks for gnulib.
15907         * lib/Makefile: New file.
15908         * lib/t-idcache: New script.  Ensure that the two halves of
15909         idcache.c stay in sync.
15910
15911         * lib/idcache.c: Adjust comments in user- and group- portions to
15912         be more accurate, and to be consistent with one another.
15913
15914 2006-11-20  Jim Meyering  <jim@meyering.net>
15915
15916         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
15917         continue using the flexible array member (thus, this module performs
15918         half as many malloc calls), with the addition that...
15919         (getgroup, getuser): Consistently record a non-match via an empty
15920         "name" string, and map an empty string match to a NULL return value.
15921         * modules/idcache (Depends-on): Re-add flexmember.
15922
15923         * lib/idcache.c (getuser): Remove all uses of the register keyword.
15924         (getuidbyname, getgroup, getgidbyname): Likewise.
15925
15926         Use cleaner syntax: NULL rather than 0.
15927         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
15928
15929 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15930
15931         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
15932         It mishandled the case where the group was missing.
15933         Problem reported by Greg Schafer.
15934         * modules/idcache: Likewise.
15935
15936 2006-11-18  Jim Meyering  <jim@meyering.net>
15937
15938         * check-module (%exempt_header): Add exception for some
15939         conditionally-included headers.
15940
15941         * modules/i-ring (Depends-on): Add verify.
15942         (License): Change to LGPL.
15943
15944 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15945
15946         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
15947         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
15948         and inttostr.h.  Use snprintf rather than uinttostr, so that
15949         LGPLed code doesn't depend on GPLed.
15950
15951 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * modules/inline (License): Change from GPL to LGPL.
15954
15955 2006-11-17  Jim Meyering  <jim@meyering.net>
15956
15957         * modules/d-type (License): Switch to LGPL.
15958
15959 2006-11-15  Bruno Haible  <bruno@clisp.org>
15960
15961         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
15962
15963 2006-11-15  Eric Blake  <ebb9@byu.net>
15964
15965         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
15966         the module dependency.
15967
15968 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15969             Bruno Haible  <bruno@clisp.org>
15970
15971         * gnulib-tool (func_create_testdir): Add license consistency check.
15972
15973 2006-11-15  Eric Blake  <ebb9@byu.net>
15974
15975         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
15976         random "(cached)" in configure output.
15977
15978 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15979
15980         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
15981         test for conforming inttypes.h is both announced and cached.
15982
15983         * MODULES.html.sh (seen_modules, seen_files): New variables.
15984         (func_module): Rewrite to use a few less gnulib-tool and sed
15985         invocations.  Avoid a couple of quadratic algorithms for ...
15986         (missed_modules, missed_files): ... these, with ...
15987         (func_append, func_tmpdir): ... these new functions, from
15988         gnulib-tool.  Analogously, install traps for cleanup.
15989
15990         * tests/test-gc.c (main): Remove unused variables.
15991         * tests/test-read-file.c: Include stdlib.h, for 'free'.
15992
15993 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
15994
15995         * modules/inttostr (License): Change to LGPL.
15996
15997 2006-11-14  Eric Blake  <ebb9@byu.net>
15998
15999         * modules/tempname (License): Change to LGPL.
16000
16001 2006-11-14  Eric Blake  <ebb9@byu.net>
16002
16003         * doc/functions.texi (Function Portability): *printf functions on
16004         Cygwin now understand all POSIX size specifiers.
16005
16006 2006-11-14  Bruno Haible  <bruno@clisp.org>
16007
16008         * modules/c-ctype (License): Change to LGPL.
16009
16010 2006-11-12  Bruno Haible  <bruno@clisp.org>
16011
16012         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
16013         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
16014         for GNOME libraries, for which the include files are installed in
16015         subdirectories of $prefix/include.
16016
16017 2006-11-12  Bruno Haible  <bruno@clisp.org>
16018
16019         * m4/lib-link.m4: Require at least autoconf-2.54.
16020         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
16021         name to underscores for the --with option.
16022
16023 2006-11-13  Bruno Haible  <bruno@clisp.org>
16024
16025         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
16026         the tests directory.
16027         Reported by Ralf Wildenhues.
16028
16029 2006-11-13  Bruno Haible  <bruno@clisp.org>
16030
16031         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
16032         (func_emit_initmacro_end): Undo the override here.
16033         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
16034         Works around the famous automake error in coreutils.
16035
16036 2006-11-13  Eric Blake  <ebb9@byu.net>
16037
16038         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
16039         element, not its node.
16040
16041 2006-11-12  Bruno Haible  <bruno@clisp.org>
16042
16043         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
16044         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
16045
16046 2006-11-12  Bruno Haible  <bruno@clisp.org>
16047
16048         * gnulib-tool: New option --local-symlink.
16049         (func_usage): Document it.
16050         (lsymbolic): New variable.
16051         (func_import, func_create_testdir): If --symlink was not specified,
16052         test whether --local-symlink was specified and the file comes from
16053         the local_gnulib_dir.
16054
16055 2006-11-12  Bruno Haible  <bruno@clisp.org>
16056
16057         * gnulib-tool (func_ln): New function.
16058         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
16059
16060 2006-11-12  Bruno Haible  <bruno@clisp.org>
16061
16062         Finish support for source files in subdirectories.
16063         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
16064         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
16065         AUTOMAKE_OPTIONS.
16066         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
16067
16068 2006-11-12  Bruno Haible  <bruno@clisp.org>
16069
16070         * gnulib-tool (func_get_automake_snippet): Synthesize also an
16071         EXTRA_lib_SOURCES augmentation.
16072         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
16073
16074 2006-11-12  Jim Meyering  <jim@meyering.net>
16075
16076         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
16077         file descriptors.  This also averts a failure on systems with
16078         native openat support when a traversed directory lacks "x" access.
16079         * lib/fts_.h: Include "i-ring.h"
16080         (struct FTS) [fts_fd_ring]: New member.
16081         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
16082         (FCHDIR): Add parentheses.
16083         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
16084         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
16085         When descending, rather than simply closing the previous
16086         fts_cwd_fd value, push that file descriptor onto the ring.
16087         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
16088         (fts_open): Initialize the new fd_ring member.
16089         (fts_close): Clear the ring.
16090         (fts_safe_changedir): When possible, use our new fd_ring to skip
16091         the diropen and fstat and dev/ino comparison that would normally
16092         accompany a virtual `chdir ("..")'.
16093
16094         * modules/fts (Depends-on): Add i-ring.
16095         * modules/i-ring: New module.
16096         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
16097         * m4/i-ring.m4: New file.
16098
16099 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16100
16101         * gnulib-tool (func_create_testdir): Fix replacement of
16102         `build-aux' in configure.ac.  Run autotools in gltests
16103         subdirectory.
16104         (func_create_testdir, func_create_megatestdir, test): There is
16105         no need for '--force' in most autotool invocations in a new
16106         tree.  Actually fail the whole test if any of the tools, or the
16107         configure or make stages fail.
16108
16109         Sync from Automake.
16110         * build-aux/gnupload: Revert last change.  Add pointer to upload
16111         instructions of the GNU Maintenance Instructions.
16112         Suggestion by Karl Berry.
16113
16114 2006-11-10  Jim Meyering  <jim@meyering.net>
16115
16116         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
16117
16118 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
16121         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
16122         (bind_textdomain_codeset) [! ENABLE_NLS]:
16123         Evaluate all the arguments.  That way, callers get compatible behavior
16124         if the arguments have side effects.  Also, it avoids some GCC
16125         diagnostics in some cases; Joel E. Denny reported problems when Bison
16126         was configured with --enable-gcc-warnigs.
16127
16128 2006-11-10  Jim Meyering  <jim@meyering.net>
16129
16130         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
16131         relevant options in CFLAGS (like -O, -fno-inline) are taken into
16132         account.
16133
16134 2006-11-10  Jim Meyering  <jim@meyering.net>
16135
16136         * modules/inline: New file/module.
16137         * modules/xalloc (Files): Remove m4/inline.m4.
16138         (Depends-on): Add inline, instead.
16139         * modules/oset: Likewise.
16140         * modules/list: Likewise.
16141
16142 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
16145         Problem reported by Matthew Woehlke.
16146
16147 2006-11-09  Bruno Haible  <bruno@clisp.org>
16148
16149         * lib/tempname.c (gen_tempname): Remove variant that invokes
16150         __gen_tempname.
16151         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
16152         __gen_tempname.
16153
16154 2006-11-08  Bruno Haible  <bruno@clisp.org>
16155
16156         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
16157         to 'yes' instead of 'cross-compiling'.
16158
16159 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         * lib/quotearg.h (quotearg_free): New decl.
16162         * lib/quotearg.c (quotearg_free): New function.
16163         (slot0, nslots, slotvec0, slotvec):
16164         Now file-scope so that quotearg_free can get at them.
16165
16166 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16167
16168         Sync from Automake.
16169         * build-aux/gnupload: Add missing 'gnu' to example URL.
16170         Report by Karl Berry.
16171
16172 2006-11-08  Bruno Haible  <bruno@clisp.org>
16173
16174         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
16175         Suggested by Paul Eggert.
16176
16177 2006-11-08  Jim Meyering  <jim@meyering.net>
16178
16179         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
16180         It's already included if !_LIBC.
16181         (fts_safe_changedir): Add a comment.
16182
16183 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16184
16185         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
16186         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
16187         Matthew Woehlke.
16188
16189         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
16190         definitions up, to avoid colliding with change below.
16191         (static_inline) [HAVE_INLINE]: New macro.
16192         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
16193         Provide extern decls when !HAVE_INLINE.  Do not define unless
16194         static_inline is defined, either by us or by xmalloc.c.  Use
16195         static_inline rather than static inline.
16196         (XCALLOC): Optimize sizeof(T) = 1 case.
16197         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
16198
16199 2006-11-07  Bruno Haible  <bruno@clisp.org>
16200
16201         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
16202         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
16203         AC_C_INLINE.
16204         * modules/xalloc (Files): Add m4/inline.m4.
16205
16206 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16207
16208         * README: Fix typo.
16209         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
16210         (Miscellanous Notes): ...from this.
16211
16212 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
16215         Mention that offsetof should be used instead of sizeof.
16216         From Bruno Haible.
16217
16218 2006-11-07  Bruno Haible  <bruno@clisp.org>
16219
16220         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
16221
16222 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16223
16224         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16225         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
16226         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16227         (gl_tree_add_before, gl_tree_add_after):
16228         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
16229         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
16230         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
16231         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
16232         (gl_linked_add_after, gl_linked_add_at): Likewise.
16233         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
16234         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
16235         (gl_tree_add_before, gl_tree_add_after): Likewise.
16236         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
16237         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
16238         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
16239
16240 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16241
16242         * lib/gl_oset.h: Use C comment style, not C++ comment style.
16243
16244 2006-11-06  Bruno Haible  <bruno@clisp.org>
16245
16246         * m4/inline.m4: New file.
16247         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
16248         * modules/list (Files): Add m4/inline.m4.
16249         * modules/oset (Files): Likewise.
16250
16251 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         * lib/idcache.c: Include <stddef.h>, for offsetof.
16254         (struct userid.name): Change from char * to a flexible array member.
16255         All uses changed.
16256         * modules/idcache (Depends-on): Add flexmember.
16257
16258         * MODULES.html.sh (Core language properties): New module flexmember.
16259         * modules/flexmember, m4/flexmember.m4: New files.
16260
16261         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
16262         inline functions that are identical with the old xnmalloc_inline,
16263         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
16264         that we can avoid some unnecessary integer multiplications and
16265         divisions in the common case where the element size is known at
16266         compile time.
16267         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
16268         needed.
16269         (xnboundedmalloc): Remove.
16270         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
16271         arguments, for consistency with rest of this header.
16272         (xcharalloc): Rewrite using XNMALLOC.
16273         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
16274         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
16275         versions have been moved to lib/xalloc.h and renamed to be the
16276         non-*_inline versions.
16277         (xmalloc, xrealloc): Implement without reference to the xnmalloc
16278         and xnrealloc functions, since those functions are now inline and
16279         now call us.
16280         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
16281         renaming described above.
16282         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
16283         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
16284         captures the dependency in AC_C_INLINE.
16285
16286         New module canonicalize-lgpl, proposed by Charles Wilson in
16287         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
16288         with a few small changes afterwards.
16289         * MODULES.html.sh (File system functions): New module
16290         canonicalize-lgpl.
16291         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
16292         and canonicalize_file_name.
16293         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
16294         * modules/canonicalize-lgpl: New files.
16295
16296 2006-11-05  Bruno Haible  <bruno@clisp.org>
16297
16298         * gnulib-tool (func_import, func_create_testdir): Create directories
16299         also for files in subdirectories of lib/.
16300
16301 2006-11-05  Bruno Haible  <bruno@clisp.org>
16302
16303         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
16304         ANSI C compliant.
16305
16306 2006-11-03  Bruno Haible  <bruno@clisp.org>
16307
16308         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
16309         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
16310         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
16311         (xnboundedmalloc): New inline function.
16312         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
16313         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
16314         xmalloc.
16315         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
16316         xmalloc.
16317         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
16318         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
16319         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
16320         xmalloc.
16321         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16322         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
16323         xmalloc.
16324         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
16325         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16326         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
16327         xmalloc.
16328         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
16329         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
16330         gl_tree_add_after): Use XMALLOC instead of xmalloc.
16331         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
16332         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
16333         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
16334         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
16335
16336 2006-11-03  Bruno Haible  <bruno@clisp.org>
16337
16338         * lib/c-ctype.h [C++]: Define functions without name mangling.
16339         * lib/fwriteerror.h [C++]: Likewise.
16340         * lib/gcd.h [C++]: Likewise.
16341         * lib/linebreak.h [C++]: Likewise.
16342
16343 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16344
16345         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
16346         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
16347         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
16348         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
16349         Check for functions and headers just once.
16350         Check for declaration of canonicalize_file_name.
16351         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
16352
16353 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16354
16355         * gnulib-tool (func_import): Fix typo in actioncmd.
16356
16357 2006-11-02  Bruno Haible  <bruno@clisp.org>
16358
16359         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
16360         newline sequence in the Makefile.am snippet as a space, like "make"
16361         does.
16362         Reported by Roger Persson <perrog@gmail.com>.
16363
16364 2006-11-01  Bruno Haible  <bruno@clisp.org>
16365
16366         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
16367         already declared in <string.h>.
16368         * lib/strcase.h (strncasecmp): Don't declare it if yes.
16369
16370 2006-11-01  Bruno Haible  <bruno@clisp.org>
16371
16372         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
16373         * lib/strcase.h: Include <string.h>.
16374         (strcasecmp): Define to rpl_strcasecmp here.
16375
16376 2006-11-01  Bruno Haible  <bruno@clisp.org>
16377
16378         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
16379
16380 2006-11-01  Eric Blake  <ebb9@byu.net>
16381
16382         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
16383
16384         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
16385
16386 2006-10-29  Bruno Haible  <bruno@clisp.org>
16387
16388         Make it compile in C++ mode.
16389         * lib/full-write.c (full_rw): Add a cast.
16390
16391 2006-11-01  Bruno Haible  <bruno@clisp.org>
16392
16393         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
16394         be POSIX compliant.
16395         Reported by Roger Persson <perrog@gmail.com>.
16396
16397 2006-11-01  Eric Blake  <ebb9@byu.net>
16398
16399         * lib/getopt_.h: Fix comments.
16400
16401 2006-10-31  Eric Blake  <ebb9@byu.net>
16402
16403         * modules/tmpdir (Depends-on): Add sys_stat.
16404         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
16405         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
16406         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
16407         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
16408         tempname.
16409
16410 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
16411
16412         Avoid some C++ diagnostics reported by Bruno Haible.
16413         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
16414         xmalloc.
16415         (quotearg_alloc): Use xcharalloc rather than xmalloc.
16416         (struct slotvec): Move to top level.
16417         (quotearg_n_options): Rewrite to avoid xmalloc.
16418         * lib/xalloc.h (xcharalloc): New function.
16419         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
16420         [defined __cplusplus]: Add function template that provides result
16421         type propagation.  This part of the change is from Bruno Haible.
16422
16423 2006-10-29  Bruno Haible  <bruno@clisp.org>
16424
16425         Make it compile in C++ mode.
16426         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
16427         * lib/strnlen1.c (strnlen1): Cast memchr result.
16428         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
16429         * lib/clean-temp.c (string_equals, string_hash): Add casts.
16430         (create_temp_dir): Rename local variable 'template'.
16431         (compile_csharp_using_sscli): Add cast.
16432         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
16433         * lib/findprog.c (find_in_path): Likewise.
16434         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
16435         * lib/wait-process.c (register_slave_subprocess): Likewise.
16436
16437 2006-10-22  Bruno Haible  <bruno@clisp.org>
16438
16439         * modules/tsearch: New file.
16440         * lib/tsearch.h: New file.
16441         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
16442         * m4/tsearch.m4: New file.
16443         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
16444
16445 2006-10-29  Eric Blake  <ebb9@byu.net>
16446
16447         * lib/arcfour.c: Assume config.h.
16448         * lib/arctwo.c: Likewise.
16449         * lib/base64.c: Likewise.
16450         * lib/check-version.c: Likewise.
16451         * lib/crc.c: Likewise.
16452         * lib/des.c: Likewise.
16453         * lib/gc-gnulib.c: Likewise.
16454         * lib/gc-libgcrypt.c: Likewise.
16455         * lib/gc-pbkdf2-sha1.c: Likewise.
16456         * lib/getaddrinfo.c: Likewise.
16457         * lib/getdelim.c: Likewise.
16458         * lib/getline.c: Likewise.
16459         * lib/hmac-md5.c: Likewise.
16460         * lib/hmac-sha1.c: Likewise.
16461         * lib/iconvme.c: Likewise.
16462         * lib/md2.c: Likewise.
16463         * lib/md4.c: Likewise.
16464         * lib/memxor.c: Likewise.
16465         * lib/read-file.c: Likewise.
16466         * lib/readline.c: Likewise.
16467         * lib/rijndael-alg-fst.c: Likewise.
16468         * lib/rijndael-api-fst.c: Likewise.
16469         * lib/xgetdomainname.c: Likewise.
16470
16471 2006-10-28  Eric Blake  <ebb9@byu.net>
16472
16473         * lib/xstrndup.c: Assume config.h.
16474
16475 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
16478         stat-macros.h is now for our own macros, whereas stat_h is for
16479         macros in the <sys/stat.h> name space.
16480         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
16481         (STAT_MACROS_H): Remove.
16482         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
16483         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
16484         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
16485         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
16486         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
16487         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
16488         Move these macros to ...
16489         * lib/stat_.h: here.  Don't include stat-macros.h.
16490         * lib/canonicalize.c: Don't include stat-macros.h.
16491         * lib/chown.c: Likewise.
16492         * lib/euidaccess.c: Likewise.
16493         * lib/file-type.c: Likewise.
16494         * lib/filemode.c: Likewise.
16495         * lib/glob.c: Likewise.
16496         * lib/isapipe.c: Likewise.
16497         * lib/lchown.c: Likewise.
16498         * lib/lstat.c: Likewise.
16499         * lib/mkdir-p.c: Likewise.
16500         * lib/rmdir.c: Likewise.
16501         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
16502         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
16503         unless mkdir isn't declared, to speed up 'configure'.
16504         Always create sys/stat.h, since it's unlikely any real sys/stat.h
16505         would define all the S_* symbols.
16506         * modules/canonicalize (Depends-on):
16507         Depend on sys_stat, not stat-macros.
16508         * modules/chown: Likewise.
16509         * modules/euidaccess: Likewise.
16510         * modules/filemode: Likewise.
16511         * modules/file-type: Likewise.
16512         * modules/glob: Likewise.
16513         * modules/isapipe: Likewise.
16514         * modules/lchown: Likewise.
16515         * modules/lstat: Likewise.
16516         * modules/mkancesdirs: Likewise.
16517         * modules/rmdir: Likewise.
16518         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
16519         * modules/modechange: Likewise.
16520         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
16521         (configure.ac): Remove gl_STAT_MACROS.
16522         * modules/sys_stat (Depends-on): Remove stat-macros.
16523
16524 2006-10-27  Bruno Haible  <bruno@clisp.org>
16525
16526         * m4/signed.m4: Remove file.
16527         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
16528         invocation.
16529         * modules/vasnprintf (Files): Remove m4/signed.m4.
16530
16531 2006-10-27  Bruno Haible  <bruno@clisp.org>
16532
16533         Update to GNU gettext 0.16.
16534         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
16535         m4/inttypes-h.m4, m4/signed.m4.
16536         * m4/gettext.m4: Update to GNU gettext 0.16.
16537         * m4/intl.m4: New file, from GNU gettext.
16538         * m4/intldir.m4: New file, from GNU gettext.
16539         * config/srclist.txt: Update
16540
16541 2006-10-27  Eric Blake  <ebb9@byu.net>
16542
16543         * MODULES.html.sh: Document tempname.
16544         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
16545         dependencies.
16546         (Files): Move lib/tempname.c...
16547         * modules/tempname: ...to this new module.
16548         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
16549         (gl_PREREQ_TEMPNAME): Move...
16550         * m4/tempname.m4: ...to this new file.
16551         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
16552         * modules/sys_stat (Depends-on): Add stat-macros.
16553         * lib/stat_.h (includes): Pick up stat macros.
16554         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
16555         if stat macros are broken.
16556         * lib/tempname.c (includes): No need to include "stat-macros.h".
16557         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
16558         (direxists, __path_search) [!_LIBC]: Don't compile these in
16559         gnulib; the tmpdir module covers that.
16560         * lib/tempname.h: New file.
16561
16562 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * COPYING: Explain how gnulib-tool converts licence headers.
16565         Almost all wording by Eric Blake.
16566
16567 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
16568
16569         * lib/mbchar.h (is_basic_table): Make read-only.
16570         * lib/mbchar.c (is_basic_table): Likewise.
16571         Reported by John Darrington.
16572
16573 2006-10-25  Bruno Haible  <bruno@clisp.org>
16574
16575         * lib/progname.h (set_program_name): Undefine before defining.
16576
16577 2006-10-25  Bruno Haible  <bruno@clisp.org>
16578
16579         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
16580         false for non-gcc C++ compilers.
16581         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
16582
16583 2006-10-24  Bruno Haible  <bruno@clisp.org>
16584
16585         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
16586         iconv implementations like Irix iconv.
16587
16588 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16589
16590         * modules/vararrays: New file.
16591         * m4/vararrays.m4: New file, taken from diffutils.
16592         * MODULES.html.sh: New module vararrays.
16593
16594 2006-10-24  Karl Berry  <karl@gnu.org>
16595
16596         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
16597         Don't call GNU Unix.
16598
16599 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16600
16601         * users.txt: Add Libtool.
16602
16603         Sync from Libtool:
16604
16605         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16606
16607         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
16608         to gnulib's policy of including config.h unconditionally.
16609
16610 2006-10-24  Bruno Haible  <bruno@clisp.org>
16611
16612         * modules/wcwidth (Files): Add m4/wint_t.m4.
16613         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
16614         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
16615
16616 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16617
16618         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
16619         to pacify GCC with some -W flags enabled.  Problem reported by
16620         Bruno Haible.
16621
16622 2006-10-24  Jim Meyering  <jim@meyering.net>
16623
16624         * MODULES.html.sh: Remove uinttostr.  It's not a module.
16625         Reported by Karl Berry.
16626
16627 2006-10-23  Bruno Haible  <bruno@clisp.org>
16628
16629         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
16630
16631 2006-10-24  Bruno Haible  <bruno@clisp.org>
16632
16633         * lib/gl_list.h: Use C comment style, not C++ comment style.
16634
16635 2006-10-23  Eric Blake  <ebb9@byu.net>
16636
16637         * lib/getaddrinfo.c (includes): Add missing include.
16638
16639 2006-10-23  Bruno Haible  <bruno@clisp.org>
16640             Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         Ability to rename obstack_free.
16643         * lib/obstack.h (__obstack_free): New macro. Declare instead of
16644         obstack_free.
16645         (obstack_free): Invoke the __obstack_free macro.
16646         * lib/obstack.c (obstack_free): Use __obstack_free macro.
16647
16648 2006-10-23  Bruno Haible  <bruno@clisp.org>
16649             Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
16652         __argc, __argv from the declaration. (They are defined as macros on
16653         mingw.)
16654
16655 2006-10-22  Bruno Haible  <bruno@clisp.org>
16656
16657         * doc/gnulib-intro.texi: New file.
16658         * doc/gnulib.texi: Include it.
16659
16660 2006-10-21  Bruno Haible  <bruno@clisp.org>
16661
16662         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
16663         "Introduction", "Miscellanous Notes", "Particular Modules".
16664
16665 2006-10-21  Bruno Haible  <bruno@clisp.org>
16666
16667         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16668         Change mostlyclean-local rule to avoid sh syntax error from bash
16669         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
16670
16671 2006-10-23  Jim Meyering  <jim@meyering.net>
16672
16673         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
16674         in place of snprintf.
16675
16676         * modules/inttostr (Files): Add lib/uinttostr.c.
16677         * lib/uinttostr.c (inttostr): New file/function.
16678         * lib/inttostr.h (uinttostr): Declare.
16679         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
16680         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16681         Add uinttostr.
16682         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
16683
16684 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * lib/canonicalize.c (ELOOP): Define if not already defined.
16687         Problem reported by Bruno Haible in
16688         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
16689
16690 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
16691
16692         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
16693         Problem reported by Perry Smith and Ville Laurikari.
16694
16695         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
16696         uses.
16697
16698 2006-10-19  Bruno Haible  <bruno@clisp.org>
16699
16700         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
16701         for mingw.
16702
16703 2006-10-19  Bruno Haible  <bruno@clisp.org>
16704
16705         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
16706         Needed for mingw.
16707
16708 2006-10-19  Bruno Haible  <bruno@clisp.org>
16709
16710         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
16711
16712 2006-10-19  Bruno Haible  <bruno@clisp.org>
16713
16714         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
16715         it.
16716
16717 2006-10-19  Bruno Haible  <bruno@clisp.org>
16718
16719         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
16720         invocation.
16721
16722 2006-10-19  Bruno Haible  <bruno@clisp.org>
16723
16724         * gnulib-tool (func_create_testdir): Don't include ftruncate and
16725         mountlist by default.
16726
16727 2006-10-16  Bruno Haible  <bruno@clisp.org>
16728
16729         * lib/c-strstr.c: Include c-strstr.h.
16730
16731 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
16732
16733         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
16734         in a slash.
16735
16736 2006-10-18  Bruno Haible  <bruno@clisp.org>
16737
16738         * lib/lock.h [C++]: Wrap definitions in extern "C".
16739
16740 2006-10-18  Bruno Haible  <bruno@clisp.org>
16741
16742         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
16743         gl_LIBOBJS list.
16744
16745 2006-10-18  Bruno Haible  <bruno@clisp.org>
16746
16747         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
16748
16749 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
16750
16751         * lib/xstrtol.h: Include gettext.h.
16752         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
16753         Problem reported by Eric Blake.
16754         * modules/xstrtol (Depends-on): Add gettext-h.
16755
16756 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
16757
16758         * lib/strftime.c (advance): New macro.
16759         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
16760         incomplete type, so you can't add 0 to it.  Problem and patch
16761         reported by Eelco Dolstra for dietlibc.
16762
16763 2006-10-18  Jim Meyering  <jim@meyering.net>
16764
16765         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
16766         type for a local, and rename it: s/up/user_proc/.
16767
16768 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
16769
16770         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
16771         READ_UTMP_USER_PROCESS.
16772         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
16773
16774 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16775
16776         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
16777         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
16778
16779 2006-10-17  Eric Blake  <ebb9@byu.net>
16780
16781         * lib/sigprocmask.c (sigprocmask): Fix typo.
16782
16783         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
16784
16785         * modules/clean-temp (Makefile.am): Don't add to make output...
16786         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
16787         config.h.
16788
16789 2006-10-17  Bruno Haible  <bruno@clisp.org>
16790
16791         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
16792         differently if DEFAULT_TEXT_DOMAIN is set.
16793
16794 2006-10-16  Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/clean-temp.c: Include fwriteerror.h.
16797
16798 2006-10-16  Bruno Haible  <bruno@clisp.org>
16799
16800         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
16801
16802 2006-10-16  Bruno Haible  <bruno@clisp.org>
16803
16804         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
16805         * lib/sigprocmask.h: Include <sys/types.h>.
16806         (sigset_t): Use the system's definition if present.
16807
16808 2006-10-17  Eric Blake  <ebb9@byu.net>
16809
16810         * lib/xvasprintf.c (includes): Assume config.h.
16811         * lib/xasprintf.c (includes): Likewise.
16812
16813 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
16814
16815         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
16816         at least as wide as intmax_t.
16817
16818 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
16819
16820         (Imported from Automake.)
16821         * build-aux/gnupload: Update to version 1.1 of directive file.
16822
16823 2006-10-16  Eric Blake  <ebb9@byu.net>
16824
16825         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
16826         match Automake 1.10a.
16827
16828 2006-10-14  Bruno Haible  <bruno@clisp.org>
16829
16830         * modules/sigprocmask: New file.
16831         * lib/sigprocmask.h: New file.
16832         * lib/sigprocmask.c: New file.
16833         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
16834         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
16835         request sigprocmask.o.
16836         (gl_PREREQ_SIGPROCMASK): New macro.
16837         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
16838         (Depends-on): Add sigprocmask.
16839         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
16840         gt_SIGNALBLOCKING. Test for 'raise' only once.
16841         * lib/fatal-signal.c: Include sigprocmask.h.
16842         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
16843         unblock_fatal_signals): Define always.
16844         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16845         sigprocmask.
16846
16847 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         Sync from Automake.
16850         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
16851         which incorrectly sets the mode of an existing destination
16852         directory.  In some cases the unpatched install-sh could do the
16853         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
16854         system.  We hope this is rare in practice, but it's clearly worth
16855         fixing.  Problem reported by Alex Unleashed in
16856         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
16857         Also, don't bother to check for -m bugs unless we're using -m;
16858         suggested by Stepan Kasal.
16859
16860 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16861
16862         Sync from Automake.
16863         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
16864         `-c' flag, so they appear at the same position as in %FASTDEP%
16865         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
16866         which ignores unknown options only after the first non-option.
16867         Bug report against M4 by Nelson H. F. Beebe.
16868
16869 2006-10-13  Jim Meyering  <jim@meyering.net>
16870
16871         Fix a bug in yesterday's change.
16872         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
16873         p->fts_statp->st_dev would be used uninitialized.
16874         Ensures that we always call fts_stat on the very first entry.
16875         Miklos Szeredi reported that find -xdev stopped working.
16876
16877 2006-10-12  Bruno Haible  <bruno@clisp.org>
16878
16879         * gnulib-tool (func_get_automake_snippet): Append an automatically
16880         computed EXTRA_DIST augmentation.
16881         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
16882         * modules/alloca-opt (Makefile.am): Likewise.
16883         * modules/allocsa (Makefile.am): Likewise.
16884         * modules/arcfour (Makefile.am): Likewise.
16885         * modules/arctwo (Makefile.am): Likewise.
16886         * modules/argmatch (Makefile.am): Likewise.
16887         * modules/argz (Makefile.am): Likewise.
16888         * modules/atexit (Makefile.am): Likewise.
16889         * modules/backupfile (Makefile.am): Likewise.
16890         * modules/byteswap (Makefile.am): Likewise.
16891         * modules/c-strtod (Makefile.am): Likewise.
16892         * modules/c-strtold (Makefile.am): Likewise.
16893         * modules/calloc (Makefile.am): Likewise.
16894         * modules/canon-host (Makefile.am): Likewise.
16895         * modules/canonicalize (Makefile.am): Likewise.
16896         * modules/chdir-long (Makefile.am): Likewise.
16897         * modules/chdir-safer (Makefile.am): Likewise.
16898         * modules/check-version (Makefile.am): Likewise.
16899         * modules/chown (Makefile.am): Likewise.
16900         * modules/cloexec (Makefile.am): Likewise.
16901         * modules/close-stream (Makefile.am): Likewise.
16902         * modules/closeout (Makefile.am): Likewise.
16903         * modules/crc (Makefile.am): Likewise.
16904         * modules/csharpexec (Makefile.am): Likewise.
16905         * modules/cycle-check (Makefile.am): Likewise.
16906         * modules/des (Makefile.am): Likewise.
16907         * modules/dev-ino (Makefile.am): Likewise.
16908         * modules/dirfd (Makefile.am): Likewise.
16909         * modules/dirname (Makefile.am): Likewise.
16910         * modules/dup2 (Makefile.am): Likewise.
16911         * modules/eealloc (Makefile.am): Likewise.
16912         * modules/error (Makefile.am): Likewise.
16913         * modules/euidaccess (Makefile.am): Likewise.
16914         * modules/exclude (Makefile.am): Likewise.
16915         * modules/exitfail (Makefile.am): Likewise.
16916         * modules/fcntl-safer (Makefile.am): Likewise.
16917         * modules/fcntl (Makefile.am): Likewise.
16918         * modules/file-type (Makefile.am): Likewise.
16919         * modules/fileblocks (Makefile.am): Likewise.
16920         * modules/filemode (Makefile.am): Likewise.
16921         * modules/filenamecat (Makefile.am): Likewise.
16922         * modules/fnmatch (Makefile.am): Likewise.
16923         * modules/fopen-safer (Makefile.am): Likewise.
16924         * modules/fpending (Makefile.am): Likewise.
16925         * modules/fprintftime (Makefile.am): Likewise.
16926         * modules/free (Makefile.am): Likewise.
16927         * modules/fsusage (Makefile.am): Likewise.
16928         * modules/ftruncate (Makefile.am): Likewise.
16929         * modules/fts (Makefile.am): Likewise.
16930         * modules/gc-arcfour (Makefile.am): Likewise.
16931         * modules/gc-des (Makefile.am): Likewise.
16932         * modules/gc-hmac-md5 (Makefile.am): Likewise.
16933         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
16934         * modules/gc-md4 (Makefile.am): Likewise.
16935         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
16936         * modules/gc-sha1 (Makefile.am): Likewise.
16937         * modules/gc (Makefile.am): Likewise.
16938         * modules/getaddrinfo (Makefile.am): Likewise.
16939         * modules/getcwd (Makefile.am): Likewise.
16940         * modules/getdelim (Makefile.am): Likewise.
16941         * modules/getdomainname (Makefile.am): Likewise.
16942         * modules/getgroups (Makefile.am): Likewise.
16943         * modules/gethostname (Makefile.am): Likewise.
16944         * modules/gethrxtime (Makefile.am): Likewise.
16945         * modules/getline (Makefile.am): Likewise.
16946         * modules/getloadavg (Makefile.am): Likewise.
16947         * modules/getlogin_r (Makefile.am): Likewise.
16948         * modules/getndelim2 (Makefile.am): Likewise.
16949         * modules/getopt (Makefile.am): Likewise.
16950         * modules/getpagesize (Makefile.am): Likewise.
16951         * modules/getpass-gnu (Makefile.am): Likewise.
16952         * modules/getpass (Makefile.am): Likewise.
16953         * modules/getsubopt (Makefile.am): Likewise.
16954         * modules/gettime (Makefile.am): Likewise.
16955         * modules/gettimeofday (Makefile.am): Likewise.
16956         * modules/getugroups (Makefile.am): Likewise.
16957         * modules/getusershell (Makefile.am): Likewise.
16958         * modules/glob (Makefile.am): Likewise.
16959         * modules/group-member (Makefile.am): Likewise.
16960         * modules/hard-locale (Makefile.am): Likewise.
16961         * modules/hash (Makefile.am): Likewise.
16962         * modules/hmac-md5 (Makefile.am): Likewise.
16963         * modules/hmac-sha1 (Makefile.am): Likewise.
16964         * modules/human (Makefile.am): Likewise.
16965         * modules/idcache (Makefile.am): Likewise.
16966         * modules/imaxabs (Makefile.am): Likewise.
16967         * modules/imaxdiv (Makefile.am): Likewise.
16968         * modules/inet_ntop (Makefile.am): Likewise.
16969         * modules/inet_pton (Makefile.am): Likewise.
16970         * modules/intprops (Makefile.am): Likewise.
16971         * modules/inttostr (Makefile.am): Likewise.
16972         * modules/inttypes (Makefile.am): Likewise.
16973         * modules/isapipe (Makefile.am): Likewise.
16974         * modules/javaversion (Makefile.am): Likewise.
16975         * modules/lchmod (Makefile.am): Likewise.
16976         * modules/lchown (Makefile.am): Likewise.
16977         * modules/localcharset (Makefile.am): Likewise.
16978         * modules/long-options (Makefile.am): Likewise.
16979         * modules/lstat (Makefile.am): Likewise.
16980         * modules/malloc (Makefile.am): Likewise.
16981         * modules/mathl (Makefile.am): Likewise.
16982         * modules/mbchar (Makefile.am): Likewise.
16983         * modules/md2 (Makefile.am): Likewise.
16984         * modules/md4 (Makefile.am): Likewise.
16985         * modules/md5 (Makefile.am): Likewise.
16986         * modules/memcasecmp (Makefile.am): Likewise.
16987         * modules/memchr (Makefile.am): Likewise.
16988         * modules/memcmp (Makefile.am): Likewise.
16989         * modules/memcoll (Makefile.am): Likewise.
16990         * modules/memcpy (Makefile.am): Likewise.
16991         * modules/memmem (Makefile.am): Likewise.
16992         * modules/memmove (Makefile.am): Likewise.
16993         * modules/mempcpy (Makefile.am): Likewise.
16994         * modules/memrchr (Makefile.am): Likewise.
16995         * modules/memset (Makefile.am): Likewise.
16996         * modules/memxor (Makefile.am): Likewise.
16997         * modules/mkancesdirs (Makefile.am): Likewise.
16998         * modules/mkdir-p (Makefile.am): Likewise.
16999         * modules/mkdir (Makefile.am): Likewise.
17000         * modules/mkdtemp (Makefile.am): Likewise.
17001         * modules/mkstemp (Makefile.am): Likewise.
17002         * modules/mktime (Makefile.am): Likewise.
17003         * modules/modechange (Makefile.am): Likewise.
17004         * modules/mountlist (Makefile.am): Likewise.
17005         * modules/nanosleep (Makefile.am): Likewise.
17006         * modules/obstack (Makefile.am): Likewise.
17007         * modules/openat (Makefile.am): Likewise.
17008         * modules/pagealign_alloc (Makefile.am): Likewise.
17009         * modules/pathmax (Makefile.am): Likewise.
17010         * modules/physmem (Makefile.am): Likewise.
17011         * modules/poll (Makefile.am): Likewise.
17012         * modules/posixtm (Makefile.am): Likewise.
17013         * modules/posixver (Makefile.am): Likewise.
17014         * modules/putenv (Makefile.am): Likewise.
17015         * modules/quote (Makefile.am): Likewise.
17016         * modules/quotearg (Makefile.am): Likewise.
17017         * modules/raise (Makefile.am): Likewise.
17018         * modules/read-file (Makefile.am): Likewise.
17019         * modules/readline (Makefile.am): Likewise.
17020         * modules/readlink (Makefile.am): Likewise.
17021         * modules/readtokens (Makefile.am): Likewise.
17022         * modules/readutmp (Makefile.am): Likewise.
17023         * modules/realloc (Makefile.am): Likewise.
17024         * modules/regex (Makefile.am): Likewise.
17025         * modules/rename-dest-slash (Makefile.am): Likewise.
17026         * modules/rename (Makefile.am): Likewise.
17027         * modules/rijndael (Makefile.am): Likewise.
17028         * modules/rmdir (Makefile.am): Likewise.
17029         * modules/rpmatch (Makefile.am): Likewise.
17030         * modules/safe-read (Makefile.am): Likewise.
17031         * modules/safe-write (Makefile.am): Likewise.
17032         * modules/same-inode (Makefile.am): Likewise.
17033         * modules/same (Makefile.am): Likewise.
17034         * modules/save-cwd (Makefile.am): Likewise.
17035         * modules/savedir (Makefile.am): Likewise.
17036         * modules/setenv (Makefile.am): Likewise.
17037         * modules/settime (Makefile.am): Likewise.
17038         * modules/sha1 (Makefile.am): Likewise.
17039         * modules/sig2str (Makefile.am): Likewise.
17040         * modules/snprintf (Makefile.am): Likewise.
17041         * modules/stat-macros (Makefile.am): Likewise.
17042         * modules/stat-time (Makefile.am): Likewise.
17043         * modules/stdbool (Makefile.am): Likewise.
17044         * modules/stdint (Makefile.am): Likewise.
17045         * modules/stdlib-safer (Makefile.am): Likewise.
17046         * modules/stpcpy (Makefile.am): Likewise.
17047         * modules/stpncpy (Makefile.am): Likewise.
17048         * modules/strcase (Makefile.am): Likewise.
17049         * modules/strcasestr (Makefile.am): Likewise.
17050         * modules/strchrnul (Makefile.am): Likewise.
17051         * modules/strcspn (Makefile.am): Likewise.
17052         * modules/strdup (Makefile.am): Likewise.
17053         * modules/strerror (Makefile.am): Likewise.
17054         * modules/strftime (Makefile.am): Likewise.
17055         * modules/strndup (Makefile.am): Likewise.
17056         * modules/strnlen (Makefile.am): Likewise.
17057         * modules/strpbrk (Makefile.am): Likewise.
17058         * modules/strsep (Makefile.am): Likewise.
17059         * modules/strstr (Makefile.am): Likewise.
17060         * modules/strtod (Makefile.am): Likewise.
17061         * modules/strtoimax (Makefile.am): Likewise.
17062         * modules/strtok_r (Makefile.am): Likewise.
17063         * modules/strtol (Makefile.am): Likewise.
17064         * modules/strtoll (Makefile.am): Likewise.
17065         * modules/strtoul (Makefile.am): Likewise.
17066         * modules/strtoull (Makefile.am): Likewise.
17067         * modules/strtoumax (Makefile.am): Likewise.
17068         * modules/strverscmp (Makefile.am): Likewise.
17069         * modules/sys_socket (Makefile.am): Likewise.
17070         * modules/sys_stat (Makefile.am): Likewise.
17071         * modules/sysexits (Makefile.am): Likewise.
17072         * modules/time_r (Makefile.am): Likewise.
17073         * modules/timegm (Makefile.am): Likewise.
17074         * modules/timespec (Makefile.am): Likewise.
17075         * modules/tmpfile-safer (Makefile.am): Likewise.
17076         * modules/trim (Makefile.am): Likewise.
17077         * modules/unistd-safer (Makefile.am): Likewise.
17078         * modules/unlinkdir (Makefile.am): Likewise.
17079         * modules/unlocked-io (Makefile.am): Likewise.
17080         * modules/userspec (Makefile.am): Likewise.
17081         * modules/utime (Makefile.am): Likewise.
17082         * modules/utimecmp (Makefile.am): Likewise.
17083         * modules/utimens (Makefile.am): Likewise.
17084         * modules/vasnprintf (Makefile.am): Likewise.
17085         * modules/vasprintf (Makefile.am): Likewise.
17086         * modules/vsnprintf (Makefile.am): Likewise.
17087         * modules/xalloc (Makefile.am): Likewise.
17088         * modules/xgetcwd (Makefile.am): Likewise.
17089         * modules/xnanosleep (Makefile.am): Likewise.
17090         * modules/xreadlink (Makefile.am): Likewise.
17091         * modules/xstrtod (Makefile.am): Likewise.
17092         * modules/xstrtol (Makefile.am): Likewise.
17093         * modules/xstrtold (Makefile.am): Likewise.
17094         * modules/yesno (Makefile.am): Likewise.
17095         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
17096
17097 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * modules/error (Makefile.am): Distribute files through
17100         EXTRA_DIST, not lib_SOURCES.
17101
17102 2006-10-12  Eric Blake  <ebb9@byu.net>
17103
17104         * modules/error (Makefile.am): Distribute files in /lib.
17105         * modules/obstack (Makefile.am): Likewise.
17106
17107 2006-10-12  Bruno Haible  <bruno@clisp.org>
17108
17109         * modules/acl (Makefile.am): Distribute all files in lib/ through
17110         EXTRA_DIST.
17111         * modules/arcfour (Makefile.am): Likewise.
17112         * modules/arctwo (Makefile.am): Likewise.
17113         * modules/argmatch (Makefile.am): Likewise.
17114         * modules/argz (Makefile.am): Likewise.
17115         * modules/atexit (Makefile.am): Likewise.
17116         * modules/backupfile (Makefile.am): Likewise.
17117         * modules/c-strtod (Makefile.am): Likewise.
17118         * modules/c-strtold (Makefile.am): Likewise.
17119         * modules/calloc (Makefile.am): Likewise.
17120         * modules/canon-host (Makefile.am): Likewise.
17121         * modules/canonicalize (Makefile.am): Likewise.
17122         * modules/chdir-long (Makefile.am): Likewise.
17123         * modules/chdir-safer (Makefile.am): Likewise.
17124         * modules/check-version (Makefile.am): Likewise.
17125         * modules/chown (Makefile.am): Likewise.
17126         * modules/cloexec (Makefile.am): Likewise.
17127         * modules/close-stream (Makefile.am): Likewise.
17128         * modules/closeout (Makefile.am): Likewise.
17129         * modules/crc (Makefile.am): Likewise.
17130         * modules/cycle-check (Makefile.am): Likewise.
17131         * modules/des (Makefile.am): Likewise.
17132         * modules/dirfd (Makefile.am): Likewise.
17133         * modules/dirname (Makefile.am): Likewise.
17134         * modules/dup2 (Makefile.am): Likewise.
17135         * modules/euidaccess (Makefile.am): Likewise.
17136         * modules/exclude (Makefile.am): Likewise.
17137         * modules/exitfail (Makefile.am): Likewise.
17138         * modules/fcntl-safer (Makefile.am): Likewise.
17139         * modules/file-type (Makefile.am): Likewise.
17140         * modules/fileblocks (Makefile.am): Likewise.
17141         * modules/filemode (Makefile.am): Likewise.
17142         * modules/filenamecat (Makefile.am): Likewise.
17143         * modules/fnmatch (Makefile.am): Likewise.
17144         * modules/fopen-safer (Makefile.am): Likewise.
17145         * modules/fpending (Makefile.am): Likewise.
17146         * modules/fprintftime (Makefile.am): Likewise.
17147         * modules/free (Makefile.am): Likewise.
17148         * modules/fsusage (Makefile.am): Likewise.
17149         * modules/ftruncate (Makefile.am): Likewise.
17150         * modules/fts (Makefile.am): Likewise.
17151         * modules/gc (Makefile.am): Likewise.
17152         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
17153         * modules/getaddrinfo (Makefile.am): Likewise.
17154         * modules/getcwd (Makefile.am): Likewise.
17155         * modules/getdelim (Makefile.am): Likewise.
17156         * modules/getdomainname (Makefile.am): Likewise.
17157         * modules/getgroups (Makefile.am): Likewise.
17158         * modules/gethostname (Makefile.am): Likewise.
17159         * modules/gethrxtime (Makefile.am): Likewise.
17160         * modules/getline (Makefile.am): Likewise.
17161         * modules/getloadavg (Makefile.am): Likewise.
17162         * modules/getlogin_r (Makefile.am): Likewise.
17163         * modules/getopt (Makefile.am): Likewise.
17164         * modules/getpass (Makefile.am): Likewise.
17165         * modules/getpass-gnu (Makefile.am): Likewise.
17166         * modules/getsubopt (Makefile.am): Likewise.
17167         * modules/gettime (Makefile.am): Likewise.
17168         * modules/gettimeofday (Makefile.am): Likewise.
17169         * modules/getugroups (Makefile.am): Likewise.
17170         * modules/getusershell (Makefile.am): Likewise.
17171         * modules/glob (Makefile.am): Likewise.
17172         * modules/group-member (Makefile.am): Likewise.
17173         * modules/hard-locale (Makefile.am): Likewise.
17174         * modules/hash (Makefile.am): Likewise.
17175         * modules/hmac-md5 (Makefile.am): Likewise.
17176         * modules/hmac-sha1 (Makefile.am): Likewise.
17177         * modules/human (Makefile.am): Likewise.
17178         * modules/idcache (Makefile.am): Likewise.
17179         * modules/imaxabs (Makefile.am): Likewise.
17180         * modules/imaxdiv (Makefile.am): Likewise.
17181         * modules/inet_ntop (Makefile.am): Likewise.
17182         * modules/inet_pton (Makefile.am): Likewise.
17183         * modules/inttostr (Makefile.am): Likewise.
17184         * modules/isapipe (Makefile.am): Likewise.
17185         * modules/lchown (Makefile.am): Likewise.
17186         * modules/long-options (Makefile.am): Likewise.
17187         * modules/lstat (Makefile.am): Likewise.
17188         * modules/malloc (Makefile.am): Likewise.
17189         * modules/mathl (Makefile.am): Likewise.
17190         * modules/mbchar (Makefile.am): Likewise.
17191         * modules/md2 (Makefile.am): Likewise.
17192         * modules/md4 (Makefile.am): Likewise.
17193         * modules/md5 (Makefile.am): Likewise.
17194         * modules/memcasecmp (Makefile.am): Likewise.
17195         * modules/memchr (Makefile.am): Likewise.
17196         * modules/memcmp (Makefile.am): Likewise.
17197         * modules/memcoll (Makefile.am): Likewise.
17198         * modules/memcpy (Makefile.am): Likewise.
17199         * modules/memmem (Makefile.am): Likewise.
17200         * modules/memmove (Makefile.am): Likewise.
17201         * modules/mempcpy (Makefile.am): Likewise.
17202         * modules/memrchr (Makefile.am): Likewise.
17203         * modules/memset (Makefile.am): Likewise.
17204         * modules/memxor (Makefile.am): Likewise.
17205         * modules/mkancesdirs (Makefile.am): Likewise.
17206         * modules/mkdir (Makefile.am): Likewise.
17207         * modules/mkdir-p (Makefile.am): Likewise.
17208         * modules/mkdtemp (Makefile.am): Likewise.
17209         * modules/mkstemp (Makefile.am): Likewise.
17210         * modules/mktime (Makefile.am): Likewise.
17211         * modules/modechange (Makefile.am): Likewise.
17212         * modules/mountlist (Makefile.am): Likewise.
17213         * modules/nanosleep (Makefile.am): Likewise.
17214         * modules/openat (Makefile.am): Likewise.
17215         * modules/pagealign_alloc (Makefile.am): Likewise.
17216         * modules/physmem (Makefile.am): Likewise.
17217         * modules/poll (Makefile.am): Likewise.
17218         * modules/posixtm (Makefile.am): Likewise.
17219         * modules/posixver (Makefile.am): Likewise.
17220         * modules/putenv (Makefile.am): Likewise.
17221         * modules/quote (Makefile.am): Likewise.
17222         * modules/quotearg (Makefile.am): Likewise.
17223         * modules/raise (Makefile.am): Likewise.
17224         * modules/read-file (Makefile.am): Likewise.
17225         * modules/readline (Makefile.am): Likewise.
17226         * modules/readlink (Makefile.am): Likewise.
17227         * modules/readtokens (Makefile.am): Likewise.
17228         * modules/readutmp (Makefile.am): Likewise.
17229         * modules/realloc (Makefile.am): Likewise.
17230         * modules/regex (Makefile.am): Likewise.
17231         * modules/rename (Makefile.am): Likewise.
17232         * modules/rename-dest-slash (Makefile.am): Likewise.
17233         * modules/rijndael (Makefile.am): Likewise.
17234         * modules/rmdir (Makefile.am): Likewise.
17235         * modules/rpmatch (Makefile.am): Likewise.
17236         * modules/safe-read (Makefile.am): Likewise.
17237         * modules/safe-write (Makefile.am): Likewise.
17238         * modules/same (Makefile.am): Likewise.
17239         * modules/save-cwd (Makefile.am): Likewise.
17240         * modules/savedir (Makefile.am): Likewise.
17241         * modules/setenv (Makefile.am): Likewise.
17242         * modules/settime (Makefile.am): Likewise.
17243         * modules/sha1 (Makefile.am): Likewise.
17244         * modules/sig2str (Makefile.am): Likewise.
17245         * modules/snprintf (Makefile.am): Likewise.
17246         * modules/stdlib-safer (Makefile.am): Likewise.
17247         * modules/stpcpy (Makefile.am): Likewise.
17248         * modules/stpncpy (Makefile.am): Likewise.
17249         * modules/strcase (Makefile.am): Likewise.
17250         * modules/strcasestr (Makefile.am): Likewise.
17251         * modules/strchrnul (Makefile.am): Likewise.
17252         * modules/strcspn (Makefile.am): Likewise.
17253         * modules/strdup (Makefile.am): Likewise.
17254         * modules/strerror (Makefile.am): Likewise.
17255         * modules/strftime (Makefile.am): Likewise.
17256         * modules/strndup (Makefile.am): Likewise.
17257         * modules/strnlen (Makefile.am): Likewise.
17258         * modules/strpbrk (Makefile.am): Likewise.
17259         * modules/strsep (Makefile.am): Likewise.
17260         * modules/strstr (Makefile.am): Likewise.
17261         * modules/strtod (Makefile.am): Likewise.
17262         * modules/strtoimax (Makefile.am): Likewise.
17263         * modules/strtok_r (Makefile.am): Likewise.
17264         * modules/strtol (Makefile.am): Likewise.
17265         * modules/strtoll (Makefile.am): Likewise.
17266         * modules/strtoul (Makefile.am): Likewise.
17267         * modules/strtoull (Makefile.am): Likewise.
17268         * modules/strtoumax (Makefile.am): Likewise.
17269         * modules/strverscmp (Makefile.am): Likewise.
17270         * modules/time_r (Makefile.am): Likewise.
17271         * modules/timegm (Makefile.am): Likewise.
17272         * modules/tmpfile-safer (Makefile.am): Likewise.
17273         * modules/unistd-safer (Makefile.am): Likewise.
17274         * modules/unlinkdir (Makefile.am): Likewise.
17275         * modules/userspec (Makefile.am): Likewise.
17276         * modules/utime (Makefile.am): Likewise.
17277         * modules/utimecmp (Makefile.am): Likewise.
17278         * modules/utimens (Makefile.am): Likewise.
17279         * modules/vasnprintf (Makefile.am): Likewise.
17280         * modules/vasprintf (Makefile.am): Likewise.
17281         * modules/vsnprintf (Makefile.am): Likewise.
17282         * modules/xalloc (Makefile.am): Likewise.
17283         * modules/xgetcwd (Makefile.am): Likewise.
17284         * modules/xnanosleep (Makefile.am): Likewise.
17285         * modules/xreadlink (Makefile.am): Likewise.
17286         * modules/xstrtod (Makefile.am): Likewise.
17287         * modules/xstrtol (Makefile.am): Likewise.
17288         * modules/xstrtold (Makefile.am): Likewise.
17289         * modules/yesno (Makefile.am): Likewise.
17290
17291 2006-10-12  Jim Meyering  <jim@meyering.net>
17292
17293         * m4/getloadavg.m4: Revert the change below.
17294
17295         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
17296         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
17297         fail with a symlink, which is what coreutils' ./bootstrap now
17298         creates by default.
17299
17300 2006-10-12  Bruno Haible  <bruno@clisp.org>
17301
17302         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
17303         mingw.
17304         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
17305         MSVC and mingw explicitly.
17306
17307 2006-10-11  Simon Josefsson  <jas@extundo.com>
17308             Bruno Haible  <bruno@clisp.org>
17309
17310         Add support for multiple gnulib-tool invocations in the scope of a
17311         single configure.ac file.
17312         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
17313         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
17314         with the same contents as the _LIBADD variable.
17315         (func_emit_initmacro_start, func_emit_initmacro_end,
17316         func_emit_initmacro_done): New functions.
17317         (func_import, func_create_testdir): Invoke them. Allow the identifiers
17318         gl_LIBOBJS and gl_LTLIBOBJS.
17319
17320 2006-10-11  Bruno Haible  <bruno@clisp.org>
17321
17322         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
17323         (func_create_testdir): Don't create po/Makefile.am, don't invoke
17324         autoreconf. Instead, invoke autopoint explicitly but move back the
17325         *.m4 files from gnulib.
17326
17327 2006-10-11  Bruno Haible  <bruno@clisp.org>
17328
17329         * gnulib-tool (func_usage): Make module names after --create-testdir
17330         optional.
17331         (func_create_testdir): If no module was specified, use nearly all
17332         modules.
17333
17334 2006-10-12  Jim Meyering  <jim@meyering.net>
17335
17336         Big performance improvement for fts-based tools that use FTS_NOSTAT.
17337         Avoid spurious inode-mismatch problems on non-POSIX file systems.
17338         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
17339         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
17340         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
17341         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
17342         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
17343         (fts_set_stat_required): New function.
17344         (fts_open): Defer the calls to fts_stat, if possible or requested.
17345         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
17346         into fts_stat itself.
17347         (fts_read): Perform any required (deferred) fts_stat call.
17348         (fts_build): Likewise, for the directory we're about to open and read.
17349         In the readdir loop, carefully decide whether each entry will require
17350         an eventual call to fts_stat, using dirent.d_type info if available.
17351         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
17352         a command line argument into this function.  Update all callers.
17353         Map a return value of FTS_DOT to FTS_D for a command line argument.
17354         * modules/fts (Depends-on): Add d-type.  Alphabetize.
17355         Thanks to Miklos Szeredi for his tenacity and for the initial
17356         bug report about "find" failing on a FUSE-based file system.
17357
17358         * lib/fts.c (fts_open): Use consistent indentation.
17359
17360 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
17363         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
17364         reported by Jim Meyering.  All uses of cache variables renamed
17365         to match Autoconf's.
17366         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
17367         the other one.
17368
17369         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
17370         Fix misspelling in diagnostic.
17371
17372 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17373
17374         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
17375         defined.  Problem reported by Matthew Woehlke.
17376
17377         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
17378         Add support for Tandem NonStop R series.
17379         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
17380         Use new macro.
17381
17382         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
17383         (has_trailing_slash): Omit size arg; all callers changed.
17384         Omit 'inline', since it doesn't help performance and we'd
17385         need to configure it.
17386         Don't count //, ///, etc. as having a trailing slash.
17387         As a side effect, this removes a C99ism reported by Matthew Woehlke.
17388         (rpl_rename_dest_slash): On failure, use rename's errno rather
17389         than (in some cases) an incorrect or junk errno.
17390         Simplify code by removing need to compute length; this does
17391         cause it to make two passes instead of one over the file name,
17392         but it's worth it.
17393
17394         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
17395         change, since Autoconf's version may no longer be appropriate now
17396         that we are using CVS Autoconf's version.  Add support for Tandem.
17397
17398 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
17399             Bruno Haible  <bruno@clisp.org>
17400
17401         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
17402         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
17403         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
17404         gl_AC_TYPE_LONG_LONG.
17405
17406         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
17407         instead of HAVE_LONG_LONG.
17408         * lib/printf-args.c (printf_fetchargs): Likewise.
17409         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
17410         * lib/vasnprintf.c (VASNPRINTF): Likewise.
17411         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
17412         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
17413         gl_AC_TYPE_LONG_LONG.
17414
17415 2006-10-11  Bruno Haible  <bruno@clisp.org>
17416
17417         * m4/longlong.m4: Add comments.
17418         * m4/ulonglong.m4: Likewise.
17419
17420 2006-10-10  Bruno Haible  <bruno@clisp.org>
17421
17422         Make it possible to #define stpcpy, strdup to aliases.
17423         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
17424         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
17425
17426 2006-10-10  Bruno Haible  <bruno@clisp.org>
17427
17428         Make it possible to #define gcd to an alias.
17429         * lib/gcd.c: Include config.h.
17430
17431 2006-10-10  Bruno Haible  <bruno@clisp.org>
17432
17433         Make it possible to #define c_isascii to an alias.
17434         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
17435         defined. Undefine the macros before defining them, to avoid gcc
17436         warnings.
17437         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
17438         define NO_C_CTYPE_MACROS early.
17439
17440 2006-10-10  Bruno Haible  <bruno@clisp.org>
17441
17442         Make it possible to #define set_program_name to an alias.
17443         * lib/progname.c: Don't undefine set_program_name; instead, undefine
17444         ENABLE_RELOCATABLE early.
17445
17446 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17447
17448         Port to Tandem NSK OSS, which has 64-bit signed int but at most
17449         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
17450         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
17451         More generally, don't assume that 64-bit signed int is available
17452         if unsigned int is, and vice versa.
17453         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
17454         unsigned symbols, not on their signed counterparts.
17455         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
17456         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
17457         (UINT64_C, UINTMAX_C):
17458         Likewise.
17459         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
17460         unsigned counterparts.
17461         (Have_long_long, Unsigned): New macros.
17462         (Int): Renamed from INT.
17463         (strtoimax): Use the new macros.
17464         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
17465         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
17466         * modules/inttypes (inttypes.h): Substitute
17467         HAVE_UNSIGNED_LONG_LONG_INT.
17468         * modules/stdint (stdint.h): Likewise.
17469         (Files): Add m4/ulonglong.m4.
17470
17471 2006-10-10  Bruno Haible  <bruno@clisp.org>
17472
17473         Fix a gcc -Wshadow warning.
17474         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
17475         to 'bucket'.
17476         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
17477         gl_linked_indexof_from_to): Likewise.
17478         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
17479         Likewise.
17480         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
17481         Likewise.
17482         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
17483         Reported by Eric Blake.
17484
17485 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
17486
17487         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
17488         for NetBSD.  Problem reported by Bruno Haible.
17489
17490 2006-10-09  Jim Meyering  <jim@meyering.net>
17491
17492         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
17493         Patch from Bruno Haible.
17494
17495 2006-10-09  Jim Meyering  <jim@meyering.net>
17496
17497         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
17498         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
17499         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
17500
17501 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
17502
17503         Don't include <config.h> twice; this doesn't work in some cases,
17504         e.g., when config.h has "#define intmax_t long long int" and
17505         we include <config.h>, <inttypes.h>, <config.h> in that order.
17506         Problem reported by Matthew Woehlke in:
17507         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
17508         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
17509         * lib/fts-cycle.c: Don't include config.h.
17510         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
17511         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
17512         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
17513         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
17514         inttypes.h.
17515         * lib/xstrtoumax.c: Likewise.
17516         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
17517         __strtol and the like, so that this module is more like its siblings.
17518         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
17519         Remove; no longer needed now that we assume gnulib inttypes.h.
17520
17521 2006-10-08  Bruno Haible  <bruno@clisp.org>
17522
17523         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
17524         option.
17525
17526 2006-10-07  Jim Meyering  <jim@meyering.net>
17527
17528         * modules/inttypes (inttypes.h): Revert what seems to have been
17529         an inadvertent part of today's change: use "|", not "/" in the
17530         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
17531
17532 2006-10-07  Bruno Haible  <bruno@clisp.org>
17533
17534         * modules/sublist: New file.
17535
17536 2006-10-07  Bruno Haible  <bruno@clisp.org>
17537
17538         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
17539         * modules/argz (argz.h): Likewise.
17540         * modules/arpa_inet (arpa/inet.h): Likewise.
17541         * modules/byteswap (byteswap.h): Likewise.
17542         * modules/configmake (configmake.h): Likewise.
17543         * modules/fcntl (fcntl.h): Likewise.
17544         * modules/fnmatch (fnmatch.h): Likewise.
17545         * modules/getopt (getopt.h): Likewise.
17546         * modules/glob (glob.h): Likewise.
17547         * modules/inttypes (inttypes.h): Likewise.
17548         * modules/netinet_in (netinet/in.h): Likewise.
17549         * modules/poll (poll.h): Likewise.
17550         * modules/stdbool (stdbool.h): Likewise.
17551         * modules/stdint (stdint.h): Likewise.
17552         * modules/sys_select (sys/select.h): Likewise.
17553         * modules/sys_socket (sys/socket.h): Likewise.
17554         * modules/sys_stat (sys/stat.h): Likewise.
17555         * modules/sysexits (sysexits.h): Likewise.
17556         * modules/unistd (unistd.h): Likewise.
17557         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17558         Add a "DO NOT EDIT" comment to the generated file.
17559         (func_import): Likewise for gnulib-comp.m4.
17560
17561 2006-10-07  Bruno Haible  <bruno@clisp.org>
17562
17563         * lib/gl_sublist.h: New file.
17564         * lib/gl_sublist.c: New file.
17565
17566 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17567
17568         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
17569         name (relative to the original working directory) and the file
17570         name component (relative to the temporary working directory).  All
17571         callers changed.
17572         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
17573         * lib/mkdir-p.c (make_dir_parents): Likewise.
17574         * lib/mkdir-p.h (make_dir_parents): Likewise.
17575
17576 2006-10-06  Eric Blake  <ebb9@byu.net>
17577
17578         Define several macros for use by the clean-temp module.
17579         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
17580         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
17581         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
17582
17583         * lib/clean-temp.h (close_stream_temp): New declaration.
17584         * lib/clean-temp.c (includes): Pull in headers according to what
17585         other modules are in use.
17586         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
17587
17588 2006-10-06  Bruno Haible  <bruno@clisp.org>
17589
17590         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
17591         instead of fopen, fwriteerror.
17592
17593 2006-10-06  Bruno Haible  <bruno@clisp.org>
17594
17595         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
17596         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
17597         int.
17598         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
17599         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
17600         Return an error indicator.
17601         Suggested by Eric Blake.
17602
17603 2006-10-06  Bruno Haible  <bruno@clisp.org>
17604
17605         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
17606         Reported by Eric Blake.
17607
17608 2006-10-06  Bruno Haible  <bruno@clisp.org>
17609
17610         * modules/closeout (Description): Mention stderr too.
17611
17612 2006-10-06  Bruno Haible  <bruno@clisp.org>
17613         and Paul Eggert  <eggert@cs.ucla.edu>
17614
17615         * lib/closeout.c (close_stdout): Also close stderr.
17616         * lib/closeout.h: Update comment.
17617
17618 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17619
17620         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
17621         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
17622         * lib/dirchownmod.c: Include lchown.h.
17623         * lib/lchown.c: Don't include files that lchown.h now includes.
17624         Don't declare chown, since lchown.h now does that.
17625         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
17626         (lchown): Define to rpl_chown if lchown is declared but
17627         does not exist.  Declare using a prototype if lchown is not
17628         declared.  Add a copyright notice.
17629         * lib/mkstemp.h: Include <unistd.h>.
17630         * lib/openat.c: Include lchown.h.
17631
17632         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
17633         we now test for that separately.
17634         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
17635         rather than O_NOFOLLOW, when testing whether it's possible to
17636         avoid a race condition reliably.
17637         * lib/savewd.c (savewd_chdir): Likewise.
17638
17639         Remove macros that are no longer needed now that stdint.h is
17640         reliable.
17641         * lib/fsusage.c (UINTMAX_MAX): Remove.
17642         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
17643         * lib/utimecmp.c (SIZE_MAX): Remove.
17644
17645         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
17646
17647         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
17648         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
17649         O_NOATIME works.
17650
17651 2006-10-05  Bruno Haible  <bruno@clisp.org>
17652
17653         * lib/gl_list.h (gl_sortedlist_search_from_to,
17654         gl_sortedlist_indexof_from_to): New declarations.
17655         (gl_list_implementation): New fields sortedlist_search_from_to,
17656         sortedlist_indexof_from_to.
17657         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
17658         inline functions.
17659         * lib/gl_list.c (gl_sortedlist_search_from_to,
17660         gl_sortedlist_indexof_from_to): New functions.
17661         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
17662         function.
17663         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
17664         (gl_array_sortedlist_search_from_to): New function.
17665         (gl_array_list_implementation): Update.
17666         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
17667         function.
17668         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
17669         (gl_carray_sortedlist_search_from_to): New function.
17670         (gl_carray_list_implementation): Update.
17671         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
17672         gl_linked_sortedlist_indexof_from_to): New functions.
17673         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17674         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17675         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
17676         gl_tree_sortedlist_indexof_from_to): New functions.
17677         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17678         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17679         Update.
17680         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17681         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
17682         Update.
17683
17684 2006-10-05  Bruno Haible  <bruno@clisp.org>
17685
17686         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
17687         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
17688         (struct gl_list_implementation): Add fields search_from_to,
17689         indexof_from_to. Remove fields search, indexof.
17690         (gl_list_search): Use the search_from_to method.
17691         (gl_list_search_from, gl_list_search_from_to): New functions.
17692         (gl_list_indexof): Use the indexof_from_to method.
17693         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17694         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
17695         (gl_list_search_from, gl_list_search_from_to): New functions.
17696         (gl_list_indexof): Use the indexof_from_to method.
17697         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
17698         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
17699         gl_array_indexof. Add start_index, end_index arguments.
17700         (gl_array_search_from_to): Renamed from gl_array_search. Add
17701         start_index, end_index arguments.
17702         (gl_array_remove, gl_array_list_implementation): Update.
17703         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
17704         gl_carray_indexof. Add start_index, end_index arguments.
17705         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
17706         start_index, end_index arguments.
17707         (gl_carray_remove, gl_carray_list_implementation): Update.
17708         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
17709         gl_linked_search. Add start_index, end_index arguments.
17710         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
17711         start_index, end_index arguments.
17712         (gl_linked_remove): Update.
17713         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
17714         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
17715         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
17716         field to 'size_t'.
17717         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
17718         gl_tree_search. Add start_index, end_index arguments.
17719         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17720         start_index, end_index arguments.
17721         (gl_tree_remove): Update.
17722         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
17723         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
17724         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
17725         function.
17726         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
17727         gl_tree_search. Add start_index, end_index arguments.
17728         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
17729         start_index, end_index arguments.
17730         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
17731         Update.
17732         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
17733
17734 2006-10-05  Bruno Haible  <bruno@clisp.org>
17735
17736         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
17737
17738         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
17739         fwriteerror_temp): New declarations.
17740         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
17741         (descriptors): New variable.
17742         (cleanup): First, close the descriptors.
17743         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
17744         fclose_temp, fwriteerror_temp): New functions.
17745
17746 2006-10-04  Jim Meyering  <jim@meyering.net>
17747
17748         * lib/fts.c (fts_open): Tiny comment change.
17749
17750 2006-10-04  Bruno Haible  <bruno@clisp.org>
17751
17752         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
17753         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
17754         gl_LOCK_BODY.
17755         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
17756         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
17757         gl_LOCK_EARLY_BODY.
17758         (gl_LOCK): Require gl_LOCK_BODY.
17759
17760 2006-10-04  Bruno Haible  <bruno@clisp.org>
17761
17762         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
17763         (gl_oset_search_atleast): New declaration.
17764         (struct gl_oset_implementation): Add field 'search_atleast'.
17765         (gl_oset_search_atleast): New inline function.
17766         * lib/gl_oset.c (gl_oset_search_atleast): New function.
17767         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
17768         (gl_array_oset_implementation): Update.
17769         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
17770         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
17771         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
17772
17773 2006-10-04  Bruno Haible  <bruno@clisp.org>
17774
17775         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
17776
17777 2006-10-03  Bruno Haible  <bruno@clisp.org>
17778
17779         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
17780         from gl_avltreehash_list_implementation.
17781
17782 2006-10-03  Bruno Haible  <bruno@clisp.org>
17783
17784         * lib/gl_oset.c (gl_oset_add): Fix return type.
17785
17786 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
17787
17788         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
17789
17790 2006-10-02  Eric Blake  <ebb9@byu.net>
17791
17792         * modules/strnlen (Depends-on): Add extensions.
17793
17794 2006-10-02  Eric Blake  <ebb9@byu.net>
17795
17796         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
17797         definition in 2.60+.
17798
17799 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
17800
17801         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
17802         checks.
17803
17804 2006-10-02  Bruno Haible  <bruno@clisp.org>
17805
17806         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
17807         to the AUTOMAKE_OPTIONS.
17808         Reported by Jim Meyering.
17809
17810 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17811
17812         Work around bug in Solaris 10 /proc file system:
17813         /proc/self/fd/NNN/.. isn't the parent directory of
17814         the directory whose file descriptor is NNN.  This needs to
17815         be worked around at run time, not compile time, since a
17816         program might be built on Solaris 8, where things work, and
17817         run on Solaris 10.
17818         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
17819         to use the following interface instead:
17820         (OPENAT_BUFFER_SIZE): New macro.
17821         (openat_proc_name): New function.
17822         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
17823         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
17824         Likewise.
17825         * lib/openat-proc.c: New file.
17826         * modules/openat (Files): Add lib/openat-proc.c.
17827         (Depends-on): Add same-inode, stdbool.
17828         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
17829
17830 2006-09-29  Bruno Haible  <bruno@clisp.org>
17831
17832         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
17833         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
17834         argument. Set stdout_closed before testing for ferror, not after.
17835         (fwriteerror, fwriteerror_no_ebadf): New functions.
17836
17837 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17838
17839         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
17840
17841 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
17842
17843         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
17844         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
17845
17846 2006-09-28  Jim Meyering  <jim@meyering.net>
17847
17848         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
17849         Include <unistd.h>.
17850
17851 2006-09-28  Bruno Haible  <bruno@clisp.org>
17852
17853         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
17854         * modules/linkedhash-list (Depends-on): Likewise.
17855         * modules/rbtreehash-list (Depends-on): Likewise.
17856
17857 2006-09-28  Bruno Haible  <bruno@clisp.org>
17858
17859         * lib/strndup.h: Simplify the redefinition of strndup.
17860         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
17861         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
17862
17863 2006-09-28  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
17866         * lib/gl_linkedhash_list.c: Likewise.
17867         * lib/gl_rbtreehash_list.c: Likewise.
17868
17869 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17870
17871         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
17872         getaddrinfo.
17873
17874         * lib/__fpending.h: Don't include <stdio_ext.h> unless
17875         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
17876         it causes <stdio_ext.h> to cause a compile-time error.
17877         Problem reported by Nelson H. F. Beebe.
17878         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
17879         of HAVE_DECL___PENDING.
17880
17881         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
17882         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
17883         declaration.
17884
17885 2006-09-27  Jim Meyering  <jim@meyering.net>
17886
17887         This file could end up with a definition for a function
17888         named __strndup, rather than rpl_strndup on a system with
17889         incomplete weak_alias support.
17890         * lib/strndup.c (strndup): Rename from __strndup.
17891         Remove #defines that used to map __strndup to strndup.
17892         Don't use K&R prototypes.
17893         Remove LIBC-related code, since this file is not sync'd with glibc.
17894         * lib/strndup.h: Revamp, accordingly.
17895         * m4/strndup.m4: Modernize.
17896
17897 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17898
17899         * modules/savewd (Depends-on): Add 'raise'.
17900         * lib/savewd.c: Include <signal.h>, for 'raise'.
17901
17902 2006-09-26  Jim Meyering  <jim@meyering.net>
17903
17904         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
17905         when we detect Darwin 8.7.0's acl_get_file bug.
17906         Rearrange to perform the new (below) run-test while $LIBS
17907         contains any acl-related library.  Set USE_ACL at the end.
17908         (gl_ACL_GET_FILE): New function.
17909
17910 2006-09-26  Eric Blake  <ebb9@byu.net>
17911
17912         * lib/verror.c: Include <config.h> unconditionally.
17913
17914 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
17915
17916         * modules/clock-time (Maintainer): Add self.
17917         * modules/getlogin_r (Depends-on): Add extensions.
17918
17919 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17920
17921         * modules/clock-time: New module.
17922         * modules/nanosleep (Depends-on): Add clock-time.
17923         * modules/gethrxtime (Depends-on): Likewise.
17924         * modules/gettime (Depends-on): Likewise.
17925         * modules/settime (Depends-on): Likewise.
17926
17927         * modules/fts-lgpl: Depend on openat.
17928         * modules/mkancesdirs: Depend on savewd.
17929         * modules/mkdir-p: Likewise.
17930
17931 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17932
17933         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
17934
17935         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
17936         `gl_have_arbitrary_file_name_length_limit' to
17937         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
17938         actually works between configure runs.
17939
17940 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17941             Bruno Haible  <bruno@clisp.org>
17942
17943         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
17944
17945 2006-09-25  Jim Meyering  <jim@meyering.net>
17946
17947         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
17948         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
17949
17950 2006-09-25  Eric Blake  <ebb9@byu.net>
17951
17952         * gnulib-tool (func_import, func_create_testdir): Fix typos in
17953         exec's in 2006-09-18 patch when shuffling fds.
17954
17955 2006-09-25  Bruno Haible  <bruno@clisp.org>
17956
17957         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
17958         Reported by Jim Meyering.
17959
17960 2006-09-24  Jim Meyering  <jim@meyering.net>
17961
17962         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
17963         compare a pointer against a literal "0".  That caused failures with
17964         at least HP-UX's hpcc.
17965
17966 2006-09-22  Simon Josefsson  <jas@extundo.com>
17967
17968         * modules/gc-sha1:
17969         * modules/gc-md4:
17970         * modules/gc-hmac-sha1:
17971         * modules/gc-hmac-md5:
17972         * modules/gc-des:
17973         * modules/gc-arcfour: Distribute more files.
17974
17975 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17976
17977         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
17978         (gl_linked_iterator_from_to): Initialize struct completely.
17979         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
17980         (gl_tree_iterator_from_to): Likewise
17981         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
17982         * lib/gl_array_list.c [lint] (gl_array_iterator)
17983         (gl_array_iterator_from_to): Likewise.
17984         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
17985         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
17986         (gl_carray_iterator_from_to): Likewise.
17987
17988         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
17989         * lib/md4.c (md4_process_block): Remove unused variable.
17990         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
17991         parentheses for clarity.
17992
17993 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17994
17995         * modules/bison-i18n (Depends-on): Add gettext.
17996
17997 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17998
17999         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
18000         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
18001         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
18002         also add missing comma that caused broken test.
18003         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
18004         stdlib.h, for `abort'.
18005         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
18006         variables.
18007         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
18008         include unistd.h if present, for `rmdir'.
18009         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
18010         variables.
18011         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
18012         in the process include standard headers for prototypes.
18013         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
18014         gets declared on GNU/Linux.
18015         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
18016         unistd.h, for `rmdir'.
18017         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
18018
18019         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
18020         always true.
18021         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
18022
18023         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
18024
18025 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18026
18027         * gnulib-tool (func_version): Create output all at once.  This
18028         may help avoid triggering unnecessary SIGPIPEs, and at any
18029         rate it doesn't hurt.
18030
18031 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18032             Bruno Haible  <bruno@clisp.org>
18033
18034         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
18035         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18036         * m4/signed.m4 (bh_C_SIGNED): Likewise.
18037
18038         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
18039         (gl_FUNC_VASPRINTF): Invoke it.
18040
18041 2006-09-22  Bruno Haible  <bruno@clisp.org>
18042
18043         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
18044         getloadavg.c as first argument.
18045
18046 2006-09-22  Bruno Haible  <bruno@clisp.org>
18047
18048         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
18049         at the beginning of the gl_INIT macro.
18050         * modules/getloadavg (configure.ac): Pass $gl_source_base to
18051         gl_GETLOADAVG.
18052
18053 2006-09-22  Bruno Haible  <bruno@clisp.org>
18054
18055         * gnulib-tool (func_create_megatestdir): Don't include the config-h
18056         module.
18057         Suggested by Ralf Wildenhues.
18058
18059 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18060
18061         Import this patch from libc:
18062
18063         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
18064
18065         * lib/regex_internal.c (re_string_reconstruct): Handle
18066         offset < pstr->valid_raw_len && pstr->offsets_needed case.
18067         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
18068         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
18069         re_string_context_at.
18070
18071         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
18072         now requires it.
18073         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
18074         gl_REGEX now does it for us.
18075         (gl_REGEX): Add test taken from
18076         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
18077
18078         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
18079         Check that large offsets work.  Modernize Autoconf usages.
18080         Prefer "yes" to mean a good thing rather than a bad.
18081         Don't put "#define mkstemp" in config.h, as this might interfere
18082         with standard system headers that "#define mkstemp mkstemp64".
18083
18084         * modules/mkstemp (Depends-on): Add extensions, so that
18085         mkstemp is visible on some platforms.
18086         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
18087         (Include): Change to "mkstemp.h" from <stdlib.h>.
18088         (Files): Add mkstemp.h.
18089
18090         * lib/mkstemp.h: New file, since some standard headers
18091         #define mkstemp.
18092         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
18093         Include "mkstemp.h".
18094         Make the _LIBC code resemble glibc original more,
18095         e.g., use K&R style.
18096         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
18097         (mkstemp): Remove, since mkstemp.h does this for us.
18098         * lib/stdlib--.h: Include mkstemp.h.
18099
18100         Import this patch from libc:
18101
18102         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18103
18104         * lib/tempname.c (__gen_tempname): Change attempts_min
18105         into a macro.  Use preprocessor to decide how to initialize
18106         attempts [Coverity CID 67].
18107
18108 2006-09-20  Bruno Haible  <bruno@clisp.org>
18109
18110         * lib/mkdtemp.c: Import from libc.
18111         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
18112                 * sysdeps/posix/tempname.c (__gen_tempname): Change
18113                 attempts_min into a macro.  Use preprocessor to decide how to
18114                 initialize attempts [Coverity CID 67].
18115         2001-11-27  Paul Eggert  <eggert@twinsun.com>
18116                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
18117                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
18118
18119 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18120
18121         * gnulib-tool (func_exit): New function, to allow to pass the
18122         exit status portably through the trap.  Use everywhere.
18123         (--help, --version): Signal a write error.
18124         (trap): catch SIGPIPE, for write errors.
18125         Exit at the end of the trap, with the correct exit status.
18126
18127 2006-09-19  Karl Berry  <karl@gnu.org>
18128
18129         * doc/gnulib.texi: note about the license texinfo files.
18130
18131 2006-09-19  Eric Blake  <ebb9@byu.net>
18132
18133         * gnulib-tool: Avoid space-tab.
18134
18135 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18136
18137         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
18138         that prevented coreutils 6.1 from building.  Problem reported
18139         by Petter Reinholdtsen.
18140
18141 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
18142
18143         * gnulib-tool (avoidlist): Fix typo that broke options like
18144         --avoid=lock that are used by coreutils bootstrap.
18145
18146 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
18147
18148         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
18149         more systematically.
18150
18151 2006-09-18  Jim Meyering  <jim@meyering.net>
18152
18153         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
18154
18155 2006-09-18  Bruno Haible  <bruno@clisp.org>
18156
18157         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
18158
18159 2006-09-18  Bruno Haible  <bruno@clisp.org>
18160
18161         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
18162         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
18163         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
18164         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
18165         * m4/gettext.m4: Require autoconf >= 2.52.
18166         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
18167         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
18168         of gl_cv_header_inttypes_h.
18169
18170 2006-09-18  Bruno Haible  <bruno@clisp.org>
18171
18172         * lib/javaversion.c: Include configmake.h.
18173
18174 2006-09-18  Bruno Haible  <bruno@clisp.org>
18175
18176         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
18177         avoid that the while loops be executed in a subshell.
18178
18179 2006-09-18  Bruno Haible  <bruno@clisp.org>
18180
18181         * MODULES.html.sh (func_module): Break long lines.
18182         Suggested by Bruce Korb <bkorb@gnu.org>.
18183
18184 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18185
18186         Speed up by a factor of 1.12.
18187         * gnulib-tool (nl): New variable.
18188         (func_import): Rewrite include directive extraction to only read each
18189         directive once.
18190
18191 2006-09-17  Bruno Haible  <bruno@clisp.org>
18192
18193         * modules/javaversion (Makefile.am): Remove DEFS setting.
18194         (Depends-on): Add configmake, for PKGDATADIR definition.
18195
18196 2006-09-17  Bruno Haible  <bruno@clisp.org>
18197
18198         * gnulib-tool (func_create_testdir): Rewrite all files at once.
18199
18200 2006-09-17  Bruno Haible  <bruno@clisp.org>
18201
18202         * gnulib-tool (func_append): New function, stolen from libtool.m4.
18203         (func_modules_transitive_closure, func_modules_add_dummy,
18204         func_modules_to_filelist, func_import, func_create_testdir,
18205         func_create_megatestdir, ...): Use it wherever possible.
18206         Suggested by Ralf Wildenhues.
18207
18208 2006-09-16  Karl Berry  <karl@gnu.org>
18209
18210         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
18211         to avoid sectioning errors.
18212         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
18213         [ifinfo]: blank line after @center-ed titles.
18214         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
18215         Spell FSF address consistently with others.
18216         (These changes approved by rms.)
18217
18218 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18219
18220         Speed up by a factor of 1.61.
18221         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
18222         already checked module names again.
18223
18224 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18225
18226         Speed up by a factor of 1.13.
18227         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
18228         for new_files, and the input to func_add_or_update.
18229
18230 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18231
18232         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
18233         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
18234
18235 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18236
18237         * modules/mkancesdirs (Depends-on): Add fcntl.
18238         * modules/savewd: New file.
18239         * MODULES.html.sh (File system functions): Add savewd.
18240
18241         * modules/configmake (Makefile.am): Add support for the
18242         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
18243
18244 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18245
18246         * m4/savewd.m4: New file.
18247
18248 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18249
18250         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
18251         (dirchownmod): New arg FD.  All callers changed.
18252         Use FD rather than opening the directory ourself, as opening is
18253         now the caller's responsibility.
18254         * lib/dirchownmod.h: Likewise.
18255         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
18256         hosts that require <sys/types.h> before <sys/stat.h>.  Include
18257         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
18258         (test_dir): Remove.
18259         (mkancesdirs): Return length of prefix of FILE that has already
18260         been made, or -2 if there is a child doing the work.  Redo
18261         algorithm so that it is O(N) rather than O(N**2).  Optimize away
18262         ".", and treat ".." specially since it might stray back into
18263         already-created areas.  Use a subprocess if necessary.  New arg
18264         WD; all users changed.  MAKE_DIR function should now return 1
18265         if it creates a directory that is not readable.  Return -2 if
18266         a child process is spun off.
18267         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
18268         Adjust signature to match code.
18269         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
18270         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
18271         all users changed.
18272         * lib/savewd.c, lib/savewd.h: New files.
18273
18274 2006-09-15  Jim Meyering  <jim@meyering.net>
18275
18276         * modules/rename-dest-slash: New module.
18277         * MODULES.html.sh (posix_compat): Add it here.
18278
18279         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
18280
18281 2006-09-15  Jim Meyering  <jim@meyering.net>
18282
18283         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
18284         file.
18285
18286         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
18287
18288 2006-09-15  Jim Meyering  <jim@meyering.net>
18289
18290         * lib/rename-dest-slash.c (has_trailing_slash): Use
18291         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
18292         (rpl_rename_dest_slash): Perform the cheaper trailing slash
18293         test before testing whether SRC is a directory.
18294         Suggestions from Bruno Haible.
18295
18296         Avoid a warning about an unused variable.
18297         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
18298         into the #ifdef block where it's used.
18299
18300         * lib/rename-dest-slash.c: New file.
18301
18302 2006-09-14  Bruno Haible  <bruno@clisp.org>
18303
18304         * lib/allocsa.c: Include <config.h> unconditionally.
18305         * lib/asnprintf.c: Likewise.
18306         * lib/asprintf.c: Likewise.
18307         * lib/c-strcasecmp.c: Likewise.
18308         * lib/c-strcasestr.c: Likewise.
18309         * lib/c-strncasecmp.c: Likewise.
18310         * lib/c-strstr.c: Likewise.
18311         * lib/classpath.c: Likewise.
18312         * lib/clean-temp.c: Likewise.
18313         * lib/concatpath.c: Likewise.
18314         * lib/copy-file.c: Likewise.
18315         * lib/csharpcomp.c: Likewise.
18316         * lib/csharpexec.c: Likewise.
18317         * lib/execute.c: Likewise.
18318         * lib/fatal-signal.c: Likewise.
18319         * lib/findprog.c: Likewise.
18320         * lib/fwriteerror.c: Likewise.
18321         * lib/gl_array_list.c: Likewise.
18322         * lib/gl_array_oset.c: Likewise.
18323         * lib/gl_avltree_list.c: Likewise.
18324         * lib/gl_avltree_oset.c: Likewise.
18325         * lib/gl_avltreehash_list.c: Likewise.
18326         * lib/gl_carray_list.c: Likewise.
18327         * lib/gl_linked_list.c: Likewise.
18328         * lib/gl_linkedhash_list.c: Likewise.
18329         * lib/gl_list.c: Likewise.
18330         * lib/gl_oset.c: Likewise.
18331         * lib/gl_rbtree_list.c: Likewise.
18332         * lib/gl_rbtree_oset.c: Likewise.
18333         * lib/gl_rbtreehash_list.c: Likewise.
18334         * lib/imaxabs.c: Likewise.
18335         * lib/imaxdiv.c: Likewise.
18336         * lib/javacomp.c: Likewise.
18337         * lib/javaexec.c: Likewise.
18338         * lib/javaversion.c: Likewise.
18339         * lib/linebreak.c: Likewise.
18340         * lib/localcharset.c: Likewise.
18341         * lib/lock.c: Likewise.
18342         * lib/mbchar.c: Likewise.
18343         * lib/mbswidth.c: Likewise.
18344         * lib/mkdtemp.c: Likewise.
18345         * lib/pipe.c: Likewise.
18346         * lib/printf-args.c: Likewise.
18347         * lib/printf-parse.c: Likewise.
18348         * lib/progname.c: Likewise.
18349         * lib/progreloc.c: Likewise.
18350         * lib/readlink.c: Likewise.
18351         * lib/sh-quote.c: Likewise.
18352         * lib/stpcpy.c: Likewise.
18353         * lib/stpncpy.c: Likewise.
18354         * lib/strcasecmp.c: Likewise.
18355         * lib/strcasestr.c: Likewise.
18356         * lib/strcspn.c: Likewise.
18357         * lib/striconv.c: Likewise.
18358         * lib/strncasecmp.c: Likewise.
18359         * lib/strnlen1.c: Likewise.
18360         * lib/strstr.c: Likewise.
18361         * lib/strtok_r.c: Likewise.
18362         * lib/tls.c: Likewise.
18363         * lib/tmpdir.c: Likewise.
18364         * lib/unicodeio.c: Likewise.
18365         * lib/unsetenv.c: Likewise.
18366         * lib/vasnprintf.c: Likewise.
18367         * lib/vasprintf.c: Likewise.
18368         * lib/wait-process.c: Likewise.
18369         * lib/xallocsa.c: Likewise.
18370         * lib/xsetenv.c: Likewise.
18371         * lib/xstriconv.c: Likewise.
18372
18373 2006-09-13  Simon Josefsson  <jas@extundo.com>
18374
18375         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
18376         that internally, suggested by Ralf Wildenhues
18377         <Ralf.Wildenhues@gmx.de>.
18378
18379 2006-09-13  Simon Josefsson  <jas@extundo.com>
18380
18381         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
18382         @LIBOBJS@.
18383         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18384
18385 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18386
18387         * lib/_fpending.c: Include <config.h> unconditionally, since we no
18388         longer worry about uses that don't define HAVE_CONFIG_H.
18389         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
18390         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
18391         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
18392         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
18393         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
18394         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
18395         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
18396         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
18397         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
18398         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
18399         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
18400         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
18401         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
18402         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
18403         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
18404         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
18405         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
18406         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
18407         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
18408         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
18409         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
18410         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
18411         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
18412         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
18413         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
18414         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
18415         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
18416         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
18417         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
18418         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
18419         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
18420         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
18421         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
18422         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
18423         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
18424         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
18425         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
18426         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
18427         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
18428         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
18429         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
18430         Likewise.
18431
18432 2006-09-13  Eric Blake  <ebb9@byu.net>
18433
18434         * lib/getopt.c: Fix typo in last commit.
18435
18436 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
18437
18438         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
18439         dgettext.
18440
18441 2006-09-12  Jim Meyering  <jim@meyering.net>
18442
18443         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
18444         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
18445         Reported by Nelson H. F. Beebe.
18446
18447 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18448
18449         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
18450         program_invocation_name and program_invocation_short_name are
18451         initialized.
18452         * lib/argp-namefrob.h: Move declarations of program_invocation_name
18453         and program_invocation_short_name to argp.h, so they are visible
18454         to user programs.
18455         * lib/argp.h: Likewise
18456
18457 2006-09-10  Bruno Haible  <bruno@clisp.org>
18458
18459         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
18460         m4/inttypes_h.m4, m4/uintmax_t.m4.
18461
18462 2006-09-10  Bruno Haible  <bruno@clisp.org>
18463
18464         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
18465         gl_AC_TYPE_UINTMAX_T.
18466
18467 2006-09-10  Bruno Haible  <bruno@clisp.org>
18468
18469         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
18470
18471 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
18472
18473         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
18474         convention.  Text proposed by Bruno Haible.
18475         (struct argp_option): Document the use of N_() wrappers.
18476
18477         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
18478         '\v', and translate the two parts separately, instead of feeding
18479         the whole string to gettext.  This allows to exclude
18480         '\v' from the strings visible to the translator by writing doc
18481         strings as N_("..") "\v" N_("..").
18482
18483 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
18484
18485         * config/srclist.txt: Undo latest change; the bug was fixed.
18486
18487 2006-09-09  Bruno Haible  <bruno@clisp.org>
18488
18489         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
18490         assignments if building a library without libtool.
18491         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
18492         in func_emit_lib_Makefile_am.
18493         (func_import): When building a static library libfoo.a, arrange to
18494         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
18495         (func_create_testdir): Likewise.
18496         * modules/gc (configure.ac, Makefile.am): If building statically,
18497         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
18498         * modules/iconvme (configure.ac, Makefile.am): Likewise.
18499         * modules/striconv (configure.ac, Makefile.am): Likewise.
18500         Based on a suggestion by Ralf Wildenhues.
18501
18502 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18503
18504         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
18505         Check for unistd.h too, since Autoconf doesn't assume POSIX.
18506         Also:
18507
18508         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18509         Add year_2050_test to catch glibc bug 2821
18510         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18511
18512         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18513         Prefer #ifdef to #if.
18514
18515         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
18516         Return from 'main' instead of calling 'exit'.
18517
18518 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18519
18520         * lib/mktime.c (guess_time_tm): Fix bug where mktime
18521         returned the maximum time_t value rather than (time_t) -1.
18522         Problem originally reported by William Bardwell
18523         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
18524
18525         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18526         Moved to here ...
18527         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
18528         ... from here.
18529
18530 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18531
18532         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
18533         2821 is fixed.
18534
18535 2006-09-08  Jim Meyering  <jim@meyering.net>
18536
18537         Don't make generated files read-only.  That would bother too many
18538         people.  However, do retain the ability to work when targets are
18539         read-only: remove the destination and temporary files before writing
18540         them (when generated via sed or echo), or by using the -f option for
18541         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
18542         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18543         * modules/byteswap, modules/configmake, modules/fcntl:
18544         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18545         * modules/localcharset, modules/netinet_in, modules/poll:
18546         * modules/stdbool, modules/stdint, modules/sys_select:
18547         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18548
18549 2006-09-08  Jim Meyering  <jim@meyering.net>
18550
18551         Avoid new build failure on FreeBSD 6.0.
18552         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
18553         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
18554         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
18555
18556 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18557
18558         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
18559
18560 2006-09-07  Jim Meyering  <jim@meyering.net>
18561
18562         Fix global typo in last change: use chmod u-w, not chmod u-x.
18563         Spotted by Paul Eggert and Bruce Korb.
18564         * modules/alloca-opt, modules/argz, modules/arpa_inet:
18565         * modules/byteswap, modules/configmake, modules/fcntl:
18566         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
18567         * modules/localcharset, modules/netinet_in, modules/poll:
18568         * modules/stdbool, modules/stdint, modules/sys_select:
18569         * modules/sys_socket, modules/sys_stat, modules/sysexits:
18570
18571 2006-09-06  Jim Meyering  <jim@meyering.net>
18572
18573         Make generated files be read-only.
18574         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
18575         Ensure that each generated file is now read-only.
18576         * modules/argz: Likewise.
18577         * modules/arpa_inet: Likewise.
18578         * modules/byteswap: Likewise.
18579         * modules/configmake: Likewise.
18580         * modules/fcntl: Likewise.
18581         * modules/fnmatch: Likewise.
18582         * modules/getopt: Likewise.
18583         * modules/glob: Likewise.
18584         * modules/inttypes: Likewise.
18585         * modules/netinet_in: Likewise.
18586         * modules/poll: Likewise.
18587         * modules/stdbool: Likewise.
18588         * modules/stdint: Likewise.
18589         * modules/sys_select: Likewise.
18590         * modules/sys_socket: Likewise.
18591         * modules/sys_stat: Likewise.
18592         * modules/sysexits: Likewise.
18593         * modules/localcharset: Same as above, but continue using temporary
18594         file named "t-$@" (why different?) rather than the "$@-t" used
18595         everywhere else.
18596
18597         * modules/sysexits (Makefile.am): Replace literal occurrences
18598         of "sysexit.h" more readable, and more consistent, "$@".
18599
18600 2006-09-06  Bruno Haible  <bruno@clisp.org>
18601
18602         * modules/striconv: New file.
18603         * modules/xstriconv: New file.
18604         * MODULES.html.sh (Internationalization functions): Add striconv,
18605         xstriconv.
18606
18607 2006-09-06  Bruno Haible  <bruno@clisp.org>
18608
18609         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
18610         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
18611         not using libtool correctly.
18612
18613 2006-09-06  Bruno Haible  <bruno@clisp.org>
18614
18615         * lib/striconv.h: New file.
18616         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
18617         iconvstring.c.
18618         * lib/xstriconv.h: New file.
18619         * lib/xstriconv.c: New file.
18620
18621 2006-09-06  Bruno Haible  <bruno@clisp.org>
18622
18623         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
18624         lib_..._LDFLAGS.
18625
18626 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18627
18628         * lib/argz_.h: Sync from Libtool.
18629
18630         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
18631                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18632
18633         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
18634
18635 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18636
18637         * modules/trim: New file.
18638
18639 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
18640
18641         * lib/trim.h: New file.
18642         * lib/trim.c: New file.
18643
18644 2006-09-05  Bruno Haible  <bruno@clisp.org>
18645
18646         * MODULES.html.sh (String handling): Add trim.
18647
18648 2006-09-04  Karl Berry  <karl@gnu.org>
18649
18650         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
18651         until next release.
18652
18653 2006-09-03  Bruno Haible  <bruno@clisp.org>
18654
18655         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
18656         correctly.
18657
18658 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18659
18660         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
18661         not gl_GETLOADAVG.  Omit unneeded semicolons.
18662         Problems reported by Ralf Wildenhues in
18663         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18664         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
18665         at the end, which is the usual gnulib style.
18666
18667         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
18668         of doing all the work ourselves.
18669         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
18670         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
18671
18672 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
18675         Problem reported by Ralf Wildenhues in
18676         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
18677
18678         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
18679         HAVE_STRUCT_STATFS_F_FSTYPENAME.
18680
18681 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18682
18683         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
18684         yesterday's patch by changing test -n to test -z.
18685
18686 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18687
18688         * modules/getloadavg (Files): Add m4/getloadavg.m4.
18689         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
18690         the former is now obsolescent.
18691
18692         * modules/chdir-long (Depends-on): Add fcntl.
18693
18694 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18695
18696         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
18697         obsolescent, and programs should use gnulib instead.
18698         * m4/getloadavg.m4: New file, with contents taken from Autoconf
18699         but with prefixes changed.
18700
18701 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18702
18703         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
18704         or stdbool.h, because they might not exist while configuring.
18705
18706         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
18707         Don't include unistd.h or limits.h; not needed, since chdir-long.h
18708         does that for us.
18709         (O_DIRECTORY): Remove.
18710
18711 2006-08-31  Eric Blake  <ebb9@byu.net>
18712
18713         * gnulib-tool: Don't let emacs change spaces to TAB.
18714
18715 2006-08-31  Bruno Haible  <bruno@clisp.org>
18716
18717         * gnulib-tool: When calling func_import more than once, do it in a
18718         subshell.
18719         Reported by Eric Blake <ebb9@byu.net>.
18720
18721 2006-08-31  Bruno Haible  <bruno@clisp.org>
18722
18723         * gnulib-tool (nl): Remove variable.
18724         (sed_transform_lib_file): Use more robust test for config-h module.
18725         (func_import): Fix typo in 2006-08-25 patch.
18726
18727 2006-08-31  Bruno Haible  <bruno@clisp.org>
18728
18729         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
18730         specified, augment Makefile.am variables instead of assigning them.
18731
18732 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18733
18734         Work around a bug in both the Linux and SunOS 64-bit kernels:
18735         nanosleep mishandles sleeps for longer than 2**31 seconds.
18736         Problem reported by Frank v Waveren in
18737         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18738         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
18739         Check for nanosleep bug.
18740         (LIB_NANOSLEEP): Append clock_gettime library if needed.
18741
18742 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18743
18744         Work around a bug in both the Linux and SunOS 64-bit kernels:
18745         nanosleep mishandles sleeps for longer than 2**31 seconds.
18746         Problem reported by Frank v Waveren in
18747         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
18748         * lib/nanosleep.c (BILLION): New constant.
18749         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
18750         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
18751         implementation.
18752
18753 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18754
18755         * modules/nanosleep (Depends-on): Add gettime.
18756
18757 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
18758         and Simon Josefsson  <jas@extundo.com>
18759         and Oskar Liljeblad  <oskar@osk.mine.nu>
18760
18761         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
18762         * gnulib-tool (func_import): New license type 'unmodifiable license
18763         text'.
18764         * modules/fdl: Use it.  Longer description.
18765         * module/gpl, module/lgpl: New files.
18766
18767 2006-08-30  Jim Meyering  <jim@meyering.net>
18768
18769         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
18770         shadowing the parameter.
18771
18772 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18773
18774         Sync from Libtool:
18775
18776         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18777
18778         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
18779         sharing with gnulib.  Report by Eric Blake.
18780
18781 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         * modules/isapipe: New file.
18784         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
18785
18786 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18787
18788         * modules/configmake (Makefile.am): Add a comment, and omit
18789         the CONFIGMAKE_ prefix from generated macro names.  Suggested
18790         by Bruno Haible.
18791
18792 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18793
18794         * m4/isapipe.m4: New file.
18795
18796 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * lib/isapipe.c, lib/isapipe.h: New files.
18799
18800 2006-08-29  Jim Meyering  <jim@meyering.net>
18801
18802         * modules/configmake (Makefile.am): Make configmake.h depend on
18803         Makefile.  Otherwise, a stale configmake.h could hang around.
18804
18805 2006-08-29  Eric Blake  <ebb9@byu.net>
18806
18807         * lib/error.c (error_at_line, print_errno_message): Match libc, after
18808         resolution of upstream bug 3044.
18809
18810 2006-08-29  Bruno Haible  <bruno@clisp.org>
18811
18812         * modules/localcharset (Depends-on): Add configmake.
18813         (Makefile.am): Remove setting of LIBDIR through DEFS.
18814
18815 2006-08-29  Bruno Haible  <bruno@clisp.org>
18816
18817         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
18818         defined.
18819
18820 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18821
18822         * modules/fcntl: New file.
18823         * modules/chdir-safer (Depends-on): Add fcntl.
18824         * modules/fts: Likewise.
18825         * modules/mkdir-p: Likewise.
18826
18827         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
18828         This undoes the most recent change, since we're now addressing the
18829         problem in a different way.
18830
18831         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
18832         into output, since the output might be called Makefile.am even
18833         if $makefile_name is something different.
18834         (func_import): Use $makefile_am rather than
18835         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
18836         empty.
18837
18838         * modules/inttypes (Files): Add m4/inttypes-h.m4.
18839
18840 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18841
18842         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
18843         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
18844         recent change to stdint.m4, since we're now addressing the problem in a
18845         different way.
18846
18847 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18848
18849         * m4/fcntl_h.m4: New file.
18850
18851 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
18852
18853         * lib/fcntl_.h: New file.
18854         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
18855         the fcntl module.
18856         * lib/dirchownmod.c: Likewise.
18857         * lib/fts.c: Likewise.
18858
18859         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
18860         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
18861         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
18862         just before including <inttypes.h>, to avoid circular inclusion.
18863
18864 2006-08-28  Jim Meyering  <jim@meyering.net>
18865
18866         * doc/visibility.texi: Actually read and correct the grammar of the
18867         sentence affected by yesterday's change.
18868
18869 2006-08-28  Eric Blake  <ebb9@byu.net>
18870
18871         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
18872         needs wrapper.
18873
18874 2006-08-28  Eric Blake  <ebb9@byu.net>
18875
18876         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
18877
18878 2006-08-28  Eric Blake  <ebb9@byu.net>
18879
18880         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
18881
18882 2006-08-28  Bruno Haible  <bruno@clisp.org>
18883
18884         * modules/c-strstr: New file, from GNU gettext.
18885         * MODULES.html.sh (String handling): Add c-strstr.
18886
18887 2006-08-28  Bruno Haible  <bruno@clisp.org>
18888
18889         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
18890         macros.
18891         Reported by Eric Blake.
18892
18893 2006-08-28  Bruno Haible  <bruno@clisp.org>
18894
18895         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
18896         (VASNPRINTF): Return a string of length > INT_MAX without failing.
18897         * lib/vasprintf.c: Include errno.h, limits.h.
18898         (EOVERFLOW): New fallback definition.
18899         (vasprintf): Test here whether the string length is > INT_MAX.
18900         * lib/vsnprintf.c: Include errno.h, limits.h.
18901         (EOVERFLOW): New fallback definition.
18902         (vsnprintf): Fix bug when generated string was too long for the buffer.
18903         Test here whether the string length is > INT_MAX.
18904
18905 2006-08-28  Bruno Haible  <bruno@clisp.org>
18906
18907         * lib/inttypes_.h (SCNX*): Remove definitions.
18908         Reported by Eric Blake.
18909
18910 2006-08-28  Bruno Haible  <bruno@clisp.org>
18911
18912         * lib/c-strstr.h: New file, from GNU gettext.
18913         * lib/c-strstr.c: New file, from GNU gettext.
18914
18915 2006-08-28  Bruno Haible  <bruno@clisp.org>
18916
18917         * gnulib-tool: Reorder some statements.
18918
18919 2006-08-28  Bruno Haible  <bruno@clisp.org>
18920
18921         * gnulib-tool: New option --makefile-name.
18922         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
18923         $makefile_name.
18924         (func_import): Write $makefile_name to the cache file, and read it from
18925         there unless explicitly specified. Use $makefile_name as file name
18926         instead of Makefile.am. Adjust the recommendations accordingly.
18927
18928 2006-08-28  Bruno Haible  <bruno@clisp.org>
18929
18930         * gnulib-tool (func_verify_module): Check against misapplying patch.
18931
18932 2006-08-28  Bruno Haible  <bruno@clisp.org>
18933
18934         * gnulib-tool (func_relativize, func_relconcat): New functions.
18935         Give an error if --local-dir is given with --update.
18936         Remove trailing slashes from $local_gnulib_dir.
18937         (func_import): Store the relativized $local_gnulib_dir in
18938         gnulib-cache.m4, and read it from there if not specified explicitly.
18939
18940 2006-08-28  Bruno Haible  <bruno@clisp.org>
18941
18942         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
18943         is the current directory. Respect also $local_gnulib_dir.
18944
18945 2006-08-28  Bruno Haible  <bruno@clisp.org>
18946             Simon Josefsson  <jas@extundo.com>
18947
18948         BeOS portability.
18949         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
18950
18951 2006-08-27  Jim Meyering  <jim@meyering.net>
18952
18953         * doc/visibility.texi: Remove duplicate word: "pointer".
18954
18955 2006-08-26  Bruno Haible  <bruno@clisp.org>
18956
18957         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
18958         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
18959         (Makefile.am): Create inttypes.h from inttypes_.h.
18960         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
18961
18962         * modules/imaxabs: New file.
18963
18964         * modules/imaxdiv: New file.
18965
18966 2006-08-26  Bruno Haible  <bruno@clisp.org>
18967
18968         * m4/inttypes.m4: New file.
18969         * m4/_inttypes_h.m4: Remove file.
18970         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
18971         PRI_MACROS_BROKEN.
18972         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
18973
18974         * m4/imaxabs.m4: New file.
18975
18976         * m4/imaxdiv.m4: New file.
18977
18978 2006-08-26  Bruno Haible  <bruno@clisp.org>
18979
18980         * lib/inttypes_.h: New file.
18981         * lib/inttypes.h: Remove file.
18982         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
18983
18984         * lib/imaxabs.c: New file.
18985
18986         * lib/imaxdiv.c: New file.
18987
18988 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18989
18990         New config-h module, so that "make" output needn't be cluttered
18991         by -DHAVE_CONFIG_H.
18992         * MODULES.html.sh (Support for building libraries and executables):
18993         Add config-h.
18994         * modules/config-h: New file.
18995         * gnulib-tool (nl, sed_transform_lib_file): New vars.
18996         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
18997         the config-h module is used.
18998
18999         New configmake module, so that "make" output needn't be cluttered
19000         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
19001         * MODULES.html.sh (Support for building libraries and executables):
19002         Add configmake.
19003         * modules/configmake: New file.
19004
19005 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19006
19007         * m4/config-h.m4: New file.
19008
19009 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19010
19011         * config/srclist.txt: Add elisp-comp.
19012
19013 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19014
19015         * MODULES.html.sh (Support for building libraries and executables):
19016         Add elisp-comp.
19017         * build-aux/elisp-comp: New file.
19018         * modules/elisp-comp: New file.
19019
19020 2006-08-24  Bruno Haible  <bruno@clisp.org>
19021
19022         * gnulib-tool (func_create_testdir): Use non-default values of
19023         sourcebase and m4base.
19024
19025 2006-08-24  Bruno Haible  <bruno@clisp.org>
19026
19027         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
19028         HTML structure.
19029
19030 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         * modules/openat (Depends-on): Add lchown.
19033
19034 2006-08-23  Bruno Haible  <bruno@clisp.org>
19035
19036         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
19037         of gl_LOCK_EARLY instead of gl_LOCK.
19038
19039 2006-08-23  Bruno Haible  <bruno@clisp.org>
19040
19041         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
19042         on OSF/1 to no.
19043         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
19044
19045 2006-08-23  Bruno Haible  <bruno@clisp.org>
19046
19047         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
19048         as unusable.
19049
19050         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
19051         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
19052         (gl_LOCK): New macro.
19053
19054 2006-08-22  Simon Josefsson  <jas@extundo.com>
19055
19056         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
19057         to md5 module.
19058
19059 2006-08-22  Simon Josefsson  <jas@extundo.com>
19060
19061         * MODULES.html.sh: Add "Support for maintaining and release
19062         projects".
19063
19064         * build-aux/gnupload: New file, from coreutils.
19065
19066 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19067
19068         Avoid the need for AC_LIBSOURCES in m4 macros.
19069         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
19070         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
19071         * modules/check-version (EXTRA_DIST): Add check-version.h.
19072         * modules/crc (EXTRA_DIST): Add crc.h.
19073         * modules/des (EXTRA_DIST): Add des.h.
19074         * modules/gc (EXTRA_DIST): Add gc.h.
19075         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
19076         * modules/getline (EXTRA_DIST): Add getline.h.
19077         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
19078         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
19079         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
19080         * modules/md2 (EXTRA_DIST): Add md2.h.
19081         * modules/md4 (EXTRA_DIST): Add md4.h.
19082         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
19083         * modules/read-file (EXTRA_DIST): Add read-file.h.
19084         * modules/readline (EXTRA_DIST): Add readline.h.
19085         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
19086         rijndael-api-fst.h.
19087
19088 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19089
19090         * m4/rijndael.m4 (gl_ARCFOUR):
19091         * m4/arctwo.m4 (gl_ARCTWO):
19092         * m4/check-version.m4 (gl_CHECK_VERSION):
19093         * m4/crc.m4 (gl_CRC):
19094         * m4/des.m4 (gl_DES):
19095         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
19096         * m4/gc.m4 (gl_GC):
19097         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
19098         * m4/getline.m4 (gl_FUNC_GETLINE):
19099         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
19100         * m4/hmac-md5.m4 (gl_HMAC_MD5):
19101         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
19102         * m4/md2.m4 (gl_MD2):
19103         * m4/md4.m4 (gl_MD4):
19104         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
19105         * m4/read-file.m4 (gl_FUNC_READ_FILE):
19106         * m4/readline.m4 (gl_FUNC_READLINE):
19107         * m4/rijndael.m4 (gl_RIJNDAEL):
19108         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19109         to get the necessary .h files and whatnot.
19110
19111 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
19112
19113         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
19114         gnulib rather than the other way around.
19115         * config/srclistvars.sh (COREUTILS): Remove.
19116
19117 2006-08-22  Jim Meyering  <jim@meyering.net>
19118
19119         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
19120
19121         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
19122
19123 2006-08-22  Eric Blake  <ebb9@byu.net>
19124
19125         * modules/regexprops-generic: New file.
19126         * MODULES.html.sh (Support for building documentation): List it.
19127
19128 2006-08-22  Eric Blake  <ebb9@byu.net>
19129
19130         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
19131         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19132         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
19133         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
19134
19135 2006-08-22  Bruno Haible  <bruno@clisp.org>
19136
19137         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
19138         and lib_LTLIBRARIES like the other lib_* variables.
19139
19140 2006-08-22  Bruno Haible  <bruno@clisp.org>
19141
19142         * build-aux/x-to-1.in: New file, from GNU gettext.
19143
19144 2006-08-22  Bruno Haible  <bruno@clisp.org>
19145
19146         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
19147         <utmpx.h> exists.
19148
19149 2006-08-22  Bruno Haible  <bruno@clisp.org>
19150
19151         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
19152         <utmpx.h> exists.
19153
19154 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19155
19156         BeOS portability.
19157         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
19158         exist.
19159         Problem reported by Bruno Haible.
19160
19161 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19162
19163         Avoid the need for AC_LIBSOURCES in m4 macros.
19164         * modules/acl (EXTRA_DIST): Add acl.h.
19165         * modules/argmatch (Files): Add m4/argmatch.m4.
19166         (configure.ac): Add gl_ARGMATCH.
19167         (EXTRA_DIST): Renamed from lib_SOURCES, for
19168         consistency with the other modules.  Remove argmatch.c.
19169         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
19170         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
19171         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
19172         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
19173         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
19174         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
19175         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
19176         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
19177         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
19178         * modules/closeout (EXTRA_DIST): Add closeout.h.
19179         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
19180         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
19181         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
19182         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
19183         dirname.h; remove basename.c and stripslash.c.
19184         * modules/exclude (EXTRA_DIST): Add exclude.h.
19185         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
19186         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
19187         * modules/file-type (EXTRA_DIST): Add file-type.h.
19188         * modules/filemode (EXTRA_DIST): Add filemode.h.
19189         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
19190         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19191         * modules/fpending (EXTRA_DIST): Add __fpending.h.
19192         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
19193         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
19194         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
19195         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
19196         * modules/getdate (EXTRA_DIST): Add getdate.c.
19197         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
19198         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
19199         * modules/getpass (EXTRA_DIST): Add getpass.h.
19200         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
19201         * modules/group-member (EXTRA_DIST): Add group-member.h.
19202         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
19203         * modules/hash (EXTRA_DIST): Add hash.h.
19204         * modules/human (EXTRA_DIST): Add human.h.
19205         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
19206         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
19207         * modules/lchown (EXTRA_DIST): Add lchown.h.
19208         * modules/long-options (EXTRA_DIST): Add long-options.h.
19209         * modules/lstat (EXTRA_DIST): Add lstat.h.
19210         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
19211         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
19212         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
19213         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
19214         * modules/memxor (EXTRA_DIST): Add memxor.h.
19215         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
19216         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
19217         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
19218         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
19219         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
19220         * modules/physmem (EXTRA_DIST): Add physmem.h.
19221         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
19222         * modules/posixver (EXTRA_DIST): Add posixver.h.
19223         * modules/quote (EXTRA_DIST): Add quote.h.
19224         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
19225         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
19226         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
19227         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
19228         regex_internal.h regexec.c.
19229         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
19230         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
19231         * modules/same (EXTRA_DIST): Add same.h.
19232         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
19233         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
19234         * modules/savedir (EXTRA_DIST): Add savedir.h.
19235         * modules/sha1 (EXTRA_DIST): Add sha1.h.
19236         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
19237         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
19238         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
19239         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
19240         * modules/strdup (EXTRA_DIST): Add strdup.h.
19241         * modules/strftime (EXTRA_DIST): Add strftime.h.
19242         * modules/strndup (EXTRA_DIST): Add strndup.h.
19243         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
19244         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
19245         * modules/time_r (EXTRA_DIST): Add time_r.h.
19246         * modules/timespec (EXTRA_DIST): Add timespec.h.
19247         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
19248         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
19249         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
19250         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
19251         * modules/userspec (EXTRA_DIST): Add userspec.h.
19252         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
19253         * modules/utimens (EXTRA_DIST): Add utimens.h.
19254         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
19255         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
19256         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
19257         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
19258         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
19259         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
19260         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
19261         * modules/yesno (EXTRA_DIST): Add yesno.h.
19262
19263 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
19264
19265         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
19266
19267         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
19268         * m4/dev-ino.m4, same-inode.m4: Remove.
19269
19270         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
19271         * m4/acl.m4 (AC_FUNC_ACL):
19272         * m4/backupfile.m4 (gl_BACKUPFILE):
19273         * m4/c-strtod.m4 (gl_C99_STRTOLD):
19274         * m4/canon-host.m4 (gl_CANON_HOST):
19275         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
19276         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
19277         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
19278         * m4/cloexec.m4 (gl_CLOEXEC):
19279         * m4/close-stream.m4 (gl_CLOSE_STREAM):
19280         * m4/closeout.m4 (gl_CLOSEOUT):
19281         * m4/dirfd.m4 (gl_FUNC_DIRFD):
19282         * m4/dirname.m4 (gl_DIRNAME):
19283         * m4/exclude.m4 (gl_EXCLUDE):
19284         * m4/exitfail.m4 (gl_EXITFAIL):
19285         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
19286         * m4/file-type.m4 (gl_FILE_TYPE):
19287         * m4/filemode.m4 (gl_FILEMODE):
19288         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
19289         * m4/fpending.m4 (gl_FUNC_FPENDING):
19290         * m4/fprintftime.m4 (gl_FPRINTFTIME):
19291         * m4/fts.m4 (gl_FUNC_FTS):
19292         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
19293         * m4/getdate.m4 (gl_GETDATE):
19294         * m4/gethrxtime.m4 (gl_GETHRXTIME):
19295         * m4/getpagesize.m4 (gl_GETPAGESIZE):
19296         * m4/getpass.m4 (gl_FUNC_GETPASS):
19297         * m4/gettime.m4 (gl_GETTIME):
19298         * m4/getugroups.m4 (gl_GETUGROUPS):
19299         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
19300         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
19301         * m4/hard-locale.m4 (gl_HARD_LOCALE):
19302         * m4/hash.m4 (gl_HASH):
19303         * m4/idcache.m4 (gl_IDCACHE):
19304         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
19305         * m4/lchown.m4 (gl_FUNC_LCHOWN):
19306         * m4/long-options.m4 (gl_LONG_OPTIONS):
19307         * m4/lstat.m4 (gl_FUNC_LSTAT):
19308         * m4/md5.m4 (gl_MD5):
19309         * m4/memcasecmp.m4 (gl_MEMCASECMP):
19310         * m4/memcoll.m4 (gl_MEMCOLL):
19311         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
19312         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
19313         * m4/memxor.m4 (gl_MEMXOR):
19314         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
19315         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
19316         * m4/modechange.m4 (gl_MODECHANGE):
19317         * m4/mountlist.m4 (gl_MOUNTLIST):
19318         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
19319         * m4/openat.m4 (gl_FUNC_OPENAT):
19320         * m4/pathmax.m4 (gl_PATHMAX):
19321         * m4/physmem.m4 (gl_PHYSMEM):
19322         * m4/posixtm.m4 (gl_POSIXTM):
19323         * m4/posixver.m4 (gl_POSIXVER):
19324         * m4/quote.m4 (gl_QUOTE):
19325         * m4/quotearg.m4 (gl_QUOTEARG):
19326         * m4/readtokens.m4 (gl_READTOKENS):
19327         * m4/readutmp.m4 (gl_READUTMP):
19328         * m4/regex.m4 (gl_REGEX):
19329         * m4/safe-read.m4 (gl_SAFE_READ):
19330         * m4/safe-write.m4 (gl_SAFE_WRITE):
19331         * m4/same.m4 (gl_SAME):
19332         * m4/save-cwd.m4 (gl_SAVE_CWD):
19333         * m4/savedir.m4 (gl_SAVEDIR):
19334         * m4/settime.m4 (gl_SETTIME):
19335         * m4/sha1.m4 (gl_SHA1):
19336         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
19337         * m4/stat-macros.m4 (gl_STAT_MACROS):
19338         * m4/stat-time.m4 (gl_STAT_TIME):
19339         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
19340         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
19341         * m4/strdup.m4 (gl_FUNC_STRDUP):
19342         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
19343         * m4/strndup.m4 (gl_FUNC_STRNDUP):
19344         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
19345         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
19346         * m4/time_r.m4 (gl_TIME_R):
19347         * m4/timespec.m4 (gl_TIMESPEC):
19348         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
19349         * m4/unlinkdir.m4 (gl_UNLINKDIR):
19350         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
19351         * m4/userspec.m4 (gl_USERSPEC):
19352         * m4/utimecmp.m4 (gl_UTIMECMP):
19353         * m4/utimens.m4 (gl_UTIMENS):
19354         * m4/xalloc.m4 (gl_XALLOC):
19355         * m4/xgetcwd.m4 (gl_XGETCWD):
19356         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
19357         * m4/xreadlink.m4 (gl_XREADLINK):
19358         * m4/xstrtod.m4 (gl_XSTRTOD):
19359         * m4/yesno.m4 (gl_YESNO):
19360         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
19361         to get the necessary .h files and whatnot.
19362
19363 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
19364             Bruno Haible  <bruno@clisp.org>
19365
19366         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
19367         /bin/sh understanding of '!' conditional negation.
19368
19369 2006-08-21  Jim Meyering  <jim@meyering.net>
19370
19371         * modules/openat (Depends-on): Really alphabetize.
19372
19373         * modules/acl (Depends-on): Add error and quote.
19374
19375         * check-module (find_included_lib_files): Add at-func.c to the
19376         ok-to-include-more-than-once white list.
19377
19378         * modules/openat (Depends-on): Add lstat.  Alphabetize.
19379
19380 2006-08-21  Bruno Haible  <bruno@clisp.org>
19381
19382         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19383         Emit a pkgdata_DATA variable only if some snippets add contents to it.
19384         Reported by Martin Lambers <marlam@marlam.de>.
19385
19386 2006-08-21  Bruno Haible  <bruno@clisp.org>
19387
19388         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
19389         specify an installation location, don't emit a noinst_LIBRARIES or
19390         noinst_LTLIBRARIES assignment.
19391
19392 2006-08-21  Bruno Haible  <bruno@clisp.org>
19393
19394         BeOS portability.
19395         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
19396         BeOS has mbrtowc() but no <wctype.h>.
19397
19398 2006-08-21  Bruno Haible  <bruno@clisp.org>
19399
19400         BeOS portability.
19401         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
19402         exist.
19403
19404 2006-08-21  Bruno Haible  <bruno@clisp.org>
19405
19406         BeOS portability.
19407         * lib/mbchar.h: Include <wctype.h> only if it exists.
19408
19409 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         Remove files that are no longer needed by their respective modules.
19412         * m4/obstack.m4: Remove.
19413         * m4/strerror_r.m4: Remove.
19414         * m4/uint32_t.m4: Remove.
19415         * m4/uintptr_t.m4: Remove.
19416         * m4/ullong_max.m4: Remove.
19417         * m4/xstrtoimax.m4: Remove.
19418         * m4/xstrtoumax.m4: Remove.
19419
19420         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
19421         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
19422         dependencies now capture this.
19423
19424         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
19425         Do not use AC_LIBSOURCES, since gnulib modules now do this.
19426         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
19427         * m4/human.m4 (gl_HUMAN): Likewise.
19428         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
19429         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
19430
19431         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
19432
19433         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
19434         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
19435         stdint.
19436         * m4/human.m4 (gl_HUMAN): Likewise.
19437         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
19438         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
19439         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19440         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19441         * m4/xstrtol (gl_XSTRTOL): Likewise.
19442
19443         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
19444         AC_TYPE_LONG_LONG_INT.
19445         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
19446         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
19447         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
19448         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
19449
19450         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
19451         on stdbool.
19452
19453         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
19454         (gl_PREREQ_XSTRTOUL): Remove.
19455
19456         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
19457
19458         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
19459         mode.
19460
19461 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         Add and change modules to make it easier for coreutils to use
19464         gnulib-tool.
19465         * modules/backupfile (Files): Remove m4/d-ino.m4.
19466         (Depends-on): Add d-ino.
19467         * modules/cycle-check (Depends-on): Add stdint.
19468         (lib_SOURCES): Add cycle-check.h.
19469         * modules/d-ino: New module.
19470         * modules/d-type: New module.
19471         * modules/error (Files): Remove m4/strerror_r.m4.
19472         * modules/filemode (Files): Add m4/st_dm_mode.m4.
19473         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
19474         m4/inttypes_h.m4, m4/uintmax_t.m4.
19475         (Depends-on): Add stdint.
19476         (lib_SOURCES): Add fsusage.h.
19477         * modules/getcwd (Files): Remove d-ino.m4.
19478         (Depends-on): Add d-ino.
19479         * modules/getndelim2 (Depends-on): Add stdint.
19480         * modules/glob (Files): Remove m4/d-type.m4.
19481         (Depends-on): Add d-type.
19482         * modules/host-os: New module.
19483         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
19484         m4/inttypes_h.m4, m4/uintmax_t.m4.
19485         * Depends-on: Add stdint.
19486         (lib_SOURCES): Add human.h.
19487         * modules/inttostr (Files): Remove m4/intmax_t.m4,
19488         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
19489         m4/uintmax_t.m4, m4/ulonglong.m4.
19490         (Depends-on): Add stdint.
19491         (EXTRA_DIST): Add inttostr.h.
19492         * modules/lchmod: New module.
19493         * modules/link-follow: New module.
19494         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
19495         (Depends-on): Add lchmod.
19496         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
19497         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
19498         (Depends-on): Add stdint.
19499         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
19500         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
19501         (Depends-on): Add stdint.
19502         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
19503         * modules/perl: New module.
19504         * modules/regex (Depends-on): Add stdint.
19505         * modules/rmdir-errno: New module.
19506         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19507         m4/intmax_t.m4.
19508         (Depends-on): Add stdint.
19509         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
19510         m4/uintmax_t.m4.
19511         (Depends-on): Add stdint.
19512         * modules/unlink-busy: New module.
19513         * modules/utimecmp (Depends-on): Add stdint.
19514         * modules/uptime: New module.
19515         * modules/winsz-ioctl: New module.
19516         * modules/winsz-termios: New module.
19517         * modules/xnanosleep (Depends-on): Add nanosleep.
19518         * modules/ullong_max: Remove.
19519         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
19520         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
19521         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
19522         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
19523         (Depends-on): Add inttypes.
19524         (lib_SOURCES): Add xstrtol.h.
19525         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
19526         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
19527         * MODULES.html.sh: Move 'assert' into the assert section.
19528         Move 'dummy' into the linking section.
19529         Remove ullong_max.
19530         Add section for compatibility checks for POSIX:2001 functions,
19531         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
19532         winsz-ioctl, and winsz-termios into it.
19533         Add lchmod.
19534         Add top-level Misc section and put host-os, perl, and uptime
19535         into it.
19536
19537 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19538
19539         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
19540         now assume the stdint module.  Do not include inttypes.h.
19541         * lib/fsusage.h: Likewise.
19542         * lib/getndelim2.c: Likewise.
19543         * lib/human.h: Likewise.
19544         * lib/inttostr.h: Likewise.
19545         * lib/obstack.c: Likewise.
19546         * lib/regex_internal.h: Likewise.
19547         * lib/tempname.c: Likewise.
19548         * lib/utimecmp.c: Likewise.
19549         * lib/xstrtol.h: Likewise.
19550
19551         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
19552
19553         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
19554         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
19555         * lib/xtime.h: Likewise.
19556
19557 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * modules/openat (Files): Add lib/fchmodat.c.
19560         Fixes problem reported by Jay Youngman.
19561
19562 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19563
19564         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
19565         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
19566
19567 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
19568             Bruno Haible  <bruno@clisp.org>
19569
19570         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
19571         and is a script that invokes bison. Tighten the code. Add comments.
19572
19573 2006-08-18  Jim Meyering  <jim@meyering.net>
19574
19575         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
19576         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
19577         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
19578         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
19579
19580 2006-08-18  Bruno Haible  <bruno@clisp.org>
19581
19582         * modules/bison-i18n: New file.
19583         * MODULES.html.sh (Internationalization functions): Add it.
19584
19585 2006-08-18  Bruno Haible  <bruno@clisp.org>
19586
19587         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
19588         sys/statvfs.h. When getmntinfo was found, check its declaration and
19589         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
19590
19591 2006-08-18  Bruno Haible  <bruno@clisp.org>
19592
19593         * m4/bison-i18n.m4: New file, from bison.
19594
19595 2006-08-18  Bruno Haible  <bruno@clisp.org>
19596
19597         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
19598         (ME_DUMMY): Treat "kernfs" as a dummy.
19599         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
19600
19601 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19602
19603         Update from coreutils.
19604
19605         2006-08-15  Jim Meyering  <jim@meyering.net>
19606
19607         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
19608
19609         2006-01-17  Jim Meyering  <jim@meyering.net>
19610
19611         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
19612
19613         2006-01-11  Jim Meyering  <jim@meyering.net>
19614
19615         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
19616         Check for the lchmod function.
19617
19618 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19619
19620         Update from coreutils.
19621
19622         * lib/__fpending.h: Add copyright notice.
19623         * lib/fprintftime.h: Likewise.
19624         * lib/savedir.c: Use (C) in copyright notice.
19625         * lib/savedir.h: Likewise.
19626
19627         2006-08-15  Jim Meyering  <jim@meyering.net>
19628
19629         * lib/at-func.c: New file, with the logic of all emulated at-functions.
19630         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
19631         in support of the EXPECTED_ERRNO macro.
19632         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
19633         definitions.  Instead, define the appropriate symbols and include
19634         "at-func.c".
19635         * lib/mkdirat.c (mkdirat): Likewise.
19636         * lib/fchmodat.c (fchmodat): Likewise.
19637         (ENOSYS): Remove definition.
19638         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
19639         it.  Don't include "unistd--.h" -- it wasn't ever used.
19640
19641         2006-01-17  Jim Meyering  <jim@meyering.net>
19642
19643         Rewrite fts.c not to change the current working directory,
19644         by using openat, fstatat, fdopendir, etc..
19645
19646         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
19647         (HAVE_OPENAT_SUPPORT): Define.
19648         [_LIBC] (fchdir): Don't undef or define; no longer used.
19649         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
19650         Now, this `function' always succeeds, and consumes its file descriptor
19651         parameter -- so callers must not close such FDs.  Update callers.
19652         (diropen_fd, opendirat, cwd_advance_fd): New functions.
19653         (diropen): Add parameter, SP.  Adjust all callers.
19654         Implement using diropen_fd, rather than open.
19655         (fts_open): Initialize new member, fts_cwd_fd.
19656         Remove fts_rft-setting code.
19657         (fts_close): Close fts_cwd_fd, if necessary.
19658         (__opendir2): Define in terms of opendir or opendirat,
19659         depending on whether the FST_NOCHDIR flag is set.
19660         (fts_build): Since fts_safe_changedir consumes its FD, and since
19661         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
19662         and close the dup'd file descriptor upon failure.
19663         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
19664         (fts_safe_changedir): Tweak semantics to reflect that this function
19665         now calls cwd_advance_fd and hence consumes its FD argument.
19666         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
19667         [struct FTS] (fts_rft): Remove now-unused member.
19668         [struct FTS] (fts_cycle.state): Improve comment.
19669
19670         * lib/openat.c (openat_needs_fchdir): New function.
19671         * lib/openat.h (openat_needs_fchdir): Declare it.
19672
19673 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19674
19675         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
19676         Problem and fix reported by Pádraig Brady in
19677         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
19678
19679 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19680
19681         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
19682
19683 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19684
19685         * lib/memcoll.c (memcoll): Optimize for the common case where the
19686         arguments are bytewise equal.
19687
19688 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * doc/regexprops-generic.texi: Add a copyright notice.
19691
19692 2006-08-15  Bruno Haible  <bruno@clisp.org>
19693
19694         * modules/tmpdir (License): Change to LGPL.
19695
19696 2006-08-15  Bruno Haible  <bruno@clisp.org>
19697
19698         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
19699         module.
19700
19701 2006-08-14  Simon Josefsson  <jas@extundo.com>
19702
19703         * config/srclist.txt: Add gnupload.
19704
19705 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         Change copyright notice from LGPL 2 to GPL 2, since that's the
19708         standard form used in the gnulib repository.
19709         * tests/test-lock.c: Likewise.
19710         * tests/test-stdint.c: Likewise.
19711         * tests/test-tls.c: Likewise.
19712
19713         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
19714         prelude-manager.  User shorter URLs for GNU projects, without '?'.
19715         Add copyright notice.
19716
19717         * check-module: Add copyright notice.  Output a copyright
19718         notice if "--version" is specified.
19719         * modules/COPYING: New file.
19720         * tests/test-getaddrinfo.c: Add copyright notice.
19721         * tests/test-verify.c: Likewise.
19722
19723 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19724
19725         Change copyright notice from LGPL 2 to GPL 2, since that's the
19726         standard form used in the gnulib repository.
19727         * lib/lock.c: LGPL -> GPL.
19728         * lib/lock.h: Likewise.
19729         * lib/strnlen1.c: Likewise.
19730         * lib/strnlen1.h: Likewise.
19731         * lib/tls.c: Likewise.
19732         * lib/tls.h: Likewise.
19733         * lib/tmpdir.c: Likewise.
19734
19735         * lib/TODO: Remove; this belongs only in coreutils.
19736
19737 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19738
19739         Add copyright notices to long-enough files that lack them, since
19740         otherwise the files aren't clearly free.  Use the same notice that
19741         getdate.texi already uses.
19742         * doc/alloca-opt.texi: Add copyright notice.
19743         * doc/alloca.texi: Likewise.
19744         * doc/ctime.texi: Likewise.
19745         * doc/functions.texi: Likewise.
19746         * doc/gcd.texi: Likewise.
19747         * doc/gnulib-tool.texi: Likewise.
19748         * doc/inet_ntoa.texi: Likewise.
19749         * doc/visibility.texi: Likewise.
19750
19751         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
19752         * doc/quote.texi: Add copyright notice.
19753
19754         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
19755         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
19756         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
19757         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
19758         is now obsolete, and give a pointer to the Sun list.
19759         Add copyright notice.
19760
19761 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
19762
19763         * config/srclistvars.sh: Add copyright notice.
19764
19765 2006-08-14  Eric Blake  <ebb9@byu.net>
19766
19767         Import the following change from libc:
19768
19769         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
19770
19771         Upstream bug 2997.
19772         * lib/misc/error.c: Add space between program name and message if file
19773         name is missing.
19774
19775 2006-08-12  Karl Berry  <karl@gnu.org>
19776
19777         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
19778         remove, these originate in gnulib now.
19779
19780 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19781
19782         * doc/Makefile (standards.info standards.html standards.dvi):
19783         Also depend on make-stds.texi.
19784
19785 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19786
19787         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
19788         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
19789
19790         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
19791         in wchar_t.  Problem reported by Eric Blake.
19792
19793         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
19794         LEN is smaller than SIZE.  Suggested by Bruno Haible.
19795         Also, help the compiler to keep LEN in a register.
19796
19797 2006-08-11  Eric Blake  <ebb9@byu.net>
19798
19799         * users.txt: Sort.  Add tar.
19800
19801 2006-08-11  Bruno Haible  <bruno@clisp.org>
19802
19803         * users.txt: New file.
19804
19805 2006-08-11  Bruno Haible  <bruno@clisp.org>
19806
19807         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
19808         before <wchar.h>. Needed for OSF/1 and BSD/OS.
19809
19810 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19811
19812         * modules/snprintf (Depends-on): Remove minmax.
19813         (Maintainer): Add self and Bruno.
19814
19815 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
19816
19817         * lib/.cppi-disable: Add snprintf.h, socket_.h.
19818         * lib/snprintf.c: Include <errno.h> and <limits.h>.
19819         (EOVERFLOW): Define if the system does not.
19820         Do not include "minmax.h"; it wasn't used.
19821         (snprintf): Don't assume size_t promotes to an unsigned type.
19822         Fix bug when generated string was too long for the buffer: the
19823         buffer's contents are supposed to be the initial prefix of the
19824         output.  Don't assume vasnprintf returns EOVERFLOW if the size
19825         exceeds INT_MAX; do the check ourselves.
19826
19827         Import the following changes from libc:
19828
19829         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
19830
19831         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
19832         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
19833         set wc to the byte which couldn't be converted.
19834         (re_string_reconstruct): Don't clear valid_raw_len before calling
19835         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
19836         tip_context using re_string_context_at.
19837
19838         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
19839
19840         * lib/posix/regex.h: g++ still cannot handled [restrict].
19841
19842         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
19843
19844         * lib/posix/regex.h: Remove special handling for VMS.
19845
19846 2006-08-10  Jim Meyering  <jim@meyering.net>
19847
19848         * modules/same-inode: New module.
19849         * modules/dev-ino: New module.
19850         * modules/cycle-check: Depend on these modules, rather than simply
19851         including their .h files.
19852         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
19853         required via m4/cycle-check.m4.
19854         * modules/same: Depend on new same-inode module, rather than
19855         including same-inode.h.
19856         * modules/chdir-safer: New file.
19857
19858         * modules/chown (Depends-on): Add stat-macros.
19859
19860 2006-08-10  Jim Meyering  <jim@meyering.net>
19861
19862         * m4/cycle-check.m4: New file.
19863         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
19864         * m4/dev-ino.m4, m4/same-inode.m4: New files.
19865
19866 2006-08-10  Eric Blake  <ebb9@byu.net>
19867
19868         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
19869         in from original proposal.
19870
19871 2006-08-10  Eric Blake  <ebb9@byu.net>
19872         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
19873
19874         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
19875         namespace.
19876
19877 2006-08-10  Bruno Haible  <bruno@clisp.org>
19878
19879         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
19880         as well.
19881
19882 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19883
19884         Sync from coreutils.
19885
19886         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
19887
19888         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
19889         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
19890
19891 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19892
19893         * modules/restrict: Remove; no longer needed now that we assume
19894         Autoconf 2.59 or later.
19895         * MODULES.html.sh: Remove 'restrict'.
19896         * modules/argp (Depends-on): Remove 'restrict'.
19897         * modules/base64 (Depends-on): Likewise.
19898         * modules/gc (Depends-on): Likewise.
19899         * modules/getaddrinfo (Depends-on): Likewise.
19900         * modules/glob (Depends-on): Likewise.
19901         * modules/inet_ntop (Depends-on): Likewise.
19902         * modules/inet_pton (Depends-on): Likewise.
19903         * modules/memxor (Depends-on): Likewise.
19904         * modules/regex (Depends-on): Likewise.
19905         * modules/strtok_r (Depends-on): Likewise.
19906         * modules/time_r (Depends-on): Likewise.
19907
19908 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19909
19910         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
19911         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
19912         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19913         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
19914         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
19915         * m4/memxor.m4 (gl_MEMXOR): Likewise.
19916         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
19917         gl_C_RESTRICT replaced by AC_C_RESTRICT.
19918
19919         Merge from coreutils.
19920         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
19921         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
19922         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19923         * m4/time_r.m4 (gl_TIME_R): Likewise.
19924
19925 2006-08-09  Karl Berry  <karl@gnu.org>
19926
19927         * config/srclist.txt: no more gettext-tools, per Bruno.
19928
19929 2006-08-08  Eric Blake  <ebb9@byu.net>
19930
19931         * modules/verror: New module.
19932         * MODULES.html.sh: Document it.
19933
19934 2006-08-08  Eric Blake  <ebb9@byu.net>
19935
19936         * lib/verror.h, lib/verror.c: New files.
19937
19938 2006-08-08  Eric Blake  <ebb9@byu.net>
19939
19940         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
19941         verror_at_line output complies with GNU Coding Standards even when
19942         file is NULL.
19943
19944 2006-08-07  Bruno Haible  <bruno@clisp.org>
19945
19946         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
19947         versions of AIX.
19948         Reported by Ralf Wildenhues.
19949
19950 2006-08-07  Bruno Haible  <bruno@clisp.org>
19951
19952         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
19953         in an AC_DEFUN. Needed so that the autoconf snippets can use
19954         AC_REQUIRE.
19955
19956 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19957
19958         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19959         Initialize pkgdata_DATA.
19960         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
19961         overriding it.
19962
19963 2006-08-06  Eric Blake  <ebb9@byu.net>
19964
19965         * lib/error.h: Fold in some upstream changes from glibc.
19966         * lib/error.c: Likewise.
19967
19968 2006-08-04  Bruno Haible  <bruno@clisp.org>
19969
19970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19971         Make the mostlyclean-local rule depend on mostlyclean-generic.
19972         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
19973
19974 2006-07-31  Bruno Haible  <bruno@clisp.org>
19975
19976         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
19977         <stdlib.h>, <string.h>.
19978
19979 2006-07-30  Bruno Haible  <bruno@clisp.org>
19980
19981         * modules/readlink (License): Change to LGPL.
19982
19983 2006-07-30  Bruno Haible  <bruno@clisp.org>
19984
19985         * modules/javaversion (Makefile.am): Distribute javaversion.java and
19986         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
19987         set PKGDATADIR to point to it.
19988
19989 2006-07-30  Bruno Haible  <bruno@clisp.org>
19990
19991         * modules/csharpexec (configure.ac): Comment out macro invocation.
19992         * modules/javaexec (configure.ac): Likewise.
19993         * modules/javacomp-script (configure.ac): Likewise.
19994
19995         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
19996
19997 2006-07-30  Bruno Haible  <bruno@clisp.org>
19998
19999         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
20000         linked-list.
20001
20002 2006-07-30  Bruno Haible  <bruno@clisp.org>
20003
20004         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
20005
20006 2006-07-30  Bruno Haible  <bruno@clisp.org>
20007
20008         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20009         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
20010         get removed.
20011
20012 2006-07-29  Bruno Haible  <bruno@clisp.org>
20013
20014         Make it possible for gnulib-tool to work with locally modified or
20015         augmented gnulib repositories.
20016         * gnulib-tool (func_usage): Document --local-dir option.
20017         (local_gnulib_dir): New variable.
20018         Handle --local-dir option.
20019         (func_lookup_file): New function.
20020         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
20021         (func_get_description, func_get_filelist, func_get_description,
20022         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
20023         func_get_automake_snippet, func_get_include_directive,
20024         func_get_license, func_get_maintainer): Use func_lookup_file.
20025         (func_import, func_create_testdir): Use func_lookup_file.
20026
20027 2006-07-29  Bruno Haible  <bruno@clisp.org>
20028
20029         * modules/setenv (Depends-on): Add unistd.
20030
20031 2006-07-29  Bruno Haible  <bruno@clisp.org>
20032
20033         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
20034
20035 2006-07-29  Bruno Haible  <bruno@clisp.org>
20036
20037         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
20038
20039 2006-07-29  Bruno Haible  <bruno@clisp.org>
20040
20041         * gnulib-tool (import, update): If there is no Makefile.am, look at
20042         aclocal.m4, instead of bailing out.
20043
20044 2006-07-29  Bruno Haible  <bruno@clisp.org>
20045
20046         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
20047         Categorize the options by when they are useful.
20048
20049 2006-07-29  Bruno Haible  <bruno@clisp.org>
20050
20051         * gnulib-tool (func_usage): Document option --no-libtool.
20052         Handle option --no-libtool.
20053         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
20054         for changed semantics of $libtool variable.
20055         (func_import): Likewise. If libtool is not used, show this through
20056         an option --no-libtool.
20057         (func_create_testdir): Update.
20058
20059 2006-07-29  Bruno Haible  <bruno@clisp.org>
20060
20061         * gnulib-tool (func_import): Extend error message about missing
20062         --doc-base.
20063
20064 2006-07-29  Bruno Haible  <bruno@clisp.org>
20065
20066         * gnulib-tool (func_import): Don't create the $docbase directory if
20067         there is no file to store there.
20068
20069 2006-07-29  Bruno Haible  <bruno@clisp.org>
20070
20071         * gnulib-tool (autoconf_minversion): If a --dir option is given and
20072         relevant, look for configure.ac there, not in the current directory.
20073         Also use a simple search for AC_PREREQ, not "autoconf --trace".
20074
20075 2006-07-29  Bruno Haible  <bruno@clisp.org>
20076
20077         * gnulib-tool (SORT): New variable.
20078         (func_usage): Undocument --assume-autoconf option.
20079         Remove --assume-autoconf option handling.
20080         (autoconf_minversion): Determine from the contents of configure.ac.
20081         (func_import): Remove autoconf_minversion handling.
20082         Suggested by Eric Blake.
20083
20084 2006-07-29  Bruno Haible  <bruno@clisp.org>
20085
20086         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
20087
20088 2006-07-29  Bruno Haible  <bruno@clisp.org>
20089
20090         * config/srclist.txt (*setenv.[ch]): Remove rules.
20091
20092 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20093
20094         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
20095
20096 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20097
20098         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
20099         arpa/inet.h.
20100
20101 2006-07-28  Simon Josefsson  <jas@extundo.com>
20102
20103         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
20104         * modules/inet_pton (Depends-on): Likewise.
20105
20106 2006-07-28  Simon Josefsson  <jas@extundo.com>
20107
20108         * m4/netinet_in_h.m4: New file.
20109
20110 2006-07-28  Simon Josefsson  <jas@extundo.com>
20111
20112         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
20113         #include's.
20114
20115 2006-07-28  Simon Josefsson  <jas@extundo.com>
20116
20117         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
20118         #include's.
20119
20120 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
20121
20122         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
20123         setgid on directories only if they set these bits.
20124         * lib/modechange.h: Remove obsolete comment about masks.
20125
20126 2006-07-28  Eric Blake  <ebb9@byu.net>
20127
20128         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
20129         macro expansion.
20130
20131 2006-07-28  Bruno Haible  <bruno@clisp.org>
20132
20133         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
20134
20135 2006-07-28  Bruno Haible  <bruno@clisp.org>
20136
20137         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
20138
20139 2006-07-28  Bruno Haible  <bruno@clisp.org>
20140
20141         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
20142         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
20143         Define fallbacks.
20144         Avoids link error on FreeBSD 4.x.
20145         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20146
20147         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
20148         encoding.
20149         * lib/mbswidth.c (iswcntrl): Likewise.
20150
20151 2006-07-27  Bruno Haible  <bruno@clisp.org>
20152
20153         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
20154         test.
20155
20156 2006-07-27  Bruno Haible  <bruno@clisp.org>
20157
20158         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
20159         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
20160         defined.
20161
20162 2006-07-26  Eric Blake  <ebb9@byu.net>
20163
20164         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
20165
20166 2006-07-26  Eric Blake  <ebb9@byu.net>
20167
20168         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
20169         like mingw that lack mkstemp.
20170         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
20171         avoid compilation warning on mingw.
20172
20173 2006-07-26  Bruno Haible  <bruno@clisp.org>
20174
20175         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
20176         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
20177         INT_FAST*_MIN, INTPTR_MIN.
20178
20179 2006-07-25  Bruno Haible  <bruno@clisp.org>
20180
20181         * modules/version-etc (Depends-on): Add stdarg.
20182
20183 2006-07-25  Bruno Haible  <bruno@clisp.org>
20184
20185         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
20186         complex commands.
20187
20188 2006-07-25  Bruno Haible  <bruno@clisp.org>
20189
20190         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
20191         defined in <stdarg.h> or config.h.
20192
20193 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
20196         (gl_STDIO_SAFER): Remove.
20197
20198 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
20199
20200         * MODULES.html.sh (File stream based Input/Output):
20201         Add fopen-safer, tmpfile-safer; remove stdio-safer.
20202         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
20203         * modules/fopen-safer, modules/tmpfile-safer: New files.
20204         * modules/stdio-safer: Remove.
20205
20206 2006-07-24  Bruno Haible  <bruno@clisp.org>
20207
20208         * modules/tmpdir: New file.
20209         * MODULES.html.sh (File system functions): Add it.
20210
20211 2006-07-24  Bruno Haible  <bruno@clisp.org>
20212
20213         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
20214         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
20215
20216 2006-07-24  Bruno Haible  <bruno@clisp.org>
20217
20218         * modules/clean-temp: New file.
20219
20220 2006-07-24  Bruno Haible  <bruno@clisp.org>
20221
20222         * m4/tmpdir.m4: New file, from GNU gettext.
20223
20224 2006-07-24  Bruno Haible  <bruno@clisp.org>
20225
20226         * lib/tmpdir.h: New file, from GNU gettext.
20227         * lib/tmpdir.c: New file, from GNU gettext.
20228
20229 2006-07-24  Bruno Haible  <bruno@clisp.org>
20230
20231         * lib/clean-temp.h: New file, from GNU gettext.
20232         * lib/clean-temp.c: New file, from GNU gettext.
20233
20234 2006-07-23  Eric Blake  <ebb9@byu.net>
20235
20236         * modules/stdio-safer (Files): Add tmpfile-safer.c.
20237         (Depends-on): Add binary-io.
20238
20239 2006-07-23  Eric Blake  <ebb9@byu.net>
20240
20241         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
20242
20243 2006-07-23  Eric Blake  <ebb9@byu.net>
20244
20245         * lib/tmpfile-safer.c: New file.
20246         * lib/stdio-safer.h (fopen_safer): Add prototype.
20247         * lib/stdio--.h (tmpfile): Make safer.
20248
20249 2006-07-23  Bruno Haible  <bruno@clisp.org>
20250
20251         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
20252         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
20253         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
20254         gl_linked_remove_at): Use it.
20255
20256 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20257         and Simon Josefsson <jas@extundo.com>
20258
20259         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
20260
20261         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
20262
20263 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20264
20265         * modules/close-stream: New file.
20266         * modules/closeout (Description): Make it clear that it exits
20267         with a diagnostic on error.
20268         (Depends-on): Add close-stream.  Remove fpending, stdbool.
20269         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
20270
20271 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20272
20273         * m4/close-stream.m4: New file.
20274
20275 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * lib/close-stream.c, lib/close-stream.h: New files.
20278
20279 2006-07-22  Bruno Haible  <bruno@clisp.org>
20280
20281         Merge from GNU gettext 0.15.
20282
20283         2006-05-01  Bruno Haible  <bruno@clisp.org>
20284
20285                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
20286
20287         2006-07-22  Bruno Haible  <bruno@clisp.org>
20288
20289                 * modules/javaversion: New file.
20290                 * MODULES.html.sh (Java): Add javaversion.
20291
20292         2006-03-12  Bruno Haible  <bruno@clisp.org>
20293
20294                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
20295
20296         2005-12-04  Bruno Haible  <bruno@clisp.org>
20297
20298                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
20299                 (untested).
20300
20301         2006-06-21  Bruno Haible  <bruno@clisp.org>
20302
20303                 Avoid warnings from recent versions of mcs.
20304                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
20305                 -o, -L, -r any more. Use options documented since mcs-1.0
20306                 instead. Similarly for -g.
20307
20308         2005-12-04  Bruno Haible  <bruno@clisp.org>
20309
20310                 * build-aux/csharpcomp.sh.in: Suffix for resources is
20311                 .resources, not .resource.
20312
20313         2005-07-09  Bruno Haible  <bruno@clisp.org>
20314
20315                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
20316                 add a .dll suffix.
20317                 Reported by Mark Junker <mjscod@gmx.de>.
20318
20319         2006-07-22  Bruno Haible  <bruno@clisp.org>
20320
20321                 * modules/gettext: Upgrade to gettext-0.15.
20322                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
20323                 m4/visibility.m4.
20324                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
20325
20326 2006-07-22  Bruno Haible  <bruno@clisp.org>
20327
20328         Merge from GNU gettext 0.15.
20329
20330         2006-03-25  Bruno Haible  <bruno@clisp.org>
20331
20332                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
20333
20334         2006-07-21  Bruno Haible  <bruno@clisp.org>
20335
20336                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
20337                 "1.1".
20338
20339         2006-05-09  Bruno Haible  <bruno@clisp.org>
20340
20341                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
20342                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
20343                 for the conftestver execution.
20344
20345         2006-05-01  Bruno Haible  <bruno@clisp.org>
20346
20347                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
20348                 optional target-version argument. Verify that the compiler
20349                 groks source of the specified source-version, or add -source
20350                 option as necessary. Verify that the compiler produces
20351                 bytecode in the specified target-version, or add -target and
20352                 -source options as necessary. Make the result of the test
20353                 available as variable CONF_JAVAC. Also log error output in
20354                 config.log.
20355
20356         2006-03-11  Bruno Haible  <bruno@clisp.org>
20357
20358                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
20359
20360         2006-05-09  Bruno Haible  <bruno@clisp.org>
20361
20362                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
20363                 CLASSPATH_SEPARATOR to a semicolon.
20364
20365         2006-03-12  Bruno Haible  <bruno@clisp.org>
20366
20367                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
20368                 available as variable CONF_JAVA, for subsequent autoconf
20369                 tests. Also log error output in config.log.
20370
20371         2006-07-19  Bruno Haible  <bruno@clisp.org>
20372
20373                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
20374                 that getline works on glibc2 systems. Needed to avoid trouble
20375                 in relocatable.c.
20376                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
20377
20378         2005-12-04  Bruno Haible  <bruno@clisp.org>
20379
20380                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
20381                 launcher (untested).
20382
20383         2005-12-04  Bruno Haible  <bruno@clisp.org>
20384
20385                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
20386
20387         2006-07-22  Bruno Haible  <bruno@clisp.org>
20388
20389                 * gettext.m4: Update from GNU gettext-0.15.
20390                 * nls.m4: Likewise.
20391                 * po.m4: Likewise.
20392                 * inttypes-pri.m4: Likewise.
20393                 * inttypes-h.m4: Renamed from inttypes.m4.
20394                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
20395
20396 2006-07-22  Bruno Haible  <bruno@clisp.org>
20397
20398         Merge from GNU gettext 0.15.
20399
20400         2005-07-05  Bruno Haible  <bruno@clisp.org>
20401
20402                 * printf-args.c (printf_fetchargs): Work around broken
20403                 definition of wint_t on mingw.
20404
20405         2005-02-12  Bruno Haible  <bruno@clisp.org>
20406
20407                 * xallocsa.h: Add extern "C" for C++.
20408
20409         2006-05-17  Bruno Haible  <bruno@clisp.org>
20410
20411                 Cygwin portability.
20412                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
20413
20414         2006-04-30  Bruno Haible  <bruno@clisp.org>
20415
20416                 * progreloc.c: Include <mach-o/dyld.h> if available.
20417                 (find_executable): Use _NSGetExecutablePath when possible.
20418
20419         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
20420
20421                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
20422                 function.
20423
20424         2005-12-29  Bruno Haible  <bruno@clisp.org>
20425
20426                 * progreloc.c (set_program_name_and_installdir): Fix
20427                 compilation error.
20428
20429         2005-12-04  Bruno Haible  <bruno@clisp.org>
20430
20431                 Cygwin portability.
20432                 * progreloc.c: Include <windows.h> also on Cygwin.
20433                 (find_executable): Add support for Cygwin.
20434                 (set_program_name_and_installdir): Handle also platforms with
20435                 nonempty EXEEXT.
20436
20437         2006-07-11  Bruno Haible  <bruno@clisp.org>
20438
20439                 * javacomp.c: Fix a comment.
20440                 Reported by Jim Meyering.
20441
20442         2006-04-30  Bruno Haible  <bruno@clisp.org>
20443
20444                 * javacomp.h (compile_java_class): Add source_version,
20445                 target_version arguments.
20446                 * javacomp.c: Rewritten to choose only a compiler that
20447                 respects the specified source_version and target_version.
20448
20449         2006-06-27  Bruno Haible  <bruno@clisp.org>
20450
20451                 Assume correct S_ISDIR macro.
20452                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
20453
20454         2006-07-22  Bruno Haible  <bruno@clisp.org>
20455
20456                 * javaversion.h: New file, from GNU gettext.
20457                 * javaversion.c: New file, from GNU gettext.
20458                 * javaversion.java: New file, from GNU gettext.
20459                 * javaversion.class: New file, from GNU gettext.
20460
20461         2006-05-17  Bruno Haible  <bruno@clisp.org>
20462
20463                 Cygwin portability.
20464                 * javaexec.c (execute_java_class): Test for jview program
20465                 also on Cygwin.
20466
20467         2006-04-09  Bruno Haible  <bruno@clisp.org>
20468
20469                 * fatal-signal.c: Don't include string.h.
20470                 (at_fatal_signal): Use a copying loop instead of memcpy.
20471
20472         2005-12-04  Bruno Haible  <bruno@clisp.org>
20473
20474                 * csharpexec.c: Add support for 'clix' launcher (untested).
20475                 (execute_csharp_using_sscli): New function.
20476                 (execute_csharp_program): Call it.
20477
20478         2006-06-21  Bruno Haible  <bruno@clisp.org>
20479
20480                 Avoid warnings from recent versions of mcs.
20481                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
20482                 -o, -L, -r any more. Use options documented since mcs-1.0
20483                 instead. Similarly for -g.
20484
20485         2005-07-09  Bruno Haible  <bruno@clisp.org>
20486
20487                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
20488                 add a .dll suffix.
20489                 Reported by Mark Junker <mjscod@gmx.de>.
20490
20491         2006-06-17  Bruno Haible  <bruno@clisp.org>
20492
20493                 * config.charset: Update for NetBSD 3.0.
20494
20495         2006-05-17  Bruno Haible  <bruno@clisp.org>
20496
20497                 Cygwin portability.
20498                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
20499
20500         2006-05-16  Bruno Haible  <bruno@clisp.org>
20501
20502                 * localcharset.c [CYGWIN]: Include <windows.h>.
20503                 (get_charset_aliases): For Cygwin, return the same CPxxx
20504                 aliases list as under WIN32.
20505                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
20506                 the environment variables. Fall back to GetACP().
20507
20508         2006-04-05  Bruno Haible  <bruno@clisp.org>
20509
20510                 * config.charset: Update Juan Manuel Guerrero's address.
20511
20512         2005-02-12  Bruno Haible  <bruno@clisp.org>
20513
20514                 * allocsa.h: Add extern "C" for C++.
20515
20516         2005-02-10  Bruno Haible  <bruno@clisp.org>
20517
20518                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
20519                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
20520
20521         2006-07-22  Bruno Haible  <bruno@clisp.org>
20522
20523                 * gettext.h: Update to GNU gettext-0.15.
20524
20525 2006-07-22  Bruno Haible  <bruno@clisp.org>
20526
20527         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
20528         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
20529         lib-prefix.m4, longdouble.m4, ssize_t.m4.
20530
20531 2006-07-21  Eric Blake  <ebb9@byu.net>
20532
20533         * modules/stdlib-safer: New file.
20534         * MODULES.html.sh (File stream based Input/Output): Add
20535         stdlib-safer.
20536
20537 2006-07-21  Eric Blake  <ebb9@byu.net>
20538
20539         * lib/stdlib-safer.h: New file from coreutils, required by
20540         stdlib--.h.
20541
20542 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
20545
20546 2006-07-20  Bruno Haible  <bruno@clisp.org>
20547
20548         * gnulib-tool: Recognize new option --assume-autoconf.
20549         (autoconf_minversion): New variable.
20550         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
20551
20552 2006-07-20  Bruno Haible  <bruno@clisp.org>
20553
20554         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
20555
20556 2006-07-19  Derek R. Price  <derek@ximbiot.com>
20557
20558         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
20559         Reindent and repaginate.
20560
20561 2006-07-19  Derek Price  <derek@ximbiot.com>
20562
20563         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
20564         Correct grammar.
20565
20566 2006-07-17  Bruno Haible  <bruno@clisp.org>
20567
20568         * modules/list: New file.
20569         * modules/array-list: New file.
20570         * modules/carray-list, modules/carray-list-tests: New files.
20571         * modules/linked-list, modules/linked-list-tests: New files.
20572         * modules/avltree-list, modules/avltree-list-tests: New files.
20573         * modules/rbtree-list, modules/rbtree-list-tests: New files.
20574         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
20575         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
20576         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
20577         * modules/oset: New file.
20578         * modules/array-oset: New file.
20579         * modules/avltree-oset, modules/avltree-oset-tests: New files.
20580         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
20581         * tests/test-carray_list.c: New file.
20582         * tests/test-linked_list.c: New file.
20583         * tests/test-avltree_list.c: New file.
20584         * tests/test-rbtree_list.c: New file.
20585         * tests/test-linkedhash_list.c: New file.
20586         * tests/test-avltreehash_list.c: New file.
20587         * tests/test-rbtreehash_list.c: New file.
20588         * tests/test-avltree_oset.c: New file.
20589         * tests/test-rbtree_oset.c: New file.
20590         * MODULES.html.sh (Container data structures): New section.
20591
20592 2006-07-17  Bruno Haible  <bruno@clisp.org>
20593
20594         * m4/gl_list.m4: New file.
20595
20596 2006-07-17  Bruno Haible  <bruno@clisp.org>
20597
20598         * lib/gl_list.h: New file.
20599         * lib/gl_list.c: New file.
20600         * lib/gl_array_list.h: New file.
20601         * lib/gl_array_list.c: New file.
20602         * lib/gl_carray_list.h: New file.
20603         * lib/gl_carray_list.c: New file.
20604         * lib/gl_linked_list.h: New file.
20605         * lib/gl_linked_list.c: New file.
20606         * lib/gl_anylinked_list1.h: New file.
20607         * lib/gl_anylinked_list2.h: New file.
20608         * lib/gl_avltree_list.h: New file.
20609         * lib/gl_avltree_list.c: New file.
20610         * lib/gl_anyavltree_list1.h: New file.
20611         * lib/gl_anyavltree_list2.h: New file.
20612         * lib/gl_rbtree_list.h: New file.
20613         * lib/gl_rbtree_list.c: New file.
20614         * lib/gl_anyrbtree_list1.h: New file.
20615         * lib/gl_anyrbtree_list2.h: New file.
20616         * lib/gl_anytree_list1.h: New file.
20617         * lib/gl_anytree_list2.h: New file.
20618         * lib/gl_linkedhash_list.h: New file.
20619         * lib/gl_linkedhash_list.c: New file.
20620         * lib/gl_anyhash_list1.h: New file.
20621         * lib/gl_anyhash_list2.h: New file.
20622         * lib/gl_avltreehash_list.h: New file.
20623         * lib/gl_avltreehash_list.c: New file.
20624         * lib/gl_rbtreehash_list.h: New file.
20625         * lib/gl_rbtreehash_list.c: New file.
20626         * lib/gl_anytreehash_list1.h: New file.
20627         * lib/gl_anytreehash_list2.h: New file.
20628
20629         * lib/gl_oset.h: New file.
20630         * lib/gl_oset.c: New file.
20631         * lib/gl_array_oset.h: New file.
20632         * lib/gl_array_oset.c: New file.
20633         * lib/gl_avltree_oset.h: New file.
20634         * lib/gl_avltree_oset.c: New file.
20635         * lib/gl_rbtree_oset.h: New file.
20636         * lib/gl_rbtree_oset.c: New file.
20637         * lib/gl_anytree_oset.h: New file.
20638
20639 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20640
20641         * m4/mkancesdirs.m4: New file.
20642         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
20643         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
20644         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
20645         it.
20646
20647 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20648
20649         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
20650         * lib/mkancesdirs.h: New files.
20651         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
20652         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
20653         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
20654         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
20655         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
20656         callers changed.  Revamp internals significantly, by not
20657         attempting to create directories that are temporarily more
20658         permissive than the final results.  Do not attempt to use
20659         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
20660         This removes some race conditions, fixes some bugs, and simplifies
20661         things.  Use new dirchownmod function to do owner and mode changes.
20662         * lib/mkdir-p.h: Likewise.
20663         * lib/modechange.c (octal_to_mode): New function.
20664         (struct mode_change): New member mentioned.
20665         (make_node_op_equals): New arg mentioned.  All callers changed.
20666         (mode_compile): Keep track of which mode bits the user has explicitly
20667         mentioned.
20668         (mode_adjust): New arg DIR, so that we implement the X op correctly.
20669         New arg PMODE_BITS, to keep track of which mode bits the user
20670         mentioned; it treats S_ISUID and S_ISGID speciall.
20671         All callers changed.
20672         * lib/modechange.h: Likewise.
20673
20674 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
20675
20676         * MODULES.html.sh: Add mkancestors.
20677         * modules/mkancesdirs: New module.
20678         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
20679         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
20680         The chdir-safer and afs files are now orphans; I'll remove them
20681         unless someone speaks up.
20682         Add lib/dirchownmod.c, lib/dirchownmod.h.
20683         (Depends-on): Remove alloca, chown, save-cwd, dirname.
20684         Add lchown, mkancesdirs.
20685         (Maintainer): Add self.
20686
20687 2006-07-15  Karl Berry  <karl@gnu.org>
20688
20689         * gnulib-tool: help message wording/arrangement.
20690
20691 2006-07-14  Simon Josefsson  <jas@extundo.com>
20692
20693         * doc/gnulib.texi (Libtool and Windows): New section.
20694
20695 2006-07-12  Simon Josefsson  <jas@extundo.com>
20696
20697         * modules/gendocs (License): Fix license, approved by Karl.
20698
20699 2006-07-12  Eric Blake  <ebb9@byu.net>
20700
20701         * MODULES.html.sh: Add gendocs.
20702
20703 2006-07-11  Eric Blake  <ebb9@byu.net>
20704
20705         * modules/fdl: New module, to install doc/fdl.texi.
20706         * MODULES.html.sh: Add new section for documentation modules.
20707         * gnulib-tool: Avoid space-tab.
20708         (--doc-base): New option, to manage files from doc.
20709
20710 2006-07-11  Eric Blake  <ebb9@byu.net>
20711
20712         * m4/absolute-header.m4: Fix comments to match recent change.
20713
20714 2006-07-11  Eric Blake  <ebb9@byu.net>
20715
20716         * gnulib-tool: List --doc-base before --tests-base.
20717
20718 2006-07-11  Derek R. Price  <derek@ximbiot.com>
20719
20720         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
20721
20722 2006-07-11  Bruno Haible  <bruno@clisp.org>
20723
20724         * README: Mention where to put documentation.
20725
20726 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20727
20728         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
20729
20730 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20731
20732         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
20733         to stdint.m4.
20734
20735 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
20736
20737         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
20738         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
20739         "no/such/file/stdint.h" when there is no such file, so that
20740         the resulting C code can be parsed by dodgy compilers.
20741         Problems reported by Bob Proulx.
20742
20743 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20744
20745         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
20746         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20747         macros into the GNU _D_EXACT_NAMLEN.
20748         * lib/savedir.c:  Likewise.
20749         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
20750
20751 2006-07-10  Derek R. Price  <derek@ximbiot.com>
20752         and Paul Eggert  <eggert@cs.ucla.edu>
20753
20754         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
20755         * m4/savedir.m4:
20756         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
20757         macros into the GNU _D_EXACT_NAMLEN.
20758
20759 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20760
20761         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
20762         around the absolute name, to work around a problem with the HP-UX
20763         11.23 native C compiler, reported by Bob Proulx.
20764
20765 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20766
20767         * doc/maintain.texi, make-stds.texi: Sync from
20768         <http://savannah.gnu.org/projects/gnustandards>.
20769
20770 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
20771
20772         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
20773
20774 2006-07-09  Jim Meyering  <jim@meyering.net>
20775
20776         * m4/glob.m4: Remove a doubled word in a comment.
20777
20778 2006-07-09  Jim Meyering  <jim@meyering.net>
20779
20780         * lib/argp-pv.c: Remove a doubled word in a comment.
20781         * lib/check-version.c (check_version): Likewise.
20782         * lib/javacomp.c (compile_java_class): Likewise.
20783
20784 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20785
20786         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
20787         for the benefit of people using Autoconf 2.60.  If you want to
20788         support older Autoconf versions you can copy m4/onceonly_2_57.m4
20789         (or m4/onceonly.m4, if pre-2.57) manually.
20790
20791 2006-07-08  Jim Meyering  <jim@meyering.net>
20792
20793         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
20794         comment.
20795         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
20796         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
20797         comment.
20798
20799 2006-07-08  Jim Meyering  <jim@meyering.net>
20800
20801         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
20802
20803 2006-07-07  Simon Josefsson  <jas@extundo.com>
20804
20805         * tests/test-crc.c: Change expected crc value, the test vector
20806         were probably computed using the old broken crc.c?
20807
20808 2006-07-06  Simon Josefsson  <jas@extundo.com>
20809
20810         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
20811         now the canonical place for the M4 file).
20812
20813         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
20814         from the sys_socket dependency now.
20815
20816         * modules/inet_pton (Files): Ditto.
20817
20818         * modules/inet_ntop (Files): Ditto.
20819
20820 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
20821
20822         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
20823         not gl_PREREQ_GETUSERSHELL.
20824
20825 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20826
20827         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
20828         with only one argument, for Autoconf 2.60.
20829         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
20830         expand to nothing, so add a shell command to avoid syntax error.
20831         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20832
20833 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20834
20835         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
20836
20837 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20838
20839         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
20840         no longer needed.  Check for isblank decl.
20841         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
20842         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
20843         of existence.
20844
20845 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20846
20847         * lib/getloadavg.c: Use __VMS, not VMS.
20848         * lib/getopt.c: Likewise.
20849         * lib/getpagesize.h: Likewise.
20850         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
20851         and probably does not work.
20852
20853 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20854
20855         * lib/.cppi-disable: Add wcwidth.
20856         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
20857         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
20858         (ISGRAPH): Remove.  All uses changed to isgraph.
20859         (FOLD) [!defined _LIBC]: Remove special case.
20860         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
20861         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
20862         HAVE_ISBLANK.
20863         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
20864         case.
20865
20866 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
20867
20868         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
20869         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
20870         brackets.  Other minor changes to suppress some compiler
20871         warnings.
20872
20873 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20874         and Paul Eggert  <eggert@cs.ucla.edu>
20875
20876         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
20877         of invoking obsolescent AC_HEADER_DIRENT macro.
20878         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
20879         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
20880         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
20881         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
20882         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
20883         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
20884         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
20885         * m4/readdir.m4: Remove; no longer needed.
20886
20887 2006-07-06  Derek R. Price  <derek@ximbiot.com>
20888         and Paul Eggert  <eggert@cs.ucla.edu>
20889
20890         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
20891         Don't worry about this obsolete case any more.
20892         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
20893         directories.
20894         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
20895         worry about this obsolete case any more.
20896         * lib/fts.c: Likewise.
20897         * lib/getcwd.c: Likewise.
20898         * lib/glob.h: Likewise.
20899         * lib/savedir.c: Likewise.
20900
20901 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20902
20903         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
20904         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
20905         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
20906         needed.
20907         All uses removed.
20908         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20909         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20910         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
20911         needed.
20912         * m4/getdate.m4 (gl_GETDATE): Likewise.
20913         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20914         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20915         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20916         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20917         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
20918         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20919         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
20920         needed.
20921
20922 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         * lib/memcasecmp.c: Include <limits.h>.
20925         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
20926         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
20927         Don't assume isdigit succeeds only on '0' through '9'.
20928
20929 2006-07-05  Eric Blake  <ebb9@byu.net>
20930
20931         * modules/getaddrinfo (Depends-on): Add snprintf.
20932
20933 2006-07-05  Eric Blake  <ebb9@byu.net>
20934
20935         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
20936         to avoid 'header present but could not be compiled' on cygwin.
20937
20938 2006-07-05  Eric Blake  <ebb9@byu.net>
20939
20940         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
20941         missing from netdb.h.
20942         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
20943
20944 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20945
20946         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
20947         no longer needed.
20948         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
20949         * m4/getdate.m4 (gl_GETDATE): Likewise.
20950         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
20951         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
20952         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
20953         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
20954         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20955
20956 2006-07-05  Derek R. Price  <derek@ximbiot.com>
20957
20958         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
20959         All uses of is_space replaced by isspace.
20960         * lib/exit.h: Don't talk about STDC_HEADERS.
20961         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
20962         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
20963         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
20964         replaced by isprint etc.
20965         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
20966         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20967         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
20968         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
20969         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
20970         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
20971
20972 2006-07-05  Bruno Haible  <bruno@clisp.org>
20973
20974         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
20975         the function exists, before testing against AIX.
20976         Reported by Martin Lambers <marlam@marlam.de>.
20977
20978 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20979
20980         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
20981         From Mark D. Baushke.
20982
20983 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20984
20985         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
20986         to the absolute name, not just one, to bypass Sun C 5.8's
20987         "warning: #include of /usr/include/... may be non-portable".
20988
20989 2006-07-04  Eric Blake  <ebb9@byu.net>
20990
20991         * modules/dirname-tests: New test module.
20992         * tests/test-dirname.c: New file, replacing dirname.c
20993         TEST_DIRNAME section that was recently deleted.
20994
20995 2006-07-04  Bruno Haible  <bruno@clisp.org>
20996
20997         Assume ANSI C header files and <ctype.h> functions.
20998         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
20999         (mbsnwidth): Use isprint, iscntrl instead.
21000
21001 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21002
21003         Merge from coreutils.
21004         * MODULES.html.sh: Add xstrtold.
21005         * modules/xstrtold: New file.
21006         * modules/cycle-check (Files): Add lib/same-inode.h.
21007         * modules/dirname (Files): Add m4/double-slash-root.m4.
21008         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
21009         * modules/mkdir-p (Files): Add lib/same-inode.h.
21010         * modules/same (Files): Add lib/same-inode.h.
21011
21012 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21013
21014         * m4/absolute-header.m4: Renamed from full-header-path.m4.
21015         This is to keep the terminology clean; POSIX talks about
21016         "absolute pathnames", not "full pathnames", but the GNU
21017         Coding Standards say to use "path" for something else;
21018         so use "absolute" to keep both sides happy.
21019         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
21020         Set gl_absolute_header, not gl_full_header_path.
21021         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
21022         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
21023         All uses changed.
21024
21025         Merge from coreutils.
21026
21027         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21028
21029         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
21030         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
21031         want to require the building of c-strtod.o.
21032         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
21033         needs -lm directly.
21034         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
21035
21036         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21037
21038         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
21039         --as-needed option if available.  Problem reported by Albert Chin in
21040         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
21041         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
21042         cc merely issues a bunch of annoying warnings for --as-needed
21043         (this problem was reported by Bob Proulx).  Also, try linking with
21044         -lm to detect a bug in binutils 2.16 (this problem was reported
21045         by Ralf Wildenhues).
21046
21047         2006-06-18  Jim Meyering  <jim@meyering.net>
21048
21049         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
21050         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
21051         macro.
21052         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
21053         also check for glibc-2.4's abort-inducing bug.
21054
21055         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
21056         Low-probability clean-up should be to use rmdir to get rid of
21057         the just-created directory, not unlink.
21058
21059         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
21060         configure fail, and request a bug report to inform us about it.
21061         Add a comment that, barring reports to the contrary, in 2007 we'll
21062         assume ftruncate is universally available.
21063
21064         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21065
21066         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
21067
21068         2006-03-12  Jim Meyering  <jim@meyering.net>
21069
21070         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
21071         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
21072         * m4/same.m4 (gl_SAME): Likewise.
21073         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
21074
21075         2006-03-11  Eric Blake  <ebb9@byu.net>
21076
21077         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
21078         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
21079         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
21080         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
21081
21082 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
21083
21084         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
21085         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
21086         reported by Mark D. Baushke, one in
21087         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
21088
21089         Merge from coreutils.
21090
21091         * lib/.cppi-disable: Add stdint_.h.
21092         * lib/.cvsignore: Add stdint.h.
21093
21094         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
21095
21096         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
21097         both double and long double versions.
21098         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
21099         * lib/xstrtold.c: New file.
21100         * lib/xstrtod.h (xstrtold): New decl.
21101
21102         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
21103
21104         * lib/filemode.c (setst): Remove.
21105         (strmode): Rewrite to avoid setst.  This makes the code shorter,
21106         (arguably) clearer, and the generated code is a bit smaller on my
21107         Debian GNU/Linux stable x86 host.
21108
21109         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
21110
21111         * lib/filemode.c: Include "filemode.h" first, to test the interface.
21112         Assume that filemode.h includes sys/types.h and sys/stat.h.
21113         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
21114         (ftypelet): Reorder to put common cases first, for efficiency.
21115         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
21116         to do 'M'.
21117         (strmode): Renamed from mode_string, and now stores 12 bytes instead
21118         of 10, for compatibility with FreeBSD.  All callers changed.
21119         (filemodestring): Now stores 12 bytes instead of 10, and sets file
21120         types that can't be deduced solely from st_mode.  First arg is now a
21121         const pointer.
21122         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
21123         (strmode): Renamed from mode_string.
21124         (filemodestring): New decl.
21125         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
21126         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
21127         needed.
21128         (S_ISPORT, S_ISWHT): New macros, if not already defined.
21129
21130         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21131
21132         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
21133         fsusage.h now does that.  Include fsusage.h first, to test interface.
21134         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
21135         at most one method (the old code could have generated decls that
21136         didn't conform to C89, not that this was ever exercised).
21137         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
21138
21139         2006-03-19  Jim Meyering  <jim@meyering.net>
21140
21141         Work even in a chroot where d_ino values for entries in "/"
21142         don't match the stat.st_ino values for the same names.
21143         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
21144         number, iterate through all entries again, using lstat instead.
21145         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
21146         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
21147
21148         * lib/getcwd.c (__getcwd): Clarify a comment.
21149         Use memcpy in place of a call to strcpy.
21150
21151         2006-03-12  Jim Meyering  <jim@meyering.net>
21152
21153         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
21154         matches that of the current directory (which we're about to chdir ".."
21155         out of), then save the dev-ino of the parent, instead.
21156
21157         * lib/same-inode.h (SAME_INODE): New file/macro.
21158         * lib/chdir-safer.c (SAME_INODE): Remove definition.
21159         Include "same-inode.h", instead.
21160         * lib/same.c: Likewise.
21161         * lib/cycle-check.h: Include "same-inode.h".
21162         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
21163         * lib/cycle-check.c (SAME_INODE): Remove definition.
21164         * lib/root-dev-ino.h: Include "same-inode.h".
21165
21166         2006-03-11  Eric Blake  <ebb9@byu.net>
21167
21168         * lib/same.c (same_name): s/base_name/last_component/
21169         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
21170         * lib/filenamecat.c (file_name_concat): Likewise.
21171
21172         2006-03-11  Eric Blake  <ebb9@byu.net>,
21173                     Paul Eggert  <eggert@cs.ucla.edu>
21174
21175         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
21176         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
21177         drive prefix.
21178         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
21179         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
21180         (last_component): New method.
21181         * lib/dirname.c (dir_len): Determine when drive letters need a
21182         subsequent slash.  Preserve // when it is special.
21183         (dir_name): Don't append dot when drive letter is absolute.
21184         [TEST_DIRNAME]: Move into a full-blown gnulib test.
21185         * lib/basename.c (base_name): New semantics - malloc the result.
21186         Preserve // when it is special.  Preserve relative files that look
21187         like drive letters.
21188         (base_len): Preserve // when it is special.
21189         (last_component): New method, similar to old base_name semantics.
21190         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
21191         base_name.  Strip redundant slashes from ///.
21192
21193 2006-07-03  Jim Meyering  <jim@meyering.net>
21194
21195         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
21196         macro is used before the first cycle_check call.
21197
21198 2006-07-03  Eric Blake  <ebb9@byu.net>
21199
21200         * modules/dirname (Depends-on): Add xstrndup.
21201
21202 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21203
21204         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
21205         test cases, so that config.log is a bit easier to follow.
21206
21207 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
21208
21209         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
21210         both are 64 bits, since this seems to be the tradition, and this
21211         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
21212         we ever run into a host that prefers long long to long in this
21213         case, we'll need another configure-time test.  Problem reported by
21214         Jim Meyering.
21215
21216 2006-07-02  Eric Blake  <ebb9@byu.net>
21217
21218         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
21219
21220 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         * modules/inttypes (Depends-on): No longer depends on stdint.
21223         * modules/stdint (Description): Say more about assumptions.
21224         Say that the fast types might differ.  Say macros are used.
21225         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
21226         (Makefile.am): Revise list of substituted symbols to match
21227         new stdint.m4.
21228         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
21229         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
21230         * tests/test-stdint.c (verify_same_types)
21231         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
21232         the code conforms to C99/C89.
21233         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
21234         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
21235
21236 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21237
21238         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
21239         but fix a bug, by requiring at least 64 bits.
21240         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
21241         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
21242         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
21243         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
21244
21245         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
21246         changes.  Make 2.59 a prerequisite.  Check and substitute for
21247         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
21248         inttypes.h.  Do not use special include files; just use the
21249         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
21250         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
21251         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
21252         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
21253         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
21254         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
21255         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
21256         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
21257         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
21258         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
21259         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
21260         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
21261         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
21262         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
21263         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
21264         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
21265         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
21266         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
21267         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
21268         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
21269         WINT_MAX.  Check for C99 conformance more strictly, by detecting
21270         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
21271         not check for things that C99 does not require, e.g., int8_t.  If
21272         a test isn't needed unless <stdint.h> isn't working, and is
21273         unlikely to be needed for any other reason, then don't do it
21274         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
21275         size_t, since we assume C89 freestanding at least.  Do not check
21276         for sig_atomic_t, wchar_t, or wint_t, since the code now does
21277         the right thing even if the types are not defined.  Instead use:
21278         (gl_STDINT_TYPE_PROPERTIES): New macro.
21279         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
21280         testing whether <sys/types.h> clashes, as Autoconf does this for
21281         us now.  All uses removed.
21282         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
21283         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
21284         (gl_CHECK_TYPE_SAME):
21285         Remove; no longer needed.
21286         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
21287         exists, since we'll return 0 anyway in that case.
21288         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
21289
21290 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21291
21292         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
21293         possible collision with system files.
21294         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
21295         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
21296         WCHAR_MIN and WCHAR_MAX in this case.
21297         (<stddef.h>): Do not include; no longer needed.
21298         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
21299         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
21300         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
21301         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
21302         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
21303         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
21304         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
21305         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
21306         !defined(__c99))]: Include in this case too, since it's harmless
21307         now.
21308         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
21309         dangerous to do so.
21310         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
21311         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
21312         (_STDINT_MIN, _STDINT_MAX): New macros.
21313         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
21314         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
21315         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
21316         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
21317         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
21318         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
21319         macros, not typedefs; this simplifies things quite a bit.
21320         Use long int for all types narrower than int64_t.
21321         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
21322         Define in terms of long long int or int64_t or long int,
21323         not int64_t or int32_t.  This saves some compile-time testing.
21324         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
21325         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
21326         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
21327         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
21328         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
21329         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
21330         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
21331         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
21332         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
21333         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
21334         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21335         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21336         undef any previous version and define our own version, for
21337         simplicity and consistency with the new macros for types.
21338         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
21339         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
21340         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
21341         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
21342         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
21343         @WINT_T_SUFFIX@ to keep things simple here.
21344         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
21345         Simplify by assuming typical 8/16/32/64 host, since we're
21346         already doing that elsewhere anyway.
21347         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
21348         and assume long long int is 64 bits if available.  This
21349         speeds up 'configure'.
21350
21351 2006-07-01  Eric Blake  <ebb9@byu.net>
21352
21353         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
21354         Reported by Andreas Buening.
21355
21356 2006-07-01  Eric Blake  <ebb9@byu.net>
21357
21358         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
21359
21360 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
21361
21362         * lib/getaddrinfo.c: fixed typo
21363
21364 2006-06-29  Jim Meyering  <jim@meyering.net>
21365
21366         * modules/strftime (Maintainer): Add my name, since with the
21367         FPRINTFTIME changes strftime.c has forked from glibc.
21368
21369 2006-06-29  Eric Blake  <ebb9@byu.net>
21370
21371         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
21372
21373 2006-06-29  Eric Blake  <ebb9@byu.net>
21374
21375         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
21376
21377 2006-06-29  Eric Blake  <ebb9@byu.net>
21378
21379         * lib/stat_.h: New file.
21380
21381 2006-06-29  Eric Blake  <ebb9@byu.net>
21382
21383         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
21384         unused static function.
21385
21386 2006-06-29  Eric Blake  <ebb9@byu.net>
21387
21388         * doc/functions.texi (Function Portability): Document missing lstat
21389         on mingw.
21390
21391 2006-06-29  Eric Blake  <ebb9@byu.net>
21392
21393         * MODULES.html.sh: Add sys_stat.
21394         * modules/sys_stat: New module.
21395         * modules/mkstemp (Depends-on): Add sys_stat.
21396
21397 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21398
21399         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
21400
21401 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21402
21403         * m4/c-bs-a.m4: Removed.
21404
21405 2006-06-29  Derek R. Price  <derek@ximbiot.com>
21406
21407         * lib/strftime.c: Assume strftime() exists.
21408
21409 2006-06-29  Derek Price  <derek@ximbiot.com>
21410
21411         * modules/c-bs-a: Removed - \a is C89.
21412         * MODULES.html.sh: Remove c-bs-a.
21413
21414 2006-06-29  Bruno Haible  <bruno@clisp.org>
21415
21416         * modules/wcwidth (License): Change to LGPL.
21417
21418 2006-06-28  Simon Josefsson  <jas@extundo.com>
21419
21420         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
21421         on _WIN32.
21422
21423         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
21424         getnameinfo.
21425
21426 2006-06-28  Simon Josefsson  <jas@extundo.com>
21427
21428         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
21429
21430 2006-06-28  Simon Josefsson  <jas@extundo.com>
21431
21432         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
21433         functions there.  It will succeed on Windows XP, but on Windows
21434         2000 and (presumably) earlier, it will fail, and use the internal
21435         re-implementation.
21436         (use_win32_p): New function.
21437         (getaddrinfo): Use strtoul on servname, to support numeric ports.
21438         Support AI_NUMERICSERV to disable getservbyname.
21439         (getnameinfo): New function, only supports
21440         NI_NUMERICHOST|NI_NUMERICSERV for now.
21441
21442         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
21443         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
21444         getnameinfo.
21445
21446 2006-06-28  Eric Blake  <ebb9@byu.net>
21447
21448         * modules/wcwidth: New file.
21449         * modules/mbchar (Depends-on): Add wcwidth.
21450         * modules/mbswidth (Depends-on): Add wcwidth.
21451         * MODULES.html.sh: Add wcwidth.
21452
21453 2006-06-28  Eric Blake  <ebb9@byu.net>
21454
21455         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
21456         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
21457
21458 2006-06-28  Eric Blake  <ebb9@byu.net>
21459
21460         * lib/xvasprintf.h: Fix comments.
21461
21462 2006-06-28  Eric Blake  <ebb9@byu.net>
21463
21464         * lib/mbchar.h (wcwidth): Include wcwidth.h.
21465         * lib/mbswidth.c (wcwidth): Move from here...
21466         * lib/wcwidth.h: ...to this new file.
21467
21468 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21469
21470         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
21471
21472         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
21473         it's obsolete.
21474         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
21475
21476 2006-06-28  Derek R. Price  <derek@ximbiot.com>
21477
21478         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
21479         Autoconf 2.60 says this stuff was obsolete.
21480
21481 2006-06-28  Bruno Haible  <bruno@clisp.org>
21482
21483         * modules/wcwidth (Files): Add m4/wchar_t.m4.
21484
21485 2006-06-28  Bruno Haible  <bruno@clisp.org>
21486
21487         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
21488         gt_TYPE_WCHAR_T.
21489
21490 2006-06-28  Bruno Haible  <bruno@clisp.org>
21491
21492         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
21493         declaration for wcwidth.
21494         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
21495
21496 2006-06-28  Bruno Haible  <bruno@clisp.org>
21497
21498         * lib/mkdtemp.c [MINGW]: Include <io.h>.
21499         (mkdir): Define using _mkdir.
21500
21501 2006-06-28  Bruno Haible  <bruno@clisp.org>
21502
21503         * lib/getaddrinfo.h: Fix POSIX URL.
21504         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
21505         _WIN32.
21506         (use_win32_p): Make static.
21507         (getaddrinfo): Reject service name if it is empty or does not consist
21508         solely of decimal digits, or if its value is > 65535.
21509         (getnameinfo): Remove useless casts.
21510
21511 2006-06-27  Simon Josefsson  <jas@extundo.com>
21512
21513         * modules/sys_select: New file, suggested by Bruno Haible, Paul
21514         Eggert and Martin Lambers.
21515
21516 2006-06-27  Simon Josefsson  <jas@extundo.com>
21517
21518         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
21519         Eggert and Martin Lambers.
21520
21521 2006-06-27  Bruno Haible  <bruno@clisp.org>
21522
21523         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
21524         result to 0, not to empty.
21525         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
21526
21527 2006-06-27  Bruno Haible  <bruno@clisp.org>
21528
21529         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
21530
21531 2006-06-26  Simon Josefsson  <jas@extundo.com>
21532
21533         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
21534         present.
21535
21536 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
21537
21538         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
21539         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
21540         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
21541
21542 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
21543
21544         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
21545
21546 2006-06-26  Bruno Haible  <bruno@clisp.org>
21547
21548         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
21549
21550 2006-06-26  Bruno Haible  <bruno@clisp.org>
21551
21552         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
21553
21554 2006-06-26  Bruno Haible  <bruno@clisp.org>
21555
21556         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
21557         SGI C compiler in pre-C99 mode.
21558         Suggested by Mark D. Baushke and Larry Jones.
21559
21560 2006-06-26  Bruno Haible  <bruno@clisp.org>
21561
21562         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
21563         WCHAR_MAX.
21564         Reported by Mark D. Baushke and Larry Jones.
21565
21566 2006-06-26  Bruno Haible  <bruno@clisp.org>
21567
21568         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
21569         in pre-C99 mode.
21570         Suggested by Mark D. Baushke and Larry Jones.
21571
21572 2006-06-23  Simon Josefsson  <jas@extundo.com>
21573             Bruno Haible  <bruno@clisp.org>
21574
21575         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
21576         Emit mostlyclean-local rule.
21577         (func_emit_tests_Makefile_am): Likewise.
21578         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
21579
21580 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
21581
21582         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
21583
21584 2006-06-23  Bruno Haible  <bruno@clisp.org>
21585
21586         * tests/test-stdint.c: Update to match ISO C 99 Technical
21587         Corrigendum 1.
21588
21589 2006-06-23  Bruno Haible  <bruno@clisp.org>
21590
21591         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
21592
21593 2006-06-23  Bruno Haible  <bruno@clisp.org>
21594
21595         * lib/stdint_.h: Treat IRIX like OpenBSD.
21596
21597 2006-06-23  Bruno Haible  <bruno@clisp.org>
21598
21599         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
21600         ISO C 99 Technical Corrigendum 1.
21601
21602 2006-06-22  Simon Josefsson  <jas@extundo.com>
21603
21604         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
21605         MinGW.
21606
21607 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
21608
21609         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
21610         needed.  Some compiler complained about some of them.  Problem reported
21611         by Larry Jones in
21612         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
21613
21614 2006-06-21  Simon Josefsson  <jas@extundo.com>
21615
21616         * tests/test-getaddrinfo.c: New file.
21617
21618         * modules/getaddrinfo-tests: New file.
21619
21620         * MODULES.html.sh: Add inet_pton.
21621
21622         * modules/inet_pton: New file.
21623
21624 2006-06-21  Simon Josefsson  <jas@extundo.com>
21625
21626         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
21627         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
21628         of using the (limited) gnulib implementation on Windows XP.
21629
21630         * m4/inet_pton.m4: New file.
21631
21632 2006-06-21  Simon Josefsson  <jas@extundo.com>
21633
21634         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
21635         variable.
21636
21637         * lib/socket_.h: Don't define WINVER.
21638
21639         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
21640         slightly modified to work in gnulib.
21641
21642 2006-06-21  Simon Josefsson  <jas@extundo.com>
21643
21644         * doc/gnulib.texi (Windows sockets): Add.
21645
21646 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
21647
21648         * lib/read-file.c (fread_file): Start with buffer allocation of
21649         0 bytes rather than 1 byte; this simplifies the code.
21650         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
21651         code to free buffer and save/restore errno.
21652         (internal_read_file): Remove unused local.
21653
21654 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
21657         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
21658         Problem reported by Denis Excoffier in
21659         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
21660
21661 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21662
21663         * modules/sys_socket, modules/socklen: Include sys/types since
21664         FreeBSD 4.x's sys/socket.h needs it.
21665
21666 2006-06-19  Simon Josefsson  <jas@extundo.com>
21667
21668         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
21669
21670 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
21671
21672         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
21673
21674 2006-06-19  Bruno Haible  <bruno@clisp.org>
21675
21676         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
21677         and FULL_PATH_INTTYPES_H in angle brackets.
21678         Reported by Mark D. Baushke <mdb@gnu.org>.
21679
21680 2006-06-17  Eric Blake  <ebb9@byu.net>
21681
21682         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
21683         errno.
21684
21685 2006-06-17  Bruno Haible  <bruno@clisp.org>
21686
21687         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
21688         <sys/inttypes.h>.
21689
21690 2006-06-17  Bruno Haible  <bruno@clisp.org>
21691
21692         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
21693         whether errno is declared. Assume <errno.h> declares errno.
21694
21695 2006-06-17  Bruno Haible  <bruno@clisp.org>
21696
21697         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
21698
21699 2006-06-17  Bruno Haible  <bruno@clisp.org>
21700
21701         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
21702         problem on Solaris 2.5.1.
21703
21704 2006-06-16  Eric Blake  <ebb9@byu.net>
21705
21706         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
21707         * lib/unicodeio.c [!defined errno]: Likewise.
21708         * lib/strtol.c [!defined errno]: Likewise.
21709         * lib/strtod.c [!defined errno]: Likewise.
21710
21711 2006-06-15  Eric Blake  <ebb9@byu.net>
21712
21713         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
21714
21715 2006-06-15  Eric Blake  <ebb9@byu.net>
21716
21717         * config/srclist.txt (ssize_t.m4): Lose sync.
21718
21719 2006-06-15  Bruno Haible  <bruno@clisp.org>
21720
21721         * modules/stdint (Files): Include m4/full-header-path.m4,
21722         m4/size_max.m4, m4/wchar_t.m4.
21723         (Makefile.am): Many more substitutions.
21724         * modules/stdint-tests: New file.
21725         * tests/test-stdint.c: New file.
21726
21727 2006-06-15  Bruno Haible  <bruno@clisp.org>
21728
21729         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
21730         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
21731         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
21732         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
21733         gl_CHECK_TYPE_SAME): New macros.
21734
21735 2006-06-15  Bruno Haible  <bruno@clisp.org>
21736
21737         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
21738
21739 2006-06-15  Bruno Haible  <bruno@clisp.org>
21740
21741         * lib/stdint_.h: Rewritten to be fully auto-configured.
21742         Fixes bug on HP-UX/IA64.
21743
21744 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
21745
21746         * lib/getdate.y (__attribute__): Don't define if already defined.
21747         Problem reported by Larry Jones.
21748         * lib/utimens.c (__attribute__): Likewise.
21749
21750 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
21751
21752         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
21753         reported by Andreas Schwab.
21754
21755 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21756             Bruno Haible  <bruno@clisp.org>
21757
21758         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
21759         check for the declaration of strnlen and a run test that exposes the
21760         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
21761         rpl_strndup.
21762
21763 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21764             Bruno Haible  <bruno@clisp.org>
21765
21766         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
21767
21768 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21769
21770         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
21771         compile test, for Tru64 4.0D.
21772
21773 2006-05-28  Karl Berry  <karl@gnu.org>
21774
21775         * config/srclist.txt (printf-args.c): lose sync.
21776
21777 2006-05-26  Martin Lambers  <marlam@marlam.de>
21778
21779         * lib/getpass.c: Updates the test for the native W32 API, and adds
21780         missing includes, thus fixing compilation warnings.
21781
21782 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21783
21784         * lib/exclude.c (exclude_fnmatch): New function.
21785         (excluded_file_name): Call exclude_fnmatch.
21786         * lib/exclude.h (excluded_file_name): New prototype
21787
21788 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
21789
21790         * lib/tempname.c (small_open, large_open): New macros.
21791         (__open, __open64) [!_LIBC]: Remove.
21792         (__gen_tempname): Use small_open and large_open instead of __open
21793         and __open64.  This fixes a portability bug on HP-UX 11.11i
21794         reported by Simon Wing-Tang in
21795         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
21796
21797 2006-05-24  Bruno Haible  <bruno@clisp.org>
21798
21799         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
21800         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
21801         Reported by Thorsten Maerz <torte@netztorte.de> via
21802         Aaron Stone <aaron@serendipity.cx>.
21803
21804 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21805
21806         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
21807         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
21808         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
21809         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
21810         not really conditional on the cache.
21811         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
21812
21813 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
21814
21815         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
21816         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
21817         (my_usleep): Don't mishandle maximum value.
21818
21819 2006-05-19  Jim Meyering  <jim@meyering.net>
21820
21821         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
21822
21823 2006-05-17  Bruno Haible  <bruno@clisp.org>
21824
21825         Cygwin portability.
21826         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
21827
21828 2006-05-17  Bruno Haible  <bruno@clisp.org>
21829
21830         * lib/stdint_.h: Fix recognition of Cygwin.
21831
21832 2006-05-15  Bruno Haible  <bruno@clisp.org>
21833
21834         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
21835         on libtool patch by Ralf Wildenhues.
21836
21837 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
21838
21839         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
21840         test for C99 conformance; (bool) 0.5 is an integer constant
21841         expression, but (bool) -0.5 is not.  Problem reported by Fedor
21842         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
21843
21844 2006-05-11  Simon Josefsson  <jas@extundo.com>
21845
21846         * m4/xvasprintf.m4: Fix obvious typo.
21847
21848 2006-05-11  Jim Meyering  <jim@meyering.net>
21849
21850         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
21851         James Lemley.
21852
21853 2006-05-10  Simon Josefsson  <jas@extundo.com>
21854
21855         * lib/md4.c: Typo fix, update copyright years.
21856         (K1, K2): Don't use L because it turn computations into 64-bit on
21857         64-bit platforms.
21858
21859 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
21862         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
21863         unwanted sign propagation, e.g., on hosts with 64-bit int.
21864         There still are some problems with reeelly weird theoretical hosts
21865         (e.g., 33-bit int) but it's not worth worrying about now.
21866         * lib/sha1.c (rol): Likewise.
21867         (K1, K2, K3, K4): Remove unnecessary L suffix.
21868
21869 2006-05-10  Bruno Haible  <bruno@clisp.org>
21870
21871         * lib/des.c: Cast to avoid warnings.
21872
21873 2006-05-09  Bruno Haible  <bruno@clisp.org>
21874
21875         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
21876         (Depends-on): Depend also on xsize, stdarg.
21877         (configure.ac): Add gl_XVASPRINTF.
21878
21879 2006-05-09  Bruno Haible  <bruno@clisp.org>
21880
21881         * m4/xvasprintf.m4: New file.
21882
21883 2006-05-09  Bruno Haible  <bruno@clisp.org>
21884
21885         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
21886         (EOVERFLOW): Define fallback value.
21887         (xstrcat): New function.
21888         (xvasprintf): Recognize the special case of a string concatenation.
21889
21890 2006-05-08  Eric Blake  <ebb9@byu.net>
21891
21892         * gnulib-tool (func_version): Base copyright year on CVS date.
21893         (func_emit_copyright_notice): New function.
21894         (func_emit_lib_Makefile_am): Use it.
21895         (func_emit_tests_Makefile_am): Likewise.
21896         (func_import): Likewise.
21897
21898 2006-05-08  Bruno Haible  <bruno@clisp.org>
21899
21900         * modules/stdarg: New file.
21901         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
21902
21903 2006-05-08  Bruno Haible  <bruno@clisp.org>
21904
21905         * m4/stdarg.m4: New file, from GNU gettext.
21906
21907 2006-05-08  Bruno Haible  <bruno@clisp.org>
21908
21909         * config/srclist.txt (build-aux/config.rpath): different from latest
21910         release.
21911
21912 2006-05-08  Bruno Haible  <bruno@clisp.org>
21913
21914         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
21915
21916 2006-05-05  Jim Meyering  <jim@meyering.net>
21917
21918         * m4/warning.m4: New file, derived from bison's file by the same name.
21919
21920 2006-05-03  Bruno Haible  <bruno@clisp.org>
21921
21922         * lib/stdint_.h: Shorter URL.
21923         * lib/inttypes.h: Likewise.
21924
21925 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21926
21927         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
21928
21929 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21930
21931         * lib/verify.h: Document the internals better.  Most of this change
21932         was written by Bruno Haible.
21933
21934 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
21935
21936         * doc/verify.texi: New file, partly based on a proposal by
21937         Bruno Haible.
21938
21939 2006-05-02  Bruno Haible  <bruno@clisp.org>
21940
21941         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
21942         test from here...
21943         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
21944
21945 2006-04-29  Bruno Haible  <bruno@clisp.org>
21946
21947         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
21948         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
21949
21950 2006-04-29  Bruno Haible  <bruno@clisp.org>
21951
21952         * gnulib-tool: Make --update option actually work.
21953
21954 2006-04-29  Bruno Haible  <bruno@clisp.org>
21955
21956         * doc/gcd.texi: New file.
21957         * doc/gnulib.texi: Include it.
21958
21959 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
21960
21961         * lib/getdate.y (get_date): When adding relative date, start with the
21962         initial time, not with the result of the first mktime call.
21963
21964 2006-04-25  Bruno Haible  <bruno@clisp.org>
21965
21966         * gnulib-tool (func_import): Output the include directives in three
21967         blocks, sorted separately.
21968         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21969
21970 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21971
21972         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
21973         to define main with arguments, for C++.  Reported by Eric Blake.
21974         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
21975         Prefer 'int main ()' to 'int main (void)', for C++.
21976         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
21977         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
21978         for 'main', for C99 and C++.
21979
21980 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
21981
21982         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
21983         Don't assume that exit status -1 is valid.
21984         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21985         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
21986         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
21987         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
21988         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
21989         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
21990         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
21991         functions can be used without declaring them, or that you can
21992         exit with status -1.
21993         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
21994
21995 2006-04-24  Karl Berry  <karl@gnu.org>
21996
21997         * config/srclist.txt (longdouble.m4): sync lost.
21998
21999 2006-04-24  Eric Blake  <ebb9@byu.net>
22000
22001         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
22002
22003 2006-04-24  Bruno Haible  <bruno@clisp.org>
22004
22005         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
22006         poll() implementation in AIX.
22007         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22008
22009 2006-04-24  Bruno Haible  <bruno@clisp.org>
22010
22011         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
22012         assigned exactly once.
22013
22014 2006-04-23  Claudio Fontana  <claudio@gnu.org>
22015             Bruno Haible  <bruno@clisp.org>
22016
22017         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
22018         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
22019         for AM_CPPFLAGS.
22020
22021 2006-04-23  Bruno Haible  <bruno@clisp.org>
22022
22023         * modules/copy-file: Depend on unistd.
22024         * modules/execute: Likewise.
22025         * modules/fatal-signal: Likewise.
22026         * modules/findprog: Likewise.
22027         * modules/mkdtemp : Likewise.
22028         * modules/pipe: Likewise.
22029         * modules/wait-process: Likewise.
22030
22031 2006-04-23  Bruno Haible  <bruno@clisp.org>
22032
22033         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
22034         condition was already detected.
22035         Reported by Ben Pfaff <blp@cs.stanford.edu>.
22036
22037 2006-04-23  Bruno Haible  <bruno@clisp.org>
22038
22039         * lib/copy-file.c: Include <unistd.h> unconditionally.
22040         * lib/execute.c: Likewise.
22041         * lib/fatal-signal.c: Likewise.
22042         * lib/findprog.c: Likewise.
22043         * lib/mkdtemp.c: Likewise.
22044         * lib/pipe.h: Likewise.
22045         * lib/pipe.c: Likewise.
22046         * lib/wait-process.h: Likewise.
22047
22048 2006-04-23  Bruno Haible  <bruno@clisp.org>
22049
22050         * gnulib-tool (func_usage): Fix --import description. Document
22051         --update.
22052         (func_import): Create temporary file in a temporary directory, if
22053         --dry-run is specified. Silence errors from 'grep' when there are no
22054         m4 files in $m4dir.
22055         (func_create_testdir): Silence errors from 'grep' when there are no
22056         m4 files in $m4dir.
22057         Reported by Karl Berry <karl@freefriends.org>.
22058
22059 2006-04-20  Bruno Haible  <bruno@clisp.org>
22060
22061         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
22062         one argument, so that the code will be portable to Autoconf 2.60.
22063         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
22064         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
22065         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
22066
22067 2006-04-19  Derek Price  <derek@ximbiot.com>
22068             Eric Blake  <ebb9@byu.net>
22069
22070         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
22071         rather than "/full/path.h".  Update comment to match.  Shorten &
22072         generalize m4_translit call via AS_TR_CPP.
22073
22074 2006-04-19  Derek Price  <derek@ximbiot.com>
22075             Eric Blake  <ebb9@byu.net>
22076
22077         * lib/inttypes.h: Correct grammar in comment.
22078
22079 2006-04-18  Derek Price  <derek@ximbiot.com>
22080             Paul Eggert  <eggert@cs.ucla.edu>
22081
22082         * modules/inttypes: New file.
22083         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
22084
22085 2006-04-18  Derek Price  <derek@ximbiot.com>
22086             Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
22089         New files.
22090
22091 2006-04-18  Derek Price  <derek@ximbiot.com>
22092             Paul Eggert  <eggert@cs.ucla.edu>
22093
22094         * lib/inttypes.h: New file.
22095         * lib/strtoimax.c: Assume <inttypes.h>.
22096
22097 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
22100         isn't mounted.  Problem reported by Kir Kolyshkin.
22101
22102 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
22105         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
22106         Derek R. Price.
22107         * lib/regex.h (RE_DUP_MAX): Update comment to match current
22108         implementation.
22109
22110 2006-04-12  Eric Blake  <ebb9@byu.net>
22111
22112         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
22113         is now done automatically by the corresponding Autoconf macro.
22114
22115 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
22116
22117         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
22118         time_r.h.
22119
22120 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22121
22122         Merge regex changes from libc, removing some of our
22123         POSIX-conformance changes that were rejected and redoing them in a
22124         less-intrusive way.
22125
22126         * lib/regcomp.c (re_compile_internal, init_dfa):
22127         Length arg is now size_t, not Idx.  All uses changed.
22128         (peek_token): Forward decl now says internal_function.
22129         (__re_error_msgid, __re_error_msgid_idx):
22130         Now static rather than extern with attribute_hidden.
22131         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
22132         For some reason libc prefers K&R style defns for external functions.
22133         (regerror) [!defined _LIBC]: Likewise.
22134         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
22135         (seek_collating_symbol_entry, lookup_collation_sequence_value):
22136         (build_range_exp, build_collating_symbol):
22137         Use K&R-style defn.
22138         (re_compile_fastmap): Use '\0' to memset, not 0.
22139         (utf8_sb_map): Make the calculations more obvious.
22140         (init_dfa, parse_bracket_exp, build_charclass_op):
22141         Call calloc and cast result, as glibc does.
22142         (init_word_char, fetch_token, peek_token, peek_token_bracket):
22143         (build_range_exp, build_collating_symbol):
22144         Now internal functions.
22145
22146         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
22147
22148         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
22149         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
22150         Don't depend on VMS; depend on __VMS instead, for POSIX
22151         namespace cleanness.
22152         (regoff_t): Define to ssize_t, not long int.
22153
22154         Remove the REG_ macros named below.  Instead, make the old names
22155         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
22156         __USE_GNU_REGEX.
22157         (REG_BACKSLASH_ESCAPE_IN_LISTS):
22158         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
22159         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
22160         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
22161         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
22162         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
22163         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
22164         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
22165         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
22166         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
22167         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
22168         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
22169         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
22170         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
22171         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
22172         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
22173         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
22174         (REG_NREGS):
22175         Remove.  All uses replaced by the old RE_* names.
22176         (RE_BACKSLASH_ESCAPE_IN_LISTS):
22177         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
22178         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
22179         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
22180         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
22181         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
22182         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
22183         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
22184         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
22185         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
22186         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
22187         Don't bother having these macros be independent of each others'
22188         values, since they no longer exist in the POSIX name space.
22189
22190         Rename the following member names back to their old names,
22191         unless !__USE_GNU_REGEX.  All uses changed back.
22192         (buffer): Renamed from re_buffer.
22193         (allocated): Renamed from re_allocated.
22194         (used): Renamed from re_used.
22195         (syntax): Renamed from re_syntax.
22196         (fastmap): Renamed from re_fastmap.
22197         (translate): Renamed from re_translate.
22198         (can_be_null): Renamed from re_can_be_null.
22199         (regs_allocated): Renamed from re_regs_allocated.
22200         (fastmap_accurate): Renamed from re_fastmap_accurate.
22201         (no_sub): Renamed from re_no_sub.
22202         (not_bol): Renamed from re_not_bol.
22203         (not_eol): Renamed from re_not_eol.
22204         (newline_anchor): Renamed from re_newline_anchor.
22205         (num_regs): Renamed from rm_num_regs.
22206         (start): Renamed from rm_start.
22207         (end): Renamed from rm_end.
22208
22209         (free_state): Move up a bit.
22210
22211         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
22212         #define to be empty.
22213         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
22214         when that is what is intended.
22215         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
22216         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
22217         (MAX): New macro.
22218         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
22219         All uses changed back to re_malloc, etc.  It's now the caller's
22220         responsibility to check for overflow; all callers changed.
22221         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
22222         (re_x2nrealloc): Remove.
22223         (free_state): Remove decl.
22224
22225         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
22226         (re_set_registers, re_exec):
22227         Use K&R-style defn.
22228
22229         2006-01-31  Roland McGrath  <roland@redhat.com>
22230
22231         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
22232         Reported by Mike Frysinger <vapier@gentoo.org>.
22233
22234         2006-01-15  Andreas Jaeger  <aj@suse.de>
22235
22236         [BZ #1950]
22237         * lib/regex_internal.c (re_string_reconstruct): Adjust for
22238         build_wcs_upper_buffer change.
22239         (build_wcs_upper_buffer): Change return type.
22240
22241         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
22242
22243         * lib/regex_internal.h: Include <stdint.h> if available.
22244
22245         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
22246
22247         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
22248
22249         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
22250
22251         * lib/regcomp.c: Adjust for changed secondary hash function.
22252
22253         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
22254
22255         * lib/regex.h: Pretty printing.
22256         Clean up namespace a bit.
22257
22258         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
22259
22260         * lib/regexec.c (update_cur_sifted_state, check_arrival,
22261         check_arrival_add_next_nodes): Avoid using uninitialized variable.
22262
22263         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22264                     Ulrich Drepper  <drepper@redhat.com>
22265
22266         [BZ #1302]
22267         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
22268         changed.
22269         (bitset_word_t): Renamed from bitset_word.  All uses changed.
22270
22271         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
22272
22273         [BZ #281]
22274         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
22275         * lib/regcomp.c: Remove unnecessary uses of
22276         unsigned RE_TRANSLATE_TYPE.
22277         * lib/regex_internal.h: Likewise.
22278         * lib/regex_internal.c: Likewise.
22279         * lib/regexec.c: Likewise.
22280         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
22281
22282         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
22283
22284         * lib/regexec.c (find_recover_state): Remove unnecessary
22285         initialization.
22286         (transit_state_bkref): Make DFA a const pointer.
22287         (get_subexp): Likewise.
22288         (check_arrival): Likewise.
22289         (update_cur_sifted_state): Likewise.
22290         (re_search_internal): Likewise.
22291         (prune_impossible_nodes): Likewise.
22292         (acquire_init_state_context): Likewise.
22293         (proceed_next_node): Likewise.
22294         (set_regs): Likewise.
22295         (free_fail_stack_return): Likewise.
22296         (check_arrival_expand_ecl): Mark DFA parameter as const.
22297         (check_arrival_expand_ecl_sub): Likewise.
22298         (check_subexp_limits): Likewise.
22299         (sub_epsilon_src_nodes):  Likewise.
22300         (add_epsilon_src_nodes):  Likewise.
22301         (merge_state_array): Likewise.
22302         (update_regs): Likewise.
22303         (build_trtable): Likewise.
22304         (sift_states_backward): Mark MCTX parameter as const.
22305         (build_sifted_states): Likewise.
22306         (update_cur_sifted_state): Likewise.
22307         (sift_states_mkref): Likewise.
22308         (check_arrival_expand_ecl): Mark eclosure as const.
22309         (check_dst_limits_calc_pos_1): Likewise.
22310         * lib/regex_internal.h (re_match_context_t): Make dfa a const
22311         pointer.
22312
22313         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
22314
22315         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
22316         (transit_state_sb): Likewise.
22317         (transit_state_mb): Likewise.
22318         (sift_states_iter_mb): Likewise.
22319         (check_arrival_add_next_nodes): Likewise.
22320         (check_node_accept_bytes): Change first parameter to pointer-to-const.
22321         [_LIBC] (re_search_2_stub): Use mempcpy.
22322
22323         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
22324         mbrtowc for very simple UTF-8 case.
22325
22326         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
22327         a pointer-to-const.
22328         (re_acquire_state_context): Likewise.
22329         * lib/regex_internal.h: Adjust prototypes.
22330
22331         * lib/regex.c: Prevent using C++ compilers.
22332
22333         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
22334         (re_acquire_state_context): Likewise.
22335
22336 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22337
22338         * modules/regex (Depends-on): Add ssize_t.
22339
22340 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22341
22342         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
22343         translation table.
22344
22345 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
22346
22347         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
22348
22349 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
22350             Bruno Haible  <bruno@clisp.org>
22351
22352         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
22353         <sys/types.h> and <inttypes.h>.
22354
22355 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22356
22357         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
22358         `__error_t_defined', so argp.h will not typedef the former.
22359
22360 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
22363         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
22364         glibc names.  Even if glibc is changed to conform to POSIX, the
22365         traditional names will be available anyway, since regex depends on
22366         the extensions module.  Also, fix a longstanding typo in the
22367         implementation of Spencer ERE test #75 from grep 2.3.  Problems
22368         reported by Emanuele Giaquinta.  Also, change sense of cached
22369         variable, so that the message makes sense.
22370
22371 2006-03-24  Simon Josefsson  <jas@extundo.com>
22372
22373         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
22374         including some doc fixes.
22375         (base64_encode_alloc): Fix +1 bug on allocation failures.
22376
22377 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22378
22379         * lib/base64.c (base64_encode): Do not read past end of array with
22380         unsanitized input on systems with CHAR_BIT > 8.
22381
22382 2006-03-24  Eric Blake  <ebb9@byu.net>
22383
22384         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
22385
22386 2006-03-22  Karl Berry  <karl@gnu.org>
22387
22388         * config/srclist.txt (*setenv.[ch]): get from coreutils.
22389         * config/srclistvars.sh (COREUTILS): new var.
22390
22391 2006-03-17  Jim Meyering  <jim@meyering.net>
22392
22393         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
22394         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
22395
22396 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22397
22398         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
22399         no longer needs it.  Instead, check that regoff_t is as least
22400         as wide as ptrdiff_t.
22401
22402         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
22403         so that our regex.h stays compatible with the installed regex.
22404         This is helpful for installers who configure --without-included-regex.
22405         Problem reported by Emanuele Giaquinta.
22406
22407 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
22408
22409         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
22410         Typedef to long int, not to off_, as POSIX will likely change
22411         in that direction.
22412
22413 2006-03-15  Eric Blake  <ebb9@byu.net>
22414
22415         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
22416
22417 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22418
22419         * lib/argp-help.c (validate_uparams): Fix typo
22420         * lib/argp-parse.c (argp_default_options): Consistently begin help
22421         messages with a lowercase letter.
22422
22423 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
22424
22425         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
22426         overrun buffers and shouldn't be used (much as gets shouldn't be
22427         used).
22428         * lib/time_r.c (asctime_r, ctime_r): Likewise.
22429
22430 2006-03-08  Simon Josefsson  <jas@extundo.com>
22431
22432         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
22433         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22434
22435 2006-03-08  Simon Josefsson  <jas@extundo.com>
22436
22437         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
22438         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22439
22440 2006-03-08  Simon Josefsson  <jas@extundo.com>
22441
22442         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
22443         signal that configure disabled the device.
22444
22445 2006-03-08  Simon Josefsson  <jas@extundo.com>
22446
22447         * build-aux/maint.mk: Fix refresh-po, to handle no translated
22448         languages.
22449
22450 2006-03-07  Simon Josefsson  <jas@extundo.com>
22451
22452         * modules/getopt (Depends-on): Add unistd.
22453
22454         * modules/unistd: New file.
22455
22456 2006-03-07  Simon Josefsson  <jas@extundo.com>
22457
22458         * modules/gc-random: New file.
22459
22460 2006-03-07  Simon Josefsson  <jas@extundo.com>
22461
22462         * m4/unistd_h.m4: New file.
22463
22464 2006-03-07  Simon Josefsson  <jas@extundo.com>
22465
22466         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
22467         test to be side-effect free by storing the result in the cache
22468         variable gl_cv_lib_readline, and moving the assignment of
22469         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
22470         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22471
22472 2006-03-07  Simon Josefsson  <jas@extundo.com>
22473
22474         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
22475         error on missing devices (the functions will return an error).
22476
22477         * m4/gc.m4: Move random stuff to gc-random.m4
22478
22479 2006-03-07  Simon Josefsson  <jas@extundo.com>
22480
22481         * lib/unistd_.h: New file.
22482
22483 2006-03-07  Simon Josefsson  <jas@extundo.com>
22484
22485         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
22486
22487 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22488
22489         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
22490         Problem reported by Juan Manuel Guerrero.
22491
22492 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22493
22494         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
22495         the unistd module.
22496         * lib/getlogin_r.c: Likewise.
22497         * lib/getlogin_r.h: Likewise.
22498         * lib/glob.c: Likewise.
22499         * lib/pagealign_alloc.c: Likewise.
22500         * lib/unistd_.h: Remove; no longer needed.
22501
22502 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
22503
22504         * MODULES.html.sh (Support for systems lacking POSIX:2001):
22505         Add unistd.
22506         * modules/c-stack (Depends-on): Add unistd.
22507         * modules/getlogin_r: Likewise.
22508         * modules/glob: Likewise.
22509         * modules/pagealign_alloc: Likewise.
22510         * modules/unistd (Files): Remove lib/unistd_.h.
22511         (EXTRA_DIST): Remove.
22512         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
22513         need unistd_.h.
22514         (MOSTLYCLEANFILES): Remove unistd.h-t.
22515
22516 2006-03-03  Simon Josefsson  <jas@extundo.com>
22517
22518         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
22519
22520 2006-03-03  Simon Josefsson  <jas@extundo.com>
22521
22522         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
22523         libidn and bison.
22524
22525 2006-03-03  Simon Josefsson  <jas@extundo.com>
22526
22527         * build-aux/maint.mk: Add indent target.
22528
22529 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
22530
22531         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
22532         our replacement poll.h in any case, to avoid a differing
22533         declaration from a system header.  Seen on AIX.
22534
22535 2006-03-01  Simon Josefsson  <jas@extundo.com>
22536
22537         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
22538         <kasal@ucw.cz>.
22539
22540 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22541
22542         * modules/gettime (Depends-on): Add extensions module.
22543         * modules/nanosleep (Depends-on): Likewise.
22544         * modules/settime (Depends-on): Likewise.
22545
22546 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22547
22548         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
22549         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
22550         pedantically.
22551         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
22552         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
22553
22554         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
22555         not "==".  Reported by Ralf Wildenhues.
22556
22557 2006-03-01  Karl Berry  <karl@gnu.org>
22558
22559         * doc/Copyright/request-*: new files, synced from gnuorg.
22560
22561 2006-03-01  Karl Berry  <karl@gnu.org>
22562
22563         * config/srclist.txt (Copyright/*): new entries.
22564
22565 2006-02-28  Simon Josefsson  <jas@extundo.com>
22566
22567         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
22568
22569 2006-02-27  Simon Josefsson  <jas@extundo.com>
22570
22571         * lib/base64.h: Indent #define's.  From Jim Meyering
22572         <jim@meyering.net>.
22573
22574 2006-02-27  Jim Meyering  <jim@meyering.net>
22575
22576         Revert the change of 2006-02-24, so these files can continue
22577         to be sync'd from gettext.
22578         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
22579         of `config.h'.
22580
22581 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
22582
22583         * modules/intprops: New file.
22584         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
22585         Add intprops.
22586         * modules/getloadavg (Files): Remove lib/intprops.h.
22587         (Depends-on): Add intprops.
22588         * modules/human: Likewise.
22589         * modules/inttostr: Likewise.
22590         * modules/openat: Likewise.
22591         * modules/sig2str: Likewise.
22592         * modules/userspec: Likewise.
22593         * modules/utimecmp: Likewise.
22594         * modules/xnanosleep: Likewise.
22595         * modules/xstrtol: Likewise.
22596
22597 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
22598
22599         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
22600         * modules/lock-tests (TESTS): Use $(EXEEXT).
22601         * modules/tls-tests: Likewise.
22602         * modules/argp-tests: Likewise.
22603         (check_PROGRAMS): New var, replacing...
22604         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
22605
22606 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22607
22608         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
22609         `config.h'.
22610
22611 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22612
22613         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
22614
22615 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22616
22617         Sync from coreutils.
22618         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
22619         gl_CHDIR_SAFER.
22620
22621 2006-02-22  Jim Meyering  <jim@meyering.net>
22622
22623         Sync from coreutils.
22624         * m4/chdir-safer.m4: New file.
22625
22626 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
22627
22628         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
22629         AT_FDCWD exceeds INT_MAX.
22630         * lib/openat.h (AT_FDCWD): Likewise.
22631
22632 2006-02-17  Eric Blake  <address@hidden>
22633
22634         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
22635
22636 2006-02-16  Simon Josefsson  <jas@extundo.com>
22637
22638         * modules/getaddrinfo (Depends-on): Add sys_socket.
22639
22640 2006-02-15  Simon Josefsson  <jas@extundo.com>
22641
22642         * build-aux/maint.mk: Add dsyntax-check rule.
22643
22644 2006-02-15  Eric Blake  <ebb9@byu.net>
22645
22646         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
22647         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
22648         'present but cannot compile' warnings on cygwin.
22649         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
22650         use ws2tcpip.h if sys/socket.h works.
22651         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
22652         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
22653
22654 2006-02-14  Simon Josefsson  <jas@extundo.com>
22655
22656         * modules/maintainer-makefile (Files): Rename.
22657
22658         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
22659         and (the local) Makefile.cfg to maint-cfg.mk.
22660
22661         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
22662         to the latter.
22663
22664         * modules/maintainer-makefile: New module.
22665
22666         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
22667         severaly stripped to make it possible to build it up from scratch
22668         with reliable tests.
22669
22670         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
22671         fixes to permit overriding the default actions when configure and
22672         makefile are not available.
22673
22674 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
22675
22676         Sync from coreutils.
22677         * modules/lstat (Depends-on): Don't depend on xalloc.
22678         (License): Change from GPL to LGPL, since this is now simply a
22679         replacement for a libc function.
22680
22681 2006-02-14  Jim Meyering  <jim@meyering.net>
22682
22683         Sync from coreutils.
22684
22685         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
22686         failure on deficient systems, and simplify gnulib lgpl dependencies.
22687         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
22688         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
22689
22690         * lib/xalloc-die.c: Remove unused definition of N_.
22691
22692 2006-02-14  Jim Meyering  <jim@meyering.net>
22693
22694         Sync from coreutils.
22695         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
22696         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
22697         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
22698         double-quote uses of that variable, to accommodate the rare case in
22699         which getmntent is available in none of the libraries checked.  This
22700         happens at least on FreeBSD 5.0.
22701
22702 2006-02-13  Simon Josefsson  <jas@extundo.com>
22703
22704         * gnulib-tool (Usage): Fix --import, from
22705         karl@freefriends.org (Karl Berry).
22706
22707 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
22708
22709         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
22710
22711 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
22712
22713         * lib/argp-namefrob.h: Restore changes accidentally lost during the
22714         "autoupdate" on 2005-12-12.
22715
22716 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22717
22718         * modules/closeout (Depends-on): Remove atexit.
22719
22720 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
22721
22722         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
22723         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
22724
22725 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
22726
22727         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
22728         __EXTENSIONS__ if this causes compilation to fail.  Problem
22729         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
22730         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
22731
22732 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
22733
22734         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
22735         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
22736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
22737         All uses changed.
22738
22739 2006-01-26  Simon Josefsson  <jas@extundo.com>
22740
22741         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
22742         prototype is visible on mingw32.
22743
22744         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
22745         for mingw32.
22746
22747         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
22748         mingw32).
22749
22750 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
22751
22752         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
22753         attempt to open for write; this always fails, at least on POSIX
22754         hosts.  This reinstates the 2006-01-09 change, which was
22755         inadvertently removed.
22756
22757 2006-01-26  Bruno Haible  <bruno@clisp.org>
22758
22759         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
22760         Reported by Paul Eggert.
22761
22762 2006-01-26  Bruno Haible  <bruno@clisp.org>
22763             Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         * lib/stdbool_.h (_Bool)
22766         [(! (defined __cplusplus || defined __BEOS__)
22767           && !defined __GNUC__
22768           && !(defined __HP_cc || defined __xlc__
22769                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
22770                || defined __sgi))]:
22771         #define to signed char in these cases too; this simplifies
22772         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
22773         etc., separately) and makes it more conservative.
22774
22775 2006-01-25  Simon Josefsson  <jas@extundo.com>
22776
22777         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
22778         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
22779         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
22780
22781 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
22782
22783         * lib/argp-namefrob.h: Bugfix. Remove stray #
22784
22785 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
22786
22787         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
22788         so that we test the test.
22789         Check for yet another HP-UX cc bug involving *bool |= bool.
22790
22791 2006-01-25  Karl Berry  <karl@gnu.org>
22792
22793         * config/srclist.txt (vasnprintf.c): sync lost.
22794
22795 2006-01-25  Jim Meyering  <jim@meyering.net>
22796
22797         Sync from the stable (b5) branch of coreutils:
22798
22799         * lib/fts.c (fts_children): Don't let close() clobber errno from
22800         failed fchdir().
22801
22802         * lib/fts.c (fts_stat): When following a symlink-to-directory,
22803         don't necessarily interpret stat-fails+lstat-succeeds as indicating
22804         a dangling symlink.  That can also happen at least for ELOOP.
22805         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
22806         FYI, this bug predates the inclusion of fts.c in coreutils.
22807
22808         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
22809         in their own block, so pre-c99 compilers don't object.
22810
22811         Avoid the double-free (first in fts_read, second in fts_close) that
22812         would occur when an `active' directory is made inaccessible (e.g.,
22813         via chmod a-x) during a traversal.
22814         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
22815         before returning.  Reproduce this failure by
22816         mkdir -p a/b; cd a; chmod a-x . b
22817         Reported by Stavros Passas.
22818
22819 2006-01-25  Jim Meyering  <jim@meyering.net>
22820
22821         * lib/fileblocks.c: Remove more useless parentheses.
22822         * lib/readutmp.h: Likewise.
22823
22824 2006-01-25  Bruno Haible  <bruno@clisp.org>
22825
22826         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
22827         warnings.
22828         Reported by Paul Eggert.
22829
22830 2006-01-25  Bruno Haible  <bruno@clisp.org>
22831
22832         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
22833         rid of a trap command. For Solaris sh.
22834         Reported by Mark D. Baushke <mdb@gnu.org>.
22835
22836 2006-01-24  Simon Josefsson  <jas@extundo.com>
22837
22838         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
22839         Bruno.
22840
22841 2006-01-24  Karl Berry  <karl@gnu.org>
22842
22843         * config/srclist.txt (argp-namefrob.h): sync lost.
22844
22845 2006-01-24  Jim Meyering  <jim@meyering.net>
22846
22847         * modules/openat (Files): Add lib/intprops.h.
22848         From Mark D. Baushke.
22849
22850 2006-01-24  Jim Meyering  <jim@meyering.net>
22851
22852         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
22853         Reported by Mark D. Baushke.
22854
22855 2006-01-24  Jim Meyering  <jim@meyering.net>
22856
22857         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
22858
22859 2006-01-24  Bruno Haible  <bruno@clisp.org>
22860
22861         * modules/strnlen (Maintainer): Change from glibc to all.
22862
22863 2006-01-24  Bruno Haible  <bruno@clisp.org>
22864
22865         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
22866         Patch by Paul Eggert.
22867
22868 2006-01-24  Bruno Haible  <bruno@clisp.org>
22869
22870         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
22871         already has it.
22872         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
22873         2005-11-26.
22874
22875         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
22876         'signed char' to avoid problems with the built-in _Bool type.
22877         Reported by Paul Eggert on 2005-11-26.
22878
22879 2006-01-24  Bruno Haible  <bruno@clisp.org>
22880
22881         * gnulib-tool (func_import): Avoid constructing complicated sed
22882         expressions inside backquote.
22883         Report and solution by Mark D. Baushke <mdb@gnu.org>.
22884
22885 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
22886
22887         These changes imported from libc.
22888         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
22889         test and two separate function calls.
22890         * lib/strndup.c (__strndup): Add libc_hidden_def.
22891
22892 2006-01-23  Simon Josefsson  <jas@extundo.com>
22893
22894         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
22895         Remove the test_*_SOURCES variable: automake infers it by default.
22896         * modules/tls-tests: Likewise.
22897
22898 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22899
22900         Work around porting bugs reported by Dieter in
22901         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
22902         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
22903         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
22904         Include "getopt.h" first, to check interface.
22905         (getenv): Declare only if defined HAVE_DECL_GETENV &&
22906         !HAVE_DECL_GETENV.
22907         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
22908         (__strndup): Revert to K&R-style function dfns, the glibc style.
22909         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
22910         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
22911         Include strnlen.h first, to get prototype properly.
22912         (strnlen): Renamed from __strnlen.
22913         Remove weak alias.
22914
22915 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
22918
22919 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
22920
22921         * config/srclist.txt: Adjust to reflect glibc reorganization.
22922         This affects only comments.
22923
22924 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
22925
22926          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
22927          Reported by Bruce Korb <bkorb@gnu.org>.
22928
22929 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
22930
22931         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
22932         to pacify gcc -Wswitch-default.
22933
22934 2006-01-22  Bruno Haible  <bruno@clisp.org>
22935
22936         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
22937         temporary buffer for sprintf, take into account the precision also
22938         for 'd', 'i', 'u', 'o', 'x', 'X'.
22939
22940 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22941
22942         * modules/argp-tests: New module
22943         * tests/test-argp.c: New file
22944         * tests/test-argp-2.sh: New file
22945
22946 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
22947
22948         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
22949         (__argp_base_name): Removed
22950         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
22951         typo.
22952         (__argp_base_name): Provide macro definition or extern declaration
22953         depending on the configuration
22954
22955 2006-01-20  Simon Josefsson  <jas@extundo.com>
22956
22957         * modules/inet_ntop (Depends-on): Depend on sys_socket.
22958
22959 2006-01-20  Simon Josefsson  <jas@extundo.com>
22960
22961         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
22962
22963 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
22964
22965         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
22966         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
22967         Suggested by Bruno Haible.
22968
22969 2006-01-20  Karl Berry  <karl@gnu.org>
22970
22971         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
22972         until changes propagate, I guess.
22973
22974 2006-01-19  Simon Josefsson  <jas@extundo.com>
22975
22976         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
22977
22978 2006-01-19  Simon Josefsson  <jas@extundo.com>
22979
22980         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
22981
22982 2006-01-19  Simon Josefsson  <jas@extundo.com>
22983
22984         * gnulib-tool: Set check_PROGRAMS.
22985
22986         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
22987         modules/des-tests, modules/gc-arcfour-tests,
22988         modules/gc-arctwo-tests, modules/gc-des-tests,
22989         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
22990         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
22991         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
22992         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
22993         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
22994         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
22995         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
22996         test_*_SOURCES.
22997
22998 2006-01-18  Simon Josefsson  <jas@extundo.com>
22999
23000         * modules/socklen (Depends-on): Depend on sys_socket.
23001
23002 2006-01-18  Simon Josefsson  <jas@extundo.com>
23003
23004         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
23005         modules/des-tests, modules/gc-arcfour-tests,
23006         modules/gc-arctwo-tests, modules/gc-des-tests,
23007         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
23008         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
23009         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
23010         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
23011         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
23012         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
23013         $(EXEEXT) to automake TESTS variable, for mingw32.
23014
23015 2006-01-17  Simon Josefsson  <jas@extundo.com>
23016
23017         * modules/socklen (Include): Need sys/socket.h.
23018
23019 2006-01-17  Bruno Haible  <bruno@clisp.org>
23020
23021         * modules/ssize_t (Include): Add <sys/types.h>.
23022
23023 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
23024
23025         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
23026         it's not portable and it doesn't work with cross-compiles.
23027         Problem reported by Bruno Haible.  Fix missing-$ typo in
23028         'test "gl_cv_ignore_unused_libraries" ...' that prevented
23029         -zignore from being used with Sun's C compiler.
23030
23031 2006-01-12  Simon Josefsson  <jas@extundo.com>
23032
23033         * lib/base64.c: Fix warning, reported by Bruno Haible
23034         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
23035
23036 2006-01-12  Bruno Haible  <bruno@clisp.org>
23037
23038         * modules/ldd: New file.
23039         * build-aux/ldd.sh.in: New file.
23040         * MODULES.html.sh (Support for building libraries and executables): Add
23041         ldd.
23042
23043 2006-01-12  Bruno Haible  <bruno@clisp.org>
23044
23045         * m4/ldd.m4: New file.
23046
23047 2006-01-12  Bruno Haible  <bruno@clisp.org>
23048
23049         * gnulib-tool (func_import, func_create_testdir): Don't go into an
23050         endless loop while replacing $auxdir with build-aux.
23051
23052 2006-01-11  Simon Josefsson  <jas@extundo.com>
23053
23054         * lib/stdint_.h (SIZE_MAX): Add missing (.
23055
23056 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
23057
23058         Sync from coreutils.
23059         * lib/md5.c: Fix commentary typos.
23060         (alignof, UNALIGNED_P): No need for a GCC-specific version.
23061         * lib/md5.h (__attribute__): Remove; unused.
23062         * lib/sha1.c: Fix commentary to match md5 better.
23063         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
23064         so that we don't need to worry about alignment.  All uses changed.
23065         This merges the 2005-10-28 md5 change into sha1.
23066
23067 2006-01-11  Jim Meyering  <jim@meyering.net>
23068
23069         Sync from coreutils.
23070         * lib/md5.c (OP): Fix spacing.
23071
23072 2006-01-11  Bruno Haible  <bruno@clisp.org>
23073
23074         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23075         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
23076         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
23077
23078 2006-01-11  Bruno Haible  <bruno@clisp.org>
23079
23080         Ensure automatic ordering between gl_LOCK and gl_ARGP.
23081         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
23082         the "early" section as well.
23083
23084 2006-01-11  Bruno Haible  <bruno@clisp.org>
23085
23086         Avoid "ar: no archive members specified" error on MacOS X.
23087         * gnulib-tool (func_modules_add_dummy): New function.
23088         (func_import, func_create_testdir): Invoke it.
23089
23090 2006-01-11  Bruno Haible  <bruno@clisp.org>
23091
23092         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
23093         with $auxdir in AC_CONFIG_FILES statements.
23094
23095 2006-01-11  Bruno Haible  <bruno@clisp.org>
23096
23097         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
23098         Initialize also noinst_HEADERS to empty.
23099
23100 2006-01-11  Bruno Haible  <bruno@clisp.org>
23101
23102         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
23103         variables.
23104         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
23105         autoreconf.
23106
23107 2006-01-11  Bruno Haible  <bruno@clisp.org>
23108
23109         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
23110         overridable by the user.
23111         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23112
23113 2006-01-10  Simon Josefsson  <jas@extundo.com>
23114
23115         * modules/sys_socket: New file.
23116
23117 2006-01-10  Simon Josefsson  <jas@extundo.com>
23118
23119         * m4/sys_socket_h.m4: New file.
23120
23121 2006-01-10  Simon Josefsson  <jas@extundo.com>
23122
23123         * lib/socket_.h: New file.
23124
23125 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23126
23127         * modules/readutmp (Maintainer): Add myself.
23128
23129 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23130
23131         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
23132         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
23133         People who are still concerned with buggy memcmp implementations
23134         can invoke gl_FUNC_MEMCMP themselves.
23135
23136 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
23137
23138         * lib/regex_internal.h (BITSET_WORD_BITS):
23139         Work around a bug in 64-bit PGC (before version 6.1-2), where the
23140         preprocessor mishandles large unsigned values as if they were signed.
23141         Problem reported by Claudio Fontana in
23142         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
23143
23144 2006-01-10  Jim Meyering  <jim@meyering.net>
23145
23146         Avoid the double-free (first in fts_read, second in fts_close) that
23147         would occur when an `active' directory is made inaccessible (e.g.,
23148         via chmod a-x) during a traversal.
23149         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
23150         before returning.  Reproduce this failure by
23151         mkdir -p a/b; cd a; chmod a-x . b
23152         Reported by Stavros Passas.
23153
23154         Sync from coreutils.
23155         * lib/sha1.c: Tweak grammar in a comment.
23156
23157 2006-01-10  Jim Meyering  <jim@meyering.net>
23158
23159         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
23160         Patch by Joerg Sonnenberger.
23161
23162 2006-01-10  Bruno Haible  <bruno@clisp.org>
23163
23164         * modules/readutmp: Depend on module free.
23165         * modules/strtok_r: Depend on module restrict.
23166
23167 2006-01-10  Bruno Haible  <bruno@clisp.org>
23168
23169         * modules/gettext (configure.ac): Add an invocation of
23170         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
23171
23172 2006-01-10  Bruno Haible  <bruno@clisp.org>
23173
23174         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
23175         Reported by Werner Lemberg <wl@gnu.org>.
23176
23177 2006-01-10  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/localcharset.c: Update from GNU gettext.
23180
23181 2006-01-10  Bruno Haible  <bruno@clisp.org>
23182
23183         * lib/argp.h (__const): Remove macro. Use const instead.
23184         * lib/argp-fmtstream.h (__const): Likewise.
23185         * lib/glob_.h (__const): Remove macro.
23186         * lib/glob-libc.h: Use const instead of __const.
23187
23188 2006-01-10  Bruno Haible  <bruno@clisp.org>
23189
23190         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
23191         variable.
23192         Needed to avoid an automake error regarding the 'gettext' module.
23193
23194 2006-01-09  Simon Josefsson  <jas@extundo.com>
23195
23196         * modules/inet_ntop (Depends-on): Add restrict.
23197
23198 2006-01-09  Simon Josefsson  <jas@extundo.com>
23199
23200         * modules/gc-rijndael-tests (License): Put under LGPL.
23201
23202         * modules/gc-des-tests (License): Likewise.
23203
23204         * modules/gc-arcfour-tests (License): Likewise.
23205
23206         * modules/gc-arctwo-tests (License): Likewise.
23207
23208         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
23209
23210         * modules/gc-hmac-sha1-tests (Files): Likewise.
23211
23212         * modules/gc-hmac-md5-tests (License): Likewise.
23213
23214         * modules/gc-sha1-tests (License): Likewise.
23215
23216         * modules/gc-md5-tests (License): Likewise.
23217
23218         * modules/gc-md4-tests (License): Likewise.
23219
23220         * modules/gc-md2-tests (License): Likewise.
23221
23222         * modules/gc-tests (License): Likewise.
23223
23224         * modules/des-tests (License): Likewise.
23225
23226         * modules/md4-tests (License): Likewise.
23227
23228         * modules/md2-tests (License): Likewise.
23229
23230 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23231
23232         Sync from coreutils:
23233
23234         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
23235         * modules/lib-ignore: New file.
23236         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
23237         chdir-safer.m4, lchmod.m4.
23238         * modules/openat: Add mkdirat.c, openat-priv.h.
23239
23240 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23241
23242         Sync from coreutils.
23243         * m4/lib-ignore.m4: New file.
23244         * m4/lchmod.m4: New file.
23245
23246 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23247
23248         Sync from coreutils.
23249         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
23250         for write access: POSIX says that must fail.
23251         * lib/fts.c (diropen): Likewise.
23252         * lib/save-cwd.c (save_cwd): Likewise.
23253         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
23254         well, for minor improvements on hosts that lack O_DIRECTORY.
23255         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
23256         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
23257         Fall back on chown if open failed with EACCES.
23258
23259         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
23260         Report an error at compile-time if only a 1-second nominal clock
23261         resolution is found.
23262
23263         * lib/lchmod.h: New file.
23264         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
23265         (make_dir_parents): Use lchown rather than chown, and
23266         lchmod rather than chmod.
23267
23268         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
23269         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
23270         "proc" reported by n0dalus.
23271
23272         * lib/mountlist.c: Include <limits.h>.
23273         (dev_from_mount_options)
23274         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
23275         New function.  It no longer assumes "dev=" has the System V meaning
23276         on Linux (since it doesn't).  It also parses "dev=" more carefully.
23277         (read_file_system_list)
23278         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
23279         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
23280         dev= in that case.
23281
23282         * lib/posixtm.h (PDS_PRE_2000): New macro.
23283         * lib/posixtm.c (year): Arg is now syntax_bits rather than
23284         allow_century.  All usages changed.  Reject dates outside the range
23285         1969-1999 if PDS_PRE_2000 is used.
23286
23287 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
23288
23289         Sync from coreutils.
23290         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
23291         (Time of day items): Mention the possibility of leap seconds.
23292         Problem reported by Dr. David Alan Gilbert.
23293
23294 2006-01-09  Jim Meyering  <jim@meyering.net>
23295
23296         Sync from coreutils.
23297
23298         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
23299
23300         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
23301
23302         * lib/modechange.c (mode_compile): Reject an invalid mode string
23303         that starts with an octal digit.  From Andreas Gruenbacher.
23304
23305         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
23306         and dup to open_safer and dup_safer, respectively.
23307         (openat_permissive): Fix typo in comment.
23308
23309         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
23310         "gettext.h"; either no longer needed or are guaranteed by openat.h.
23311         (_): Remove; no longer needed.
23312         (openat): Renamed from rpl_openat; no need for rpl_openat
23313         since openat.h renames openat for us.
23314         Replace most of the body with a call to openat_permissive,
23315         to avoid duplicate code.
23316         Port to (probably hypothetical) environments were mode_t is
23317         wider than int.
23318         (openat_permissive): Require mode arg, so that we can check
23319         types better.  Put it just after flags.  Change cwd failure
23320         indicator from pointer-to-bool to pointer-to-errno-value.
23321         All callers changed.
23322         Invoke openat_save_fail and/or openat_restore_fail if
23323         cwd_errno is null, so that openat can call us.
23324         (openat_permissive, fdopendir, fstatat, unlinkat):
23325         Simplify errno handling to avoid some duplicate code,
23326         as it's OK to set errno on success.
23327         * lib/openat.h: Revamp code so that function macros depend on
23328         __OPENAT_PREFIX only, not also on AT_FDCWD.
23329         (openat_ro): Remove.  Caller changed to use openat_permissive.
23330         (openat_permissive): Now a macro, if not a function.
23331         (openat_restore_fail, openat_save_fail): Now always functions,
23332         since mkdirat needs them even if __OPENAT_PREFIX is defined.
23333
23334         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
23335         and openat.c.
23336         * lib/mkdirat.c: Include openat-priv.h.
23337         Remove definitions of macros defined therein.
23338         * lib/openat.c: Likewise.
23339
23340         * lib/mkdirat.c (mkdirat): New file and function.
23341         * lib/openat.h (mkdirat): Declare.
23342
23343         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
23344
23345         * lib/openat.h (openat_permissive): Declare.
23346         (openat_ro): Define.
23347
23348         * lib/openat.c (EXPECTED_ERRNO): New macro.
23349         (openat_permissive): New function -- used in remove.c rewrite.
23350         (all functions): Set errno just before returning, only if there
23351         was an actual failure.
23352         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
23353
23354         Emulate openat-family functions using Linux's procfs, if possible.
23355         Idea and some code based on Ulrich Drepper's glibc changes.
23356
23357         * lib/openat.c: (BUILD_PROC_NAME): New macro.
23358         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
23359         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
23360         before falling back on save_cwd and restore_cwd.
23361         (fdopendir, fstatat, unlinkat): Likewise.
23362
23363         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
23364         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
23365
23366         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
23367         as second argument to va_arg.  Otherwise, some versions of gcc
23368         warn that `if this code is reached, the program will abort'.
23369
23370 2006-01-09  Jim Meyering  <jim@meyering.net>
23371
23372         Sync from coreutils.
23373         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
23374         Require openat-priv.h.
23375
23376 2006-01-09  Bruno Haible  <bruno@clisp.org>
23377
23378         * modules/strnlen (Include): Use strnlen.h.
23379
23380 2006-01-09  Bruno Haible  <bruno@clisp.org>
23381
23382         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
23383
23384 2006-01-09  Bruno Haible  <bruno@clisp.org>
23385
23386         * lib/sysexit_.h (EX_OK): New macro.
23387         Suggested by Martin Lambers <marlam@marlam.de>.
23388
23389 2006-01-09  Bruno Haible  <bruno@clisp.org>
23390
23391         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
23392         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
23393
23394 2006-01-09  Bruno Haible  <bruno@clisp.org>
23395
23396         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
23397         numbers.
23398
23399 2006-01-09  Bruno Haible  <bruno@clisp.org>
23400
23401         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
23402         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
23403         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
23404         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
23405
23406 2006-01-09  Bruno Haible  <bruno@clisp.org>
23407
23408         * build-aux/javacomp.sh.in: New file, moved from lib/.
23409         * modules/javacomp-script (Files): Update.
23410         (configure.ac): Add AC_CONFIG_FILES invocation.
23411         (EXTRA_DIST): Remove variable.
23412
23413         * build-aux/javaexec.sh.in: New file, moved from lib/.
23414         * modules/javaexec (Files): Update.
23415         (configure.ac): Add AC_CONFIG_FILES invocation.
23416         (EXTRA_DIST): Remove javaexec.sh.in.
23417
23418         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
23419         * modules/csharpcomp-script (Files): Update.
23420         (configure.ac): Add AC_CONFIG_FILES invocation.
23421         (EXTRA_DIST): Remove variable.
23422
23423         * build-aux/csharpexec.sh.in: New file, moved from lib/.
23424         * modules/csharpexec (Files): Update.
23425         (configure.ac): Add AC_CONFIG_FILES invocation.
23426         (EXTRA_DIST): Remove csharpexec.sh.in.
23427
23428 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23429
23430         Sync from coreutils.
23431
23432         Add POSIX ACL support
23433         * lib/acl.h (copy_acl, set_acl): Add declarations.
23434         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
23435         systems other than Linux.
23436         (chmod_or_fchmod): New function: use fchmod when possible,
23437         and chmod otherwise.
23438         (file_has_acl): Add a POSIX ACL implementation, with a
23439         Linux-specific subcase.
23440         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
23441         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
23442         acls are unsupported.
23443         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
23444         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
23445         are unsupported.
23446
23447 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
23448
23449         Sync from coreutils.
23450         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
23451
23452 2006-01-07  Bruno Haible  <bruno@clisp.org>
23453
23454         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
23455         gl_EARLY.
23456
23457 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23458
23459         * lib/strftime.c (tzname): Don't declare if it is already #defined.
23460         Problem reported for Mingw by Mark Junker.
23461
23462 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
23463
23464         * README: Gnulib normally doesn't generate a tarball.
23465
23466 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
23467
23468         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
23469         long int, not int, for nanosecond counts, so that people who are
23470         used to POSIX struct timespec won't be surprised.  Reported by Jim
23471         Meyering.
23472
23473 2005-12-28  Bruno Haible  <bruno@clisp.org>
23474
23475         * build-aux/config.rpath: Update from GNU gettext.
23476
23477 2005-12-16  Jim Meyering  <jim@meyering.net>
23478
23479         * modules/fprintftime: New module.
23480         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
23481
23482 2005-12-16  Jim Meyering  <jim@meyering.net>
23483
23484         * m4/fprintftime.m4: New file.
23485
23486 2005-12-16  Jim Meyering  <jim@meyering.net>
23487
23488         * lib/fprintftime.c, lib/fprintftime.h: New files.
23489
23490 2005-12-15  Simon Josefsson  <jas@extundo.com>
23491
23492         * modules/socklen (configure.ac): Fix M4 macro name, to align with
23493         new m4/socklen.m4.
23494
23495 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23496
23497         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
23498         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
23499
23500 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
23501
23502         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
23503         * lib/argp-help.c (fill_in_uparams): Check if the constructed
23504         struct uparams is valid. Fall back to the default values if it is
23505         not.
23506
23507 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23508
23509         * modules/argp (Files): Add argp-pin.c
23510         (Depends-on): dirname
23511         (lib_SOURCES): Add argp-pin.c
23512
23513 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23514
23515         * m4/argp.m4:  Check if program_invocation_name and
23516         program_invocation_short_name are declared and define appropriate
23517         macros if they are not.
23518
23519 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23520
23521         * lib/argp-help.c (__argp_base_name): New function
23522         (__argp_short_program_name): Rewrite using __argp_base_name
23523         * lib/argp-namefrob.h: Define program_invocation_name and
23524         program_invocation_short_name if requested
23525         (__argp_base_name): Add prototype
23526         * lib/argp-parse.c (argp_def): Use gettext wrappers
23527         (argp_default_parser): Use __argp_base_name
23528         * lib/argp-pin.c: New file. Defines program_invocation_name and
23529         program_invocation_short_name on systems that lack them.
23530
23531 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23532
23533         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
23534         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23535         porting problem reported by Georg Schwarz in
23536         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23537
23538 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
23539
23540         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
23541         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
23542         porting problem reported by Georg Schwarz in
23543         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
23544
23545 2005-12-05  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
23548         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
23549         Reported by Mark Junker <mjscod@gmx.de>.
23550
23551 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
23552
23553         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
23554         Use implementation from Albert Chin, with some
23555         comments/corrections by Stepan Kasal and myself.
23556
23557 2005-12-02  Bruno Haible  <bruno@clisp.org>
23558
23559         * gnulib-tool (func_import): Accept GPLed build tool modules when
23560         --lgpl is given.
23561         * modules/csharpcomp-script: New file.
23562         * modules/csharpcomp: Depend on it.
23563         * modules/javacomp-script: New file.
23564         * modules/javacomp: Depend on it.
23565         Suggested by Simon Josefsson.
23566
23567 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
23568
23569         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
23570         statement, to work around an HP-UX 10.20 compiler bug reported by
23571         Peter O'Gorman.
23572
23573 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23574
23575         * modules/savedir (Depends-on): Add openat.
23576
23577 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
23578
23579         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
23580         (uintmax_t) [defined uintmax_t]: Do not declare.
23581         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
23582         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
23583         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
23584         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
23585         sake of portability to weird hosts that C allows (though we don't
23586         know of any practical examples).
23587
23588         * lib/savedir.h (fdsavedir): New decl.
23589         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
23590         contains most of the former guts of savedir.
23591         (savedir): Use savedirstream.
23592         Include "openat.h".
23593
23594 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
23595
23596         * modules/obstack (Files): Add m4/ulonglong.m4.
23597         Problem reported by Davide Angelocola.
23598
23599 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
23600
23601         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
23602         coreutils no longer futzes with rounding modes.
23603
23604 2005-11-14  Jim Meyering  <jim@meyering.net>
23605
23606         * lib/mkstemp-safer.c: Include <config.h>, required for possible
23607         replacement of mkstemp.
23608
23609 2005-11-10  Simon Josefsson  <jas@extundo.com>
23610
23611         * lib/readline.c: Remove EOL.
23612
23613 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23614
23615         * modules/gethrxtime (Depends-on): Add gettime.
23616
23617 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23618
23619         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
23620         or gettimeofday; no longer needed.
23621
23622 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
23623
23624         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
23625         time business.
23626         (gethrxtime) [! (HAVE_NANOUPTIME
23627         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
23628         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
23629         our own approximation.
23630
23631 2005-11-08  Eric Blake  <ebb9@byu.net>
23632
23633         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23634
23635 2005-11-08  Eric Blake  <ebb9@byu.net>
23636
23637         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
23638
23639 2005-11-04  Bruno Haible  <bruno@clisp.org>
23640
23641         * gnulib-tool: Implement --update mode.
23642
23643 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23644
23645         Fix porting problem reported by Theodoros V. Kalamatianos.
23646         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
23647         Don't assume that futimes failing means we must fail.
23648
23649 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23650
23651         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
23652         variables to suggest the intended function of the PATH_MAX check.
23653
23654 2005-10-30  Kean Johnston  <jkj@sco.com>
23655
23656         Trivial changes to support SCO systems.
23657         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
23658         as PATH_MAX.
23659         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
23660         where __ptr is null when no I/O is pending.
23661
23662 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
23663
23664         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
23665         leave errno alone.  Problem reported by Dmitry V. Levin.
23666
23667 2005-10-28  Simon Josefsson  <jas@extundo.com>
23668
23669         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
23670         Test more.
23671
23672         * tests/test-gc-md2.c, tests/test-md2.c: New files.
23673
23674         * modules/md2, modules/md2-tests: New files.
23675
23676 2005-10-28  Simon Josefsson  <jas@extundo.com>
23677
23678         * m4/inet_ntop.m4: More tests.
23679
23680         * m4/gc-md2.m4, md2.m4: New file.
23681
23682 2005-10-28  Simon Josefsson  <jas@extundo.com>
23683
23684         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
23685         "restrict" keywords, as per POSIX.  Protect the function
23686         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
23687         Don't use K&R prototypes.  Check the sprintf return values.
23688         Re-define EAFNOSUPPORT if not present.  Indent.
23689
23690         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
23691         suggested by Bruno Haible <bruno@clisp.org>.
23692
23693         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
23694
23695         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
23696
23697         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
23698         libgcrypt).
23699
23700         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
23701
23702         * lib/md2.h, lib/md2.c: New files.
23703
23704 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
23705
23706         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
23707         errno alone.  Problem reported by Frederic Jolliton.
23708
23709 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
23710
23711         * modules/verify (License): Change from GPL to LGPL.  This is a
23712         tiny module and there are apparently near-equivalents that are
23713         under the BSD license.
23714
23715 2005-10-24  Simon Josefsson  <jas@extundo.com>
23716
23717         * modules/sha1: Relicense to LGPL.
23718
23719 2005-10-24  Simon Josefsson  <jas@extundo.com>
23720
23721         * lib/md4.h: Shrink buffer size, now that we changed the type.
23722
23723 2005-10-23  Simon Josefsson  <jas@extundo.com>
23724
23725         * gnulib-tool (func_import): Fix --tests-base.
23726
23727 2005-10-22  Simon Josefsson  <jas@extundo.com>
23728
23729         * modules/arcfour (Depends-on): Need stdint.
23730
23731 2005-10-22  Simon Josefsson  <jas@extundo.com>
23732
23733         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
23734         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
23735
23736 2005-10-22  Simon Josefsson  <jas@extundo.com>
23737
23738         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
23739         suggested by Bruno Haible <bruno@clisp.org>.
23740
23741 2005-10-22  Simon Josefsson  <jas@extundo.com>
23742
23743         * lib/crc.h: Include stddef.h, for size_t.
23744
23745 2005-10-22  Simon Josefsson  <jas@extundo.com>
23746
23747         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
23748         arcfour_context struct (simplify test vector testing in GNU
23749         Shishi).
23750
23751 2005-10-21  Simon Josefsson  <jas@extundo.com>
23752
23753         * modules/des, modules/des-tests: New files.
23754
23755         * modules/gc-des, modules/gc-des-tests: New files.
23756
23757         * tests/test-des.c, tests/test-gc-des.c: New file.
23758
23759 2005-10-21  Simon Josefsson  <jas@extundo.com>
23760
23761         * modules/arctwo, modules/arctwo-tests: New files.
23762
23763         * tests/test-arctwo.c: New file.
23764
23765         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
23766
23767         * tests/test-gc-arctwo.c: New file.
23768
23769 2005-10-21  Simon Josefsson  <jas@extundo.com>
23770
23771         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
23772         Bruno Haible <bruno@clisp.org>.
23773
23774         * m4/gc-des.m4: New file.
23775
23776 2005-10-21  Simon Josefsson  <jas@extundo.com>
23777
23778         * m4/arctwo.m4: New file.
23779
23780         * m4/gc-arctwo.m4: New file.
23781
23782 2005-10-21  Simon Josefsson  <jas@extundo.com>
23783
23784         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
23785         block.
23786
23787 2005-10-21  Simon Josefsson  <jas@extundo.com>
23788
23789         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
23790         <bruno@clisp.org>.
23791
23792         * lib/hmac-sha1.c (hmac_sha1): Likewise.
23793
23794         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
23795         Bruno Haible <bruno@clisp.org>.
23796
23797         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
23798         <bruno@clisp.org>.
23799
23800 2005-10-21  Simon Josefsson  <jas@extundo.com>
23801
23802         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
23803
23804 2005-10-21  Simon Josefsson  <jas@extundo.com>
23805
23806         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
23807
23808 2005-10-21  Simon Josefsson  <jas@extundo.com>
23809
23810         * lib/des.h, lib/des.c: New files.
23811
23812         * lib/gc-gnulib.c: Support DES.c
23813
23814 2005-10-21  Simon Josefsson  <jas@extundo.com>
23815
23816         * lib/arctwo.h, lib/arctwo.c: New files.
23817
23818         * lib/gc-gnulib.c: Support ARCTWO.
23819
23820 2005-10-21  Simon Josefsson  <jas@extundo.com>
23821
23822         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
23823         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23824
23825 2005-10-21  Simon Josefsson  <jas@extundo.com>
23826
23827         * gnulib-tool (func_import, func_create_testdir): Define automake
23828         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
23829         Makefile.am snippet),
23830         suggested by Bruno Haible <bruno@clisp.org>.
23831
23832         * modules/gc (Makefile.am): Use it.
23833
23834 2005-10-21  Bruno Haible  <bruno@clisp.org>
23835
23836         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
23837         patch.
23838
23839 2005-10-19  Simon Josefsson  <jas@extundo.com>
23840
23841         * tests/test-gc-rijndael.c: New file.
23842
23843         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
23844
23845 2005-10-19  Simon Josefsson  <jas@extundo.com>
23846
23847         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
23848         interface too.
23849
23850 2005-10-19  Simon Josefsson  <jas@extundo.com>
23851
23852         * tests/test-gc-arcfour.c: New file.
23853
23854         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
23855
23856 2005-10-19  Simon Josefsson  <jas@extundo.com>
23857
23858         * modules/gc-md4, modules/gc-md4-tests: New file.
23859
23860         * tests/test-gc-md4.c: New file.
23861
23862 2005-10-19  Simon Josefsson  <jas@extundo.com>
23863
23864         * m4/gc-md4.m4: New file.
23865
23866 2005-10-19  Simon Josefsson  <jas@extundo.com>
23867
23868         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
23869         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
23870         <kasal@ucw.cz>.
23871
23872 2005-10-19  Simon Josefsson  <jas@extundo.com>
23873
23874         * m4/gc-arcfour.m4: New file.
23875
23876         * m4/gc-rijndael.m4: New file.
23877
23878 2005-10-19  Simon Josefsson  <jas@extundo.com>
23879
23880         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
23881
23882 2005-10-19  Simon Josefsson  <jas@extundo.com>
23883
23884         * lib/gc-gnulib.c: Support ARCFOUR.
23885
23886 2005-10-19  Simon Josefsson  <jas@extundo.com>
23887
23888         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
23889         support.
23890
23891         * lib/gc.h: Add ECB enum type.
23892
23893         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
23894
23895 2005-10-18  Simon Josefsson  <jas@extundo.com>
23896
23897         * tests/test-md5.c: New file.
23898
23899         * modules/md5-tests: New file.
23900
23901 2005-10-18  Simon Josefsson  <jas@extundo.com>
23902
23903         * tests/test-md4.c: New file.
23904
23905         * modules/md4, modules/md4-tests: New files.
23906
23907 2005-10-18  Simon Josefsson  <jas@extundo.com>
23908
23909         * m4/md4.m4: New file.
23910
23911 2005-10-18  Simon Josefsson  <jas@extundo.com>
23912
23913         * lib/md4.h, lib/md4.c: New files, based on md5.?.
23914
23915 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
23916
23917         * gnulib-tool (func_create_testdir): Omit the second check whether
23918         BUILT_SOURCES in nonempty.
23919
23920 2005-10-17  Simon Josefsson  <jas@extundo.com>
23921
23922         * tests/test-rijndael.c: New file.
23923
23924 2005-10-17  Simon Josefsson  <jas@extundo.com>
23925
23926         * modules/sha1: Depend on stdint instead of md5.
23927
23928         * modules/md5: Depend on stdint, remove uint32_t.
23929
23930 2005-10-17  Simon Josefsson  <jas@extundo.com>
23931
23932         * modules/gc-sha1-tests: New file.
23933
23934         * tests/test-gc-sha1.c: New file.
23935
23936 2005-10-17  Simon Josefsson  <jas@extundo.com>
23937
23938         * m4/md5.m4: Remove call to uint32_t.m4.
23939
23940 2005-10-17  Simon Josefsson  <jas@extundo.com>
23941
23942         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
23943
23944         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
23945         md5.h.
23946
23947         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
23948
23949         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
23950
23951 2005-10-17  Simon Josefsson  <jas@extundo.com>
23952
23953         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
23954
23955 2005-10-17  Simon Josefsson  <jas@extundo.com>
23956
23957         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
23958
23959 2005-10-17  Simon Josefsson  <jas@extundo.com>
23960
23961         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
23962
23963         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
23964
23965 2005-10-17  Bruno Haible  <bruno@clisp.org>
23966
23967         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
23968         that it can also be used in a test.
23969
23970 2005-10-16  Bruno Haible  <bruno@clisp.org>
23971
23972         * gnulib-tool (func_emit_tests_Makefile_am): Also define
23973         TESTS_ENVIRONMENT, so that individual tests can augment it.
23974
23975         * gnulib-tool (func_create_testdir): Use an intermediate target for
23976         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
23977         macros, like $(ALLOCA_H), which cannot be passed through the command
23978         line.
23979
23980 2005-10-15  Simon Josefsson  <jas@extundo.com>
23981
23982         * modules/rijndael-tests: New file.
23983
23984         * modules/rijndael: New file.
23985
23986 2005-10-15  Simon Josefsson  <jas@extundo.com>
23987
23988         * m4/rijndael.m4: New file.
23989
23990 2005-10-15  Simon Josefsson  <jas@extundo.com>
23991
23992         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
23993
23994         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
23995
23996 2005-10-14  Simon Josefsson  <jas@extundo.com>
23997
23998         * tests/test-arcfour.c: New file.
23999
24000         * modules/arcfour, modules/arcfour-tests: New files.
24001
24002 2005-10-14  Simon Josefsson  <jas@extundo.com>
24003
24004         * m4/arcfour.m4: New file.
24005
24006 2005-10-14  Simon Josefsson  <jas@extundo.com>
24007
24008         * lib/arcfour.h, lib/arcfour.c: New files.
24009
24010 2005-10-14  Roland McGrath  <roland@redhat.com>
24011
24012         Import from libc.  [BZ #1331]
24013         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
24014         macro argument.
24015         Reported by Matej Vela <vela@debian.org>.
24016
24017 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24018
24019         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
24020         include <wchar.h>; no longer needed.
24021
24022 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
24023
24024         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
24025
24026 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
24027         and  Ulrich Drepper  <drepper@redhat.com>
24028
24029         Import from libc.
24030         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
24031         instead of inline stream orientation test and two separate
24032         function calls.  Pay no attention to USE_IN_LIBIO.
24033
24034 2005-10-13  Simon Josefsson  <jas@extundo.com>
24035
24036         * modules/gc-hmac-md5-tests: New file.
24037
24038         * tests/test-gc-hmac-sha1.c: New file.
24039
24040         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
24041
24042         * modules/gc-hmac-md5-tests: New file.
24043
24044         * tests/test-gc-md5.c: New file.
24045
24046         * modules/gc-md5-tests: New file.
24047
24048 2005-10-13  Simon Josefsson  <jas@extundo.com>
24049
24050         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
24051         Move memory allocation outside of loop.
24052
24053 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
24054
24055         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
24056         intermediate directory is in a read-only file system.  Problem
24057         reported by Eric Blake.
24058
24059 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
24060
24061         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
24062
24063 2005-10-12  Simon Josefsson  <jas@extundo.com>
24064
24065         * tests/test-hmac-sha1.c: New file.
24066
24067         * modules/hmac-sha1-tests: New file.
24068
24069         * modules/hmac-sha1: New file.
24070
24071 2005-10-12  Simon Josefsson  <jas@extundo.com>
24072
24073         * modules/gc-sha1: New file.
24074
24075 2005-10-12  Simon Josefsson  <jas@extundo.com>
24076
24077         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
24078
24079         * tests/test-gc-pbkdf2-sha1.c: New file.
24080
24081 2005-10-12  Simon Josefsson  <jas@extundo.com>
24082
24083         * modules/gc-md5, modules/gc-hmac-md5: New files.
24084
24085         * modules/gc (Files): Remove md5, memxor and hmac files.
24086
24087 2005-10-12  Simon Josefsson  <jas@extundo.com>
24088
24089         * m4/gc-pbkdf2-sha1.m4: New file.
24090
24091         * m4/gc-hmac-sha1.m4: New file.
24092
24093         * m4/gc-sha1: New file.
24094
24095         * m4/hmac-sha1.m4: New file.
24096
24097 2005-10-12  Simon Josefsson  <jas@extundo.com>
24098
24099         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
24100
24101         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
24102
24103 2005-10-12  Simon Josefsson  <jas@extundo.com>
24104
24105         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
24106         suggested by Bruno Haible <bruno@clisp.org>.
24107
24108 2005-10-12  Simon Josefsson  <jas@extundo.com>
24109
24110         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
24111
24112 2005-10-12  Simon Josefsson  <jas@extundo.com>
24113
24114         * lib/gc-pbkdf2-sha1.c: New file.
24115
24116         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
24117
24118 2005-10-12  Simon Josefsson  <jas@extundo.com>
24119
24120         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
24121
24122         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
24123
24124 2005-10-12  Simon Josefsson  <jas@extundo.com>
24125
24126         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
24127         GC_USE_HMAC_MD5, respectively.
24128
24129         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
24130         (gc_md5): Fix typo.
24131
24132         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
24133
24134         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
24135
24136         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
24137
24138 2005-10-12  Bruno Haible  <bruno@clisp.org>
24139
24140         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
24141         Reported by Stepan Kasal <kasal@ucw.cz>.
24142
24143 2005-10-11  Simon Josefsson  <jas@extundo.com>
24144
24145         * tests/test-crc.c: New file.
24146
24147         * modules/crc, modules/crc-tests: New files.
24148
24149 2005-10-11  Simon Josefsson  <jas@extundo.com>
24150
24151         * m4/crc.m4: New file.
24152
24153 2005-10-11  Simon Josefsson  <jas@extundo.com>
24154
24155         * lib/gc.h: Add gc_hash and gc_hash_buffer.
24156
24157         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
24158
24159         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
24160
24161 2005-10-11  Simon Josefsson  <jas@extundo.com>
24162
24163         * lib/crc.h, lib/crc.c: New files.
24164
24165         * lib/gc.h (gc_hash_buffer): Add doc.
24166
24167 2005-10-11  Bruno Haible  <bruno@clisp.org>
24168
24169         * modules/c-strcasestr: New file.
24170         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
24171
24172 2005-10-11  Bruno Haible  <bruno@clisp.org>
24173
24174         * modules/c-strcase: New file.
24175         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
24176
24177 2005-10-11  Bruno Haible  <bruno@clisp.org>
24178
24179         * lib/strcasecmp.c: Include limits.h.
24180         (strcasecmp): Avoid integer overflow on exotic platforms.
24181         * lib/strncasecmp.c: Include limits.h.
24182         (strncasecmp): Avoid integer overflow on exotic platforms.
24183         Reported by Paul Eggert.
24184
24185 2005-10-11  Bruno Haible  <bruno@clisp.org>
24186
24187         * lib/c-strcasestr.h: New file, from GNU gettext.
24188         * lib/c-strcasestr.c: New file, from GNU gettext.
24189
24190 2005-10-11  Bruno Haible  <bruno@clisp.org>
24191
24192         * lib/c-strcase.h: New file, from GNU gettext.
24193         * lib/c-strcasecmp.c: New file, from GNU gettext.
24194         * lib/c-strncasecmp.c: New file, from GNU gettext.
24195
24196 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
24197
24198         * modules/mempcpy (License): GPL -> LGPL.
24199         * modules/strchrnul (License): Likewise.
24200         * modules/sysexits (License): Likewise.
24201
24202 2005-10-08  Simon Josefsson  <jas@extundo.com>
24203
24204         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
24205
24206 2005-10-07  Simon Josefsson  <jas@extundo.com>
24207
24208         * m4/memxor.m4: Remove gl_C_RESTRICT call.
24209
24210 2005-10-06  Simon Josefsson  <jas@extundo.com>
24211
24212         * tests/test-hmac-md5.c: New file.
24213
24214         * modules/hmac-md5-tests: New file.
24215
24216         * modules/hmac-md5: New file.
24217
24218 2005-10-06  Simon Josefsson  <jas@extundo.com>
24219
24220         * m4/hmac-md5.m4: New file.
24221
24222         * m4/memxor.m4: Require gl_C_RESTRICT.
24223
24224 2005-10-06  Simon Josefsson  <jas@extundo.com>
24225
24226         * lib/memxor.c (memxor): Avoid casts and warnings.
24227
24228 2005-10-06  Simon Josefsson  <jas@extundo.com>
24229
24230         * lib/hmac-md5.c: New file.
24231
24232         * lib/hmac.h: New file.
24233
24234 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
24235
24236         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
24237         promotes to int, not unsigned int, to catch the AIX 5.3
24238         compiler bug.
24239
24240 2005-10-05  Simon Josefsson  <jas@extundo.com>
24241
24242         * modules/memxor: New file.
24243
24244         * modules/iconv (Files): Move config.rpath to havelib, it is used
24245         there.
24246
24247         * modules/havelib (Files): Add config.rpath.
24248
24249 2005-10-05  Simon Josefsson  <jas@extundo.com>
24250
24251         * m4/memxor.m4: New file.
24252
24253 2005-10-05  Simon Josefsson  <jas@extundo.com>
24254
24255         * lib/memxor.c (memxor): Fix compiler error.
24256
24257         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
24258         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
24259
24260         * lib/memxor.h, lib/memxor.c: New files.
24261
24262         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
24263         we assume all systems have it, suggested by Jim Meyering
24264         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
24265         any systems lack sys/socket.h; mingw32 is known to lack it, but we
24266         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
24267         same reasons.
24268
24269 2005-10-05  Simon Josefsson  <jas@extundo.com>
24270
24271         * config/srclist.txt: Add glibc bug 1423 for md5.h.
24272
24273 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
24274
24275         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
24276         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
24277         needed, since the source code now assumes these .h files.
24278
24279 2005-10-05  Derek Price  <derek@ximbiot.com>
24280
24281         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
24282
24283 2005-10-05  Bruno Haible  <bruno@clisp.org>
24284
24285         * modules/stdint (License): Change to LGPL.
24286
24287 2005-10-04  Simon Josefsson  <jas@extundo.com>
24288
24289         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
24290         D. Baushke" <mdb@gnu.org>.
24291
24292 2005-10-04  Bruno Haible  <bruno@clisp.org>
24293
24294         * lib/verify.h (verify_true): Provide alternative definition for C++.
24295
24296 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
24297
24298         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
24299         (SSIZE_MAX): New macro, if not already defined.
24300         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
24301         than 2 GiB.
24302
24303 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24304
24305         Sync from coreutils.
24306         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
24307         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
24308         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
24309         ULLONG_MAX doesn't work with 2.7.2.1.
24310
24311 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24312
24313         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
24314         From Ben Pfaff.
24315
24316         * modules/exclude (Depends-on): Depend on verify.
24317         * modules/strtoimax (Depends-on): Likewise.
24318         * modules/utimecmp (Depends-on): Likewise.
24319
24320 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
24321
24322         * lib/exclude.c: Include verify.h.
24323         (verify): Remove.  All callers changed to use verify.h's version.
24324         * lib/strtoimax.c: Likewise.
24325         * lib/utimecmp.c: Likewis.e
24326
24327         Sync from coreutils.
24328         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
24329         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
24330         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
24331         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
24332         bother returning ENOSYS if settimeofday or stime fails; just let
24333         them return whatever errno they want to return.
24334         * lib/utimens.c: Include unistd.h, for dup2.
24335         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
24336         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
24337
24338 2005-10-02  Jim Meyering  <jim@meyering.net>
24339
24340         Sync from coreutils.
24341         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
24342         from glibc-2.2.5 that fails for read-only files.
24343
24344 2005-10-02  Jim Meyering  <jim@meyering.net>
24345
24346         Sync from coreutils.
24347         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
24348         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
24349         `#if HAVE_CONFIG_H'.
24350         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
24351         Remove AT_FDCWD test.
24352         Do not consume the fd unless successful.
24353         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
24354         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
24355         block, so that we don't even try to compile it if settimeofday is
24356         available.  This works around a compilation failure on OSF1 V5.1,
24357         due to stime requiring a `long int*' while tv_sec is `int'.
24358
24359 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
24360
24361         Sync from coreutils.
24362         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
24363         against `yes', rather than just testing for nonempty.
24364
24365 2005-10-01  Simon Josefsson  <jas@extundo.com>
24366
24367         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
24368         and Darwin.
24369
24370         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
24371         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
24372         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
24373         freeaddrinfo and gai_strerror are declared by the POSIX headers.
24374         Check if struct addrinfo is declared.
24375
24376 2005-10-01  Simon Josefsson  <jas@extundo.com>
24377
24378         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
24379         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
24380         AI_* and EAI_* definitions.  Protect function declarations.
24381
24382 2005-10-01  Jim Meyering  <jim@meyering.net>
24383
24384         Sync from coreutils.
24385
24386         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
24387         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
24388         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
24389         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24390         in the inet and nsl libraries.  Required on Solaris 5.7.
24391
24392 2005-10-01  Jim Meyering  <jim@meyering.net>
24393
24394         Sync from coreutils.
24395         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
24396         in the inet and nsl libraries.  Required on Solaris 5.7.
24397
24398 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
24399
24400         * lib/getdelim.c (getdelim): Remove unused variables.
24401
24402 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
24403
24404         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
24405         so that the code works even with ancient cpp.  Portability problem
24406         with GCC 2.7.2.1 reported by Thomas M.Ott.
24407
24408 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         * modules/regex (Depends-on): Add strcase.
24411
24412         * modules/gethostname (Licence): Change from GPL to LGPL, since
24413         gethostname.c is a trivial implementation of a standard library
24414         function.
24415         * modules/poll (License): Change from GPL to LGPL, since it's
24416         derived from LGPL code.
24417
24418 2005-09-27  Jim Meyering  <jim@meyering.net>
24419
24420         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
24421         HAVE_CONFIG_H.
24422
24423         * lib/intprops.h (signed_type_or_expr__): Define.
24424         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
24425         for unsigned types.
24426
24427 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
24428
24429         * lib/verify.h (verify_expr): Remove, replacing with:
24430         (verify_true): New macro that returns true instead of void.
24431         (verify_type__): Remove.
24432         (verify): Use verify_true rather than verify_type__.
24433
24434 2005-09-26  Bruno Haible  <bruno@clisp.org>
24435
24436         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
24437         is necessary.
24438         (lib_SOURCES): Remove mbchar.c.
24439         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
24440         (Files): Add m4/mbrtowc.m4.
24441         * modules/mbiter: Likewise.
24442         * modules/mbuiter: Likewise.
24443
24444 2005-09-26  Bruno Haible  <bruno@clisp.org>
24445
24446         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
24447         compile mbchar.c if they are not both present.
24448         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
24449         * m4/mbiter.m4 (gl_MBITER): Likewise.
24450         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
24451         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
24452         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
24453
24454 2005-09-25  Jim Meyering  <jim@meyering.net>
24455
24456         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
24457         also uses socklen_t.
24458
24459 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
24460
24461         * lib/utimens.c (ENOSYS): Define if not already defined.
24462         (futimens): Support having a null PATH if the file descriptor
24463         is nonnegative.
24464
24465         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
24466         Remove.
24467         (__attribute): Define to empty unless GCC 3.1 or later.
24468         This works around a core dump on OpenBSD 3.4, which has GCC
24469         2.95.3, which dumps core when given __attribute__(()).  It also
24470         simplifies other tests, since we really don't want to bother with
24471         worrying about which ancient version of GCC supported what.
24472         Original problem reported by Yoann Vandoorselaere, with part of
24473         the fix suggested by Derek Price.
24474
24475 2005-09-24  Jim Meyering  <jim@meyering.net>
24476
24477         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
24478         so we can once again use a positive bitfield width of 1 -- now we
24479         don't have to explain why we were using a bitfield width of 2.
24480
24481 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24482
24483         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
24484         and similarly for the other external symbols.  Problem reported
24485         by James Gallager.
24486
24487         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
24488         bug reported by Jim Meyering.
24489
24490         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
24491         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
24492         not needed, since socklen is a prerequisite module.
24493
24494 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
24495
24496         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
24497         Problem reported by Eric Blake.
24498         (getaddrinfo): Initialize se so that it's not garbage.
24499         Redo internal storage allocation so that it doesn't make unportable
24500         assumptions about alignment.
24501         Fix a memory leak.
24502
24503         * lib/utimens.c (futimens): Use futimesat if available.
24504         Prefer it to futimes since it doesn't have the futimes bug.
24505
24506         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
24507         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
24508         Instead, declare a function that returns a pointer to an array,
24509         and use verify_type__ to declare the size of the array.
24510         Problem and germ of a solution reported by Bruno Haible.
24511         (verify_type__): Use 2, not 1, for bitfield size, to avoid
24512         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
24513
24514 2005-09-23  Jim Meyering  <jim@meyering.net>
24515
24516         Sync from coreutils.
24517         Correct build failure (socklen_t not defined) on at least
24518         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
24519         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
24520
24521 2005-09-23  Jim Meyering  <jim@meyering.net>
24522
24523         * modules/getaddrinfo (Depends-on): Add socklen.
24524
24525 2005-09-23  Bruno Haible  <bruno@clisp.org>
24526
24527         * tests/test-verify.c: New file.
24528
24529 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24530
24531         Sync from coreutils.
24532
24533         * modules/argmatch (Depends-on): Add verify.
24534         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
24535         unistd-safer.
24536         * modules/save-cwd (Depends-on): Likewise.
24537
24538         * modules/openat (Files): Add lib/openat-die.c.
24539         (Depends-on): Remove error, exitfail.
24540         Add dirname.
24541
24542         * modules/verify: New file.
24543         * MODULES.html.sh (Diagnostics <assert.h>): New section,
24544         with "verify" module.
24545
24546 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24547
24548         Sync from coreutils.
24549
24550         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
24551         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
24552         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
24553         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
24554         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
24555         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
24556         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
24557         Don't bother checking for string.h, stdlib.h, unistd.h.
24558         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
24559         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
24560         module's job.
24561         * m4/jm-macros.m4 (gl_MACROS): Likewise.
24562         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
24563
24564         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
24565         (gl_GETDATE): Use it.
24566
24567         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
24568
24569 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24570
24571         Sync from coreutils.
24572
24573         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
24574         stat-time.h.
24575         * lib/argmatch.h: Include verify.h
24576         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
24577         (ARGMATCH_ASSERT): Remove; unused.
24578         * lib/canonicalize.c: Assume STDC_HEADERS.
24579         * lib/exclude.c: Include "strcase.h".
24580         * lib/regex_internal.h [!defined _LIBC]: Likewise.
24581         * lib/getusershell.c: Include stdio--.h rather than stdio.h
24582         and stdio-safer.h.
24583         (getusershell): Call fopen, not fopen_safer.
24584         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
24585         Do not include unistd-safer.h.
24586         (save_cwd): Don't call fd_safer; no longer needed
24587         now that we include fcntl--.h.
24588
24589         * lib/getdate.y (relative_time): New type.
24590         (RELATIVE_TIME_0): New constant.
24591         (parser_control): Use relative_time instead of doing it ourselves.
24592         (%union): Add new relative_time rel member.
24593         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
24594         Now typeless.
24595         (relunit, relunit_snumber): Now of type rel.
24596         (zone, rel, relunit, get_date): Adjust to above changes.
24597
24598         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
24599         Do not include unistd-safer.h.
24600         (getloadavg): Don't call fd_safer; no longer needed
24601         now that we include fcntl--.h.
24602
24603         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
24604         (make_dir_parents): Treat ENOSYS like EEXIST.
24605
24606         Improve quality of diagnostics on restore_cwd failure.
24607         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
24608         (make_dir_parents): Last arg is now int * (for errno), not bool *.
24609         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
24610         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
24611         each time through the loop.  Do not diagnose restore_cwd failure;
24612         that is the caller's job (and perhaps the caller does not care).
24613
24614         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
24615         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
24616         If the file already exists but is not a directory, don't bother
24617         to try to make its parents.
24618         Close potential file descriptor leak if we can't chdir("/") (!).
24619         Don't always return true if chdir($PWD) fails; return true only
24620         if the requested action was done successfully (except for the
24621         chdir($PWD)).
24622         Don't log final directory unless we actually made it.
24623         Refactor to avoid duplicate code to fix up permissions.
24624         Don't attempt to fix up parent permissions if chdir($PWD) fails.
24625
24626         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
24627         to make it a bit faster and (I hope) clearer.
24628         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
24629         Fix bug in formats like %2N.
24630
24631         * lib/verify.h: New file.
24632
24633 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
24634
24635         Sync from coreutils.
24636         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
24637
24638 2005-09-22  Jim Meyering  <jim@meyering.net>
24639
24640         Sync from coreutils.
24641
24642         * m4/lstat.m4 (gl_FUNC_LSTAT):
24643         Use AC_LIBSOURCES to require lstat.c and lstat.h.
24644         Remove obsolete comment.
24645         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
24646         * m4/xstrtod.m4: Likewise.
24647
24648         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
24649
24650 2005-09-22  Jim Meyering  <jim@meyering.net>
24651
24652         Sync from coreutils.
24653
24654         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
24655
24656         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
24657         the .tm_year member, since otherwise gcc-4.0 would now warn about
24658         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
24659
24660         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
24661         order to avoid an unsuppressible warning from gcc on 64-bit systems.
24662
24663         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
24664         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
24665         when run in a time zone for which daylight savings time is in effect
24666         for the starting date.
24667
24668         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
24669         stop us from restricting permissions of just-created absolute-named
24670         directories.
24671         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
24672         to restore initial working directory.
24673         * lib/mkdir-p.c (make_dir_parents): New parameter:
24674         different_working_dir, to tell caller if/when we change the working
24675         directory and are unable to return to the initial one.
24676         * lib/mkdir-p.h (make_dir_parents): Update prototype.
24677         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
24678         `return false'.  This fixes a bug introduced on 2004-07-30.
24679
24680         * lib/openat.c (fdopendir): Be sure to close the supplied
24681         file descriptor before returning.  This makes our replacement
24682         implementation a little closer to Solaris's, where fdopendir
24683         ties the file descriptor to the returned DIR* pointer.
24684         * lib/openat.c (unlinkat): New function.
24685         * lib/openat.h (unlinkat): Add prototype.
24686         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
24687         (openat_restore_fail): Rename from openat_restore_die.
24688         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
24689
24690         Provide an alternative to exiting immediately upon save_cwd or
24691         restore_cwd failure.  Now, an application can arrange e.g.,
24692         to perform a longjump in that case.
24693         * lib/openat.c: Include dirname.h.
24694         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
24695         (rpl_openat, fdopendir, fstatat): Call openat_save_die
24696         and openat_restore_die rather than calling error directly.
24697         Don't include "error.h" or "exitfail.h"; they're no longer needed.
24698
24699         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
24700         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
24701         define.
24702
24703         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
24704         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
24705                             int utc, int nanoseconds);
24706         Background:
24707         date should not have to allocate a megabyte of virtual memory to
24708         handle a format argument like +%1048575T.  When implemented with
24709         strftime, it must allocate such a buffer, use strftime to fill it
24710         in, print it, then free it.
24711         With fprintftime, it simply prints everything and exits.
24712         With no need for memory allocation, that's one fewer way to fail.
24713         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
24714         optional field width, not before, so we accept %9:z, not %:9z.
24715         (my_strftime): Be sure to use L_('x') for literals.
24716
24717         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
24718         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
24719         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
24720         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
24721         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
24722         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
24723         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
24724         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
24725         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
24726         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
24727         * lib/xgethostname.c, lib/xreadlink.c:
24728         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
24729
24730         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
24731         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
24732         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
24733         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
24734         and don't include <sys/file.h>).
24735
24736 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
24737
24738         Sync from coreutils.
24739
24740         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
24741         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
24742         [!LDAV_DONE]: Avoid unused variable warning.
24743
24744 2005-09-21  Bruno Haible  <bruno@clisp.org>
24745
24746         * lib/unicodeio.h (unicode_to_mb): New declaration.
24747
24748 2005-09-20  Derek Price  <derek@ximbiot.com>
24749
24750         * lib/getaddrinfo.c: Don't include <netdb.h> included from
24751         getaddrinfo.h.
24752
24753 2005-09-20  Bruno Haible  <bruno@clisp.org>
24754
24755         * gnulib-tool: Remove trailing slashes from the values specified for
24756         --source-base, --m4-base, --tests-base, --aux-dir.
24757         Suggested by Simon Josefsson <jas@extundo.com>.
24758
24759 2005-09-20  Bruno Haible  <bruno@clisp.org>
24760
24761         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
24762         func_modules_to_filelist, func_import, func_create_testdir): Make all
24763         sorting results locale-independent, so that gnulib-cache.m4 doesn't
24764         change when gnulib-tool is invoked in a different locale.
24765
24766 2005-09-19  Simon Josefsson  <jas@extundo.com>
24767
24768         * m4/socklen.m4: Fix typo.
24769
24770 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24771
24772         Use a consistent style for including <config.h>.
24773         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
24774         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
24775         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
24776         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
24777         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
24778         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
24779         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
24780         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
24781         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
24782         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
24783         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
24784         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
24785         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
24786         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
24787         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
24788         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
24789         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
24790         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
24791         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
24792         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
24793         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
24794         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
24795         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
24796         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
24797         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
24798         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
24799         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
24800         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
24801         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
24802         lib/xstrtoumax.c, lib/yesno.c:
24803         Standardize inclusion of config.h.
24804         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
24805         lib/inttostr.h:  Removed inclusion of config.h from header files.
24806         * lib/inttostr.c:  Adjusted in-tree users.
24807         * lib/timespec.h: Remove superfluous warning to include config.h.
24808         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
24809         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
24810         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
24811         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
24812         config.h with HAVE_CONFIG_H.
24813
24814 2005-09-19  Jim Meyering  <jim@meyering.net>
24815
24816         * modules/pathmax (License): Change to LGPL.
24817
24818 2005-09-19  Derek Price  <derek@ximbiot.com>
24819
24820         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
24821
24822 2005-09-19  Bruno Haible  <bruno@clisp.org>
24823
24824         * gnulib-tool (import): Provide default for --tests-base.
24825
24826 2005-09-19  Bruno Haible  <bruno@clisp.org>
24827
24828         * doc/quote.texi: New file, extracted from gnulib.texi.
24829         * doc/ctime.texi: New file, extracted from gnulib.texi.
24830         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
24831         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
24832         * doc/gnulib.texi: Include them.
24833
24834 2005-09-18  Bruno Haible  <bruno@clisp.org>
24835
24836         Portability fix.
24837         * gnulib-tool (func_readlink): New function.
24838         (func_ln_if_changed): Use it.
24839
24840 2005-09-18  Bruno Haible  <bruno@clisp.org>
24841
24842         * gnulib-tool: Support --with-tests also with --import.
24843         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
24844         (func_import): Use variables $testsbase and $inctests. Emit a
24845         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
24846         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
24847         SUBDIRS += $testsdir.
24848         (func_create_testdir): Update.
24849
24850 2005-09-18  Bruno Haible  <bruno@clisp.org>
24851
24852         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
24853         instead of $dry_run.
24854         (func_cp_if_changed, func_mv_if_changed): Remove functions.
24855         (func_ln_if_changed): Don't handle dry-run here.
24856         (func_import): In dry-run mode, detect more precisely which actions
24857         would be performed, and don't use "...ing" verbs.
24858
24859 2005-09-18  Bruno Haible  <bruno@clisp.org>
24860
24861         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
24862         (func_import): Use join on two temporary files instead of three nested
24863         loops, in order to determine which files are new or old.
24864
24865 2005-09-18  Bruno Haible  <bruno@clisp.org>
24866
24867         * gnulib-tool (func_import): Comment out code that spits out the
24868         new files with --dry-run.
24869
24870 2005-09-18  Bruno Haible  <bruno@clisp.org>
24871
24872         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
24873
24874 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24875
24876         * lib/stat-time.h: New file.
24877         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
24878         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
24879         in a different way.
24880         (timespec_cmp): New function.
24881         * lib/utimecmp.c: Include stat-time.h.
24882         (SYSCALL_RESOLUTION): Depend on whether various struct stat
24883         members exist, not on the obsolescent ST_MTIM_NSEC.
24884         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
24885
24886 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24887
24888         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
24889
24890 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
24891
24892         * MODULES.html.sh (File system functions): Add stat-time.
24893         * modules/stat-time: New file.
24894         * modules/timespec (Files): Remove m4/st_mtim.m4; this
24895         is now done in a different way, by the stat-time module.
24896         * modules/utimecmp (Depends-on): Add stat-time.
24897
24898 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
24899
24900         * m4/st_mtim.m4: Remove.  Superseded by...
24901         * m4/stat-time.m4: New file.
24902         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
24903         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
24904
24905 2005-09-15  Derek Price  <derek@ximbiot.com>
24906
24907         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
24908
24909 2005-09-15  Derek Price  <derek@ximbiot.com>
24910
24911         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
24912         * lib/regex_internal.c: Ditto, using this...
24913         (__GNUC_PREREQ): ...new macro.
24914         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
24915         using...
24916         (__GNUC_PREREQ): ...this new macro.
24917
24918         * lib/strstr.h: Include string.h. Define strstr as a macro here.
24919
24920 2005-09-15  Derek Price  <derek@ximbiot.com>
24921             Paul Eggert  <eggert@cs.ucla.edu>
24922
24923         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
24924         changes, consolidating in...
24925         * lib/regex_internal.h: ...this file.
24926
24927 2005-09-13  Jim Meyering  <jim@meyering.net>
24928
24929         * lib/canon-host.c: Filter through gnu indent and reword comments
24930         slightly.
24931         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
24932
24933 2005-09-13  Derek Price  <derek@ximbiot.com>
24934
24935         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
24936         failure.
24937         Reported by Jim Meyering  <jim@meyering.net>.
24938
24939 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24940
24941         * lib/base64.c: Typo.
24942         (base64_encode): Put b64str in initialized data section.
24943
24944 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
24945
24946         Merge glibc and coreutils changes into gnulib, plus a few
24947         extra fixes.
24948         * lib/md5.c: Use #error rather than a string.
24949         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
24950         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
24951         (__attribute__): Define to empty for non recent-GCC.
24952         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
24953         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
24954         Renamed from their non-__ counterparts, with new macros replacing
24955         them if not _LIBC.  Add __THROW attribute.
24956         (rol): Remove.
24957         (struct md5_ctx): Align buffer if using GCC.
24958         * lib/sha1.h (struct sha1_ctx): Likewise.
24959         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
24960         The old name was backwards.
24961         (NOTSWAP): Remove; not used.
24962         (rol): New macro, moved here from md5.h.
24963         (sha1_process_block): Remove a FIXME that doesn't make sense.
24964
24965 2005-09-12  Derek Price  <derek@ximbiot.com>
24966
24967         Return usable errors from canon-host.
24968         * lib/canon-host.h: New file.
24969         * lib/canon-host.c (canon_host): Wrap...
24970         (canon_host_r): ...this new function, which now relies exclusively on
24971         getaddrinfo.
24972         (ch_strerror): New function.
24973         (last_cherror): New global.
24974         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
24975         interface.
24976         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
24977         void *.
24978         (freeaddrinfo): Free ai->ai_canonname when set.
24979
24980 2005-09-12  Derek Price  <derek@ximbiot.com>
24981
24982         Make canon-host require getaddrinfo.
24983         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
24984         AC_LIBSOURCE canon-host.h.  Call...
24985         (gl_PREREQ_CANON_HOST): ...this new function, which requires
24986         gl_GETADDRINFO.
24987         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
24988
24989 2005-09-12  Derek Price  <derek@ximbiot.com>
24990
24991         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
24992         LGPL.
24993         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
24994
24995 2005-09-12  Derek Price  <derek@ximbiot.com>
24996
24997         * lib/gai_strerror.c: Include config.h when available.  Include
24998         getaddrinfo.h before other headers to test interface.
24999         Reported by Larry Jones <lawrence.jones@ugs.com>.
25000
25001 2005-09-12  Derek Price  <derek@ximbiot.com>
25002             Paul Eggert  <eggert@cs.ucla.edu>
25003
25004         * modules/glob (Files): Add glob-libc.h.
25005
25006 2005-09-12  Derek Price  <derek@ximbiot.com>
25007             Paul Eggert  <eggert@cs.ucla.edu>
25008
25009         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
25010         glob_.h, glob-libc.h.
25011         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
25012
25013 2005-09-12  Derek Price  <derek@ximbiot.com>
25014             Paul Eggert  <eggert@cs.ucla.edu>
25015
25016         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
25017         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
25018         protecting things that should be done only in gnulib contexts.
25019         * lib/glob_.h: New file, containing only the glob things needed for
25020         gnulib.
25021         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
25022         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
25023         (glob, globfree, glob_pattern_p): Now defined simply in terms of
25024         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
25025         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
25026         and to respect the namespace rules better.
25027
25028 2005-09-08  Simon Josefsson  <jas@extundo.com>
25029
25030         * modules/socklen: New file.
25031
25032 2005-09-08  Simon Josefsson  <jas@extundo.com>
25033
25034         * m4/socklen.m4: New file.
25035
25036 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25037
25038         * modules/utimens (Files): Add m4/utimbuf.m4, since
25039         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
25040         Reported by Sergey Poznyakoff.
25041
25042 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25043
25044         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
25045         definitions, since that's the preferred style in glibc.
25046         Fix a minor spacing issue, and update copyright notice to match
25047         glibc's.
25048
25049 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
25050
25051         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
25052
25053 2005-09-06  Simon Josefsson  <jas@extundo.com>
25054
25055         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
25056         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
25057
25058 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25059
25060         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
25061         warning.
25062
25063 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
25064
25065         * config/srclist.txt: Add glibc bug 1302.
25066
25067 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
25068
25069         Change bitset word type from unsigned int to unsigned long int,
25070         as this has better performance on typical 64-bit hosts.
25071         Port bitset code to hosts with unusual word sizes.
25072         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
25073         (build_collating_symbol):
25074         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
25075         argument is a bitset.  This is merely a style issue, but it makes
25076         it clearer that an entire array is expected.
25077         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
25078         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
25079         Port to the case where bitset_word is not the same as unsigned int.
25080         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25081         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
25082         Likewise.
25083         * lib/regexec.c (check_dst_limits_calc_pos_1,
25084         check_subexp_matching_top):
25085         (build_trtable, group_nodes_into_DFAstates):
25086         Likewise.
25087         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
25088         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
25089         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
25090         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
25091         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
25092         * lib/regcomp.c (optimize_subexps, lower_subexp):
25093         Work even if bitset_word has holes in its bitwise representation.
25094         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
25095         * lib/regexec.c (check_dst_limits_calc_pos_1,
25096         check_subexp_matching_top):
25097         Likewise.
25098         * lib/regex_internal.c (re_string_reconstruct):
25099         Don't assume UCHAR_MAX == 255.
25100         * lib/regex_internal.h (bitset_set_all): Likewise.
25101         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
25102         All uses changed.
25103         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
25104         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
25105         All uses changed.
25106         (BITSET_WORD_MAX): New macro.
25107         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
25108         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
25109         (bitset_empty, bitset_copy):
25110         Prefer sizeof (bitset) to multiplying it out ourselves.
25111         (bitset_not_merge): Remove; unused.
25112         (bitset_contain): Return bool, not unsigned int with one bit on.
25113         All callers changed.
25114         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
25115         alignment than re_node_set; do this by defining a new internal
25116         type struct dests_alloc and using it to allocate memory.
25117
25118 2005-09-05  Bruno Haible  <bruno@clisp.org>
25119
25120         * gnulib-tool (func_import): Fix comparison in handling of symbolic
25121         links.
25122
25123 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
25124
25125         * modules/size_max (Makefile.am): Add size_max.h
25126
25127 2005-09-04  Derek Price  <derek@ximbiot.com>
25128
25129         * gnulib-tool (func_import): Fix reversed $symbolic logic.
25130
25131 2005-09-03  Simon Josefsson  <jas@extundo.com>
25132
25133         * gnulib-tool: Fix typo.
25134
25135 2005-09-03  Simon Josefsson  <jas@extundo.com>
25136
25137         * config/srclist.txt: Add glibc bug 1293.
25138
25139 2005-09-03  Derek Price  <derek@ximbiot.com>
25140
25141         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
25142         From Larry Jones <lawrence.jones@ugs.com>.
25143
25144 2005-09-02  Simon Josefsson  <jas@extundo.com>
25145
25146         * modules/socklen: New file.
25147
25148 2005-09-02  Simon Josefsson  <jas@extundo.com>
25149
25150         * modules/havelib: New module.
25151
25152         * modules/gettext, modules/iconv, modules/lock, modules/readline:
25153         Use havelib.
25154
25155 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25156
25157         Check for arithmetic overflow when calculating sizes, to prevent
25158         some buffer-overflow issues.  These patches are conservative, in the
25159         sense that when I couldn't determine whether an overflow was possible,
25160         I inserted a run-time check.
25161         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
25162         macros.
25163         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
25164         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
25165         (re_xnrealloc, re_x2nrealloc): New inline functions.
25166         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
25167         parse_bracket_exp):
25168         (build_equiv_class, build_charclass): Check for arithmetic overflow
25169         in size expression calculations.
25170         * lib/regex_internal.c (re_string_realloc_buffers):
25171         (build_wcs_upper_buffer, re_node_set_add_intersect):
25172         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
25173         (re_dfa_add_node, register_state): Likewise.
25174         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
25175         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
25176         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
25177         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
25178
25179 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
25180
25181         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
25182         m4/ulonglong.m4.  Problem reported by Martin Lambers.
25183
25184 2005-09-02  Bruno Haible  <bruno@clisp.org>
25185
25186         Support for lib vs. lib64 distinction on biarch platforms.
25187         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
25188         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
25189         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
25190
25191 2005-09-02  Bruno Haible  <bruno@clisp.org>
25192
25193         * gnulib-tool (import): In the other first-use case, provide defaults
25194         as well.
25195
25196 2005-09-02  Bruno Haible  <bruno@clisp.org>
25197
25198         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
25199         patches not yet found in the latest gettext release.
25200
25201 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25202
25203         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
25204         to avoid a collision with bits/local_lim.h in glibc.
25205         All uses changed.  Problem reported by Dmitry V. Levin in
25206         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
25207
25208         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
25209         bugs in int versus size_t comparisons.
25210         (re_string_context_at): Fix bug where the code assumed that
25211         Idx is signed.
25212
25213         Use bool where appropriate.
25214         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
25215         All callers changed.
25216         (calc_eclosure_iter): Likewise, for ROOT arg.
25217         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
25218         (build_charclass_op): Likewise, for NON_MATCH arg.
25219         * lib/regex_internal.c (re_string_allocate, re_string_construct):
25220         (re_string_construct_common): Likewise, for ICASE arg.
25221         * lib/regexec.c (re_search_2_stub, re_search_stub):
25222         Likewise, for RET_LEN arg.
25223         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
25224         (set_regs): Likewise, for FL_BACKTRACK arg.
25225         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
25226         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
25227         (calc_eclosure_iter, parse_bracket_exp):
25228         Use bool for internal variables that are booleans.
25229         * lib/regexec.c (re_search_internal, check_matching,
25230         proceed_next_node):
25231         (set_regs, build_sifted_states, sift_states_bkref):
25232         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
25233         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
25234         (find_collation_sequence_value):
25235         Likewise.
25236         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
25237         (re_node_set_compare):
25238         Return bool, not int. All callers changed.
25239         * lib/regexec.c (check_halt_node_context, check_dst_limits):
25240         (build_trtable, check_node_accept): Likewise.
25241         * lib/regex_internal.h: Include stdbool.h.
25242
25243         Fix bugs uncovered when converting to bool.
25244         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
25245         failure instead of charging ahead blindly.
25246         * lib/regex_internal.c (register_state): Likewise.
25247         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
25248         for freeing internal storage.
25249         (group_nodes_into_DFA_states): Use unsigned int, not int, for
25250         bitset pieces used as boolean, to avoid undefined behavior
25251         on hosts that do int overflow checking.
25252
25253 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
25254
25255         * config/srclist.txt: Add glibc bugs 1285-1287.
25256
25257 2005-09-01  Jim Meyering  <jim@meyering.net>
25258
25259         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
25260         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
25261         Require gl_STAT_MACROS, too.
25262
25263 2005-09-01  Bruno Haible  <bruno@clisp.org>
25264
25265         * gnulib-tool (import): In the first-use case, provide defaults.
25266
25267 2005-09-01  Bruno Haible  <bruno@clisp.org>
25268
25269         * gnulib-tool (func_import): Remove the .tmp files.
25270
25271 2005-09-01  Bruno Haible  <bruno@clisp.org>
25272
25273         * gnulib-tool (func_import): Fix handling of symbolic links.
25274
25275 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25276
25277         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
25278         old glibc regex code mishandles strings longer than 2**31 bytes.
25279         This patch fixes this when the regex code is used in gnulib
25280         (i.e., outside glibc).
25281
25282         This patch should not affect the use of the regex code inside
25283         glibc.  No doubt this problem also needs to be handled for glibc
25284         as well, but the result will be an incompatible change to the
25285         glibc ABI, and the old ABI will have to be supported too.  That
25286         can be the the subject for another patch.
25287
25288         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
25289         governing whether the rest of this patch is active.  By default,
25290         the macro is disabled and the patch has no effect.
25291         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
25292         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
25293         (struct re_pattern_buffer, re_search, re_search_2, re_match):
25294         (re_match_2, re_set_registers): Use the new types.
25295         * lib/regex_internal.h (Idx, re_hashval_t): New types.
25296         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
25297         New macros.
25298         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
25299         (re_string_context_at, bin_tree_t, re_dfastate_t):
25300         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
25301         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
25302         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
25303         (re_string_char_size_at, re_string_wchar_at):
25304         (re_string_elem_size_at):
25305         Use the new types and macros to port to 64-bit hosts.
25306         Use unsigned types for internal values, so that the code
25307         mostly works even for arrays larger than SSIZE_MAX.
25308         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
25309         (search_duplicated_node, calc_eclosure_iter, fetch_number):
25310         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
25311         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
25312         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
25313         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
25314         (calc_inveclosure, parse_dup_op, build_range_exp):
25315         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
25316         (fetch_number, create_token_tree, mark_opt_subexp):
25317         Likewise.
25318         * lib/regex_internal.c (re_string_construct_common,
25319         create_ci_newstate):
25320         (create_cd_newstate, re_string_allocate, re_string_construct):
25321         (re_string_realloc_buffers, build_wcs_upper_buffer):
25322         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
25323         (re_string_reconstruct, re_string_peek_byte_case):
25324         (re_string_fetch_byte_case, re_string_context_at):
25325         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
25326         (re_node_set_init_copy, re_node_set_add_intersect):
25327         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25328         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25329         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
25330         (re_acquire_state, re_acquire_state_context, register_state):
25331         Likewise.
25332         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
25333         search_cur_bkref_entry):
25334         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
25335         (re_search_internal, re_search_2_stub, re_search_stub)
25336         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
25337         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
25338         (update_cur_sifted_state, check_dst_limits):
25339         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25340         (check_subexp_limits, sift_states_bkref, merge_state_array):
25341         (check_subexp_matching_top, get_subexp, get_subexp_sub):
25342         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
25343         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
25344         (expand_bkref_cache, check_node_accept_bytes):
25345         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
25346         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
25347         (acquire_init_state_context, check_halt_node_context):
25348         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
25349         (sift_states_backward, clean_state_log_if_needed):
25350         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
25351         (find_recover_state, transit_state_sb, transit_state_mb):
25352         (transit_state_bkref, build_trtable, match_ctx_clean):
25353         Likewise.
25354         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
25355         to work around an assumption that REG_MISSING is negative.
25356
25357         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
25358         (seek_collating_symbol_entry) [defined _LIBC]:
25359         (lookup_collation_sequence_value) [defined _LIBC]:
25360         (build_range_exp, build_collating_symbol) [defined _LIBC]:
25361         Use prototypes rather than old-style function definitions.
25362         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
25363         (transit_state_sb) [0]:
25364         (find_collation_sequence_value) [defined _LIBC]: Likewise.
25365
25366         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
25367         rm_eo.
25368
25369         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
25370         (optimize_subexps, lower_subexp):
25371         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
25372         since the signed shift might overflow.  Use 1u<<31 instead.
25373         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
25374         Likewise.
25375         * lib/regexec.c (check_dst_limits_calc_pos_1,
25376         check_subexp_matching_top): Likewise.
25377
25378         * lib/regcomp.c (optimize_subexps, lower_subexp):
25379         Use CHAR_BIT rather than 8, for clarity.
25380         * lib/regexec.c (check_dst_limits_calc_pos_1):
25381         (check_subexp_matching_top): Likewise.
25382         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
25383         have to worry about portability issues when shifting it left.
25384         Remove no-longer-needed test for table_size > 0.
25385         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
25386         in a word, as the resulting behavior is undefined.
25387         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
25388         in one case, a <= should have been an <, and in another case the
25389         whole test was missing.
25390         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
25391         the standard name CHAR_BIT.
25392         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
25393         this is not true on one's complement and signed-magnitude hosts.
25394
25395         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
25396         next_last_offset.
25397         (struct re_dfa_t): Remove unused member states_alloc.
25398         * lib/regcomp.c (init_dfa): Don't initialize unused members.
25399
25400 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25401
25402         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
25403         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
25404         and large-file glibc and in 32-bit large-file Solaris.
25405
25406 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25407
25408         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
25409         lengths fit in regoff_t; this isn't true if regoff_t is the same
25410         width as size_t.
25411         * lib/regex.c (re_search_internal): 5th arg is LAST_START
25412         (= START + RANGE) instead of RANGE.  This avoids overflow
25413         problems when regoff_t is the same width as size_t.
25414         All callers changed.
25415         (re_search_2_stub): Check for overflow when adding the
25416         sizes of the two strings.
25417         (re_search_stub): Check for overflow when adding START
25418         to RANGE; if it occurs, substitute the extreme value.
25419
25420 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
25421
25422         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
25423
25424 2005-08-31  Jim Meyering  <jim@meyering.net>
25425
25426         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
25427         a pointer-to-const.
25428         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
25429         (register_state): Likewise.
25430         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
25431         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
25432         (group_nodes_into_DFAstates): Likewise.
25433
25434 2005-08-31  Jim Meyering  <jim@meyering.net>
25435
25436         * check-module: Add a FIXME comment.
25437
25438 2005-08-31  Eric Blake  <ebb9@byu.net>
25439
25440         * modules/unistd-safer (Files): Add unistd--.h.
25441         * modules/stdio-safer (Files): Add stdio--.h.
25442
25443 2005-08-31  Derek Price  <derek@ximbiot.com>
25444
25445         * lib/getdelim.c (getdelim): Return EOF on EOF.
25446         Reported by Larry Jones <lawrence.jones@ugs.com>.
25447
25448 2005-08-31  Bruno Haible  <bruno@clisp.org>
25449
25450         Avoid unnecessary diffs in the generated lib/Makefile.am.
25451         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
25452         the generated files.
25453         (func_import): Don't set cmd.
25454
25455 2005-08-31  Bruno Haible  <bruno@clisp.org>
25456
25457         * lib/strstr.c: Include <stddef.h>, for NULL.
25458         * lib/strcasestr.c: Likewise.
25459         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25460
25461 2005-08-31  Bruno Haible  <bruno@clisp.org>
25462
25463         * gnulib-tool: New option --macro-prefix.
25464         (func_import): Use macro_prefix.
25465         (import): Handle option --macro-prefix.
25466
25467 2005-08-31  Bruno Haible  <bruno@clisp.org>
25468
25469         * gnulib-tool (import): Rename most ac_* variables to cached_*.
25470         Also use new variables cached_lgpl, cached_libtool.
25471
25472 2005-08-31  Bruno Haible  <bruno@clisp.org>
25473
25474         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
25475         always instantiating them.
25476
25477 2005-08-31  Bruno Haible  <bruno@clisp.org>
25478
25479         * gnulib-tool (func_import): Read the previous cached settings
25480         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
25481         earlier added by gnulib but are now dropped. Warn when a gnulib file
25482         overwrites a non-gnulib file.
25483
25484 2005-08-31  Bruno Haible  <bruno@clisp.org>
25485
25486         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
25487         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
25488         projects that don't keep autogenerated files in CVS. Put into
25489         actioncmd only the specified modules, not the transitive closure.
25490
25491 2005-08-31  Bruno Haible  <bruno@clisp.org>
25492
25493         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
25494         Create directories that shall be filled.
25495         (import): Don't look for gl_* macros in configure.ac. Recurse across
25496         all directories containing a gnulib-cache.m4 files, if meaningful.
25497
25498 2005-08-31  Bruno Haible  <bruno@clisp.org>
25499
25500         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
25501         (import): Set seen_libtool when we see gl_LIBTOOL.
25502
25503 2005-08-31  Bruno Haible  <bruno@clisp.org>
25504
25505         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
25506         declaration macro definitions from generated gnulib.m4.
25507
25508 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
25509
25510         * lib/iconvme.h: Add prototype for iconv_alloc.
25511
25512 2005-08-29  Simon Josefsson  <jas@extundo.com>
25513
25514         * lib/iconvme.c: Fix errno.
25515
25516 2005-08-29  Bruno Haible  <bruno@clisp.org>
25517
25518         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
25519         that it works when the directory contains spaces.
25520
25521 2005-08-29  Bruno Haible  <bruno@clisp.org>
25522
25523         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
25524
25525 2005-08-29  Bruno Haible  <bruno@clisp.org>
25526
25527         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
25528         Emit more advice.
25529
25530 2005-08-29  Bruno Haible  <bruno@clisp.org>
25531         and Stepan Kasal  <kasal@ucw.cz>
25532
25533         * check-module: If more parameters are given, check each of them
25534         separately; add more exceptions, as noted by Jim Meyering.
25535         (check_module): New procedure.
25536         (%exempt_header): Now contains all exceptions.
25537
25538 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
25539
25540         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
25541
25542 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
25543
25544         * lib/iconvme.c: Split iconv_string into iconv_alloc.
25545
25546 2005-08-28  Bruno Haible  <bruno@clisp.org>
25547
25548         * m4/gnulib-tool.m4: New file.
25549
25550 2005-08-27  Jim Meyering  <jim@meyering.net>
25551
25552         * modules/unistd-safer (Files): Add pipe-safer.c.
25553         * modules/fcntl-safer (Files): Add creat-safer.c.
25554
25555 2005-08-27  Jim Meyering  <jim@meyering.net>
25556
25557         * m4/stdlib-safer.m4: New file.  From coreutils.
25558         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
25559         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
25560         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
25561         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
25562         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
25563
25564 2005-08-27  Jim Meyering  <jim@meyering.net>
25565
25566         * lib/fopen-safer.c: Merge minor changes from coreutils.
25567         * lib/dup-safer.c: Likewise.
25568         * lib/fd-safer.c: Likewise.
25569
25570         Merge from coreutils.
25571         * lib/stdio--.h: New file.
25572         * lib/stdlib--.h: New file.
25573         * lib/mkstemp-safer.c: New file.
25574
25575         GNU tar needs these.
25576         * lib/pipe-safer.c: New file.
25577         * lib/creat-safer.c: New file.
25578         * lib/fcntl--.h (creat): Define to creat_safer.
25579         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
25580         * lib/unistd--.h (pipe): Define to pipe_safer.
25581         * lib/unistd-safer.h: Declare pipe_safer.
25582
25583 2005-08-26  Simon Josefsson  <jas@extundo.com>
25584
25585         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
25586         Haible <bruno@clisp.org>.
25587
25588 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
25589
25590         * lib/regex_internal.h: Remove all references to
25591         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
25592         or better.
25593         (bitset_not, bitset_merge, bitset_not_merge):
25594         (bitset_mask, re_string_allocate, re_string_construct):
25595         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
25596         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
25597         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
25598         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
25599         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
25600         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
25601         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
25602         (re_acquire_state_context):
25603         Remove unnecessary forward decls.
25604         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
25605         Put __attribute at function definition,
25606         now that the function decl has been removed.
25607         * lib/regex_internal.c (re_string_peek_byte_case):
25608         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
25609         Likewise.
25610
25611 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
25612
25613         * m4/regex.m4: Add AC_PREREQ(2.50).
25614         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
25615
25616 2005-08-25  Simon Josefsson  <jas@extundo.com>
25617
25618         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
25619         __fsetlocking.
25620
25621 2005-08-25  Simon Josefsson  <jas@extundo.com>
25622
25623         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
25624         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
25625         GLIBC specific code.
25626
25627 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25628
25629         Make regex safe for g++.  This fixes one real bug (an "err"
25630         that should have been "*err").  g++ problem reported by
25631         Sam Steingold.
25632         * lib/regex_internal.h (re_calloc): New macro, consistent with
25633         re_malloc etc.  All callers of calloc changed to use re_calloc.
25634         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
25635         not int.  All callers changed.
25636         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
25637         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
25638         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
25639         (find_recover_state): Change "err" to "*err"; this fixes what
25640         appears to be a real bug.
25641         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
25642         versus int.
25643
25644 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25645
25646         * modules/regex (Depends-on): Add malloc, since the code
25647         assumes that !malloc(0) means failure.
25648
25649 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25650
25651         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
25652
25653         alloca modernization/simplification for regex.
25654         * lib/regex.c: Remove portability cruft for alloca.  This no longer
25655         needs to be at the start of the file, and can be moved into
25656         regex_internal.h and simplified.
25657         * lib/regex_internal.h: Include <alloca.h>.
25658         (__libc_use_alloca) [!defined _LIBC]: New macro.
25659         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
25660         now works outside glibc.
25661
25662 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
25663
25664         * config/srclist.txt: Add glibc bugs 1241, 1245.
25665
25666 2005-08-25  Jim Meyering  <jim@meyering.net>
25667
25668         * lib/open-safer.c: Include <config.h>.
25669         Otherwise, we'd lose LARGEFILE support in any file using
25670         e.g. "fcntl--.h"
25671
25672 2005-08-25  Bruno Haible  <bruno@clisp.org>
25673
25674         * m4/minmax.m4: Require autoconf 2.52.
25675         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
25676         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
25677         alternatives of translit over the alphabet.
25678         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
25679
25680 2005-08-24  Simon Josefsson  <jas@extundo.com>
25681
25682         * tests/test-getpass.c: New file.
25683
25684 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25685
25686         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
25687         for GNU regex features.
25688
25689 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25690
25691         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
25692         * lib/regex.h (regerror): Likewise.
25693
25694         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
25695         requires this.  (The code never needed it.)
25696
25697         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
25698         All uses of recently-renamed identifiers changed to use the new,
25699         POSIX-compliant names.  The code will build and run just fine
25700         without these changes, but it's better to eat our own dog food
25701         and use the standard-conforming names.
25702
25703         * lib/regex.h: Fix a multitude of POSIX name space violations.
25704         These changes have an effect only for programs that define
25705         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
25706         do not change anything for programs compiled in the normal way.
25707         Also, there is no effect on the ABI.
25708
25709         (_REGEX_SOURCE): New macro.
25710         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
25711         defined and _GNU_SOURCE is not; this fixes a name space violation.
25712
25713         Rename the following macros to obey POSIX requirements.
25714         The old names are still visible as macros if _REGEX_SOURCE is defined.
25715         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
25716         RE_BACKSLASH_ESCAPE_IN_LISTS.
25717         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
25718         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
25719         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
25720         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
25721         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
25722         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
25723         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
25724         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
25725         (REG_INTERVALS): renamed from RE_INTERVALS.
25726         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
25727         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
25728         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
25729         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
25730         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
25731         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
25732         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
25733         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
25734         RE_UNMATCHED_RIGHT_PAREN_ORD.
25735         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
25736         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
25737         (REG_DEBUG): renamed from RE_DEBUG.
25738         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
25739         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
25740         unusual, since we can't clash with the POSIX REG_ICASE.
25741         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
25742         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
25743         (REG_NO_SUB): renamed from RE_NO_SUB.
25744         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
25745         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
25746         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
25747         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
25748         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
25749         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
25750         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
25751         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
25752         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
25753         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
25754         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
25755         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
25756         RE_SYNTAX_POSIX_MINIMAL_BASIC.
25757         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
25758         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
25759         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
25760         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
25761         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
25762         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
25763         (REG_FIXED): Renamed from REGS_FIXED.
25764         (REG_NREGS): Renamed from RE_NREGS.
25765
25766         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
25767         of other REG_* macros, since POSIX says the user is allowed to
25768         #undef these macros selectively.
25769
25770         (reg_errcode_t): Update comment stating what other tables need
25771         to be consistent.
25772
25773         Rename the following enum values to obey POSIX requirements.
25774         The old names are still visible as macros.
25775         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
25776         is not defined, since GNU is supposed to be a superset of POSIX as
25777         much as possible, and since we want reg_errcode_t to be a signed
25778         type for implementation consistency.
25779         (_REG_NOERROR): Renamed from REG_NOERROR.
25780         (_REG_NOMATCH): Renamed from REG_NOMATCH.
25781         (_REG_BADPAT): Renamed from REG_BADPAT.
25782         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
25783         (_REG_ECTYPE): Renamed from REG_ECTYPE.
25784         (_REG_EESCAPE): Renamed from REG_EESCAPE.
25785         (_REG_ESUBREG): Renamed from REG_ESUBREG.
25786         (_REG_EBRACK): Renamed from REG_EBRACK.
25787         (_REG_EPAREN): Renamed from REG_EPAREN.
25788         (_REG_EBRACE): Renamed from REG_EBRACE.
25789         (_REG_BADBR): Renamed from REG_BADBR.
25790         (_REG_ERANGE): Renamed from REG_ERANGE.
25791         (_REG_ESPACE): Renamed from REG_ESPACE.
25792         (_REG_BADRPT): Renamed from REG_BADRPT.
25793         (_REG_EEND): Renamed from REG_EEND.
25794         (_REG_ESIZE): Renamed from REG_ESIZE.
25795         (_REG_ERPAREN): Renamed from REG_ERPAREN.
25796         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
25797         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
25798         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
25799         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
25800
25801         (_REG_RE_NAME, _REG_RM_NAME): New macros.
25802         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
25803         changed.  But support the old name if the new one is not defined
25804         and if _REGEX_SOURCE.
25805
25806         Change the following member names in struct re_pattern_buffer.
25807         The old names are still supported if !_REGEX_SOURCE.
25808         The new names are always supported, regardless of _REGEX_SOURCE.
25809         (re_buffer): Renamed from buffer.
25810         (re_allocated): Renamed from allocated.
25811         (re_used): Renamed from used.
25812         (re_syntax): Renamed from syntax.
25813         (re_fastmap): Renamed from fastmap.
25814         (re_translate): Renamed from translate.
25815         (re_can_be_null): Renamed from can_be_null.
25816         (re_regs_allocated): Renamed from regs_allocated.
25817         (re_fastmap_accurate): Renamed from fastmap_accurate.
25818         (re_no_sub): Renamed from no_sub.
25819         (re_not_bol): Renamed from not_bol.
25820         (re_not_eol): Renamed from not_eol.
25821         (re_newline_anchor): Renamed from newline_anchor.
25822
25823         Change the following member names in struct re_registers.
25824         The old names are still supported if !_REGEX_SOURCE.
25825         The new names are always supported, regardless of _REGEX_SOURCE.
25826         (rm_num_regs): Renamed from num_regs.
25827         (rm_start): Renamed from start.
25828         (rm_end): Renamed from end.
25829
25830         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
25831         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
25832         Prepend __ to parameter names.
25833
25834         Undo yesterday's changes.
25835
25836 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
25837
25838         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
25839         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
25840         lib/regex.c.
25841
25842 2005-08-24  Jim Meyering  <jim@meyering.net>
25843
25844         Sync from coreutils.
25845         * m4/fcntl-safer.m4: New file.
25846
25847         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
25848         and object files for this module.
25849
25850 2005-08-24  Jim Meyering  <jim@meyering.net>
25851
25852         Sync from coreutils.
25853         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
25854
25855 2005-08-24  Jim Meyering  <jim@meyering.net>
25856
25857         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
25858         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
25859
25860 2005-08-24  Jim Meyering  <jim@meyering.net>
25861
25862         * modules/fcntl-safer: New module.
25863         * modules/fts (Depends-on): Add fcntl-safer.
25864         * MODULES.html.sh (File descriptor based Input/Output):
25865         Add fcntl-safer.
25866
25867 2005-08-24  Bruno Haible  <bruno@clisp.org>
25868
25869         Support for unit test modules.
25870         * modules/README: Mention tests modules.
25871         * modules/TEMPLATE-TESTS: New file.
25872         * gnulib-tool: New options --extract-tests-module, --with-tests and
25873         --tests-base (unused for the moment).
25874         (testsbase, inctests): New variables.
25875         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
25876         (func_verify_module): Exclude TEMPLATE-TESTS.
25877         (func_verify_nontests_module, func_verify_tests_module): New functions.
25878         (func_get_dependencies): Add implicit dependency for tests modules.
25879         (func_get_tests_module): New function.
25880         (func_modules_transitive_closure): When --with-tests was specified,
25881         include the unit tests as well, unless explicitly avoided.
25882         (func_emit_lib_Makefile_am): Ignore the tests modules here.
25883         (func_emit_tests_Makefile_am): New function.
25884         (func_create_testdir): When --with-tests was specified, emit a
25885         tests/ directory.
25886         * MODULES.html.sh (Future developments): Update.
25887
25888 2005-08-24  Bruno Haible  <bruno@clisp.org>
25889
25890         * modules/tls-tests: New file.
25891         * tests/test-tls.c: New file, from GNU gettext.
25892
25893 2005-08-24  Bruno Haible  <bruno@clisp.org>
25894
25895         * modules/lock-tests: New file.
25896         * tests/test-lock.c: New file, from GNU gettext.
25897
25898 2005-08-24  Bruno Haible  <bruno@clisp.org>
25899
25900         * lib/lock.h: Add multiple inclusion guard.
25901         * lib/tls.h: Add multiple inclusion guard.
25902
25903 2005-08-24  Bruno Haible  <bruno@clisp.org>
25904
25905         * gnulib-tool: Add support for the --aux-dir option to
25906         --create-testdir, --create-megatestdir, --test, --megatest.
25907         (func_create_testdir, func_create_megatestdir): Optionally emit a
25908         AC_CONFIG_AUX_DIR directive.
25909         (create-testdir, create-megatestdir, test, megatest): Provide a
25910         default value for $auxdir.
25911
25912 2005-08-24  Bruno Haible  <bruno@clisp.org>
25913
25914         * gnulib-tool (import): Use compound statement instead of subshell
25915         where possible.
25916
25917 2005-08-24  Bruno Haible  <bruno@clisp.org>
25918
25919         * gnulib-tool (import): Change --aux-dir default to "build-aux".
25920
25921 2005-08-24  Bruno Haible  <bruno@clisp.org>
25922
25923         * gnulib-tool (func_version): Update.
25924
25925 2005-08-24  Bruno Haible  <bruno@clisp.org>
25926
25927         * gnulib-tool (func_import, func_create_testdir,
25928         func_create_megatestdir): Quote all autoconf macro arguments.
25929
25930 2005-08-24  Bruno Haible  <bruno@clisp.org>
25931
25932         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
25933         option --force, because --force causes the aclocal.m4 of each
25934         subdirectory to be newer than the corresponding config.h.in.
25935
25936 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25937
25938         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
25939         All contents moved to gl_REGEX.
25940         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
25941         assume that it does.
25942
25943 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25944
25945         * lib/regex.h (REG_NOSYS)
25946         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
25947         Define, since POSIX requires it as of 2001.
25948         (_REG_ENOSYS)
25949         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
25950         New private symbol, used to keep the enum signed in all cases.
25951         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
25952         Youngman in
25953         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
25954
25955         * lib/regex_internal.c (re_string_skip_chars, register_state):
25956         (calc_state_hash):
25957         Remove forward decls; no longer needed now that we use prototypes.
25958         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
25959         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
25960         (clean_state_log_if_needed): Likewise.
25961
25962 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
25963
25964         * config/srclist.txt: Add glibc bugs 1231-1233.
25965
25966 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25967
25968         Fix problems reported by Sam Steingold in
25969         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
25970         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
25971         assumed that reg_errcode_t is a signed type, which is not
25972         necessarily true if _XOPEN_SOURCE is not defined.
25973         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
25974         since some compilers warn about it otherwise.
25975
25976 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
25977
25978         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
25979         (init_word_char, create_initial_state, duplicate_node_closure):
25980         (fetch_token, peek_token_bracket, build_range_exp):
25981         (build_collating_symbol): Remove forward decls; no longer needed
25982         now that we use prototypes.
25983
25984         * lib/regcomp.c:
25985         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
25986         (re_compile_fastmap_iter, regcomp, regerror, regfree):
25987         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
25988         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
25989         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
25990         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
25991         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
25992         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
25993         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
25994         (build_range_exp, build_collating_symbol, parse_bracket_exp):
25995         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
25996         (build_charclass, build_charclass_op, fetch_number, create_tree):
25997         (create_token_tree, mark_opt_subexp, duplicate_tree):
25998         Use prototypes rather than old-style definitions.
25999
26000         * lib/regex_internal.c:
26001         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
26002         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
26003         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
26004         (re_string_reconstruct, re_string_peek_byte_case):
26005         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
26006         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
26007         (re_node_set_init_copy, re_node_set_add_intersect):
26008         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
26009         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
26010         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
26011         (re_acquire_state, re_acquire_state_context, register_state):
26012         (create_ci_newstate, create_cd_newstate, free_state):
26013         Likewise.
26014         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
26015         re_search_2):
26016         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
26017         (re_search_internal, prune_impossible_nodes):
26018         (acquire_init_state_context, check_matching, static):
26019         (check_halt_node_context, check_halt_state_context, proceed_next_node):
26020         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
26021         (update_regs, sift_states_backward, build_sifted_states):
26022         (clean_state_log_if_needed, merge_state_array):
26023         (update_cur_sifted_state, add_epsilon_src_nodes):
26024         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
26025         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
26026         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
26027         (find_recover_state, check_subexp_matching_top, transit_state_mb):
26028         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
26029         (check_arrival, check_arrival_add_next_nodes):
26030         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
26031         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
26032         (check_node_accept_bytes, check_node_accept, extend_buffers):
26033         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
26034         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
26035         (sift_ctx_init):
26036         Likewise.
26037
26038         * lib/regex_internal.h:
26039         (re_string_allocate, re_string_construct, re_string_reconstruct):
26040         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
26041         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
26042         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
26043         (re_string_context_at, re_string_peek_byte_case):
26044         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
26045         is defined, since we now use prototypes always.
26046
26047         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
26048         C89 or better.  All uses removed.
26049
26050 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
26051
26052         * config/srclist.txt: Add glibc bugs 1220-1227.
26053
26054 2005-08-20  Jim Meyering  <jim@meyering.net>
26055
26056         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
26057         of unused local, dfa.
26058
26059 2005-08-20  Bruno Haible  <bruno@clisp.org>
26060
26061         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
26062
26063 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26064
26065         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
26066         (re_node_set_insert_last, re_dfa_add_node):
26067         Rename local variables to avoid GCC shadowing warnings.
26068
26069 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26070
26071         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
26072         [defined lint]: Suppress bogus uninitialized-variable warnings.
26073
26074         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
26075         and let the caller return REG_ESPACE if out of space.  This
26076         removes an uninitialied-variable warning with GCC 4.0.1, and also
26077         avoids taking the address of a local variable.  All callers
26078         changed.
26079
26080 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26081
26082         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
26083         $LIBCSRC/posix/regexec.c.
26084         Add glibc bug 1217 for regcomp.c.
26085
26086 2005-08-19  Jim Meyering  <jim@meyering.net>
26087
26088         * lib/regexec.c (proceed_next_node): Redo local variables to
26089         avoid GCC shadowing warnings.
26090
26091 2005-08-18  Bruno Haible  <bruno@clisp.org>
26092
26093         * lib/strstr.c (strstr): Fix return value in multibyte case.
26094         * lib/strcasestr.c (strcasestr): Likewise.
26095
26096 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26097
26098         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
26099
26100 2005-08-17  Jim Meyering  <jim@meyering.net>
26101
26102         Make the %s format (seconds since the epoch) work for a negative
26103         number and when used with a zero-padded field width, e.g. %015s.
26104
26105         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
26106         label so that it precedes the code to set `digits'.  Otherwise,
26107         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
26108         print `00-22'.  Now, it prints `-0022', as it should.
26109
26110 2005-08-17  Bruno Haible  <bruno@clisp.org>
26111
26112         * modules/strstr (Files): Add m4/mbrtowc.m4.
26113         (Depends-on): Add mbuiter.
26114
26115 2005-08-17  Bruno Haible  <bruno@clisp.org>
26116
26117         * modules/strcasestr: New file.
26118         * MODULES.html.sh (String handling, based on ANSI C 89): Add
26119         strcasestr.
26120
26121 2005-08-17  Bruno Haible  <bruno@clisp.org>
26122
26123         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
26124
26125 2005-08-17  Bruno Haible  <bruno@clisp.org>
26126
26127         * modules/mbuiter: New file.
26128         * MODULES.html.sh (Extended multibyte and wide character utilities):
26129         Add mbuiter.
26130
26131 2005-08-17  Bruno Haible  <bruno@clisp.org>
26132
26133         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
26134         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
26135
26136 2005-08-17  Bruno Haible  <bruno@clisp.org>
26137
26138         * m4/strcasestr.m4: New file.
26139
26140 2005-08-17  Bruno Haible  <bruno@clisp.org>
26141
26142         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
26143         * lib/strstr.c: Completely rewritten, with multibyte locale support.
26144
26145 2005-08-17  Bruno Haible  <bruno@clisp.org>
26146
26147         * lib/strcasestr.h: New file.
26148         * lib/strcasestr.c: New file.
26149
26150 2005-08-17  Bruno Haible  <bruno@clisp.org>
26151
26152         * lib/strcasecmp.c: Use mbuiter.h.
26153
26154 2005-08-17  Bruno Haible  <bruno@clisp.org>
26155
26156         * lib/mbuiter.h: New file.
26157
26158 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
26159
26160         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
26161         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
26162         and gl_GETOPT are both invoked via different paths (as happens
26163         with GNU tar CVS because it uses both argp and getopt), the former
26164         wins.
26165
26166 2005-08-16  Bruno Haible  <bruno@clisp.org>
26167
26168         * modules/tls: New file.
26169         * MODULES.html.sh (Multithreading): Add tls.
26170
26171 2005-08-16  Bruno Haible  <bruno@clisp.org>
26172
26173         * modules/strnlen1: New file.
26174         * MODULES.html.sh (String handling): Add strnlen1.
26175
26176 2005-08-16  Bruno Haible  <bruno@clisp.org>
26177
26178         * modules/strcase (Files): Add m4/mbrtowc.m4.
26179         (Depends-on): Add strnlen1, mbchar.
26180
26181 2005-08-16  Bruno Haible  <bruno@clisp.org>
26182
26183         * modules/mbiter: New file.
26184         * MODULES.html.sh (Extended multibyte and wide character utilities):
26185         Add mbiter.
26186
26187 2005-08-16  Bruno Haible  <bruno@clisp.org>
26188
26189         * modules/mbfile: New file.
26190         * MODULES.html.sh (Extended multibyte and wide character utilities):
26191         Add mbfile.
26192
26193 2005-08-16  Bruno Haible  <bruno@clisp.org>
26194
26195         * modules/mbchar: New file.
26196         * MODULES.html.sh (Extended multibyte and wide character utilities):
26197         New section.
26198
26199 2005-08-16  Bruno Haible  <bruno@clisp.org>
26200
26201         * m4/tls.m4: New file, from GNU gettext.
26202
26203 2005-08-16  Bruno Haible  <bruno@clisp.org>
26204
26205         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
26206         always.
26207         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
26208
26209 2005-08-16  Bruno Haible  <bruno@clisp.org>
26210
26211         * m4/mbiter.m4: New file.
26212
26213 2005-08-16  Bruno Haible  <bruno@clisp.org>
26214
26215         * m4/mbfile.m4: New file.
26216
26217 2005-08-16  Bruno Haible  <bruno@clisp.org>
26218
26219         * m4/mbchar.m4: New file.
26220
26221 2005-08-16  Bruno Haible  <bruno@clisp.org>
26222
26223         * lib/tls.h: New file, from GNU gettext.
26224         * lib/tls.c: New file, from GNU gettext.
26225
26226 2005-08-16  Bruno Haible  <bruno@clisp.org>
26227
26228         * lib/strnlen1.h: New file.
26229         * lib/strnlen1.c: New file.
26230
26231 2005-08-16  Bruno Haible  <bruno@clisp.org>
26232
26233         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
26234         (mbi_init): Update.
26235         (mbi_avail, mbi_advance): Let the iteration end before the terminating
26236         NUL byte, not after it.
26237
26238 2005-08-16  Bruno Haible  <bruno@clisp.org>
26239
26240         * lib/strcase.h (strcasecmp): Add note in comments.
26241         * lib/strncasecmp.c: Use code from strcasecmp.c.
26242         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
26243         (strcasecmp): Work correctly in multibyte locales.
26244
26245 2005-08-16  Bruno Haible  <bruno@clisp.org>
26246
26247         * lib/mbiter.h: New file.
26248
26249 2005-08-16  Bruno Haible  <bruno@clisp.org>
26250
26251         * lib/mbfile.h: New file.
26252
26253 2005-08-16  Bruno Haible  <bruno@clisp.org>
26254
26255         * lib/mbchar.h: New file.
26256         * lib/mbchar.c: New file.
26257
26258 2005-08-16  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
26261         the valid ones. Makes the comparison operations transitive:
26262         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
26263         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
26264
26265 2005-08-15  Simon Josefsson  <jas@extundo.com>
26266
26267         * modules/ssize_t (License): Change to 'unlimited'.
26268
26269         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
26270
26271 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
26272
26273         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
26274         Add comments for each pending glibc patch.
26275
26276 2005-08-15  Bruno Haible  <bruno@clisp.org>
26277
26278         * lib/regex.h (__restrict_arr): Don't define to __restrict if
26279         __cplusplus is defined.
26280
26281 2005-08-14  Jim Meyering  <jim@meyering.net>
26282
26283         Sync from coreutils.
26284
26285         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
26286         Use the hash-table-based cycle-detection code not just when
26287         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
26288         Reported by James Youngman in
26289         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
26290         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
26291         FTS_TIGHT_CYCLE_CHECK.
26292         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
26293         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
26294         once again.
26295         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
26296         * lib/fts.c (fd_safer): Remove decl.
26297         Include fcntl--.h rather than unistd-safer.h
26298         (fts_safe_changedir): Don't call fd_safer; no longer needed
26299         now that we include fcntl--.h.
26300
26301 2005-08-12  Simon Josefsson  <jas@extundo.com>
26302
26303         * modules/getndelim2: Use ssize_t module.
26304         * modules/getnline: Likewise.
26305         * modules/safe-read: Likewise.
26306         * modules/xreadlink: Likewise.
26307
26308         * modules/ssize_t: New file.
26309
26310 2005-08-12  Simon Josefsson  <jas@extundo.com>
26311
26312         * m4/readline.m4: Look for termcap, curses or ncurses if required.
26313
26314 2005-08-12  Simon Josefsson  <jas@extundo.com>
26315
26316         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26317         ssize_t.
26318
26319 2005-08-12  Simon Josefsson  <jas@extundo.com>
26320
26321         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
26322         readline, getdelim and check_version.
26323         (Support for systems lacking ISO C 99: Sizes of integer types):
26324         Add size_max.
26325
26326 2005-08-12  Bruno Haible  <bruno@clisp.org>
26327
26328         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
26329
26330 2005-08-11  Simon Josefsson  <jas@extundo.com>
26331
26332         * modules/readline: New file.
26333
26334         * modules/strnlen (Files): Add strnlen.h.
26335
26336 2005-08-11  Simon Josefsson  <jas@extundo.com>
26337
26338         * m4/readline.m4: New file.
26339
26340 2005-08-11  Simon Josefsson  <jas@extundo.com>
26341
26342         * lib/readline.h, readline.c: New file.
26343
26344 2005-08-11  Simon Josefsson  <jas@extundo.com>
26345
26346         * doc/gnulib.texi (Initial import, Finishing touches): Mention
26347         gl_AVOID.
26348
26349 2005-08-11  Bruno Haible  <bruno@clisp.org>
26350
26351         * lib/strnlen.h (strnlen): Change parameter name to match comment.
26352
26353 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
26354
26355         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
26356
26357 2005-08-10  Simon Josefsson  <jas@extundo.com>
26358
26359         * tests/test-iconvme.c: New file.
26360
26361 2005-08-10  Simon Josefsson  <jas@extundo.com>
26362
26363         * m4/strnlen.m4: New file.
26364
26365         * m4/strndup.m4: Don't check for strnlen declaration, done in
26366         strnlen.m4.
26367
26368 2005-08-10  Simon Josefsson  <jas@extundo.com>
26369
26370         * lib/strndup.c: Use strnlen.h.
26371
26372         * lib/strnlen.h: New file.
26373
26374 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
26375
26376         * README: Typos.
26377
26378 2005-08-02  Simon Josefsson  <jas@extundo.com>
26379
26380         * modules/readline: New file.
26381
26382 2005-08-02  Simon Josefsson  <jas@extundo.com>
26383
26384         * modules/getdelim: New file.
26385
26386         * modules/getline: Rewrite, don't use getndelim2.
26387
26388 2005-08-02  Simon Josefsson  <jas@extundo.com>
26389
26390         * m4/getline.m4: Separate out getdelim stuff into separate module.
26391
26392         * m4/getdelim.m4: New file.
26393
26394 2005-08-02  Simon Josefsson  <jas@extundo.com>
26395
26396         * lib/getline.h, getline.c: Rewrite.
26397
26398         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
26399
26400 2005-07-31  Bruno Haible  <bruno@clisp.org>
26401
26402         * lib/lock.h (gl_lock_initializer): New macro.
26403         (gl_lock_define_initialized): Use it.
26404         (gl_rwlock_initializer): New macro.
26405         (gl_rwlock_define_initialized): Use it.
26406         (gl_recursive_lock_initializer): New macro.
26407         (gl_recursive_lock_define_initialized): Use it.
26408
26409 2005-07-30  Karl Berry  <karl@gnu.org>
26410
26411         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
26412         Report from Ben Pfaff, regarding getopt.
26413
26414 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
26415
26416         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
26417         normal way.
26418         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
26419         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
26420         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
26421         (gl_GETOPT): Use the new macros.  Most of the implementation
26422         is moved to the new macros.  This is for programs like Emacs
26423         that don't want all the functionality of gl_GETOPT.
26424
26425 2005-07-26  Bruno Haible  <bruno@clisp.org>
26426
26427         * m4/lock.m4: Update from GNU gettext.
26428
26429 2005-07-26  Bruno Haible  <bruno@clisp.org>
26430
26431         * lib/lock.h: Update from GNU gettext.
26432         * lib/lock.c: Update from GNU gettext.
26433
26434 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
26435
26436         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
26437         obsolescent AC_TRY_RUN.  Include the default includes files, for
26438         'exit'.
26439
26440 2005-07-24  Bruno Haible  <bruno@clisp.org>
26441
26442         * modules/visibility: New file.
26443         * MODULES.html.sh (Misc): Add visibility.
26444
26445 2005-07-24  Bruno Haible  <bruno@clisp.org>
26446
26447         * m4/visibility.m4: New file.
26448
26449 2005-07-24  Bruno Haible  <bruno@clisp.org>
26450
26451         * doc/visibility.texi: New file.
26452
26453 2005-07-22  Bruno Haible  <bruno@clisp.org>
26454
26455         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
26456         $(ALLOCA_H), redundant through BUILT_SOURCES.
26457         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
26458         redundant through BUILT_SOURCES.
26459         * modules/byteswap (Makefile.am): Remove explicit dependency on
26460         $(BYTESWAP_H), redundant through BUILT_SOURCES.
26461         * modules/fnmatch (Makefile.am): Remove explicit dependency on
26462         $(FNMATCH_H), redundant through BUILT_SOURCES.
26463         * modules/getopt (Makefile.am): Remove explicit dependency on
26464         $(GETOPT_H), redundant through BUILT_SOURCES.
26465         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
26466         redundant through BUILT_SOURCES.
26467         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
26468         redundant through BUILT_SOURCES.
26469         * modules/stdbool (Makefile.am): Remove explicit dependency on
26470         $(STDBOOL_H), redundant through BUILT_SOURCES.
26471         * modules/stdint (Makefile.am): Remove explicit dependency on
26472         $(STDINT_H), redundant through BUILT_SOURCES.
26473         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
26474         Remove explicit dependency on $(SYSEXITS_H).
26475         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
26476
26477 2005-07-18  Simon Josefsson  <jas@extundo.com>
26478
26479         * lib/check-version.c (check_version): Accept identical versions too.
26480
26481 2005-07-18  Bruno Haible  <bruno@clisp.org>
26482
26483         * modules/lock: New file.
26484         * MODULES.html.sh (Multithreading): New section.
26485
26486 2005-07-18  Bruno Haible  <bruno@clisp.org>
26487
26488         * m4/lock.m4: New file, from GNU gettext.
26489
26490 2005-07-18  Bruno Haible  <bruno@clisp.org>
26491
26492         * lib/lock.h: New file, from GNU gettext.
26493         * lib/lock.c: New file, from GNU gettext.
26494
26495 2005-07-18  Bruno Haible  <bruno@clisp.org>
26496
26497         * lib/lock.h (gl_once_t): New type.
26498         (gl_once_define, gl_once): New macros.
26499         * lib/lock.c (fresh_once): New variable.
26500         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
26501         functions.
26502
26503 2005-07-16  Simon Josefsson  <jas@extundo.com>
26504
26505         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
26506         workaround, suggested by Bruno.
26507
26508 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26509
26510         * modules/xalloc (Depends-on): Add xalloc-die.
26511         * modules/xvasprintf (Depends-on): Add xalloc-die.
26512
26513 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
26514
26515         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
26516         with a minor change.
26517
26518 2005-07-15  Bruno Haible  <bruno@clisp.org>
26519
26520         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
26521         When using lib/poll.c, define poll as rpl_poll.
26522
26523 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
26524
26525         * modules/argp (Depends-on): Remove unlocked-io.
26526
26527 2005-07-14  Derek Price  <derek@ximbiot.com>
26528
26529         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
26530         for glob symlink bug.
26531
26532 2005-07-14  Bruno Haible  <bruno@clisp.org>
26533
26534         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
26535         Instead, test for *_unlocked function declarations directly.
26536
26537 2005-07-11  Simon Josefsson  <jas@extundo.com>
26538
26539         * modules/size_max: New file.
26540
26541         * modules/xsize: Depend on size_max module for size_max.m4.
26542
26543 2005-07-11  Simon Josefsson  <jas@extundo.com>
26544
26545         * lib/size_max.h: New file.
26546
26547 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
26548
26549         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
26550         copyright symbol and the year.
26551         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
26552         (version_etc_va): Use parameterized copyright notice.
26553         Reword to conform to the current GNU coding standards.
26554
26555 2005-07-11  Karl Berry  <karl@gnu.org>
26556
26557         * doc/gnulib.texi (Quoting): new node.
26558         (Initial import): more info, from Patrice.
26559
26560 2005-07-11  Bruno Haible  <bruno@clisp.org>
26561
26562         * gnulib-tool (func_usage): Document option --avoid.
26563         (Command line options): Handle --avoid.
26564         (func_acceptable): New function.
26565         (func_modules_transitive_closure): Use it.
26566
26567 2005-07-11  Bruno Haible  <bruno@clisp.org>
26568
26569         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
26570         Reported by Jim Meyering.
26571
26572 2005-07-10  Bruno Haible  <bruno@clisp.org>
26573
26574         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
26575         Needed when size_t is smaller than 'unsigned int'.
26576         Reported by Paul Eggert.
26577
26578 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26579
26580         * modules/argp (Depends-on): Add unlocked-io
26581
26582 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
26583
26584         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
26585         block of defines.
26586
26587 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
26588
26589         * config/srclist.txt: Comment out regcomp.c, since we have a porting
26590         fix now.
26591
26592 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
26593         and Paul Eggert  <eggert@cs.ucla.edu>
26594
26595         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
26596         in wint_t, not wchar_t.  Remove now-unnecessary cast.
26597
26598 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26599
26600         * modules/regex (Files): Add lib/regex_internal.c,
26601         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
26602         (Depends-on): Add extensions.
26603         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
26604
26605 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26606
26607         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
26608         pathconf.
26609         * m4/same.m4 (gl_SAME): Likewise.
26610         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
26611
26612         * m4/regex.m4: Adjust to new libc regex implementation.
26613         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
26614         all the .c and .h parts of (the new) regex.
26615         Quote the m4 stuff better.
26616         Check for RE_ICASE bug of old gnulib.
26617         Check for REG_STARTEND of recent libc.
26618         Rename local variables from jm_* to gl_*.
26619         Quote operand of "test -f".
26620         Say "recent enough" version of libc, not "version 2".
26621         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
26622         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
26623         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
26624         Remove check for btowc, isascii.
26625         Require AM_LANGINFO_CODESET.
26626
26627 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26628
26629         * lib/regex.c, regex.h: Sync from libc.
26630         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
26631         * lib/regexec.c:
26632         New files, synced from libc, except that regex_internal.h
26633         currently has a small porting fix.
26634
26635 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
26636
26637         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
26638         regex_internal.c, regexec.c.
26639         Add regex_internal.h too, but as a comment, since the libc version
26640         is currently broken in gnulib mode.
26641
26642 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
26643
26644         Support programs like Emacs that use gnulib but not gettext.
26645         * MODULES.html.sh (Internationalization functions): Add gettext-h.
26646         * modules/gettext-h: New file.
26647         * modules/gettext (Files): Remove lib/gettext.h.
26648         (Depends-on): Add gettext-h.
26649         (Makefile.am): Remove lib_SOURCES.
26650         * modules/argmatch, modules/c-stack, modules/closeout:
26651         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
26652         * modules/execute, modules/file-type, modules/getaddrinfo:
26653         * modules/getopt, modules/human, modules/javacomp:
26654         * modules/javaexec, modules/mkdir-p, modules/obstack:
26655         * modules/openat, modules/pagealign_alloc, modules/pipe:
26656         * modules/quotearg, modules/regex, modules/rpmatch:
26657         * modules/unicodeio, modules/userspec, modules/version-etc:
26658         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
26659         * modules/xsetenv:
26660         Depend on gettext-h, not gettext.
26661
26662 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
26663
26664         * gnulib-tool (func_import): Add support for 'public domain' license.
26665         * modules/alloca, modules/atexit, modules/memmove:
26666         Now public domain, not GPL.
26667         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
26668         * modules/realloc, modules/strerror, modules/strtod:
26669         Now LGPL, not GPL.
26670
26671 2005-07-05  Bruno Haible  <bruno@clisp.org>
26672
26673         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
26674         autoconf CVS. Needed for mingw.
26675
26676 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26677
26678         Remove the dependency of the strftime module on the tzset module.
26679         * modules/strftime (Depends-on): Remove dependency on tzset.
26680
26681 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26682
26683         Remove the dependency of the strftime module on the tzset module.
26684         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
26685         gl_FUNC_TZSET_CLOBBER.
26686
26687 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
26688
26689         Remove the dependency of the strftime module on the tzset module.
26690         * lib/strftime.c (my_strftime)
26691         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
26692         Copy the input structure, to work around some of the bug with
26693         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
26694         Solaris releases, you should also use the tzset module, but we won't
26695         require it as a dependency any more since we don't want LGPLed code
26696         to depend on GPLed code.
26697
26698 2005-07-02  Jim Meyering  <jim@meyering.net>
26699
26700         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
26701         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
26702         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
26703         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
26704
26705 2005-07-02  Jim Meyering  <jim@meyering.net>
26706
26707         * lib/backupfile.c (backup_args): Change a `0' to NULL.
26708
26709 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
26710
26711         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
26712         declares only 'struct timespec;' (!).
26713
26714 2005-07-01  Jim Meyering  <jim@meyering.net>
26715
26716         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
26717         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
26718         * lib/save-cwd.c, tempname.c:
26719         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
26720         and don't include <sys/file.h>).
26721
26722 2005-06-29  Jim Meyering  <jim@meyering.net>
26723
26724         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
26725         type name.  Use the variable name instead.
26726         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
26727         Likewise.
26728
26729 2005-06-28  Simon Josefsson  <jas@extundo.com>
26730
26731         * modules/check-version (Files): Add check-version.m4.
26732
26733 2005-06-28  Simon Josefsson  <jas@extundo.com>
26734
26735         * m4/check-version.m4: New file, suggested by Jim Meyering
26736         <jim@meyering.net>.
26737
26738 2005-06-28  Simon Josefsson  <jas@extundo.com>
26739
26740         * lib/check-version.h, lib/check-version.c: New files.
26741
26742 2005-06-28  Simon Josefsson  <jas@extundo.com>
26743
26744         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
26745         collision with global variable.  Better indentation.  Don't
26746         increment buffer pointer beyond buffer end.  Based on comments
26747         from Paul Eggert <eggert@cs.ucla.edu>.
26748
26749         * lib/base64.h: Indent.
26750
26751 2005-06-28  Simon Josefsson  <jas@extundo.com>
26752
26753         * doc/gnulib.texi (Library version handling): New section.
26754
26755 2005-06-28  Jim Meyering  <jim@meyering.net>
26756
26757         * check-module (find_included_lib_files): Hard-code another
26758         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
26759         but modules/fts-lgpl (correctly) does not list those files.
26760
26761         * modules/canonicalize (Files): Add lib/pathmax.h.
26762
26763 2005-06-25  Simon Josefsson  <jas@extundo.com>
26764
26765         * modules/check-version: New file.
26766
26767 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
26768
26769         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
26770         initializer of struct addrinfo, as an indication that we don't
26771         care how many members the structure has.
26772
26773 2005-06-24  Derek Price  <derek@ximbiot.com>
26774         and Bruno Haible  <bruno@clisp.org>
26775
26776         Remove stat module & update lstat.
26777         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
26778         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26779         * m4/stat.m4: Remove this file.
26780
26781 2005-06-24  Derek Price  <derek@ximbiot.com>
26782         and Bruno Haible  <bruno@clisp.org>
26783
26784         Remove stat module & update lstat.
26785         * lib/stat.c: Remove this file...
26786         (slash_aware_lstat): ...moving this content and its support...
26787         * lib/lstat.c (rpl_lstat): ...into here.
26788         * lib/lstat.h: New file.
26789
26790 2005-06-24  Derek Price  <derek@ximbiot.com>
26791         and Bruno Haible  <bruno@clisp.org>
26792
26793         Remove stat module & update lstat.
26794         * config/srclist.txt (libc sources): Remove stat.
26795
26796 2005-06-24  Derek Price  <derek@ximbiot.com>
26797         and Bruno Haible  <bruno@clisp.org>
26798
26799         Remove stat module & update lstat.
26800         * MODULES.html.sh (stat): Remove.
26801         * MODULES.html: Regenerated.
26802         * modules/lstat (Description): Correct function name.
26803         (Files): Add "lstat.h".
26804         (Depends-on): Remove stat, add xalloc, stat-macros.
26805         * modules/stat: Remove this file.
26806         (Include): Add "lstat.h", remove <sys/stat.h>.
26807
26808 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
26809
26810         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
26811         (ranged_convert): Don't save conversion in a temporary struct.
26812         This causes a warning with GCC 4.0.0, and anyway in the typical
26813         case it's not worth the extra 100 bytes or so of code.
26814         (ranged_convert, __mktime_internal): When calling a function via a
26815         pointer P, use P () rather than (*P) (), as we now assume C89 or
26816         better.
26817
26818 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
26819
26820         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
26821         "who -r" failed to give output.  Problem reported by Tim Waugh.
26822
26823         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
26824         (xcalloc): Use it to avoid needless tests.
26825         Problem reported by Jim Meyering.
26826
26827 2005-06-20  Derek Price  <derek@ximbiot.com>
26828
26829         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
26830         unnecessary for Autoconfs > 2.59c.
26831
26832 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26833
26834         * lib/argp.h (__option_is_short): Check upper limit of
26835         __key. Isprint() requires its argument to have the value
26836         of an unsigned char or EOF.
26837
26838 2005-06-16  Jim Meyering  <jim@meyering.net>
26839
26840         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
26841         when either N or S is zero.
26842
26843 2005-06-16  Derek Price  <derek@ximbiot.com>
26844
26845         * m4/bison.m4: Declare YACC & YFLAGS precious.
26846
26847 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
26848
26849         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
26850         multibyte string or pattern, fall back on unibyte matching.
26851         Problem reported by James Youngman.
26852
26853 2005-06-08  Bruno Haible  <bruno@clisp.org>
26854
26855         * modules/csharpcomp: New file.
26856         * MODULES.html.sh (C#): Add csharpcomp.
26857
26858 2005-06-08  Bruno Haible  <bruno@clisp.org>
26859
26860         * m4/csharpcomp.m4: New file, from GNU gettext.
26861
26862 2005-06-08  Bruno Haible  <bruno@clisp.org>
26863
26864         * lib/csharpcomp.h: New file, from GNU gettext.
26865         * lib/csharpcomp.c: New file, from GNU gettext.
26866         * lib/csharpcomp.sh.in: New file, from GNU gettext.
26867
26868 2005-06-08  Bruno Haible  <bruno@clisp.org>
26869
26870         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
26871         warning on mingw.
26872
26873 2005-06-07  Derek Price  <derek@ximbiot.com>
26874
26875         Sync from CVS.
26876         * lib/glob_.h: Indent nested #ifdef.
26877
26878 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26879
26880         Sync from coreutils.
26881         Use "file name" when talking about file names, instead of "filename"
26882         or "path", as per the GNU coding standards.
26883         * lib/mkdir-p.c: Renamed from makepath.c.
26884         (make_dir_parents): Renamed from make_path.  All callers changed.
26885         * lib/mkdir-p.h: Likewise.  All includers changed.
26886         * lib/filenamecat.c: Renamed from path-concat.c.
26887         (file_name_concat): Renamed from path_concat.  All callers changed.
26888         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
26889         * lib/filenamecat.h: Likewise.  All includers changed.
26890         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
26891         in comments or local variable names.
26892         * lib/basename.c: Likewise.
26893         * lib/canonicalize.c, canonicalize.h: Likewise.
26894         * lib/dirname.c, dirname.h: Likewise.
26895         * lib/euidaccess.c: Likewise.
26896         * lib/exclude.c: Likewise
26897         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
26898         * lib/fsusage.c, fsuage.h: Likewise.
26899         * lib/fts.c, fts_.h: Likewise.
26900         * lib/getcwd.c: Likewise.
26901         * lib/getloadavg.c: Likewise.
26902         * lib/mkstemp.c: Likewise.
26903         * lib/mountlist.c, mountlist.h: Likewise.
26904         * lib/openat.c, openat.h: Likewise.
26905         * lib/readlink-stub.c: Likewise.
26906         * lib/readutmp.c, readutmp.h: Likewise.
26907         * lib/rename.c: Likewise.
26908         * lib/rmdir.c: Likewise.
26909         * lib/same.c: Likewise.
26910         * lib/savedir.c: Likewise.
26911         * lib/stripslash.c: Likewise.
26912         * lib/tempname.c: Likewise.
26913         * lib/xreadlink.c: Likewise.
26914         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
26915         All uses changed.
26916         * lib/exclude.h: Likewise.
26917
26918         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
26919         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26920         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
26921         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26922         * lib/pathmax.h: Include <limits.h> unconditionally, since other
26923         files have been getting away with it for years (MORE/BSD 4.3
26924         is extinct now).
26925         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
26926         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
26927
26928         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
26929         Define to 256, not 255, as per modern POSIX.
26930
26931 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26932
26933         Sync from coreutils.
26934         Use "file name" when talking about file names, instead of "filename"
26935         or "path", as per the GNU coding standards.
26936         * MODULES.html.sh: mkdir-p renamed from makepath.
26937         filenamecat renamed from path-concat.
26938         * modules/filenamecat: Renamed from modules/path-concat.
26939         (Files): filenamecat.h and filenamecat.c renamed from
26940         path-concat.h and path-concat.c.
26941         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
26942         (Include): filenamecat.h, not path-concat.h.
26943         * modules/mkdir-p: Renamed from modules/makepath.
26944         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
26945         makepath.c.
26946         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
26947         (Include): mkdir-p.h, not makepath.h.
26948
26949 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
26950
26951         Sync from coreutils.
26952         * m4/mkdir-p.m4: Renamed from makepath.m4.
26953         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
26954         Rename files from makepath.c to mkdir-p.c, and from
26955         makepath.h to mkdir-p.h.
26956         * m4/filenamecat.m4: Renamed from path-concat.m4.
26957         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
26958         Rename files from path-concat.c to filenamecat.c,
26959         and from path-concat.h to filenamecat.h.
26960         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
26961         "file name" in local variables or comments.
26962         * m4/rename.m4: Likewise.
26963
26964 2005-06-01  Bruno Haible  <bruno@clisp.org>
26965
26966         * modules/csharpexec: New file.
26967         * MODULES.html.sh (C#): New section.
26968
26969 2005-06-01  Bruno Haible  <bruno@clisp.org>
26970
26971         * m4/csharp.m4: New file, from GNU gettext.
26972         * m4/csharpexec.m4: New file, from GNU gettext.
26973
26974 2005-06-01  Bruno Haible  <bruno@clisp.org>
26975
26976         * lib/csharpexec.h: New file, from GNU gettext.
26977         * lib/csharpexec.c: New file, from GNU gettext.
26978         * lib/csharpexec.sh.in: New file, from GNU gettext.
26979
26980 2005-05-31  Derek Price  <derek@ximbiot.com>
26981             Paul Eggert  <eggert@cs.ucla.edu>
26982
26983         Sync from cvs.
26984         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26985
26986 2005-05-31  Derek Price  <derek@ximbiot.com>
26987             Paul Eggert  <eggert@cs.ucla.edu>
26988
26989         Sync from cvs.
26990         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
26991
26992 2005-05-29  Derek Price  <derek@ximbiot.com>
26993
26994         * config/srclist.txt (glob_.h, glob.c): Add these files.
26995
26996 2005-05-29  Derek Price  <derek@ximbiot.com>
26997
26998         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
26999         * modules/glob: New file.
27000         * modules/getlogin_r: Add link to POSIX spec in description.
27001
27002 2005-05-29  Derek Price  <derek@ximbiot.com>
27003             Paul Eggert  <eggert@cs.ucla.edu>
27004
27005         * m4/glob.m4: New file.
27006
27007 2005-05-29  Derek Price  <derek@ximbiot.com>
27008             Paul Eggert  <eggert@cs.ucla.edu>
27009
27010         * lib/glob_.h, lib/glob.c: New files.
27011
27012 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27013
27014         * modules/fts (Files): Remove m4/inttypes-pri.m4.
27015         * modules/fts-lgpl (Depends-on): Remove gettext.
27016
27017 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27018
27019         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
27020         and don't require gt_INTTYPES_PRI.
27021
27022 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
27023
27024         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
27025
27026         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
27027         the configuration hassle isn't worth it.
27028         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
27029         (LONGEST_MODIFIER, PRIuMAX): Remove.
27030
27031 2005-05-27  Bruno Haible  <bruno@clisp.org>
27032
27033         * lib/getlogin_r.h: Remove second include of <stddef.h>.
27034
27035 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
27036
27037         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
27038         _POSIX_PTHREAD_SEMANTICS for Solaris.
27039
27040 2005-05-25  Derek Price  <derek@ximbiot.com>
27041
27042         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
27043
27044 2005-05-25  Derek Price  <derek@ximbiot.com>
27045             Paul Eggert  <eggert@cs.ucla.edu>
27046
27047         * modules/getlogin_r, m4/getlogin_r.m4: New files.
27048         * lib/getlogin_r.c, getlogin_r.h: New files.
27049
27050 2005-05-25  Bruno Haible  <bruno@clisp.org>
27051             Derek Price  <derek@ximbiot.com>
27052
27053         * lib/getlogin_r.h: Simplify API documentation.
27054
27055 2005-05-23  Derek Price  <derek@ximbiot.com>
27056
27057         * modules/minmax (Files): Add m4/minmax.m4.
27058         (configure.ac): Add gl_MINMAX.
27059
27060 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
27061
27062         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
27063         so that unistd-safer.h (GPL'ed code) need not be included.
27064
27065 2005-05-22  Bruno Haible  <bruno@clisp.org>
27066
27067         * m4/minmax.m4: New file.
27068         Based on a patch by Derek Price <derek@ximbiot.com>.
27069
27070 2005-05-22  Bruno Haible  <bruno@clisp.org>
27071
27072         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
27073         (INT64_MIN): Fix definition.
27074         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
27075
27076         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
27077         NEED_SIGNED_INT_TYPES.
27078
27079         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
27080         HAVE_SYSTEM_INTTYPES.
27081
27082 2005-05-22  Bruno Haible  <bruno@clisp.org>
27083
27084         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
27085         Also include <sys/param.h> if it defines MIN, MAX.
27086         Based on a patch by Derek Price <derek@ximbiot.com>.
27087
27088 2005-05-21  Jim Meyering  <jim@meyering.net>
27089
27090         * modules/fts (Files): Add m4/inttypes-pri.m4.
27091         (Depends-on): Add lstat and remove gettext.  Alphabetize.
27092
27093 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27094
27095         New fts module.
27096         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
27097         (setup_dir, free_dir): New functions.
27098         (enter_dir, leave_dir): Define trivial
27099         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
27100         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
27101         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
27102         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
27103         Move to fts-cycle.c.
27104         (fts_open): Use setup_dir.
27105         (fts_close): Use free_dir.
27106         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
27107         This adds a label and some gotos, but the alternatives were messier.
27108         Check for memory allocation failure when entering a dir.
27109         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
27110         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
27111         (FTS): New member fts_cycle, that is a union that contains the
27112         old active_dir_ht and cycle_state.  All uses changed to mention
27113         fts_cycle.ht and fts_cycle.state.
27114         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
27115         fts.c, with the following changes:
27116         (setup_dir, free_dir): New functions.
27117         (enter_dir): Now returns bool.  Return true if successful, false
27118         if memory exhausted.  All callers changed.
27119         Do not bother partly cleaning up on
27120         memory allocation failure; that is free_dir's job.
27121         However, free ad if hash_insert fails, to avoid memory leak.
27122         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
27123         fts->fts_options to see which union member to use.
27124
27125 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27126
27127         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
27128         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
27129
27130 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27131
27132         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
27133
27134 2005-05-20  Jim Meyering  <jim@meyering.net>
27135
27136         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
27137         Now a macro, to pacify GCC.
27138
27139 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27140
27141         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
27142         of -1.
27143
27144 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
27145
27146         * lib/chown.c (rpl_chown): Return -1 on failure.
27147
27148 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27149
27150         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
27151         Don't check for stddef.h.
27152         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
27153         don't use its results.
27154         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
27155         since we include them unconditionally.  Don't require
27156         AM_STDBOOL_H, since stdbool is a prerequisite.
27157         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
27158         since we assume C89 or better.
27159         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
27160         as we don't use their results.
27161         Don't check for fchdir, memmove, memset, strrchr, as we use
27162         them unconditionally.
27163         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
27164         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
27165
27166 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
27167
27168         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
27169         Include <stddef.h> unconditionally, since we assume C89 now.
27170         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
27171         * lib/fts.c: Include fts_.h first, to check interface.
27172         Do not include intprops.h; no longer needed.
27173         Include cycle-check.h and hash.h, since fts_.h no longer does.
27174         Remove unnecessary casts of closedir to void.
27175         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
27176         decide whether to decrement nlinks.
27177         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
27178         (FTS): Use struct hash_table * instead of Hash_table, so that
27179         we no longer need to include hash.h here.
27180
27181 2005-05-18  Jim Meyering  <jim@meyering.net>
27182
27183         * modules/dirfd (License): Change to LGPL.  Most of the code
27184         is already in the public domain.
27185
27186 2005-05-18  Jim Meyering  <jim@meyering.net>
27187
27188         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
27189         Reported by Yoann Vandoorselaere.
27190
27191 2005-05-17  Jim Meyering  <jim@meyering.net>
27192
27193         * m4/fts.m4: New file, from coreutils.
27194
27195 2005-05-17  Jim Meyering  <jim@meyering.net>
27196
27197         * lib/fts.c, lib/fts_.h: New files, from coreutils.
27198
27199 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27200
27201         Sync from coreutils.
27202         * m4/unlinkdir.m4: New file.
27203
27204 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27205
27206         Sync from coreutils.
27207         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
27208         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
27209         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
27210         White space changes only.
27211         * lib/makepath.c (make_path): Port to hosts where leading "//" is
27212         special.
27213         * lib/yesno.c: Include getline.h, not ctype.h.
27214         (yesno): Don't remove leading white space; POSIX doesn't allow it.
27215         Use getline to remove arbitrary restriction on response length.
27216
27217 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
27218
27219         * config/srclist-update: Spell out "Street" in FSF postal
27220         mail address; this is the style the FSF seems to prefer.
27221
27222         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
27223         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
27224         this updates FSF postal mail address.
27225
27226         Sync from coreutils.
27227         * modules/unlinkdir: New file.
27228         * modules/yesno (Depends-on): Add getline.
27229         * MODULES.html.sh (File system functions): Add unlinkdir.
27230
27231 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
27234         lib/strsep.h:
27235         Change the initial comment to refer to GPL, not LGPL.
27236         gnulib-tool will change it to LGPL as needed.
27237
27238         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
27239         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
27240         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
27241         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
27242         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
27243         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
27244         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
27245         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
27246         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
27247         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
27248         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
27249         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
27250         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
27251         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
27252         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
27253         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
27254         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
27255         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
27256         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
27257         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
27258         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
27259         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
27260         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
27261         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
27262         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
27263         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
27264         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
27265         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
27266         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
27267         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
27268         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
27269         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
27270         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
27271         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
27272         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
27273         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
27274         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
27275         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
27276         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
27277         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
27278         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
27279         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
27280         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
27281         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
27282         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
27283         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
27284         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
27285         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
27286         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
27287         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
27288         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
27289         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
27290         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
27291         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
27292         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
27293         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
27294         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
27295         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
27296         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
27297         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
27298         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
27299         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
27300         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
27301         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
27302         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
27303         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
27304         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
27305         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
27306         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
27307         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
27308         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
27309         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
27310         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
27311         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
27312         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
27313         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
27314         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
27315         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
27316         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
27317         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
27318         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
27319         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
27320         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
27321         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
27322         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
27323         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
27324         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
27325         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
27326         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
27327         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
27328         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
27329         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
27330         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
27331         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
27332         lib/yesno.c, lib/yesno.h:
27333         Update FSF postal mail address.
27334
27335 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27336
27337         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
27338         tests/test-memmem.c, tests/test-stpncpy.c:
27339         Update FSF postal mail address.
27340
27341 2005-05-13  Bruno Haible  <bruno@clisp.org>
27342
27343         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
27344         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
27345         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
27346         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
27347         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
27348         Add support for 64-bit integers in the MSVC compiler.
27349
27350 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27351
27352         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
27353
27354 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
27355
27356         * gnulib-tool (func_import): Sort and uniquify recommended includes.
27357
27358 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
27359
27360         * doc/getdate.texi (General date syntax): Don't say that date
27361         date --iso-8601=ns generates acceptable dates; it doesn't yet.
27362         Problem reported by Nic Ferrier.
27363
27364 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27365
27366         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
27367         specified in ai_socktype. Fix invalid ai_protocol
27368         check. ai_protocol is usually set to 0 or depending on
27369         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
27370         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
27371         ai_socktype / ai_protocol in the returned addrinfo structure.
27372
27373 2005-05-10  Simon Josefsson  <jas@extundo.com>
27374
27375         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
27376         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
27377
27378 2005-05-10  Karl Berry  <karl@gnu.org>
27379
27380         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
27381         (from http://www.gnu.org/licenses).
27382         * doc/COPYING.LIB: also rename to COPYING.LESSER.
27383         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
27384         fdl.texi suffices.
27385
27386 2005-05-10  Karl Berry  <karl@gnu.org>
27387
27388         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
27389         (COPYING.DOC): remove.
27390
27391         * config/srclist-update: new FSF address.
27392
27393 2005-05-10  Derek Price  <derek@ximbiot.com>
27394
27395         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
27396         possible.
27397
27398 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27399             Bruno Haible  <bruno@clisp.org>
27400
27401         * modules/inet_ntop: New file.
27402         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27403         inet_ntop.
27404
27405 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27406             Bruno Haible  <bruno@clisp.org>
27407
27408         * m4/inet_ntop.m4: New file.
27409
27410 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
27411             Bruno Haible  <bruno@clisp.org>
27412
27413         * lib/inet_ntop.h: New file.
27414         * lib/inet_ntop.c: New file, from glibc with modifications.
27415
27416 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
27417
27418         * modules/time_r (License): Change to LGPL.
27419         * modules/extensions (License): Change to LGPL.  Actually,
27420         the license is more permissive than that, but currently gnulib-tool
27421         doesn't know how to handle more-permissive licenses.
27422
27423         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
27424         Problem reported by Dave Love.
27425
27426 2005-05-08  Jim Meyering  <jim@meyering.net>
27427
27428         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
27429         blank.
27430
27431 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27432
27433         * modules/argmatch (Depends-on): Add stdbool.
27434         * modules/backupfile (Depends-on): Likewise.
27435         * modules/chdir-long (Depends-on): Likewise.
27436         * modules/closeout (Depends-on): Likewise.
27437         * modules/cycle-check (Depends-on): Likewise.
27438         * modules/dirname (Depends-on): Likewise.
27439         * modules/fnmatch (Depends-on): Likewise.
27440         * modules/fsusage (Depends-on): Likewise.
27441         * modules/fwriteerror (Depends-on): Likewise.
27442         * modules/getcwd (Depends-on): Likewise.
27443         * modules/getloadavg (Depends-on): Likewise.
27444         * modules/hard-locale (Depends-on): Likewise.
27445         * modules/makepath (Depends-on): Likewise.
27446         * modules/mountlist (Depends-on): Likewise.
27447         * modules/nanosleep (Depends-on): Likewise.
27448         * modules/posixtm (Depends-on): Likewise.
27449         * modules/quotearg (Depends-on): Likewise.
27450         * modules/readtokens (Depends-on): Likewise.
27451         * modules/readtokens0 (Depends-on): Likewise.
27452         * modules/readutmp (Depends-on): Likewise.
27453         * modules/save-cwd (Depends-on): Likewise.
27454         * modules/strftime (Depends-on): Likewise.
27455         * modules/userspec (Depends-on): Likewise.
27456         * modules/utimecmp (Depends-on): Likewise.
27457         * modules/xgetcwd (Depends-on): Likewise.
27458         * modules/xnanosleep (Depends-on): Likewise.
27459         * modules/xstrtod (Depends-on): Likewise.
27460         * modules/yesno (Depends-on): Likewise.
27461
27462 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
27463
27464         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
27465         needless checks.
27466
27467 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27468
27469         Merge from coreutils.  Among other things,
27470         add bulletproofing for cases where stdin, stdout, or stderr are closed.
27471         * lib/fd-safer.c: New file.
27472         * lib/fcntl-safer.h, open-safer.c: Remove.
27473         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
27474         * lib/dup-safer.c: Include unistd-safer.h first.
27475         Don't include errno.h.
27476         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
27477         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
27478         * lib/file-type.c: Rely on file-type.h change.
27479         * lib/getloadavg.c: Include unistd-safer.h.
27480         (getloadavg): Use safer open.
27481         * lib/getusershell.c: Include "stdio-safer.h".
27482         (getusershell): Use safer fopen.
27483         * lib/long-options.c (long_options): Use NULL rather than 0.
27484         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
27485         'free'.
27486         * lib/modechange.c: Likewise.
27487         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
27488         (MODE_DONE): New constant.
27489         (struct mode_change): Remove 'next' member.
27490         (make_node_op_equals): New function; like the old one of the
27491         same name, except it allocates an array.
27492         (mode_compile, mode_create_from_ref): Use it.
27493         (mode_compile): Allocate result as an array, not a linked list.
27494         Parse octal string ourself, so that we catch mistakes like "+0".
27495         (mode_adjust): Arg is an array, not a linked list.
27496         * lib/modechange.c: Include stat-macros.h, xalloc.h.
27497         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
27498         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
27499         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
27500         Remove.  This is now stat-macros.h's job.
27501         (talloc): Remove.  All callers replaced by xalloc, so that
27502         our invokers don't have to worry about reporting memory failures.
27503         (make_node_op_equals): Remove.
27504         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27505         New constants.
27506         (struct mode_change): Moved here from modechange.h.
27507         (mode_append_entry): Remove.
27508         (mode_compile): Remove MASKED_OPS arg, since it encouraged
27509         apps to have incorrect behavior.  Use simpler algorithm for head
27510         and tail.  Don't futz with umask; that's now the job of mode_adjust.
27511         Detect more invalid usages rather than having somewhat-random behavior.
27512         Don't insert an "a=" action, as that leads to incorrect behavior.
27513         (mode_compile, mode_create_from_ref): Return NULL on error instead
27514         of an enum, since now there's only one way to have an error.  All
27515         callers changed.
27516         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
27517         at the correct time.  Simplify calculation of "+u" and its ilk.
27518         Don't mishandle "+X".
27519         (mode_free): Remove "register" and localize decls.
27520         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
27521         (struct mode_change): Move to modechange.c; callers don't
27522         need to see this stuff.
27523         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
27524         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
27525         (mode_change, mode_adjust): Reflect the new signatures noted above.
27526         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
27527         that might redefine system include files.
27528         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
27529         (my_usleep): Use NULL rather than (void *) 0.
27530         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
27531         Use siginterrupt to specify that system calls should be interrupted.
27532         (rpl_nanosleep): Move initialization of suspended closer to call of
27533         my_usleep.
27534         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
27535         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
27536         (desirable_utmp_entry): New function.
27537         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
27538         using x2nrealloc, to simplify logic.
27539         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
27540         size calculation.  Do not assume utmp file is a regular file.
27541         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
27542         (READ_UTMP_CHECK_PIDS): New constant.
27543         * lib/save-cwd.c: Include unistd-safer.h.
27544         (save_cwd): Use fd_safer.
27545         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
27546         [!_LIBC] Include "stat-macros.h" instead.
27547         * lib/unistd-safer.h (fd_safer): New decl.
27548
27549 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27550
27551         * modules/getloadavg (Depends-on): Add unistd-safer.
27552         * modules/getusershell (Depends-on): Add stdio-safer.
27553         * modules/lstat (Depends-on): Remove xalloc.
27554         * modules/mkstemp (Depends-on): Add stat-macros.
27555         * modules/modechange (Depends-on): Remove xstrtol.
27556         Add stat-macros, xalloc.
27557         * modules/save-cwd (Depends-on): Add unistd-safer.
27558         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
27559         * modules/unistd-safer (Files): Add lib/fd-safer.c
27560         (Makefile.am): Remove lib_SOURCES.
27561
27562         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
27563         Remove fcntl-safer; unistd-safer supersedes it.
27564
27565 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27566
27567         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
27568         AC_HEADER_STAT.
27569         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
27570         (gl_PREREQ_CHOWN): Remove.
27571         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
27572         it.  Don't require AC_HEADER_STAT.
27573         (gl_PREREQ_LSTAT): Remove.
27574         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
27575         Don't require AC_HEADER_STAT.
27576         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
27577         (gl_PREREQ_RMDIR): Remove.
27578         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
27579         mention stat-macros.h or AC_HEADER_STAT, since we'll make
27580         the stat-macros module a prerequisite.
27581         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
27582         * m4/filemode.m4 (gl_FILEMODE): Likewise.
27583         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
27584         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
27585         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
27586         variable names.
27587         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
27588         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
27589         variable prefixes.
27590         * m4/fcntl-safer.m4: Remove.
27591         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
27592         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
27593         Invoke gl_PREREQ_FD_SAFER.
27594         (gl_PREREQ_FD_SAFER): New macro.
27595         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
27596         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
27597         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
27598         Remove duplicate call to AC_LIBOBJ(readutmp).
27599         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
27600
27601         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
27602         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
27603
27604 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
27605
27606         * MODULES.html.sh (Misc): Add byteswap.
27607
27608 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27609
27610         * modules/getcwd (Depends-on): Add extensions.
27611         * modules/openat (Depends-on): Likewise.
27612
27613 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27614
27615         * modules/byteswap: New file.
27616
27617 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27618
27619         * m4/byteswap.m4: New file.
27620
27621 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
27622
27623         * lib/byteswap_.h: New file.
27624
27625 2005-04-25  Karl Berry  <karl@gnu.org>
27626
27627         * m4/gettext.m4: Update from GNU gettext 0.14.4.
27628
27629 2005-04-25  Albert Chin  <china@thewrittenword.com>
27630
27631         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
27632         Toolkit C bug.
27633
27634 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
27635
27636         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
27637         (func_ln_if_changed) Remove forcibly for no error message
27638         in case file does not exist.
27639
27640 2005-04-19  Simon Josefsson  <jas@extundo.com>
27641
27642         * gnulib-tool (Options): Make --symlink mean --symbolic.
27643
27644 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
27645
27646         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
27647
27648 2005-04-16  Simon Josefsson  <jas@extundo.com>
27649
27650         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
27651
27652 2005-04-15  Simon Josefsson  <jas@extundo.com>
27653
27654         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
27655
27656 2005-04-15  Simon Josefsson  <jas@extundo.com>
27657
27658         * gnulib-tool: Rename --symlink to --symbolic.
27659
27660 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
27661
27662         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
27663         symbolic links to files instead of copying/moving.  Add --aux-dir,
27664         specifying directory relative --dir where auxiliary build tools
27665         are placed.
27666
27667 2005-04-14  Bruno Haible  <bruno@clisp.org>
27668
27669         * modules/allocsa (License): Change to LGPL.
27670         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
27671
27672 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
27673
27674         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
27675         that "UTC +1 second" continues to work.  Problem reported
27676         by Dmitry V. Levin.
27677         (relunit_snumber): New rule.
27678         (relunit): Use it.
27679
27680 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
27681
27682         * lib/getdate.y (universal_time_zone_table): New constant.
27683         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
27684         universal_time_zone_table.
27685         (lookup_zone): Prefer universal_time_zone_table to
27686         local_time_zone_table, so that "GMT" time stamps are allowed in
27687         London during the summer.  Problem reported by Ian Abbott.
27688
27689 2005-04-12  Jim Meyering  <jim@meyering.net>
27690
27691         * lib/human.c (humblock): Set *options even when returning due to
27692         xstrtoumax conversion failure.  Thanks to a used-uninitialized
27693         warning from gcc-4.
27694
27695 2005-04-09  Jim Meyering  <jim@meyering.net>
27696
27697         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
27698         -Wuninitialized: initialize tm0.tm_year.
27699
27700 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
27701
27702         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
27703         count, since there's no maximum.  All uses changed.
27704         Add member dsts_seen.
27705         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
27706         not being INT_MAX.
27707         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
27708         Use pc_rels_seen to decide whther a date is absolute.
27709
27710         * lib/getdate.y (number): Don't overwrite year.
27711         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
27712         check.
27713
27714 2005-04-02  Simon Josefsson  <jas@extundo.com>
27715
27716         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
27717         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
27718
27719 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
27720
27721         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
27722         where no absolute path name can be longer than PATH_MAX.
27723
27724 2005-03-27  Jim Meyering  <jim@meyering.net>
27725
27726         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
27727
27728 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
27729
27730         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
27731         "one's complement" -> "ones' complement" in comment, as per Knuth.
27732         "value of type" -> "type or expression" in comment.
27733         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
27734
27735 2005-03-26  Jim Meyering  <jim@meyering.net>
27736
27737         Comment nits.
27738         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
27739         Correct typos: s/or/of/.
27740
27741 2005-03-26  Jim Meyering  <jim@meyering.net>
27742
27743         * modules/check-include-files: Move to ../ and rename to...
27744         * check-module: ...this.
27745
27746 2005-03-25  Jim Meyering  <jim@meyering.net>
27747
27748         * modules/xvasprintf (Files): Add xalloc.h.
27749
27750 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
27751
27752         * modules/gettext (Files): config/config.rpath ->
27753         build-aux/config.rpath
27754         * modules/iconv (Files): Likewise.
27755         Problem reported by Oskar Liljeblad.
27756
27757 2005-03-23  Jim Meyering  <jim@meyering.net>
27758
27759         * modules/check-include-files: New script to check for
27760         missing dependencies, multiple includes, etc.
27761
27762         * modules/c-strtold (Depends-on): Add xalloc.
27763         * modules/c-strtod (Depends-on): Add xalloc.
27764         * modules/hash (Depends-on): Add xalloc.
27765         (Files): Remove lib/xalloc.h.
27766
27767         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
27768         * modules/userspec (Files): Add lib/inttostr.h.
27769
27770 2005-03-23  Jim Meyering  <jim@meyering.net>
27771
27772         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
27773
27774 2005-03-22  Jim Meyering  <jim@meyering.net>
27775
27776         * modules/stat-macros: New module.
27777         * modules/canonicalize, modules/euidaccess, modules/file-type,
27778         * modules/filemode, modules/lchown, modules/makepath,
27779         * modules/rmdir, modules/stat: Depend on new stat-macros module
27780         rather than listing lib/stat-macros.h manually.
27781         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
27782
27783 2005-03-22  Jim Meyering  <jim@meyering.net>
27784
27785         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
27786
27787 2005-03-22  Bruno Haible  <bruno@clisp.org>
27788
27789         * config/srclist.txt: Replace target directory 'config' with
27790         'build-aux'.
27791         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
27792         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
27793         ../build-aux/.
27794
27795 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
27796
27797         * modules/chdir-long (Depends-on): Add mempcpy.
27798
27799         * modules/acl, modules/backupfile, modules/c-strtod,
27800         modules/c-strtold, modules/canon-host, modules/canonicalize,
27801         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
27802         modules/exclude, modules/exitfail, modules/file-type,
27803         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
27804         modules/getdate, modules/getline, modules/getpagesize,
27805         modules/getpass, modules/getugroups, modules/group-member,
27806         modules/hard-locale, modules/hash, modules/human, modules/idcache,
27807         modules/inttostr, modules/long-options, modules/makepath,
27808         modules/md5, modules/memcasecmp, modules/memcoll,
27809         modules/modechange, modules/mountlist, modules/path-concat,
27810         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
27811         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
27812         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
27813         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
27814         modules/strftime, modules/strndup, modules/strverscmp,
27815         modules/timespec, modules/unlocked-io, modules/userspec,
27816         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
27817         modules/yesno:
27818         Remove lib_SOURCES line from Makefile.am section, as this is now
27819         done automatically by the corresponding Autoconf macro.
27820
27821 2005-03-21  Jim Meyering  <jim@meyering.net>
27822
27823         Changes imported from coreutils.
27824
27825         * lib/cycle-check.c: Don't include xalloc.h.
27826
27827         * lib/path-concat.c: Don't include assert.h.
27828         (path_concat): Remove assertion that would have triggered
27829         for ABASE starting with more than one slash.
27830         Reported by Andreas Schwab.
27831
27832         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
27833         properly when ABASE is an absolute file name.
27834         Correct the description of this function.
27835         Include <assert.h>.
27836         Add an assertion and a test driver.
27837         This fixes a bug introduced on 2004-07-02.
27838         Andreas Schwab reported the resulting failure of cp --parents:
27839         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
27840
27841 2005-03-21  Jim Meyering  <jim@meyering.net>
27842
27843         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
27844         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
27845
27846 2005-03-21  Jim Meyering  <jim@meyering.net>
27847         and  Paul Eggert  <eggert@cs.ucla.edu>
27848
27849         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
27850         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
27851         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
27852         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
27853         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
27854         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
27855         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
27856         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
27857         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
27858         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
27859         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
27860         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
27861         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
27862         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
27863         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
27864         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
27865         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
27866         for these modules.
27867
27868 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
27869
27870         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
27871         (which shouldn't happen), generate nothing instead of returning 0
27872         immediately, so that nstrftime (NULL, ...) doesn't return 0.
27873
27874 2005-03-16  Bruno Haible  <bruno@clisp.org>
27875
27876         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
27877         HAVE_LONGLONG_64BIT.
27878
27879 2005-03-16  Bruno Haible  <bruno@clisp.org>
27880
27881         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
27882         HAVE_LONGLONG_64BIT.
27883
27884 2005-03-16  Bruno Haible  <bruno@clisp.org>
27885
27886         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
27887         HAVE_LONGLONG_64BIT.
27888
27889 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27890
27891         * lib/strftime.c (my_strftime): Prepend space to format so that we can
27892         reliably distinguish strftime failure from empty output on POSIX
27893         hosts.
27894
27895 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
27896
27897         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
27898         (iconv_string): Don't guess a size-zero buffer, as that might cause
27899         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
27900         result would be 'too large', where 'too large' is (heuristically)
27901         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
27902         overflow concerns.  This will prevent some unwanted malloc failures
27903         when the inputs are very large.
27904
27905 2005-03-15  Karl Berry  <karl@gnu.org>
27906
27907         * config/srclist.txt (config.rpath): from gettext.
27908         * config/config.rpath: update.
27909
27910 2005-03-15  Bruno Haible  <bruno@clisp.org>
27911
27912         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
27913         to 'negate'.
27914
27915         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
27916         variable.
27917
27918         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
27919         results.
27920
27921 2005-03-14  Simon Josefsson  <jas@extundo.com>
27922
27923         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
27924         <fx@gnu.org>.
27925
27926 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
27927
27928         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
27929         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
27930         intprops.h.
27931         * lib/strtol.c: Likewise.
27932
27933 2005-03-14  Jim Meyering  <jim@meyering.net>
27934
27935         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
27936         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
27937         to be nonzero so that we (and caller) can detect the difference
27938         between a valid zero-length expansion and an error return, even
27939         when the underlying strftime fails before writing anything into
27940         that location.
27941
27942 2005-03-14  Bruno Haible  <bruno@clisp.org>
27943
27944         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
27945         Update from GNU gettext 0.14.3.
27946
27947 2005-03-10  Jim Meyering  <jim@meyering.net>
27948
27949         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
27950
27951 2005-03-10  Jim Meyering  <jim@meyering.net>
27952
27953         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
27954         so that this module works on systems without fchdir.
27955
27956 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
27957
27958         Factor int-properties macros into a single file, except for
27959         glibc-related files.
27960         * lib/intprops.h: New file.
27961         * lib/getloadavg.c: Include it instead of limits.h.
27962         (INT_STRLEN_BOUND): Remove.
27963         * lib/human.c: Include intprops.h.
27964         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
27965         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
27966         302/1000.
27967         * lib/inttostr.h: Include intprops.h instead of limits.h.
27968         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
27969         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
27970         for consistency with intprops.h.
27971         (time_t_is_integer, twos_complement_arithmetic): Use them.
27972         * lib/sig2str.h: Include <signal.h>, intprops.h.
27973         (INT_STRLEN_BOUND): Remove.
27974         * lib/strftime.c (TYPE_SIGNED): Remove.
27975         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
27976         * lib/strtol.c: Adjust comments to match intprops.h.
27977         * lib/userspec.c: Include intprops.h.
27978         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
27979         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
27980         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
27981         instead of rolling our own expressions.
27982         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
27983
27984         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
27985         instead of int.
27986         (my_strftime): Do not mishandle years close to INT_MAX, by doing
27987         the right thing even if adding 1900 would overflow.  Similarly
27988         for tm_mon + 1 and tm_yday + 1.
27989         Make %Y always equivalent to %C%y, and similarly for %G and %g.
27990         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
27991         (DO_SIGNED_NUMBER): New macro.
27992         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
27993
27994 2005-03-07  Bruno Haible  <bruno@clisp.org>
27995
27996         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
27997
27998 2005-03-07  Bruno Haible  <bruno@clisp.org>
27999
28000         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
28001
28002 2005-03-04  Derek R. Price  <derek@ximbiot.com>
28003
28004         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
28005         (func_import): Only replace files via --import when they have actually
28006         changed.
28007
28008 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28009
28010         * m4/mmap-anon.m4: New file.
28011         * m4/pagealign_alloc.m4: New file.
28012
28013 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28014             Bruno Haible  <bruno@clisp.org>
28015
28016         * modules/pagealign_alloc: New file.
28017         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
28018
28019 2005-03-03  Derek R. Price  <derek@ximbiot.com>
28020             Bruno Haible  <bruno@clisp.org>
28021
28022         * lib/pagealign_alloc.h: New file.
28023         * lib/pagealign_alloc.c: New file.
28024
28025 2005-03-03  Bruno Haible  <bruno@clisp.org>
28026
28027         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
28028         Use an all-permissive copyright notice, recommended by RMS.
28029
28030 2005-03-02  Bruno Haible  <bruno@clisp.org>
28031
28032         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
28033         of AIX, the replacement has to be done only after <string.h> is
28034         included, therefore not in config.h. stpncpy.h does the replacement,
28035         and stpncpy.c uses it.
28036
28037 2005-03-02  Bruno Haible  <bruno@clisp.org>
28038
28039         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
28040         stpncpy.c uses it.
28041
28042 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28043
28044         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
28045         The workaround isn't strictly needed for POSIX conformance, and
28046         it's too much of a pain to configure and maintain.  We'll ask
28047         people to fix their kernels instead.
28048         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
28049         (NANOSLEEP_BUG_WORKAROUND): Remove.
28050         (xnanosleep): Remove the workaround.
28051
28052 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28053
28054         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
28055         Reported by Derek Price.
28056         (Include): Add "timespec.h".
28057
28058         * modules/xnanosleep (Depends-on): Remove gethrxtime.
28059
28060 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
28061
28062         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
28063         to detect nanosleep bug.
28064
28065 2005-03-01  Bruno Haible  <bruno@clisp.org>
28066
28067         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
28068
28069 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28070
28071         * modules/gethrxtime: New file.
28072         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
28073         (Depends-on): Add gethrxtime.
28074         (configure.ac): Add gl_XNANOSLEEP.
28075         (Makefile.am): Remove lib_SOURCES line.
28076
28077 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28078
28079         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
28080         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
28081
28082 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
28083
28084         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
28085         * lib/timespec.h (gettime): Return void, since it always
28086         succeeds now.  All uses changed.
28087         * lib/gettime.c (gettime) Likewise.
28088         [HAVE_NANOTIME]: Prefer nanotime.
28089         Assume gettimeofday succeeds, as POSIX requires.
28090         Assime time () succeeds, since other code already does.
28091         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
28092         (timespec_subtract): Remove.
28093         (NANOSLEEP_BUG_WORKAROUND): New constant.
28094         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
28095         things considerably.  Use it only on GNU/Linux hosts, since the
28096         workaround shouldn't be needed elsewhere.
28097
28098 2005-02-24  Bruno Haible  <bruno@clisp.org>
28099
28100         * modules/gettext (Files): Add m4/glibc2.m4.
28101
28102 2005-02-24  Bruno Haible  <bruno@clisp.org>
28103
28104         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
28105         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
28106         * m4/progtest.m4:
28107         Update from GNU gettext 0.14.2.
28108         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
28109
28110 2005-02-24  Bruno Haible  <bruno@clisp.org>
28111
28112         * lib/localcharset.c: Update from GNU gettext 0.14.2.
28113         * lib/config.charset: Update from GNU gettext 0.14.2.
28114
28115 2005-02-24  Bruno Haible  <bruno@clisp.org>
28116
28117         * lib/gettext.h: Update from GNU gettext 0.14.2.
28118
28119 2005-02-23  Simon Josefsson  <jas@extundo.com>
28120
28121         * m4/iconvme.m4: New file.
28122
28123 2005-02-23  Jim Meyering  <jim@meyering.net>
28124
28125         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
28126         change.
28127         Thanks to Bruno Haible for catching it.
28128
28129 2005-02-22  Simon Josefsson  <jas@extundo.com>
28130
28131         * modules/iconvme: New file.
28132
28133         * MODULES.html.sh: Add iconvme.
28134
28135 2005-02-22  Simon Josefsson  <jas@extundo.com>
28136
28137         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
28138
28139 2005-02-22  Simon Josefsson  <jas@extundo.com>
28140
28141         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
28142
28143 2005-02-22  Jim Meyering  <jim@meyering.net>
28144
28145         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
28146         s/ifndef/ifdef/.
28147
28148 2005-02-20  Neil Conway  <neilc@samurai.com>
28149
28150         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
28151         returned by OSX/Darwin if the specified buffer is not large
28152         enough for the hostname.
28153
28154 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28155
28156         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
28157         pass it to _help, otherwise the latter coredumps trying to
28158         dereference state.root_argp.
28159
28160 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28161
28162         * modules/chdir-long (Depends-on): Add memrchr.
28163         * modules/memrchr (Files): Add lib/memrchr.h.
28164         (Include): "memrchr.h".
28165
28166 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28167
28168         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
28169
28170 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
28171
28172         * lib/memrchr.h: New file.
28173         * lib/chdir-long.c: Include it.
28174         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
28175         Don't bother including stddef.h.
28176
28177 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
28178
28179         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
28180         inclusion.
28181         Include <sys/types.h>, for dev_t.
28182         (ME_DUMMY, ME_REMOTE): Move from here....
28183         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
28184         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
28185         Dmitry V. Levin.
28186         Include mountlist.h first, to test the interface.
28187
28188 2005-01-29  Bruno Haible  <bruno@clisp.org>
28189
28190         * lib/progname.c (program_name): Initialize.
28191         Needed when linking statically on MacOS X.
28192
28193 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28194
28195         Sync from coreutils.
28196         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
28197         (Depends-on): Add c-strtod.
28198         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
28199
28200 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
28201
28202         Sync from coreutils.
28203         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
28204
28205         Remove files that are specific to coreutils.
28206         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
28207
28208 2005-01-28  Bruno Haible  <bruno@clisp.org>
28209
28210         * modules/javacomp: New file.
28211         * MODULES.html.sh (Java): Add javacomp.
28212
28213 2005-01-28  Bruno Haible  <bruno@clisp.org>
28214
28215         * m4/javacomp.m4: New file, from GNU gettext.
28216
28217 2005-01-28  Bruno Haible  <bruno@clisp.org>
28218
28219         * lib/javacomp.sh.in: New file, from GNU gettext.
28220         * lib/javacomp.h: New file, from GNU gettext.
28221         * lib/javacomp.c: New file, from GNU gettext.
28222
28223 2005-01-26  Simon Josefsson  <jas@extundo.com>
28224
28225         * lib/gai_strerror.c: Use GPL in header.
28226
28227 2005-01-26  Bruno Haible  <bruno@clisp.org>
28228
28229         * modules/javaexec: New file.
28230         * MODULES.html.sh (Java): Add javaexec.
28231
28232 2005-01-26  Bruno Haible  <bruno@clisp.org>
28233
28234         * m4/javaexec.m4: New file, from GNU gettext.
28235
28236 2005-01-26  Bruno Haible  <bruno@clisp.org>
28237
28238         * lib/javaexec.sh.in: New file, from GNU gettext.
28239         * lib/javaexec.h: New file, from GNU gettext.
28240         * lib/javaexec.c: New file, from GNU gettext.
28241
28242 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28243
28244         * modules/lchown (Depends-on): Remove lchown.h
28245
28246 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28247
28248         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
28249         must be defined if the header file was not found, in order
28250         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
28251
28252 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28253
28254         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
28255         initializers for struct pentry_state.
28256         (__argp_error): Check return value of __asprintf
28257         (__argp_failure): Translate error message
28258
28259         * lib/argp-parse.c: Removed braces around the expansion of N_()
28260
28261 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
28262
28263         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
28264         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
28265         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
28266         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
28267         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
28268         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
28269         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
28270         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
28271         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
28272         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
28273         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
28274         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
28275         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
28276         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
28277         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
28278         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
28279         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
28280         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
28281         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
28282         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
28283         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
28284         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
28285         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
28286         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
28287         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
28288         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
28289         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
28290         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
28291         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
28292         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
28293         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
28294         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
28295         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
28296         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
28297         xstrtol.m4, xstrtoumax.m4, yesno.m4:
28298         Use an all-permissive copyright notice, recommended by RMS.
28299
28300 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
28301
28302         * modules/chdir-long (Depends-on): Remove mempcpy.
28303
28304 2005-01-21  Jim Meyering  <jim@meyering.net>
28305
28306         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
28307         same value as for Solaris 9.
28308
28309         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
28310         component length.  This included changing the parameter to be
28311         of type `char *' rather than `char const *'.
28312         * lib/chdir-long.h (chdir_long): Update prototype.
28313
28314         * lib/openat.c (fdopendir, fstatat): New functions.
28315         * lib/openat.h: Include headers required for use of DIR and struct
28316         stat.
28317         [AT_SYMLINK_NOFOLLOW]: Define.
28318         (fdopendir, fstatat): Add prototypes.
28319
28320 2005-01-21  Bruno Haible  <bruno@clisp.org>
28321
28322         * modules/classpath: New file.
28323         * MODULES.html.sh (Java): Add classpath.
28324
28325 2005-01-21  Bruno Haible  <bruno@clisp.org>
28326
28327         * lib/classpath.h: New file, from GNU gettext.
28328         * lib/classpath.c: New file, from GNU gettext.
28329
28330 2005-01-20  Simon Josefsson  <jas@extundo.com>
28331
28332         * modules/version-etc-fsf: New file.
28333
28334 2005-01-20  Simon Josefsson  <jas@extundo.com>
28335
28336         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
28337         * lib/version-etc.c: Remove version_etc_copyright.
28338         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
28339         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
28340
28341 2005-01-20  Simon Josefsson  <jas@extundo.com>
28342
28343         * lib/base64.h (isbase64): Add.
28344
28345         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
28346         using a unsigned prototype, don't inline.
28347         (base64_decode): Use it.
28348
28349 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28350
28351         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
28352         it.
28353
28354 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28355
28356         * lib/save-cwd.c (save_cwd): Remove code to support the case
28357         where fchdir is missing or flaky.
28358
28359 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
28360
28361         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
28362
28363 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
28364
28365         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
28366         AC_LIBSOURCES now does this.
28367         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
28368         with new ullong_max module.
28369
28370 2005-01-19  Bruno Haible  <bruno@clisp.org>
28371
28372         * modules/sh-quote: New file.
28373         * MODULES.html.sh (Executing programs): Add sh-quote.
28374
28375 2005-01-19  Bruno Haible  <bruno@clisp.org>
28376
28377         * lib/sh-quote.h: New file, from GNU gettext.
28378         * lib/sh-quote.c: New file, from GNU gettext.
28379
28380 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28381
28382         Merge from coreutils.
28383         * m4/ullong_max.m4: New file.
28384         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
28385         (gl_MACROS): Assume localeconv exists.
28386
28387 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28388
28389         Merge changes from coreutils, as described below in several
28390         changelogs dated today.
28391
28392         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
28393         (O_DIRECTORY): Remove; not needed here, since "." must be
28394         a directory.  All uses removed.
28395         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
28396         universal on Suns, and we also need to test for IRIX.
28397         Revamp code to use 'if' rather than '#if'.
28398         Avoid unnecessary comparison of cwd->desc to 0.
28399
28400         * lib/utimens.c (futimens): Robustify the previous patch, by checking
28401         for known valid error numbers rather than observed invalid ones.
28402
28403 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
28404
28405         * modules/ullong_max: New file.
28406
28407         * modules/chdir-long, modules/openat: New files.
28408         * modules/save-cwd (Depends-on): Depend on chdir-long.
28409         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
28410
28411 2005-01-18  Jim Meyering  <jim@meyering.net>
28412
28413         Merge from coreutils.
28414         * m4/chdir-long.m4, m4/openat.m4: New files.
28415         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
28416         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
28417         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
28418         is sane and DOES follow symlinks.  Besides, testing 20 different
28419         systems found no broken chown implementations.
28420         Prompted by a change in rsync's copy of this macro.
28421         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
28422
28423         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
28424
28425         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
28426         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
28427         NULL-means-set-to-current-time semantics.
28428         Remove temporary file immediately, rather than waiting
28429         for configure's at-exit trap code to do it.
28430
28431 2005-01-18  Jim Meyering  <jim@meyering.net>
28432
28433         * lib/version-etc.c (version_etc_copyright): Update copyright date.
28434
28435         * lib/utimens.c (futimens): Account for the fact that futimes
28436         can also fail with errno == ENOSYS or errno == ENOENT.
28437         Patch from Dmitry V. Levin.
28438
28439         Change the name of the robust chdir function from chdir to chdir_long.
28440         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
28441         (restore_cwd): Use chdir_long, not chdir.
28442         * lib/chdir-long.c: Renamed from chdir.c.
28443         * lib/chdir-long.h: Renamed from chdir.h.
28444         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
28445         Hurd.
28446
28447 2005-01-18  Bruno Haible  <bruno@clisp.org>
28448
28449         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
28450         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
28451         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
28452         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
28453         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
28454         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
28455         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
28456         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
28457         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
28458         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
28459         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
28460         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
28461         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
28462         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
28463         Use an all-permissive copyright notice, recommended by RMS.
28464
28465 2005-01-18  Bob Proulx  <bob@proulx.com>
28466
28467         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
28468         simplify offsetof() macro construct to avoid compile failure with
28469         native HP-UX 11.0 ANSI C compiler.
28470
28471 2005-01-17  Bruno Haible  <bruno@clisp.org>
28472
28473         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
28474         redundant because stpncpy.m4 takes care of it.
28475
28476 2005-01-17  Bruno Haible  <bruno@clisp.org>
28477
28478         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
28479
28480 2005-01-17  Bruno Haible  <bruno@clisp.org>
28481
28482         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
28483         used.
28484
28485 2005-01-17  Bruno Haible  <bruno@clisp.org>
28486
28487         * lib/fwriteerror.h (fwriteerror): Change specification to include
28488         fclose.
28489         * lib/fwriteerror.c: Include <stdbool.h>.
28490         (fwriteerror): At the end, close the file stream. Record whether
28491         stdout was already closed.
28492
28493 2005-01-17  Bruno Haible  <bruno@clisp.org>
28494
28495         * lib/execute.c (environ): Declare if needed.
28496         * lib/pipe.c (environ): Likewise.
28497         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
28498
28499 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28500
28501         * modules/argp: Depend on vsnprintf
28502
28503 2005-01-10  Jim Meyering  <jim@meyering.net>
28504
28505         * modules/closeout (Depends-on): Add atexit.
28506
28507 2005-01-06  Bruno Haible  <bruno@clisp.org>
28508
28509         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
28510
28511 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
28512
28513         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
28514         definitions to be after all include files, to avoid collisions.
28515         Problem reported by Bob Proulx.
28516
28517 2005-01-04  Jim Meyering  <jim@meyering.net>
28518
28519         Changes imported from coreutils.
28520         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
28521         as the mkstemp template, use a temporary directory and an
28522         8.3-friendly template to avoid trouble on systems like DJGPP.
28523         Reported by Juan M. Guerrero via Stepan Kasal.
28524         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
28525         close. Remove the temporary directory right away, rather than waiting
28526         for configure's at-exit trap code to do it.
28527         Suggestion from Stepan Kasal.
28528
28529 2005-01-01  Simon Josefsson  <jas@extundo.com>
28530
28531         * gnulib-tool: Print #include directives when --import'ing.
28532
28533 2004-12-28  Simon Josefsson  <jas@extundo.com>
28534
28535         * tests/test-base64.c: Include required header files.  Remove
28536         unused variables.
28537
28538 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28539
28540         * modules/error (Depends-on): Remove gettext.
28541
28542 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
28543
28544         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
28545         not needed.  This removes a dependency on the gettext module.
28546         [defined _LIBC]: Do not include <libintl.h>; not needed.
28547
28548 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28549
28550         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
28551         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
28552
28553 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
28554
28555         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
28556         HAVE_DECL_STRTOLD.
28557
28558 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28559
28560         * modules/getdate (Depends-on): Remove alloca-opt.
28561
28562 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28563
28564         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
28565
28566 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
28567
28568         * lib/argp-parse.c: Include <stddef.h>.
28569         (alignof, alignto): New macros.
28570         (parser_init): Don't assume that void * is aligned sufficiently
28571         for struct option.
28572
28573         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
28574         need to extend the stack.
28575         (YYINITDEPTH): New macro, so that the initial stack isn't overly
28576         large.
28577
28578 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28579
28580         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
28581
28582 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28583
28584         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
28585         (2004-10-24) change.  Apparently this was a false alarm.
28586
28587         * modules/getdate: Depend on alloca-opt, not alloca.
28588
28589 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
28590
28591         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
28592         Remove now-obsolete comment about AIX.
28593         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
28594         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
28595         (YYMAXDEPTH): New macro.
28596
28597 2004-12-18  Simon Josefsson  <jas@extundo.com>
28598
28599         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
28600
28601 2004-12-18  Bruno Haible  <bruno@clisp.org>
28602
28603         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
28604
28605 2004-12-18  Bruno Haible  <bruno@clisp.org>
28606
28607         * lib/fatal-signal.c (fatal_signals): Make non-const.
28608         (init_fatal_signals): New function.
28609         (uninstall_handlers, install_handlers): Ignore signals that were set to
28610         SIG_IGN.
28611         (at_fatal_signal): Call init_fatal_signals.
28612         (init_fatal_signal_set): Likewise. Ignore signals that were set to
28613         SIG_IGN.
28614         Reported by Paul Eggert.
28615
28616 2004-12-18  Bruno Haible  <bruno@clisp.org>
28617
28618         * doc/alloca.texi: New file.
28619         * doc/alloca-opt.texi: New file.
28620
28621 2004-12-17  Jim Meyering  <jim@meyering.net>
28622
28623         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
28624         Otherwise, install-sh could exit with improper exit status when
28625         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
28626
28627 2004-12-16  Simon Josefsson  <jas@extundo.com>
28628
28629         * tests/test-base64.c: Add license.
28630
28631 2004-12-15  Stepan Kasal  <address@hidden>
28632
28633         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
28634
28635 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
28636
28637         * modules/getcwd (Files): Add m4/d-ino.m4.
28638         Suggested by Mark D. Baushke.
28639
28640 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28641
28642         * lib/getdate.y (textint): New member "negative".
28643         (time_zone_hhmm): New function.
28644         Expect 14 shift-reduce conflicts, not 13.
28645         (o_colon_minutes): New rule.
28646         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
28647         (yylex): Set the "negative" member of signed numbers.
28648
28649 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
28650
28651         * doc/getdate.texi (Time of day items, Time zone items):
28652         Describe new formats +00:00, UTC+00:00.
28653
28654 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
28655
28656         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
28657         spurious "-l"s.  Problem reported by Stepan Kasal.
28658
28659 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
28660
28661         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
28662         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
28663
28664 2004-12-04  Simon Josefsson  <jas@extundo.com>
28665
28666         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
28667         Vandoorselaere <yoann@prelude-ids.org>.
28668
28669 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28670
28671         Changes imported from coreutils.
28672         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
28673         exist.
28674         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
28675
28676 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28677
28678         Changes imported from coreutils.
28679         * lib/hard-locale.c: Assume <locale.h> exists.
28680         Include "strdup.h".
28681         (GLIBC_VERSION): New macro.
28682         (hard_locale): Assume setlocale exists.
28683         Rewrite to avoid #ifdef.
28684         Use strdup rather than malloc + strcpy.
28685         * lib/human.c: Assume <locale.h> exists.
28686         (human_readable): Assume localeconv exists.
28687
28688 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
28689
28690         * modules/hard-locale (Depends-on): Add strdup.
28691
28692 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
28693
28694         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
28695         convert T2, not T.  (Imported from libc.)
28696
28697 2004-11-30  Simon Josefsson  <jas@extundo.com>
28698
28699         * modules/restrict (License): Change to LGPL.
28700
28701 2004-11-30  Simon Josefsson  <jas@extundo.com>
28702
28703         * m4/restrict.m4: Add copyright and copying conditions.
28704
28705 2004-11-30  Simon Josefsson  <jas@extundo.com>
28706
28707         * m4/base64.m4: New file.
28708
28709 2004-11-30  Simon Josefsson  <jas@extundo.com>
28710
28711         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
28712         base64.
28713
28714         * tests/test-base64.c: New file.
28715
28716         * modules/base64: New file.
28717
28718 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28719
28720         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
28721         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
28722
28723         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
28724
28725 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
28726
28727         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
28728         (__getcwd.c): Don't restore errno; glibc doesn't.
28729         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
28730         first, falling back to our code only if its results look suspicious.
28731         Ensure that the resulting buffer is only as large as necessary.
28732
28733         * lib/readutmp.c: Include readutmp.h first.
28734         Include <errno.h>, since readutmp.h no longer does that.
28735         * lib/readutmp.h: Don't include <errno.h>,
28736         <sys/param.h>, <time.h>; not needed to establish interface.
28737         (errno): Remove decl.
28738         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
28739         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
28740         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
28741
28742 2004-11-28  Simon Josefsson  <jas@extundo.com>
28743
28744         * lib/base64.h, base64.c: New file.
28745
28746 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
28747
28748         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
28749
28750 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
28751
28752         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
28753         (Depends-on): Remove pathmax, same.  Add mempcpy.
28754         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
28755         (Makefile.am): Append getcwd.h to lib_SOURCES.
28756         (Include): Add getcwd.h.
28757         (Maintainer): Change from Jim Meyering to "all, glibc",
28758         since getdate now uses intended-for-glibc code.
28759         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
28760         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
28761
28762 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28763
28764         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
28765         HP's ANSI C compiler.
28766         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
28767         Declaring int functions causes warnings on some modern systems and
28768         shouldn't be needed to compile on ancient ones.
28769         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
28770         defined.
28771
28772         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
28773         with the following changes.
28774         (__set_errno): Parenthesize properly.
28775         Include <stdbool.h>.
28776         (MIN, MAX, MATCHING_INO): New macros.
28777         (__getcwd): Define with prototype, not K&R form.
28778         Use heuristics to allocate default buffer on stack if possible.
28779         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
28780         behavior, and to avoid the PATH_MAX limit when computing
28781         ../../../../...
28782         Use MATCHING_INO to compare inode number to file.
28783         Check for arithmetic overflow in size calculations.
28784         Fix bug in reallocation of dot array that caused getcwd to fail
28785         on directories nested deeper than 75.
28786         Be more careful about saving errno on error.
28787         Do not use realloc; use only free+malloc, as this is a bit
28788         more flexible and avoids a needless copy operation.
28789         Do not inspect st_dev and st_ino for symbolic links; POSIX
28790         doesn't specify the latter.
28791         Check for closedir errors.
28792         Avoid needless casts.
28793         Use "#ifdef weak_alias" around weak_alias, to be like other
28794         glibc code.
28795         The following changes to getcwd.c have effect only when used in
28796         gnulib; they have no effect inside glibc proper.
28797         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
28798         as alloca isn't used.
28799         (alloca, __alloca): Likewise.
28800         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
28801         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
28802         unconditionally, as gnulib assumes C89 or better.
28803         Do not include <sys/param.h>.
28804         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
28805         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
28806         better.
28807         (NULL) [!defined NULL]: Remove; we assume C89 or better.
28808         Include <dirent.h> in a way that is compatible with modern Autoconf.
28809         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
28810         New macros, if not already defined.
28811         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
28812         Use "_LIBC", not "defined _LIBC", for consistency.
28813         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
28814         a mempcpy module.
28815         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
28816         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
28817         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
28818         credit only to Jim Meyering and adjust the copyright dates.
28819         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
28820         <stdlib.h>, <unistd.h>, "pathmax.h".
28821         Instead, include "xgetcwd.h" (first) and "getcwd.h".
28822         (INITIAL_BUFFER_SIZE): Remove.
28823         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
28824
28825 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
28826
28827         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
28828         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
28829         Use the _ONCE methods, for efficiency.
28830         Check for fcntl.h.  In test program, include <errno.h>
28831         and <fcntl.h> if available.  Remove old K&R cruft from
28832         test program.  Check for common errors in GNU/Linux,
28833         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
28834         don't do AC_LIBOBJ, as that's getcwd.m4's job.
28835         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
28836         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
28837         name accordingly.
28838         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
28839         accommodate new getcwd.c.
28840         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
28841         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
28842         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
28843         that's all we need now.
28844
28845 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28846
28847         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
28848         argp-parse.c depends on getopt internals, that means we should
28849         always use our getopt, to be on the safe side.
28850         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
28851         order not to spoil the result of an eventual previous invocation
28852         of gl_GETOPT_SUBSTITUTE.
28853
28854 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
28855
28856         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
28857         redefinition warnings. To avoid them, include the defines
28858         in `#if !defined __need_getopt ... #endif'. The only place
28859         where __getopt_argv_const is used is in definitions
28860         of getopt_long and getopt_long_only below, which are as well
28861         protected by `#ifndef __need_getopt'.
28862         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
28863         __need_getopt after including <stdio.h> and <unistd.h> These
28864         headers might have defined it.
28865
28866 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28867
28868         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
28869
28870 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
28873         (futimens): New function, which uses futimes if available.
28874         (futimens, utimens): Support timespec==NULL, with same semantics
28875         as utime and utimens.
28876         * lib/utimens.h (futimens): New decl.
28877
28878 2004-11-23  Jim Meyering  <jim@meyering.net>
28879
28880         * lib/getopt_.h: Remove trailing blanks.
28881
28882 2004-11-23  Jim Meyering  <jim@meyering.net>
28883
28884         * lib/__fpending.c: Add comment.
28885
28886 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
28887
28888         * modules/canonicalize (Depends-on): Add xreadlink.
28889         Problem reported by James Youngman.
28890
28891 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
28892
28893         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
28894         New macros.
28895         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
28896         optopt): Use them instead of invoking ## directly; otherwise, the
28897         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
28898
28899 2004-11-19  Bruno Haible  <bruno@clisp.org>
28900
28901         * lib/strtok_r.c: Move comments from here...
28902         * lib/strtok_r.h: ... to here.
28903
28904 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28905
28906         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
28907         implementations that mishandle size_t overflow.
28908
28909 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
28910
28911         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
28912         might fail.  Problem reported by Yoann Vandoorselaere.
28913         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
28914         implementations that mishandle size_t overflow.
28915
28916 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28917
28918         * modules/canon-host (Depends-on): Add strdup.
28919
28920 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28921
28922         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
28923
28924 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28925
28926         * lib/canon-host.c: Include "strdup.h".
28927         (canon_host): Use getaddrinfo if available, so that IPv6 works.
28928         Use strdup instead of malloc/strcpy to duplicate strings.
28929
28930         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
28931         (human_space_before_unit): New constant.
28932         * lib/human.c (human_readable): Support it.
28933
28934         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
28935         (xgetcwd): Set errno correctly when failing.
28936         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
28937         the failure is actually due to a PATH_MAX problem.
28938
28939         Further getopt changes to make it more likely that glibc will
28940         buy the changes back.
28941         * lib/getopt.c (POSIXLY_CORRECT): New constant.
28942         (getopt): Use it, so to preserve glibc semantic
28943         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
28944         when compiling for libc.
28945         * lib/getopt_.h (__getopt_argv_const): Bring it back.
28946         (getopt_long, getopt_long_only): Use it.
28947
28948         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
28949         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
28950         (getopt): Argv is now char * const *, as per standard.
28951         (_getopt_internal_r, _getopt_internal): Argv is now char **,
28952         not char *__getopt_argv_const *.
28953         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
28954         _getopt_long_only_r): Likewise.
28955         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
28956         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
28957         _getopt_long_r, _getopt_long_only_r): Likewise.
28958         * lib/getopt_.h (__getopt_argv_const): Remove.
28959         (getopt): Argv is now char * const *, as per standard.
28960
28961         * lib/getdate.y (tORDINAL): New token.
28962         (day, relunit): Allow it for relative times.
28963         (relative_time_table): Use tORDINAL for ordinals.
28964
28965 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28966
28967         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
28968         Document that "second" isn't allowed as an ordinal number.
28969
28970 2004-11-16  Jim Meyering  <jim@meyering.net>
28971
28972         * modules/closeout (Depends-on): Add fpending.
28973
28974 2004-11-15  Jim Meyering  <jim@meyering.net>
28975
28976         * lib/closeout.c: Include "__fpending.h" once again.
28977         Include <stdbool.h>.
28978         (close_stdout): Don't fail just because stdout was closed initially,
28979         since some programs don't write to stdout in the normal course of
28980         operation (other than --version and --help), and we don't want this
28981         function to make e.g. `touch file >&-' fail.
28982         But do fail if it was closed and someone has tried to write to it.
28983         E.g., `printf foo >&-' must fail.
28984
28985 2004-11-13  Jim Meyering  <jim@meyering.net>
28986
28987         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
28988
28989 2004-11-12  Simon Josefsson  <jas@extundo.com>
28990
28991         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
28992         small doc fix is still pending.
28993
28994 2004-11-11  Simon Josefsson  <jas@extundo.com>
28995
28996         * modules/strtok_r: New file.
28997
28998         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28999         strtok_r.
29000
29001 2004-11-11  Simon Josefsson  <jas@extundo.com>
29002
29003         * m4/strtok_r.m4: New file.
29004
29005         * m4/getopt.m4: Replace opterr.
29006
29007 2004-11-11  Simon Josefsson  <jas@extundo.com>
29008
29009         * lib/strtok_r.h, strtok_r.c: New file.
29010
29011 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29012
29013         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
29014         of replacing opterr, getopt, etc.  This should handle the
29015         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
29016
29017 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
29018
29019         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
29020         we can stop lying to compilers about the constness of argv when we
29021         are compiled outside glibc.
29022         (getopt, getopt_long, getopt_long_only): Use it.
29023         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
29024         _getopt_internal, getopt): Likewise.
29025         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
29026         _getopt_long_only_r): Likewise.
29027         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
29028         _getopt_long_r, _getopt_long_only_r): Likewise.
29029
29030         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
29031         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
29032         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
29033         the other external symbols.
29034         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
29035         declaration, since the above renaming now works around collisions.
29036
29037 2004-11-11  Jim Meyering  <jim@meyering.net>
29038
29039         * lib/linebreak.c: Remove trailing blanks.
29040         * lib/alloca_.h: Likewise.
29041         * lib/acosl.c: Likewise.
29042         * lib/euidaccess.c: Likewise.
29043         * lib/allocsa.h: Likewise.
29044
29045 2004-11-10  Simon Josefsson  <jas@extundo.com>
29046
29047         * m4/getaddrinfo.m4: New file.
29048
29049 2004-11-10  Simon Josefsson  <jas@extundo.com>
29050
29051         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
29052
29053 2004-11-10  Simon Josefsson  <jas@extundo.com>
29054
29055         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29056         getaddrinfo.
29057
29058         * modules/getaddrinfo: New file.
29059
29060 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29061
29062         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
29063
29064 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
29065
29066         * lib/mktime.c (SHR): New macro, which is a portable
29067         substitute for >> that should work even on Crays.
29068         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
29069         Problem reported by Mark D. Baushke in
29070         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
29071         * lib/getdate.y (SHR): Likewise.
29072         (tm_diff): Use it.
29073         * lib/strftime.c (SHR): Likewise.
29074         (tm_diff): Use it.
29075         * lib/quotearg.c (struct quoting_options): Use unsigned int for
29076         quote_these_too, so that right shifts are well defined.  All uses
29077         changed.
29078
29079 2004-11-10  Jim Meyering  <jim@meyering.net>
29080
29081         Ensure that no close failure goes unreported.
29082         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
29083         return early when it seems there's nothing to flush.
29084         Don't include __fpending.h.
29085
29086 2004-11-10  Jim Meyering  <jim@meyering.net>
29087
29088         * modules/closeout (Depends-on): Remove fpending.
29089
29090 2004-11-10  Jim Meyering  <jim@meyering.net>
29091
29092         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
29093
29094 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29095
29096         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
29097         gl_FUNC_STRFTIME.
29098         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
29099         and AC_REQUIRE when possible, to avoid duplicate checks.
29100         Check for <wchar.h>.
29101
29102 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
29103
29104         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
29105
29106 2004-11-09  Bruno Haible  <bruno@clisp.org>
29107
29108         * m4/sockpfaf.m4: New file.
29109
29110 2004-11-05  Bruno Haible  <bruno@clisp.org>
29111
29112         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
29113         Reported by Mark D. Baushke <mdb@cvshome.org>.
29114
29115 2004-11-04  Bruno Haible  <bruno@clisp.org>
29116
29117         2004-09-11  Bruno Haible  <bruno@clisp.org>
29118                 * allocsa.valgrind: New file.
29119         2004-02-06  Bruno Haible  <bruno@clisp.org>
29120                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
29121                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
29122                 Reported by Christopher Seip <chris.seip@hp.com>.
29123
29124 2004-11-04  Bruno Haible  <bruno@clisp.org>
29125
29126         * modules/allocsa (Files): Add lib/allocsa.valgrind.
29127         (Makefile.am): Distribute it.
29128
29129 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
29130
29131         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
29132         with errno == ERANGE if the buffer is too small.
29133         Problem reported by Mark D. Baushke.
29134
29135 2004-11-03  Albert Chin  <china@thewrittenword.com>
29136             Paul Eggert  <eggert@cs.ucla.edu>
29137
29138         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
29139         equivalent, substitute $ac_type for equivalent type rather than
29140         blindly using uint32_t *always* which won't work if uint32_t is not
29141         available.  Define _UINT32_T to work around typedef of uint32_t if
29142         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
29143         2.5.1.
29144
29145 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29146
29147         * m4/jm-macros.m4: Sync from coreutils.
29148         (gl_MACROS): Check for mbrlen, for pathchk.
29149         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
29150
29151 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29152
29153         * lib/xreadlink.c (MAXSIZE): New macro.
29154         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
29155         size does not exceed MAXSIZE.  Avoid cast.
29156         As suggested by Mark D. Baushke in
29157         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
29158         if readlink fails with buffer size just under MAXSIZE, try again
29159         with MAXSIZE.
29160
29161 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
29162
29163         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
29164
29165 2004-11-02  Derek R. Price  <derek@ximbiot.com>
29166         and  Paul Eggert  <eggert@cs.ucla.edu>
29167
29168         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
29169         (get_date): Overparenthesize to avoid GCC warning.
29170
29171 2004-11-02  Bruno Haible  <bruno@clisp.org>
29172
29173         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
29174         returns void.
29175
29176 2004-11-02  Bruno Haible  <bruno@clisp.org>
29177
29178         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
29179         function returns void.
29180
29181 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29182
29183         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
29184         fflush_unlocked, flockfile, funlockfile, funlockfile,
29185         fputs_unlocked, putc_unlocked.
29186
29187 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29188
29189         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29190         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
29191         already declared.
29192
29193 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29194
29195         * modules/getdate (Files): Add doc/getdate.texi.
29196         (Depends-on): Add setenv, xalloc.
29197
29198 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29199
29200         * lib/getdate.y: Add support for TZ="foo" within a date string.
29201         Fix some bugs near time_t boundaries.  Reject dates with
29202         out-of-range components, e.g., "Sept 31".
29203         Include <stdlib.h>, "setenv.h", "xalloc.h".
29204         (ISDIGIT_LOCALE): Remove; unused.
29205         Note that the TZ and time functions used here are not reentrant.
29206         (mktime_ok, get_tz): New functions.
29207         (TZBUFSIZE): New constant.
29208         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
29209         This requires that we sometimes generate our own TZ="XXX..." setting.
29210
29211 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
29212
29213         * doc/getdate.texi: New file, from coreutils with modifications for
29214         the new TZ parsing.
29215
29216 2004-10-27  Derek R. Price  <derek@ximbiot.com>
29217
29218         * lib/mktime.c (not_equal_tm): Remove redundant check.
29219
29220 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29221
29222         * modules/regex (lib_SOURCES): Add regex.c.
29223         Reported by James Youngman in
29224         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
29225
29226 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29227
29228         * lib/getdate.y: Use Bison 1.875 features, and some minor
29229         code cleanups.  This change does not affect semantics.
29230         Don't include <stdlib.h>; no longer needed.
29231         Don't include unlocked-io.h; only the "#if TEST" code uses
29232         stdio, and performance isn't crucial there.
29233         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
29234         Bison 1.875 features as described below.
29235         All uses of "PC." replaced by "pc->".
29236         (YYSTYPE): Add a forward declaration.
29237         (yylex, yyerror): Use full prototypes in forward decls.
29238         Use "%pure-parser" rather than obsolescent "%pure_parser".
29239         Use %parse-param and %lex-param instead of obsolescent
29240         YYPARSE_PARAM and YYLEX_PARAM.
29241         (meridian_table, month_and_day_table, time_units_table,
29242         relative_time_table, time_zone_table, military_table,
29243         lookup_zone, lookup_word, get_date):
29244         Use NULL instead of 0 where appropriate.
29245         (to_hour): Avoid abort (), to avoid a dependency on
29246         stdlib.h.
29247         (yyerror, yylex): Now accepts parser_control * arg.
29248         (main) [TEST]: Use '\0' rather than 0 for char.
29249
29250 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29251
29252         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
29253
29254 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29255
29256         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
29257         It's now the caller's responsibility to handle the case where
29258         !HAVE_GETPAGESIZE && !defined getpagesize.
29259
29260         * lib/mktime.c (leapyear): Arg is long int, not int.
29261
29262 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
29263
29264         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
29265
29266 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29267
29268         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
29269         missing.  Problem reported by James Youngman.
29270
29271 2004-10-16  Simon Josefsson  <jas@extundo.com>
29272
29273         * gnulib-tool: Fix comments.  Fix parse problem.
29274         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
29275
29276 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
29277
29278         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
29279         implementation of getopt_long.  Problem reported by Alexander Taler in:
29280         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
29281
29282 2004-10-15  Bruno Haible  <bruno@clisp.org>
29283
29284         * gnulib-tool: Untabify. Initialize supplied_libname.
29285         (func_usage): More homogenous output.
29286         (func_modules_transitive_closure, func_modules_to_filelist,
29287         func_emit_lib_Makefile_am): New functions.
29288         (func_import): New function, extracted from big case statement. Use
29289         func_get_license, func_modules_transitive_closure,
29290         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
29291         opt_lgpl. Don't use test -a, as it's not portable.
29292         (func_create_testdir): Use func_modules_transitive_closure,
29293         func_modules_to_filelist, func_emit_lib_Makefile_am.
29294
29295 2004-10-15  Bruno Haible  <bruno@clisp.org>
29296
29297         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
29298
29299 2004-10-15  Bruno Haible  <bruno@clisp.org>
29300
29301         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
29302         the portions belonging to each module.
29303         Suggested by Derek Robert Price <derek@ximbiot.com>.
29304
29305 2004-10-12  Simon Josefsson  <jas@extundo.com>
29306
29307         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
29308         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
29309         to real functions.
29310
29311 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29312
29313         * modules/vsnprintf: New file.
29314
29315 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29316
29317         * m4/vsnprintf.m4: New file.
29318
29319 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29320
29321         * lib/vsnprintf.h: New file.
29322         * lib/vsnprintf.c: New file.
29323
29324 2004-10-11  Bruno Haible  <bruno@clisp.org>
29325
29326         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
29327         vsnprintf.
29328
29329 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
29330
29331         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
29332
29333 2004-10-07  Bruno Haible  <bruno@clisp.org>
29334
29335         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
29336         fits into the provided buffer.
29337
29338 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
29339
29340         * lib/diacrit.c, diacrit.h: Add GPL notice.
29341
29342         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
29343         notice.
29344         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
29345         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
29346         This avoids a potential constant-folding bug.
29347
29348 2004-10-05  Bruno Haible  <bruno@clisp.org>
29349
29350         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
29351         for the declaration of strsep.
29352
29353 2004-10-05  Bruno Haible  <bruno@clisp.org>
29354
29355         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
29356
29357 2004-10-04  Simon Josefsson  <jas@extundo.com>
29358
29359         * modules/memmem: New file.
29360         * tests/test-memmem.c: New file.
29361         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
29362
29363 2004-10-04  Simon Josefsson  <jas@extundo.com>
29364
29365         * m4/memmem.m4: New file.
29366
29367 2004-10-04  Simon Josefsson  <jas@extundo.com>
29368
29369         * lib/memmem.h: New file.
29370         * lib/memmem.c: New file, taken from glibc.
29371
29372 2004-10-04  Simon Josefsson  <jas@extundo.com>
29373
29374         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
29375         '#ifdef USE_UNLOCKED_IO'.
29376
29377 2004-10-04  Simon Josefsson  <jas@extundo.com>
29378
29379         * config/srclist.txt: Add memmem from glibc.
29380
29381 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29382
29383         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
29384
29385         * modules/argmatch, modules/argp, modules/closeout, modules/error,
29386         modules/exclude, modules/getdate, modules/getline,
29387         modules/getndelim2, modules/getpass, modules/getpass-gnu,
29388         modules/getusershell, modules/linebuffer, modules/md5,
29389         modules/mountlist, modules/posixtm, modules/readtokens,
29390         modules/readutmp, modules/regex, modules/sha1,
29391         modules/version-etc, modules/yesno:
29392         Remove dependency on unlocked-io.
29393
29394 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29395
29396         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
29397
29398         * m4/unlocked-io.m4: Add copyright notice.
29399         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
29400
29401 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29402
29403         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
29404         * lib/xmalloc.c (xmemdup): Likewise.
29405         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
29406         XFREE): Remove these long-obsolescent macros.
29407         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
29408         * lib/xstrdup.c: Remove.
29409
29410         * lib/regex.c (re_comp): Cast gettext return value to char *,
29411         Problem reported by Martin Neitzel via Mark D. Baushke.
29412
29413 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
29414
29415         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
29416         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
29417         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
29418         regex.c, sha1.c, version-etc.c, yesno.c:
29419         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
29420         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
29421         the includer's responsibility.
29422
29423         Sync from coreutils.
29424
29425         * lib/modechange.c (mode_compile): Don't decrement a pointer that
29426         points to the start of a string, as the C Standard says the
29427         resulting behavior is undefined.
29428
29429         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
29430         simple -> simple_backups, numbered_existing ->
29431         numbered_existing_backups, numbered -> numbered_backups
29432         to avoid shadowing problems.  All uses changed.
29433         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
29434         * lib/backupfile.c (check_extension, numbered_backup):
29435         Rename locals to avoid shadowing 'basename'.
29436         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
29437         once.
29438
29439         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
29440         * lib/.cvsignore: Add getopt.h.
29441
29442 2004-10-04  Bruno Haible  <bruno@clisp.org>
29443
29444         * modules/README: New file.
29445         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
29446         not a module.
29447
29448 2004-10-02  Jim Meyering  <jim@meyering.net>
29449
29450         * lib/dirfd.h, getpagesize.h: Add copyright notice.
29451
29452 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29453
29454         * modules/strsep: New file.
29455
29456 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29457
29458         * m4/strsep.m4: New file.
29459
29460 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
29461
29462         * lib/strsep.h: New file.
29463         * lib/strsep.c: New file.
29464
29465 2004-10-01  Simon Josefsson  <jas@extundo.com>
29466
29467         * lib/snprintf.c (snprintf): Handle size==0.
29468
29469 2004-10-01  Simon Josefsson  <jas@extundo.com>
29470             Bruno Haible  <bruno@clisp.org>
29471
29472         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
29473         (snprintf): Declare 'args'.
29474
29475 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
29476
29477         * lib/snprintf.c: Remove comments as to why each header is needed.
29478
29479 2004-10-01  Bruno Haible  <bruno@clisp.org>
29480
29481         * MODULES.html.sh: Add strsep.
29482
29483 2004-09-30  Simon Josefsson  <jas@extundo.com>
29484
29485         * modules/snprintf: New file.
29486
29487 2004-09-30  Simon Josefsson  <jas@extundo.com>
29488
29489         * m4/snprintf.m4: New file.
29490
29491 2004-09-30  Simon Josefsson  <jas@extundo.com>
29492
29493         * lib/snprintf.h, lib/snprintf.c: New files.
29494
29495 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
29496
29497         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
29498         (hol_entry_help): Never translate an empty string.
29499         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
29500         * lib/argp.h (OPTION_NO_TRANS): New option.
29501
29502 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29503
29504         * modules/argp (Maintainer): Replace Simon Josefsson
29505         by Sergey Poznyakoff.
29506
29507 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29508
29509         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
29510         changes merged back into glibc.
29511
29512 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
29513
29514         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
29515
29516 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
29517
29518         * lib/xvasprintf.c: Include xalloc.h.
29519         (xvasprintf): Use xalloc_die, not xmalloc_die.
29520
29521 2004-09-29  Bruno Haible  <bruno@clisp.org>
29522
29523         * modules/alloca-opt: New file, derived from modules/alloca.
29524         * modules/allocsa: Depend on alloca-opt instead of alloca.
29525         * modules/setenv: Likewise.
29526         * modules/vasnprintf: Likewise.
29527         * MODULES.html.sh: Add alloca-opt.
29528
29529 2004-09-28  Simon Josefsson  <jas@extundo.com>
29530
29531         * gnulib-tool: New parameter --lgpl, to asseert that modules are
29532         LGPL, and to replace license template from GPL to LGPL.
29533
29534 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29535
29536         * modules/dummy: Change license to LGPL.
29537
29538 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
29539
29540         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
29541
29542 2004-09-24  Simon Josefsson  <jas@extundo.com>
29543
29544         * modules/minmax (License): Change from GPL to LGPL.
29545
29546 2004-09-23  Simon Josefsson  <jas@extundo.com>
29547
29548         * gnulib-tool (--import): Typo.
29549
29550 2004-09-23  Simon Josefsson  <jas@extundo.com>
29551
29552         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
29553
29554 2004-09-22  Bruno Haible  <bruno@clisp.org>
29555
29556         * modules/*: Add 'License' field.
29557         * gnulib-tool: Accept --extract-license option.
29558         (func_get_license): New function.
29559
29560 2004-09-21  Bruno Haible  <bruno@clisp.org>
29561
29562         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
29563         Reported by Simon Josefsson.
29564
29565 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29566
29567         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
29568         gl_AC_TYPE_LONG_LONG.
29569
29570 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
29571
29572         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
29573
29574 2004-09-18  Simon Josefsson  <jas@extundo.com>
29575         and  Paul Eggert  <eggert@cs.ucla.edu>
29576
29577         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
29578         calls with autoreconf.  Define GL_LIB.
29579
29580 2004-09-14  Karl Berry  <karl@gnu.org>
29581
29582         * config/srclist.txt: unsync setenv.c, sigh.
29583
29584 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29585
29586         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
29587         Problem reported by Bruno Haible in:
29588         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
29589
29590 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29591
29592         * config/srclist.txt: Comment out argp-pvh.c.
29593
29594 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
29595
29596         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
29597         in case some system header has #define'd it.  Problem reported by
29598         Soeren D. Schulze in
29599         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
29600
29601 2004-09-09  Karl Berry  <karl@gnu.org>
29602
29603         * regex.[ch]: delete from the root.  These were supposed to be
29604                 synced with emacs cvs, but this has not happened for about
29605                 a year, and anyway nothing else uses emacs regex.[ch].
29606                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
29607                 lib/regex[.ch] is untouched.
29608
29609 2004-09-09  Bruno Haible  <bruno@clisp.org>
29610
29611         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
29612
29613 2004-09-09  Bruno Haible  <bruno@clisp.org>
29614
29615         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
29616         modifications.
29617         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
29618
29619 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29620
29621         * modules/xvasprintf: New file.
29622         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
29623
29624 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
29625
29626         * lib/xvasprintf.h: New file.
29627         * lib/xvasprintf.c: New file.
29628         * lib/xasprintf.c: New file.
29629
29630 2004-09-08  Bruno Haible  <bruno@clisp.org>
29631
29632         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
29633
29634 2004-09-08  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
29637         length is > INT_MAX.
29638         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
29639         more.
29640
29641 2004-09-08  Bruno Haible  <bruno@clisp.org>
29642
29643         * lib/stdint_.h: New file, taken from GNU clisp.
29644
29645 2004-09-08  Bruno Haible  <bruno@clisp.org>
29646             Oskar Liljeblad  <oskar@osk.mine.nu>
29647
29648         * modules/stdint: New file.
29649         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
29650
29651 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29652
29653         Import from coreutils.
29654         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
29655         strings on unbounded length.  alloca's performance benefits aren't
29656         that important here.
29657         (V_STRDUP): Remove.
29658         (parse_with_separator): New function, with most of the internals
29659         of the old parse_user_spec.  Allow user to omit both user and group,
29660         for compatibility with FreeBSD.
29661         Clone only the user name, not the entire spec.
29662         Do not set *uid, *gid unless entirely successful.
29663         Avoid memory leak in some failing cases.
29664         Fix regression for USER.GROUP reported by Dmitry V. Levin in
29665         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
29666         (parse_user_spec): Rewrite to use parse_with_separator.
29667
29668 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29669
29670         * modules/userspec: Don't depend on alloca.
29671
29672 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29673
29674         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
29675
29676 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29677
29678         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
29679         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
29680         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
29681
29682 2004-08-16  Simon Josefsson  <jas@extundo.com>
29683
29684         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
29685         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
29686         Add --dry-run for --import.
29687         Let user provided command line parameters override configure.ac
29688         settings.
29689
29690 2004-08-12  Simon Josefsson  <jas@extundo.com>
29691
29692         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
29693         as discussed with Paul Eggert in threads rooted at
29694         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
29695         and
29696         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
29697         Before, the test was empty, and relied on ELIDE_CODE in source
29698         code.)
29699         (gl_PREREQ_GETOPT): New macro.
29700         (gl_GETOPT): Use them.
29701
29702 2004-08-12  Simon Josefsson  <jas@extundo.com>
29703
29704         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
29705         * lib/getopt_.h: Renamed from getopt.h.
29706
29707 2004-08-12  Simon Josefsson  <jas@extundo.com>
29708
29709         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
29710         Change default library name from libfoo to libgnu.
29711         Now, if you have a configure.ac that says:
29712                 gl_SOURCE_BASE(gl)
29713                 gl_M4_BASE(gl/m4)
29714                 gl_MODULES(error getopt etcetera)
29715                 gl_INIT
29716         you can import all you need by running:
29717                 ../gnulib/gnulib-tool --import
29718
29719         * modules/getopt (Files): Rename getopt.h to getopt_.h.
29720         (Makefile.am): Rewrite, use logic from argz.
29721         (Include): Use <getopt.h> instead of "getopt.h".
29722
29723 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29724
29725         * modules/argp (Files): Add m4/unlocked-io.m4.
29726         (Depends-on): Add extensions.
29727
29728 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29729
29730         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
29731         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
29732         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
29733         Check for program_invocation_name, program_invocation_short_name,
29734         flockfile, funlockfile, features.h, _getopt_long_only_r.
29735
29736 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29737
29738         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
29739         its complicated substitute.
29740         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
29741         and program_invocation_name.
29742         (__argp_basename) [!_LIBC]: Remove; the only use was
29743         replaced by its body.
29744         (__argp_short_program_name): Change condition from
29745         !defined __argp_short_program_name to
29746         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
29747         to match argp-namefrob.h.
29748         (__argp_failure): Don't assume strerror_r returns char *.
29749         * lib/argp-parse.c (N_): Define unconditionally.
29750         (argp_default_options): Fill out initializers with 0 to avoid
29751         gcc warnings.
29752
29753 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
29754
29755         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
29756         getopt1.c.
29757
29758 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29759
29760         Merge from coreutils.
29761
29762         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
29763
29764         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
29765         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
29766
29767 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29768
29769         Merge from coreutils.
29770
29771         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
29772         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
29773         for Reliant Unix 5.43.
29774
29775         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
29776         (union fooround): Use uintmax_t, not long int.
29777         The rest is a merge from libc:
29778         [defined _LIBC]: Include <shlib-compat.h>.
29779         (_obstack) [defined _LIBC]: Remove after 2.3.4.
29780
29781         * lib/settime.c (settime): Recode to avoid warning with
29782         Sun Forte C 6U2.
29783
29784         * lib/strverscmp.c: Convert to UTF-8.
29785
29786 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29787
29788         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
29789         m4/uintmax_t.m4.
29790
29791 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29792
29793         * modules/xalloc-die: New file.
29794         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
29795
29796         * modules/md5 (Files): Add m4/uint32_t.m4.
29797         * modules/sha1: Renamed from modules/sha.
29798         (Files):
29799         Rename lib/sha.h to lib/sha1.h.
29800         Rename lib/sha.c to lib/sha1.c.
29801         Rename m4/sha.m4 to m4/sha1.m4.
29802         (lib_SOURCES): Likewise.
29803         (configure.ac): Rename gl_SHA to gl_SHA1.
29804         (Include): sha.h -> sha1.h.
29805
29806 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29807
29808         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
29809         * m4/sha1.m4: Renamed from sha.m4.
29810         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
29811
29812 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
29813
29814         * lib/obstack.h (obstack_empty_p):
29815         Don't assume that chunk->contents is suitably aligned.
29816         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
29817         Likewise. Problem reported by Benno in
29818         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
29819
29820         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
29821         readable.  This could be improved further but it'd take some work.
29822
29823 2004-08-08  Simon Josefsson  <jas@extundo.com>
29824
29825         * modules/xgethostname (Depends-on): Remove exit and error (not
29826         used).
29827
29828         * modules/getpass-gnu: Add getpass.h.
29829         (Depends-on): Add stdbool.
29830         * modules/getpass: Add getpass.h.
29831
29832 2004-08-08  Simon Josefsson  <jas@extundo.com>
29833
29834         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
29835         Check getpass declaration.
29836
29837 2004-08-08  Simon Josefsson  <jas@extundo.com>
29838
29839         * lib/xgethostname.c: Don't include error.h (not used).
29840
29841         * lib/getpass.h: Add.
29842         * lib/getpass.c: Include getpass.h first.
29843
29844 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
29845
29846         * lib/xalloc-die.c: New file.
29847         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
29848         All uses removed.
29849         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
29850         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
29851         xalloc-die.c.
29852         (_, N_, xalloc_die): Move to xalloc-die.c.
29853         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
29854         so that we needn't mess with xalloc_msg_memory_exhausted.
29855
29856         * lib/sha1.h: Renamed from sha.h.
29857         (SHA1_H): Renamed from _SHA_H.
29858         (sha1_ctx): Renamed from sha_ctx.
29859         (sha1_init_ctx): Renamed from sha_init_ctx.
29860         (sha1_process_block): Renamed from sha_process_block.
29861         (sha1_process_bytes): Renamed from sha_process_bytes.
29862         (sha1_finish_ctx): Renamed from sha_finish_ctx.
29863         (sha1_read_ctx): Renamed from sha_read_ctx.
29864         (sha1_stream): Renamed from sha_stream.
29865         (sha1_buffer): Renamed from sha_buffer.
29866         * lib/sha1.c: Likewise; renamed from sha.c.
29867         Do not include <sys/types.h>.
29868         Include <stddef.h> rather than <stdlib.h>.
29869
29870 2004-08-08  Bruno Haible  <bruno@clisp.org>
29871
29872         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
29873         FILESYSTEM_PREFIX_LEN.
29874         * lib/progreloc.c: Likewise.
29875         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
29876
29877 2004-08-06  Simon Josefsson  <jas@extundo.com>
29878
29879         * modules/progname (Depends-on): Don't depend on stdbool.
29880
29881 2004-08-06  Simon Josefsson  <jas@extundo.com>
29882
29883         * modules/getsubopt: New file.
29884         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
29885         getsubopt.
29886
29887 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29888
29889         More merge from coreutils.
29890
29891         * m4/utimens.m4, m4/utimecmp.m4: New files.
29892         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
29893         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
29894         prereq.m4, sha.m4: Import changes from coreutils.
29895
29896 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29897
29898         More merge from coreutils.
29899         * modules/raise, modules/readtokens0, modules/utimens:
29900         * modules/utimecmp, module/xnanosleep: New files.
29901         * modules/strftime: Add lib/strftime.h.
29902         Change include from <time.h> to "strftime.h".
29903         * modules/yesno: Add lib/yesno.h.
29904         * modules/backupfile: Remove lib/addext.c.
29905         * modules/euidaccess: Add stat-macros.h.
29906         * modules/canonicalize, modules/euidaccess,
29907         modules/filemode, modules/lchown, modules/makepath,
29908         modules/rmdir, modules/stat: Likewise.
29909
29910 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29911
29912         Merge from tar.
29913         * lib/argp-help.c (make_hol, hol_append): Don't assume that
29914         SIZE_MAX is a valid preprocessor constant.
29915         (__argp_basename): Change from "#ifndef _LIBC"
29916         to "#ifndef __argp_short_program_name", so that
29917         we don't compile these functions for tar.
29918
29919         More merges from coreutils.
29920         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
29921         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
29922         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
29923         * lib/addext.c: Remove; no longer needed.
29924         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
29925         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
29926         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
29927         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
29928         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
29929         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
29930         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
29931         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
29932         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
29933         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
29934         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
29935         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
29936         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
29937         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
29938         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
29939         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
29940         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
29941         Import changes from coreutils.
29942
29943 2004-08-05  Simon Josefsson  <jas@extundo.com>
29944
29945         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
29946
29947 2004-08-05  Simon Josefsson  <jas@extundo.com>
29948
29949         * m4/getsubopt.m4: New file.
29950
29951 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29952
29953         Merge from coreutils.
29954
29955         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
29956         * m4/getcwd-path-max.m4: New files.
29957
29958         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
29959         FILESYSTEM_PREFIX_LEN ->
29960         FILE_SYSTEM_PREFIX_LEN.
29961         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
29962         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
29963         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
29964         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
29965
29966         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
29967         prerequisite modules now handle the DOS stuff.
29968         Don't check for unistd.h.
29969
29970 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
29971
29972         Merge from coreutils.
29973
29974         * lib/.gdb-history: Remove; this doesn't belong here.
29975
29976         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
29977         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
29978         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
29979         * lib/getcwd.c: New files.
29980
29981         * lib/dirname.h: Include <stdbool.h>.
29982         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
29983         for consistency with POSIX terminology.  All uses changed.
29984         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
29985         (strip_trailing_slashes): Use bool for booleans.
29986         * lib/stripslash.c (strip_trailing_slashes): Likewise.
29987
29988         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
29989         sometimes returns a positive errno value even when it succeeds.
29990         (print_errno_message) [!LIBC]: Fall back on strerror if
29991         __strerror_r fails.
29992
29993         * lib/path-concat.c (mempcpy): Don't define if a system header defines
29994         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
29995         (longest_relative_suffix): New function.
29996         (path_concat): Use it.  Assume first argument is not NULL.
29997         Port to DOS.  Omit redundant separators.
29998         Report an error instead of returning NULL.
29999         Use mempcpy instead of memcpy.
30000         (xpath_concat): Remove: not declared or used.
30001
30002         * lib/same.h: Include <stdbool.h>
30003         (same_name): Return bool, not int.
30004         * lib/same.c (same_name): Likewise.
30005         (errno): Don't declare; we assume C89 or better now.
30006
30007         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
30008         if not already defined.
30009
30010         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
30011         * lib/dup-safer.c (errno): Likewise.
30012
30013 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
30014
30015         Merge from coreutils.
30016         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
30017         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
30018         * modules/path-concat: Don't depend on strdup.
30019
30020 2004-08-03  Simon Josefsson  <jas@extundo.com>
30021
30022         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
30023         * lib/progname.h: Don't include stdbool.h.
30024
30025 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30026
30027         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
30028         * MODULES.html.sh (func_all_modules): Remove fatal.
30029
30030 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30031
30032         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
30033
30034 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
30035
30036         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
30037         working.
30038
30039 2004-08-02  Simon Josefsson  <jas@extundo.com>
30040
30041         * lib/getsubopt.h: New file, with comments from Bruno Haible.
30042         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
30043         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
30044
30045 2004-08-01  Simon Josefsson  <jas@extundo.com>
30046
30047         * lib/xgetdomainname.c: Include stdlib.h, for free().
30048
30049 2004-07-19  Bruno Haible  <bruno@clisp.org>
30050
30051         * MODULES.html.sh (func_all_modules): Add dummy.
30052
30053 2004-07-16  Simon Josefsson  <jas@extundo.com>
30054
30055         * modules/dummy: New file.
30056
30057 2004-07-16  Simon Josefsson  <jas@extundo.com>
30058
30059         * lib/dummy.c: New file.
30060
30061 2004-07-16  Bruno Haible  <bruno@clisp.org>
30062
30063         * lib/backupfile.h: Add extern "C" for C++.
30064         * lib/closeout.h: Likewise.
30065         * lib/copy-file.h: Likewise.
30066         * lib/findprog.h: Likewise.
30067         * lib/full-write.h: Likewise.
30068         * lib/pathname.h: Likewise.
30069         * lib/progname.h: Likewise.
30070         * lib/stpcpy.h: Likewise.
30071         * lib/stpncpy.h: Likewise.
30072         * lib/strcase.h: Likewise.
30073         * lib/strstr.h: Likewise.
30074         * lib/xalloc.h: Likewise.
30075
30076         * lib/mbswidth.h: Add extern "C" for C++.
30077         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
30078
30079 2004-07-13  Robert Millan  <robertmh@gnu.org>
30080
30081         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
30082
30083 2004-07-09  Simon Josefsson  <jas@extundo.com>
30084
30085         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
30086         failed without this.)
30087
30088 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30089
30090         * modules/chown (Files): Add lib/fchown-stub.c, since
30091         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
30092
30093 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30094
30095         * lib/fchown-stub.c: New file.
30096
30097 2004-06-24  Jim Meyering  <jim@meyering.net>
30098
30099         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
30100
30101 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30102
30103         * modules/argz: Omit "#include".
30104
30105         * MODULES.html.sh (func_all_modules): Add calloc, to match
30106         2004-06-01 addition of calloc module.
30107
30108 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30109
30110         * m4/argz.m4: New file, which is autoupdated from libtool.
30111
30112 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30113
30114         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
30115         libtool.
30116
30117 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
30118
30119         * config/srclist-update: Don't insist on "USA." before the
30120         close-comment, as libtool omits the period and puts the */ on a
30121         separate line.
30122         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
30123         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
30124
30125 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
30126
30127         * modules/argz: New file.
30128         * MODULES.html.sh (func_all_modules): Add argz.
30129
30130 2004-06-12  Jim Meyering  <jim@meyering.net>
30131         and  Paul Eggert  <eggert@cs.ucla.edu>
30132
30133         * modules/hash (Files): Add lib/xalloc.h.
30134         * modules/pipe (Depends-on): Add wait-process.
30135         * modules/stat (Depends-on): Add xalloc.
30136         * modules/userspec (Files): Add lib/userspec.h.
30137         * modules/xstrto
30138
30139         Upgrade from gettext-0.13.
30140         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
30141         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
30142         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
30143
30144 2004-06-10  Jim Meyering  <jim@meyering.net>
30145
30146         * lib/calloc.c: New file.
30147
30148 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30149
30150         * lib/getdate.y (yylex): Allow space between sign and number.
30151         Problem reported by Dan Jacobson.
30152
30153 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30154
30155         Merge from coreutils CVS.
30156
30157         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
30158         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
30159         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
30160         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
30161         xstrtol.m4: Fix copyright date and/or serial number.
30162
30163         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
30164         See if we need an fchown replacement.
30165         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
30166         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
30167         and use the replacement function if we detect either defect.
30168
30169         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
30170         gl_UTIMECMP.
30171
30172 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
30173         and  Jim Meyering  <jim@meyering.net>
30174
30175         Merge from coreutils CVS.
30176
30177         * lib/stat-macros.h: New file, with contents from file-type.h
30178         and coreutils' system.h.
30179         * lib/file-type.c: Include "stat-macros.h".
30180         * lib/file-type.h (file_type): Move all macro definitions to new file,
30181         stat-macros.h.
30182
30183         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
30184         Wrap old code with this conditional.
30185         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
30186         function that does not dereference symlinks.
30187         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
30188
30189         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
30190         dependency problems.
30191         (xreadlink): Accept new arg SIZE, for efficiency.
30192         All decls and uses changed.
30193         * lib/xreadlink.h: Include <stddef.h>, for size_t.
30194
30195         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
30196         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
30197
30198         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
30199         sysexits.h.
30200
30201 2004-06-01  Jim Meyering  <jim@meyering.net>
30202
30203         * m4/calloc.m4: New file.
30204
30205 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
30206
30207         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
30208         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
30209         Also, fix a typo in a diagnostic.
30210
30211 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30212
30213         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
30214         or AC_FUNC_REALLOC.
30215
30216 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
30217
30218         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
30219         macros to be defined.
30220         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
30221         the allocator returns NULL because the requested size is zero.
30222
30223 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
30224
30225         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
30226         var.  Add comment explaining why libc still defines it.  This
30227         merges the following patch from glibc:
30228         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
30229
30230 2004-05-20  Andreas Schwab  <schwab@suse.de>
30231
30232         * m4/free.m4: Replace free if it not known to work, not the other
30233         way round.
30234
30235 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
30236
30237         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
30238         present in glibc since revision 1.1 of this file.
30239         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
30240         obstack_alignment_mask, obstack_alloc, obstack_base,
30241         obstack_blank, obstack_blank_fast, obstack_chunk_size,
30242         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
30243         obstack_grow0, obstack_init, obstack_int_grow,
30244         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
30245         obstack_next_free, obstack_object_size, obstack_ptr_grow,
30246         obstack_ptr_grow_fast, obstack_room): Remove declarations of
30247         nonexistent functions.
30248
30249 2004-05-18  Karl Berry  <karl@gnu.org>
30250
30251         * config/srclist.txt: break link for vasnprintf.c.
30252
30253 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30254
30255         Port obstack to the AS/400, where pointers are 16 bytes wide and
30256         you cannot cast an integer to a valid pointer.  This patch is
30257         currently waiting to be integrated into glibc; see
30258         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
30259
30260         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
30261         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
30262         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
30263         (struct obstack): temp member is now a union of a pointer and
30264         an integer, instead of an integer.  All integer uses changed.
30265         This does not affect the physical layout of struct obstack,
30266         except on hosts (like the AS/400) where the size or alignment of
30267         void * is greater than that of ptrdiff_t.
30268         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
30269         __STDC__)]: Store temporary in pointer member of union, not
30270         integer member.
30271         * lib/obstack.c: Include <stddef.h>, for offsetof.
30272         (struct fooalign): Remove; it doesn't need a name.
30273         (union fooround): Change double to long double, and add void *.
30274         (DEFAULT_ALIGNMENT): Use offsetof to compute.
30275         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
30276         not a macro.  Hence the values are always int; so remove all
30277         casts-to-int in uses.
30278
30279 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
30280
30281         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
30282         we can get this patch merged into glibc.
30283
30284 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30285             Paul Eggert  <eggert@cs.ucla.edu>
30286
30287         * m4/argp: Depend on alloca.
30288
30289 2004-05-17  Derek R. Price  <derek@ximbiot.com>
30290             Paul Eggert  <eggert@cs.ucla.edu>
30291
30292         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
30293         freecoding.
30294
30295 2004-05-17  Bruno Haible  <bruno@clisp.org>
30296
30297         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
30298         precision that consists of a '.' followed by an empty digit string.
30299         Patch by Tor Lillqvist <tml@iki.fi>.
30300
30301 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30302
30303         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
30304         for backward compatibility with older code.  We need our own
30305         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
30306         it under some other name, and our alloca.h will define it.
30307
30308 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
30309             Derek Price  <derek@ximbiot.com>
30310
30311         * lib/alloca.c: Include <alloca.h>, to get our interface.
30312         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
30313         include <alloca.h> first.  Use C89 prototype for alloca; this
30314         requires including <stddef.h> for size_t.  Use extern "C" if C++.
30315         Use #elif for simplicity, since we can assume C89 now.
30316         Don't try to source the system alloca.h since it will not be found
30317         and to prevent recursively including its replacement.
30318         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
30319         * lib/regex.c: Likewise.
30320
30321 2004-05-16  Derek Price  <derek@ximbiot.com>
30322             Paul Eggert  <eggert@cs.ucla.edu>
30323
30324         getline cleanup.  This changes the getndelim2 API: both order of
30325         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
30326         no delimiter).
30327
30328         * lib/getline.c: Don't include stddef.h or stdio.h, since our
30329         interface does that.
30330         (getline): Always use getdelim, so that we don't have two
30331         copies of this code.
30332         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
30333         if available.
30334         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
30335         (GETNDELIM2_MAXIMUM): New macro.
30336         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
30337         instead of the old practice of delim2==0.  All callers changed.
30338         Return -1 on overflow, instead of returning junk.
30339         Do not set *linesize unless allocation succeeds.
30340         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
30341         that we include sys/types.h.
30342         * lib/getnline.h: Likewise.
30343         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
30344         (getndelim2): Reorder arguments.
30345         * lib/getnline.c (getnline, getndelim):
30346         Don't discard the NMAX argument.
30347         (getnline): Invoke getndelim, to avoid code duplication.
30348         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
30349         of (size_t) -1 by callers of the getnline family.
30350
30351 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30352
30353         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
30354         Check for gettimeofday.
30355         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
30356         Check for settimeofday, stime.
30357
30358 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
30359
30360         * lib/nanosleep.c (suspended): Change its type from int to
30361         sig_atomic_t volatile.
30362         (first_call): Make it private to rpl_nanosleep, and have it
30363         be zero initially as that's a bit faster.
30364         (my_usleep): Round up fractional times instead of truncating them,
30365         as this is the usual meaning for 'sleep'.
30366
30367         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
30368         doesn't work.
30369         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
30370         (ENOSYS): Define if not defined.
30371         (settime): Fall back on stime if it exists and settimeofday fails.
30372         But don't bother with fallbacks if a method fails with errno == EPERM.
30373
30374 2004-05-11  Jim Meyering  <jim@meyering.net>
30375
30376         Prior to this change, the save_cwd caller required read access to the
30377         current directory on most systems (ones with the fchdir function).
30378
30379         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
30380         fails, try write-only, and finally, resort to using xgetcwd.
30381
30382 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
30383
30384         * lib/obstack.c, obstack.h: Import changes from libc.
30385
30386 2004-04-28  Bruno Haible  <bruno@clisp.org>
30387
30388         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
30389         also implicitly appends .exe to executables.
30390         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
30391         accepts Windows pathnames.
30392         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30393         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30394         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
30395         Treat Cygwin like Windows, since it now accepts Windows pathnames.
30396         Reported by Derek Robert Price <derek@ximbiot.com>.
30397
30398 2004-04-21  Karl Berry  <karl@gnu.org>
30399
30400         * config/srclist.txt (localcharset.c): break sync.
30401
30402 2004-04-20  Paul Eggert  <eggert@twinsun.com>
30403
30404         * m4/host-os.m4: Add a copyright notice.
30405
30406 2004-04-20  Jim Meyering  <jim@meyering.net>
30407
30408         Change UTILS_ to gl_ in AC_DEFINE'd names.
30409         Change utils_- and jm_-prefixed variables, too.
30410         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
30411         UTILS_FUNC_MKDIR_TRAILING_SLASH.
30412         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
30413
30414         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
30415         Don't emit trailing blanks.
30416         Also rename jm_-prefixed variables to have gl_ prefix.
30417
30418         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
30419         Also rename jm_-prefixed variables to have gl_ prefix.
30420
30421         * m4/jm-macros.m4: Reflect the renamings.
30422         * m4/prereq.m4: Likewise.
30423
30424 2004-04-20  Jim Meyering  <jim@meyering.net>
30425
30426         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
30427         memory.
30428
30429 2004-04-20  Jim Meyering  <jim@meyering.net>
30430             Bruno Haible  <bruno@clisp.org>
30431
30432         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
30433         memory when realloc fails.
30434
30435 2004-04-19  Jim Meyering  <jim@meyering.net>
30436
30437         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
30438         now that readutmp.c may call `free (0)'.
30439
30440 2004-04-19  Bruno Haible  <bruno@clisp.org>
30441
30442         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
30443         * m4/inttypes_h.m4: Likewise.
30444         * m4/stdint_h.m4: Likewise.
30445         * m4/intmax_t.m4: Likewise.
30446         * m4/uintmax_t.m4: Likewise.
30447
30448 2004-04-18  Jim Meyering  <jim@meyering.net>
30449
30450         * m4/prereq.m4: Don't forbid jm_ prefix.
30451
30452         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
30453         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
30454         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
30455         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
30456         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
30457         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
30458         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
30459         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
30460         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
30461         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
30462         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
30463         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
30464         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
30465         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
30466         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
30467         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
30468         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
30469         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
30470         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
30471
30472 2004-04-18  Jim Meyering  <jim@meyering.net>
30473
30474         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
30475         failure, don't leak memory and do call END_UTMP_ENT.
30476
30477 2004-04-16  Jim Meyering  <jim@meyering.net>
30478
30479         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
30480         coreutils' stat program.
30481         (gl_PREREQ): Don't require jm_PREREQ_STAT.
30482
30483 2004-04-11  Paul Eggert  <eggert@twinsun.com>
30484
30485         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
30486         C89.
30487         (CHAR_BIT): Remove, since we assume C89.
30488         Include <stdint.h> if available, as per current Autoconf CVS advice.
30489
30490 2004-03-31  Jim Meyering  <jim@meyering.net>
30491
30492         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
30493         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
30494         * m4/xalloc.m4: Likewise.
30495
30496 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30497
30498         Merge from coreutils.
30499
30500         * m4/inttostr.m4: New file.
30501         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
30502         Require AM_STDBOOL_H and gl_TIMESPEC instead.
30503         Require gl_CLOCK_TIME.
30504         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
30505
30506 2004-03-30  Paul Eggert  <eggert@twinsun.com>
30507
30508         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
30509         not bool, to be more consistent with Unix conventions.
30510         Suggested by Bruno Haible.
30511
30512         Merge from coreutils.
30513
30514         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
30515         * lib/umaxtostr.c: New files.
30516
30517         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
30518         the usual <time.h> dance.
30519         (get_date): Change signature to support fractional time stamps.
30520         All callers changed.
30521         * lib/getdate.y: Include "getdate.h" first, as we can now
30522         assume C89 and don't need to worry about 'const'.
30523         Similarly, include "unlocked-io.h" near start, not in middle.
30524         Include <limits.h>.
30525         (textint.value): Use long int rather than int.
30526         (textint.digits): Use size_t rather than int.
30527         (BILLION, LOG10_BILLION): New constants.
30528         (parser_control): New member rel_ns.  Members day_ordinal,
30529         time_zone, month, day, hour, minutes, rel_year, rel_month,
30530         rel_day, rel_hour, rel_minutes, rel_seconds
30531         are now long int, not int.  Member seconds is now struct timespec,
30532         not int.  New member timespec_seen.  Members dates_seen, days_seen,
30533         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
30534         not int.
30535         (%union.intval): Now long int, not int.
30536         New member timespec.
30537         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
30538         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
30539         (spec): Now is a timespec or an item list.
30540         (timespec, items): New nonterminals.
30541         (time, rel, relunit, number, get_date):
30542         Add support for fractional seconds.
30543         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
30544         (gmtime, localtime, mktime): Remove decls; not needed with C89.
30545         (to_hour): First arg is now long int, not int.
30546         (to_year): Returns long int, not int.
30547         Don't treat year -70 like 70.
30548         (tm_diff): Returns long int, not int.
30549         (lookup_word): Use bool instead of int when appropriate.
30550         (yylex): Use size_t for count, not int.
30551         Detect overflow when parsing large integer constants.
30552         Add support for fractions.
30553         (get_date): Make pointers 'const' if possible.
30554         Use more-portable code to detect integer overflow.
30555         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
30556         Don't use ctime; it's not reliable if the year has >4 digits.
30557
30558         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
30559         This is for compatibility with BSD.
30560
30561         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
30562         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
30563         From coreutils' system.h.
30564
30565         * lib/userspec.c: Don't include "posixver.h".
30566         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
30567         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
30568         compatible extension.  Simplify code by removing a boolean int
30569         that was always nonzero if a string was nonnull.
30570
30571 2004-03-30  Jim Meyering  <jim@meyering.net>
30572
30573         Merge from coreutils.
30574
30575         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
30576         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
30577         on some systems one must include <grp.h> before it.
30578         Reported by Christian Krackowizer.
30579
30580 2004-03-30  Jim Meyering  <jim@meyering.net>
30581
30582         Merge from coreutils.
30583
30584         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
30585
30586         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
30587         an empty input stream.
30588
30589         * lib/readtokens.c: Include <stdbool.h>.
30590         (readtoken): Use `size_t' rather than int/long.
30591         All callers adjusted.
30592         Use `bool' rather than `int' where appropriate.
30593         Use memset rather than an explicit loop.
30594         Use x2nrealloc rather than xrealloc.
30595         Allow the use of `\0' as a delimiter.
30596         (readtokens): Likewise.
30597         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
30598
30599 2004-03-30  Jim Meyering  <jim@meyering.net>
30600
30601         * m4/realloc.m4: Remove file, since now it does no more than
30602         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
30603         the `configure.ac' section of module/realloc.
30604         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
30605
30606 2004-03-30  Bruno Haible  <bruno@clisp.org>
30607
30608         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
30609         nonnull.
30610
30611 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30612
30613         Merge changes to getloadavg.c from coreutils and Emacs.
30614
30615         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
30616         Define to an expression, not to the empty string.
30617         Include cloexec.h and xalloc.h.
30618         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
30619         Use set_cloexec_flag rather than rolling our own.
30620         * lib/cloexec.c, lib/cloexec.h: New files.
30621
30622 2004-03-29  Paul Eggert  <eggert@twinsun.com>
30623
30624         * m4/cloexec.m4: New file.
30625
30626 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30627
30628         * lib/getopt.h: Sync with libc CVS.
30629
30630 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30631             Bruno Haible  <bruno@clisp.org>
30632
30633         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
30634         mbswidth.
30635
30636 2004-03-18  Paul Eggert  <eggert@twinsun.com>
30637             Bruno Haible  <bruno@clisp.org>
30638
30639         * lib/mbswidth.h: Include <wchar.h> only if
30640         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
30641         <wchar.h>.
30642         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
30643
30644 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30645
30646         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
30647         Sync with libc CVS.
30648         * lib/getopt_int.h: New file, also synced from libc.
30649
30650 2004-03-09  Paul Eggert  <eggert@twinsun.com>
30651
30652         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
30653         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
30654         Bring back getopt.c, getopt.h, getopt1.c.
30655
30656 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30657
30658         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
30659         All uses changed.  Check for sa_sigaction member; this fixes
30660         a bug first reported by Jason Andrade in
30661         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30662
30663 2004-03-07  Paul Eggert  <eggert@twinsun.com>
30664
30665         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
30666         '#if' expressions.  Unlike the code it replaces, it does not
30667         depend on (defined _SC_PAGESIZE).  However, it does depend on
30668         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
30669         first reported by Jason Andrade in
30670         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
30671
30672 2004-02-25  Simon Josefsson  <jas@extundo.com>
30673
30674         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
30675
30676 2004-02-25  Simon Josefsson  <jas@extundo.com>
30677
30678         * lib/strdup.h: New file.
30679         * lib/strdup.c: Include it.
30680         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
30681         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
30682
30683 2004-02-23  Karl Berry  <karl@gnu.org>
30684
30685         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
30686         (from fencepost.gnu.org:/gd/gnuorg).
30687
30688 2004-02-23  Karl Berry  <karl@gnu.org>
30689
30690         * config/srclistvars.sh (GNUORG) [karl]: redefine.
30691         * config/srclist.txt: add maintain/standards documents.
30692
30693 2004-02-18  Bruno Haible  <bruno@clisp.org>
30694
30695         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
30696         Reported by Derek Robert Price <derek@ximbiot.com>.
30697
30698 2004-02-16  Karl Berry  <karl@gnu.org>
30699
30700         * config/mkinstalldirs, install-sh: update from automake.
30701
30702 2004-02-06  Karl Berry  <karl@gnu.org>
30703
30704         * m4/po.m4: update from gettext 0.14.1.
30705
30706 2004-02-06  Karl Berry  <karl@gnu.org>
30707
30708         * lib/config.charset: update from gettext 0.14.1.
30709
30710 2004-02-05  Paul Eggert  <eggert@twinsun.com>
30711
30712         Add comments and code, prompted by suggestions from Bruno Haible
30713         for sh-quote.
30714         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
30715         describing the enum quoting_style values.
30716         * lib/quotearg.c (quotearg_alloc): New function.
30717         (quotearg_buffer_restyled): Treat lone { and } as special.
30718         Treat = as special.  Work around bug with older shells
30719         that "see" a '\' that is really the 2nd byte of a multibyte char.
30720         Quote empty string with shell_quoting_style.
30721
30722 2004-02-03  Bruno Haible  <bruno@clisp.org>
30723
30724         * m4/pipe.m4: New file, from GNU gettext.
30725
30726 2004-02-03  Bruno Haible  <bruno@clisp.org>
30727
30728         * lib/pipe.h: New file, from GNU gettext.
30729         * lib/pipe.c: New file, from GNU gettext.
30730
30731 2004-01-27  Bruno Haible  <bruno@clisp.org>
30732
30733         * m4/execute.m4: New file, from GNU gettext.
30734
30735 2004-01-27  Bruno Haible  <bruno@clisp.org>
30736
30737         * lib/execute.h: New file, from GNU gettext.
30738         * lib/execute.c: New file, from GNU gettext.
30739         * lib/w32spawn.h: New file, from GNU gettext.
30740
30741 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30742
30743         Merge from diffutils.
30744
30745         * lib/file-type.c (file_type): Add typed memory objects.
30746         * lib/file-type.h (S_TYPEISTMO): New macro.
30747
30748         * lib/c-stack.h (c_stack_action): Remove argv argument.
30749         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
30750         (die): Don't calculate message unless segv_action returns.
30751         (get_stack_location, min_address_from_argv, max_address_from_argv,
30752         volatile stack_base, volatile_stack_size): Remove.
30753         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
30754         that every segmentation violation is a stack overflow.  (Ouch!)
30755         See Debian bug 136249 (still outstanding) for more info about why
30756         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
30757
30758 2004-01-24  Paul Eggert  <eggert@twinsun.com>
30759
30760         Exit-status fix from coreutils.
30761
30762         Use exit_failure consistently in place of EXIT_FAILURE,
30763         so that program exit statuses are consistent on failure.
30764
30765         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
30766         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
30767         * lib/argmatch.h: Comment fix to match the above.
30768         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
30769         Now a macro referring to exit_failure, instead of a separate
30770         variable.  Include "exitfail.h" to get it.
30771         * lib/xstrtol.h: Include "exitfail.h".
30772         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
30773
30774         * lib/long-options.c (parse_long_options): Use prototype
30775         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
30776         for clarity.
30777
30778 2004-01-21  Jim Meyering  <jim@meyering.net>
30779
30780         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
30781         so as not to conflict with a different-sized __mktime_internal
30782         function in GNU libc.
30783         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
30784         Problem building statically-linked `ls' reported by Michael Brunnbauer.
30785
30786 2004-01-20  Karl Berry  <karl@gnu.org>
30787
30788         * config/config.guess: update from config.
30789
30790         * config/srclistvars.sh: GNUWWWLICENSES for karl.
30791
30792 2004-01-20  Bruno Haible  <bruno@clisp.org>
30793
30794         Safer stack allocation.
30795         * lib/setenv.c: Include allocsa.h.
30796         (alloca): Remove fallback definition.
30797         (freea): Remove macro.
30798         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
30799         instead of freea.
30800
30801 2004-01-20  Bruno Haible  <bruno@clisp.org>
30802
30803         * m4/eealloc.m4: New file, from GNU gettext.
30804
30805 2004-01-20  Bruno Haible  <bruno@clisp.org>
30806
30807         * m4/allocsa.m4: New file, from GNU gettext.
30808
30809 2004-01-20  Bruno Haible  <bruno@clisp.org>
30810
30811         * lib/xallocsa.h: New file, from GNU gettext.
30812         * lib/xallocsa.c: New file, from GNU gettext.
30813
30814 2004-01-20  Bruno Haible  <bruno@clisp.org>
30815
30816         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
30817
30818 2004-01-20  Bruno Haible  <bruno@clisp.org>
30819
30820         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
30821         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
30822         specially.
30823
30824 2004-01-20  Bruno Haible  <bruno@clisp.org>
30825
30826         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
30827         patch.
30828
30829 2004-01-20  Bruno Haible  <bruno@clisp.org>
30830
30831         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
30832
30833 2004-01-20  Bruno Haible  <bruno@clisp.org>
30834
30835         * lib/eealloc.h: New file.
30836
30837 2004-01-20  Bruno Haible  <bruno@clisp.org>
30838
30839         * lib/binary-io.h: Avoid warnings on Cygwin.
30840
30841 2004-01-20  Bruno Haible  <bruno@clisp.org>
30842
30843         * lib/allocsa.h: New file, from GNU gettext.
30844         * lib/allocsa.c: New file, from GNU gettext.
30845
30846 2004-01-18  Karl Berry  <karl@gnu.org>
30847
30848         * doc/gpl.texi, doc/lgpl.texi: new files.
30849
30850 2004-01-18  Karl Berry  <karl@gnu.org>
30851
30852         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
30853         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
30854
30855 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30856
30857         Merge from coreutils.
30858
30859         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
30860         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
30861         (gl_DEFAULT_POSIX2_VERSION): Move
30862         the documentation from 'configure' into 'config.hin',
30863         so that 'configure --help' isn't burdened by it and
30864         we don't have to worry about its formatting there.
30865         Reword the documentation so that it's more succinct
30866         and can be run together into a single paragraph.
30867         * m4/same.m4 (gl_SAME): Check for pathconf.
30868
30869 2004-01-15  Paul Eggert  <eggert@twinsun.com>
30870
30871         Merge from coreutils.
30872
30873         * lib/posixver.c: Include posixver.h.
30874
30875         * lib/same.c: Include <stdbool.h>, <limits.h>.
30876         (_POSIX_NAME_MAX): Define if not defined.
30877         (MIN): New macro.
30878         (same_name): If file names are silently truncated, report
30879         that the file names are the same if they are the same after
30880         the silent truncation.
30881
30882         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
30883         conversion function.
30884         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
30885         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
30886         longer needed.
30887
30888 2004-01-15  Jim Meyering  <jim@meyering.net>
30889
30890         Merge from coreutils.
30891
30892         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
30893         if no library is required.
30894         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
30895         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
30896         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
30897         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
30898         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
30899         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
30900         value, $ac_cv_search_crypt, if it's "none required".
30901         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
30902         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
30903         not gl_FUNC_GETLOADAVG.
30904         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
30905         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
30906
30907 2004-01-15  Jim Meyering  <jim@meyering.net>
30908
30909         Merge from coreutils.
30910
30911         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
30912         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
30913         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
30914
30915         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
30916         optional configure-time default.
30917
30918         * lib/version-etc.c (version_etc_copyright): Update copyright date.
30919
30920         * lib/xreadlink.c (xreadlink): Correct outdated comment.
30921
30922 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
30923
30924         Merge from coreutils.
30925
30926         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
30927         value, $ac_cv_search_nanosleep, if it's "none required".
30928
30929 2004-01-14  Paul Eggert  <eggert@twinsun.com>
30930
30931         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
30932         with like-named macro in fnmatch.c.
30933         (EXT): Use an internal constant instead.
30934
30935         Merge fnmatch patches from glibc.
30936         * lib/fnmatch.c (mbsinit): Remove define.
30937         Add libc_hidden_ver (__fnmatch, fnmatch).
30938         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
30939         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
30940
30941 2004-01-14  Karl Berry  <karl@gnu.org>
30942
30943         * config/install-sh: update from automake.
30944
30945 2004-01-13  Karl Berry  <karl@gnu.org>
30946
30947         * config/install-sh: update from automake.
30948
30949 2004-01-09  Karl Berry  <karl@gnu.org>
30950
30951         * config/install-sh: update from automake.
30952
30953 2004-01-05  Karl Berry  <karl@gnu.org>
30954
30955         * config/config.{sub,guess}: update from config.
30956
30957 2003-12-31  Karl Berry  <karl@gnu.org>
30958
30959         * config/depcomp: update from automake.
30960
30961 2003-12-14  Karl Berry  <karl@gnu.org>
30962
30963         * lib/config.charset: update from gettext-runtime.
30964
30965 2003-12-03  Paul Eggert  <eggert@twinsun.com>
30966
30967         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
30968         Bug reported by Alfred M. Szmidt.
30969
30970 2003-12-03  Bruno Haible  <bruno@clisp.org>
30971
30972         * m4/gettext.m4: Upgrade from gettext-0.13.
30973         * m4/po.m4: Upgrade from gettext-0.13.
30974         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
30975         * m4/intmax.m4: New file, from gettext-0.13.
30976         * m4/printf-posix.m4: New file, from gettext-0.13.
30977
30978 2003-11-29  Karl Berry  <karl@gnu.org>
30979
30980         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
30981
30982 2003-11-25  Paul Eggert  <eggert@twinsun.com>
30983             Bruno Haible  <bruno@clisp.org>
30984
30985         * lib/printf-parse.h: Don't include sys/types.h.
30986         (ARG_NONE): New macro.
30987         (char_directive): Change type of *arg_index fields to size_t.
30988         * lib/printf-parse.c: Don't include sys/types.h.
30989         (SSIZE_MAX): Remove macro.
30990         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
30991         Remove unnecessary overflow check.
30992         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
30993         fields.
30994
30995 2003-11-25  Bruno Haible  <bruno@clisp.org>
30996
30997         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
30998
30999 2003-11-25  Bruno Haible  <bruno@clisp.org>
31000
31001         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
31002         gt_TYPE_SSIZE_T.
31003
31004 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31005
31006         * modules/alloca: Remove dependency on xalloc.
31007
31008 2003-11-24  Paul Eggert  <eggert@twinsun.com>
31009
31010         * lib/alloca.c: Remove dependency on xalloc module.
31011         (xalloc_die): Remove.
31012         (memory_full) [!defined emacs]: New macro.
31013         [!defined emacs]: Don't include xalloc.h.
31014         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
31015         address arithmetic overflows.  Change datatypes a bit to avoid
31016         unnecessary casts.
31017
31018 2003-11-22  Jim Meyering  <jim@meyering.net>
31019
31020         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
31021         s/size/size_t/.
31022
31023 2003-11-21  Karl Berry  <karl@gnu.org>
31024
31025         * config/config.{sub,guess}: update from config.
31026
31027 2003-11-18  Karl Berry  <karl@gnu.org>
31028
31029         * config/config.{sub,guess}: update from config.
31030
31031         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
31032
31033 2003-11-17  Paul Eggert  <eggert@twinsun.com>
31034
31035         * README: Mention that S+T cannot overflow if S is the size of
31036         an existing object and T is sufficiently small.
31037
31038 2003-11-17  Jim Meyering  <jim@meyering.net>
31039
31040         On systems without utime and without a utimes function capable of
31041         dealing with a NULL struct utimbuf* argument, this utime replacement
31042         could -- in unusual circumstances -- leak a file descriptor.
31043         * lib/utime.c: Include <unistd.h> and <errno.h>.
31044         (utime_null): Be sure to close `fd' and to preserve errno.
31045         Reported by Geoff Collyer via Arnold Robbins.
31046
31047 2003-11-17  Bruno Haible  <bruno@clisp.org>
31048
31049         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
31050         (Depends-on): Add xsize.
31051
31052 2003-11-17  Bruno Haible  <bruno@clisp.org>
31053
31054         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
31055
31056 2003-11-17  Bruno Haible  <bruno@clisp.org>
31057
31058         * lib/vasnprintf.c (alloca): Remove fallback definition.
31059         (freea): Remove definition.
31060         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
31061         Reported by Paul Eggert.
31062
31063 2003-11-16  Paul Eggert  <eggert@twinsun.com>
31064             Bruno Haible  <bruno@clisp.org>
31065
31066         Protect against address arithmetic overflow.
31067         * lib/printf-args.h: Include stddef.h.
31068         (arguments): Change type of field 'count' to size_t.
31069         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
31070         'unsigned int' where appropriate.
31071         * lib/printf-parse.h: Include sys/types.h.
31072         (char_directive): Change type of *arg_index fields to ssize_t.
31073         (char_directives): Change type of fields 'count', max_*_length to
31074         size_t.
31075         * lib/printf-parse.c: Include sys/types.h and xsize.h.
31076         (SSIZE_MAX): Define fallback value.
31077         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
31078         instead of 'int' where appropriate. Check a_allocated, d_allocated
31079         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
31080         * lib/vasnprintf.c: Include xsize.h.
31081         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
31082         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
31083         overflow. Avoid wraparound when converting a width or precision from
31084         decimal to binary.
31085
31086 2003-11-16  Bruno Haible  <bruno@clisp.org>
31087
31088         Update from GNU gettext.
31089         * lib/printf-parse.c: Generalize to it can be compiled for wide
31090         strings.
31091         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
31092         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
31093         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
31094         SNPRINTF): New macros.
31095         Don't include <alloca.h> if the file is used inside libintl.
31096         (local_wcslen): New function, for Solaris 2.5.1.
31097         (VASNPRINTF): Use it instead of wcslen.
31098
31099 2003-11-16  Bruno Haible  <bruno@clisp.org>
31100
31101         * lib/xsize.h (xmax): New function.
31102         (xsum, xsum3, xsum4): Declare as "pure" functions.
31103
31104 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31105
31106         * modules/xalloc (Files): Undo latest change, since xalloc.h
31107         no longer needs SIZE_MAX or PTRDIFF_MAX.
31108
31109 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31110
31111         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
31112         gl_PTRDIFF_MAX.
31113
31114 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31115
31116         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
31117         "return", to pacify some unknown compiler.  Problem reported
31118         by Joerg Schilling.
31119
31120 2003-11-12  Paul Eggert  <eggert@twinsun.com>
31121
31122         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
31123         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
31124         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
31125         heuristic is just as accurate as far as we know, and it removes a
31126         dependency on size_max.m4 and ptrdiff_max.m4.
31127
31128 2003-11-11  Bruno Haible  <bruno@clisp.org>
31129
31130         * modules/xsize (Files): Add m4/size_max.m4.
31131         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
31132
31133 2003-11-11  Bruno Haible  <bruno@clisp.org>
31134
31135         * m4/size_max.m4: New file.
31136         * m4/ptrdiff_max.m4: New file.
31137         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
31138         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
31139         (gl_XALLOC): Invoke it.
31140
31141 2003-11-11  Bruno Haible  <bruno@clisp.org>
31142
31143         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
31144         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
31145         defined.
31146
31147 2003-11-10  Paul Eggert  <eggert@twinsun.com>
31148
31149         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
31150         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
31151         rejected some allocations of exactly SIZE_MAX - 2 bytes.
31152         From Bruno Haible.
31153         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
31154         not (size_t) -1, since it's defined here.
31155
31156 2003-11-09  Karl Berry  <karl@gnu.org>
31157
31158         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
31159
31160 2003-11-06  Paul Eggert  <eggert@twinsun.com>
31161
31162         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
31163         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
31164         Reject sizes of exactly SIZE_MAX bytes.
31165         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
31166         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
31167
31168 2003-11-05  Bruno Haible  <bruno@clisp.org>
31169
31170         * lib/xsize.h: Include limits.h, to avoid a possible collision with
31171         SIZE_MAX defined in <limits.h> on Solaris.
31172
31173 2003-11-04  Jim Meyering  <jim@meyering.net>
31174
31175         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
31176         variable names, rather than @VAR@.
31177         * modules/poll: Likewise.
31178
31179 2003-11-04  Bruno Haible  <bruno@clisp.org>
31180
31181         * modules/xsize: New file.
31182         * modules/linebreak: Depend on xsize.
31183         * MODULES.html.sh (func_all_modules): Add xsize.
31184
31185 2003-11-04  Bruno Haible  <bruno@clisp.org>
31186
31187         * m4/xsize.m4: New file.
31188
31189 2003-11-04  Bruno Haible  <bruno@clisp.org>
31190
31191         * lib/xsize.h: New file.
31192         * lib/linebreak.c: Include xsize.h.
31193         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
31194         argument for overflow.
31195         Suggested by Paul Eggert.
31196
31197 2003-11-03  Karl Berry  <karl@gnu.org>
31198
31199         * config/config.{guess,sub}: update from config.
31200
31201 2003-11-03  Jim Meyering  <jim@meyering.net>
31202
31203         * modules/userspec (lib_SOURCES): Add userspec.h.
31204         (Include): Add "userspec.h".
31205         Improve description.
31206
31207 2003-11-03  Jim Meyering  <jim@meyering.net>
31208
31209         * lib/userspec.c: Include "userspec.h".
31210         * lib/userspec.h: New file.
31211
31212 2003-11-03  Bruno Haible  <bruno@clisp.org>
31213
31214         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
31215
31216 2003-11-03  Bruno Haible  <bruno@clisp.org>
31217
31218         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
31219         available, to avoid (extremely rare) race condition.
31220         Suggested by Paul Eggert.
31221
31222 2003-11-02  Karl Berry  <karl@gnu.org>
31223
31224         * config/srclist.txt (vasprintf.c): sync broken, sigh.
31225
31226 2003-10-31  Paul Eggert  <eggert@twinsun.com>
31227
31228         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
31229         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
31230         (read_filesystem_list): Set and use me_type_malloced.
31231         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
31232         whatever the type happens to be), for brevity and consistency.
31233         Check for size calculation overflow on Alphas running OSF/1.
31234
31235 2003-10-31  Jim Meyering  <jim@meyering.net>
31236
31237         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
31238
31239         * lib/linebuffer.c: Include <string.h> for declaration of memset.
31240
31241 2003-10-30  Paul Eggert  <eggert@twinsun.com>
31242             Bruno Haible  <bruno@clisp.org>
31243
31244         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
31245         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
31246
31247 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
31248
31249         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
31250         netbsd*-gnu*.  Suggested by Robert Millan.
31251
31252 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31253
31254         * modules/group-member: Depend on stdbool.
31255
31256 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31257
31258         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
31259
31260 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31261
31262         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
31263         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
31264         after the 'gnu' in these cases.  This fixes some bugs in the
31265         previous change, and is based on suggestions by Robert Millan.
31266
31267 2003-10-29  Paul Eggert  <eggert@twinsun.com>
31268
31269         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
31270         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
31271         no longer needed.
31272         * lib/quotearg.c (quotearg_n_options): Use it.
31273         * lib/group-member.c: Include <stdbool.h>.
31274         (free_group_info): Arg is now const *; don't free arg.
31275         (get_group_info): Now returns bool and accepts struct group_info *,
31276         rather than returning a malloc'ed struct group_info *.
31277         All uses changed.  Check for overflow in internal size calculation.
31278
31279         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
31280         rather than xmalloc/xrealloc.
31281         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
31282         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
31283         conformance bug: the old code used a pointer after freeing the
31284         storage that it addressed.
31285         * lib/hash.c (hash_initialize): Simplify the code by using
31286         xalloc_oversized rather than doing it by hand.
31287         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
31288         the buffer preserved.  Use free and xmalloc instead.
31289         * lib/quotearg.c (quotearg_n_options): Likewise.
31290         Use a simpler test for size overflow.  Don't use xalloc_oversized
31291         because unsigned int might be wider than size_t (!); this suggests
31292         that we should switch from unsigned int to size_t for slot numbers.
31293
31294 2003-10-28  Paul Eggert  <eggert@twinsun.com>
31295
31296         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
31297         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
31298         NetBSD kernels.  Requested by Richard Stallman.
31299
31300 2003-10-27  Paul Eggert  <eggert@twinsun.com>
31301
31302         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
31303         to allocate the returned structure.  Do not allocate a subarray,
31304         as x2nrealloc will do that.
31305         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
31306         instead of xnrealloc.
31307         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
31308
31309 2003-10-27  Bruno Haible  <bruno@clisp.org>
31310
31311         * lib/stdbool_.h: Better support for BeOS.
31312
31313 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31314
31315         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
31316         now uses inline.
31317
31318 2003-10-26  Paul Eggert  <eggert@twinsun.com>
31319
31320         * lib/xalloc.h (xalloc_oversized): New static inline function, for
31321         callers that want to do their own size-overflow checking.  Include
31322         <stdbool.h>, since xalloc_oversized returns bool.
31323         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
31324         to use xalloc_oversized.
31325
31326         Add two functions x2realloc, x2nrealloc, for programs that grow
31327         arrays dynamically by doubling their sizes.
31328         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
31329         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
31330         New functions.
31331
31332         Port to C99 semantics for 'inline' of external functions.
31333         Bug reported by Bruno Haible.
31334         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
31335         with the old contents of xnmalloc.
31336         (xnmalloc, xmalloc): Use it.
31337         (xnrealloc_inline): New static inline function,
31338         with the old contents of xnrealloc.
31339         (xnrealloc, xrealloc): Use it.
31340
31341         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
31342         that.
31343
31344 2003-10-26  Karl Berry  <karl@gnu.org>
31345
31346         * config/srclist.txt (COPYING.DOC): no longer available from
31347         /gd/gnuorg; don't know where the ultimate source is.
31348
31349 2003-10-25  Paul Eggert  <eggert@twinsun.com>
31350
31351         Fix several address-calculation bugs in the hash modules,
31352         plus some minor code cleanup.
31353
31354         * lib/hash.h: Include <stdbool.h>, for bool.
31355         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
31356         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
31357         hash_get_n_entries, hash_get_max_bucket_length,
31358         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
31359         hash_rehash): Use size_t rather than unsigned.
31360         * lib/hash.c (struct hash_table, hash_get_n_buckets,
31361         hash_get_n_buckets_used, hash_get_n_entries,
31362         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
31363         hash_get_entries, hash_do_for_each, hash_string, is_prime,
31364         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
31365         Likewise.
31366         (SIZE_MAX): Define if not defined.
31367         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
31368         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
31369         hash_print):
31370         Use const * when possible.
31371         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
31372         (check_tuning): Fix bug: if tuning parameters were very close to
31373         0 or 1, rounding errors could have caused subscript violations.
31374         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
31375         (hash_initialize): Add 'fail:' label
31376         to free table and return NULL, and use it to simplify code.
31377         Use calloc rather than clearing the storage ourself.
31378         (hash_initialize, hash_rehash): Check for arithmetic overflow in
31379         buffer size calculations.
31380         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
31381         Include <stddef.h>, for size_t.
31382         * lib/hash-pjw.c (hash_pjw): Likewise.
31383         Switch to method described by Bruno Haible.
31384         Include <limits.h>, for CHAR_BIT.
31385         (SIZE_BITS): New macro.
31386
31387 2003-10-23  Paul Eggert  <eggert@twinsun.com>
31388
31389         * m4/getline.m4 (AM_FUNC_GETLINE):
31390         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
31391         hosts.  Problem reported by Derek Robert Price in
31392         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
31393         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
31394         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
31395
31396 2003-10-21  Paul Eggert  <eggert@twinsun.com>
31397
31398         * lib/getndelim2.c (getndelim2): When size calculation overflows,
31399         ceiling the allocation at NMAX bytes rather than silently
31400         discarding input bytes before NMAX is reached.  This makes
31401         a difference only if NMAX exceeds SIZE_MAX / 2.
31402
31403         * lib/obstack.c: Merge from glibc.
31404         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
31405         Add libc_hidden_def (_obstack_newchunk).
31406         (_obstack_free) [! defined _LIBC]: Remove.
31407         [defined _LIBC]: Make a strong alias from obstack_free, rather than
31408         a clone of the function body.
31409         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
31410         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
31411
31412         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
31413         glibc.
31414         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
31415         arg to memcpy.
31416
31417         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
31418         (obstack_ptr_grow_fast, obstack_int_grow_fast):
31419         Don't use lvalue casts, as GCC plans to remove support for them
31420         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
31421         was also present in the non-GCC version, indicating that this
31422         code had always been buggy and had never been widely used.
31423         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
31424         Use the fast variant of each macro, rather than copying the
31425         definiens of the fast variant; that way, we'll be more likely to
31426         catch future bugs in the fast variants.
31427
31428 2003-10-20  Bruno Haible  <bruno@clisp.org>
31429
31430         * modules/wait-process: New file.
31431         * MODULES.html.sh (func_all_modules): Add wait-process.
31432
31433 2003-10-20  Bruno Haible  <bruno@clisp.org>
31434
31435         * m4/wait-process.m4: New file.
31436
31437 2003-10-20  Bruno Haible  <bruno@clisp.org>
31438
31439         * lib/wait-process.h: New file, from GNU gettext.
31440         * lib/wait-process.c: New file, from GNU gettext.
31441
31442 2003-10-19  Jim Meyering  <jim@meyering.net>
31443
31444         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
31445         HPUX 10.20.
31446
31447 2003-10-18  Karl Berry  <karl@gnu.org>
31448
31449         * config/config.guess: update from config.
31450
31451 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31452
31453         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
31454         (getgroups): First arg is int, not size_t.
31455         Don't let 'free' mangle errno.
31456
31457 2003-10-16  Paul Eggert  <eggert@twinsun.com>
31458
31459         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
31460
31461 2003-10-16  Karl Berry  <karl@gnu.org>
31462
31463         * config/config.{guess,sub}: update from config.
31464
31465 2003-10-16  Jim Meyering  <jim@meyering.net>
31466
31467         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
31468         memcpy.
31469
31470 2003-10-15  Paul Eggert  <eggert@twinsun.com>
31471
31472         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
31473         (SIZE_MAX): Remove.
31474         (new_exclude, add_exclude_file): Initial size no longer needs to
31475         be a power of 2.
31476         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
31477         our own address arithmetic overflow checking.
31478
31479         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
31480         (fnmatch): Do not alloca more than 2000 wide characters;
31481         instead, use malloc for large buffers.
31482         Check for address arithmetic overflow, and return -1
31483         with errno set to ENOMEM in that case.
31484         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
31485         (NEW_PATTERN): Do not alloca more than 8000 bytes;
31486         instead, return -1.  Check for address arithmetic overflow.
31487
31488 2003-10-14  Paul Eggert  <eggert@twinsun.com>
31489
31490         Handle invalid suffixes and overflow independently, so that
31491         callers can treat them independently as needed.  Fix some bugs in
31492         suffix handling, e.g., "100k@" was not diagnosed as an invalid
31493         suffix for a human-readable blocksize.  The major caller-visible
31494         change is the addition of a new
31495         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
31496         that both overflow and suffix chars were found.
31497
31498         * lib/human.c (humblock): Don't check separately for invalid suffix
31499         char; that is xstrtoumax's job (now that its bug is fixed).
31500         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
31501         INTMAX_MAX]: New macros.
31502         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
31503         TYPE_MAXIMUM): New macros.
31504         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
31505         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
31506         if overflow occurs, as it's what __strtol does and it's more useful
31507         in practice.
31508         (__xstrtol): If __strtol reports some error other than ERANGE,
31509         reflect it to the caller as LONGINT_INVALID.  If it reports
31510         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
31511         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
31512         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
31513         value.
31514         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
31515         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
31516         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
31517         [defined UINTMAX_MAX]: New macros.
31518
31519 2003-10-14  Bruno Haible  <bruno@clisp.org>
31520
31521         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
31522
31523 2003-10-14  Bruno Haible  <bruno@clisp.org>
31524
31525         * m4/sig_atomic_t: New file, from GNU gettext.
31526         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
31527
31528 2003-10-14  Bruno Haible  <bruno@clisp.org>
31529
31530         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
31531         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
31532         Also use volatile where needed.
31533
31534 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31535
31536         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
31537         Change maintainer from Bruno Haible to 'all'.
31538
31539 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31540
31541         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
31542
31543 2003-10-12  Paul Eggert  <eggert@twinsun.com>
31544
31545         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
31546         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
31547         and define in terms of the other primitives.
31548         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
31549         (SIZE_MAX): Define if not already defined.
31550         (array_size_overflow): New function.
31551         (xalloc_die): Abort instead of exiting if 'error' returns.
31552         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
31553         (xmalloc, xrealloc): Use them.
31554         (xcalloc): Check for address arithmetic overflow.
31555         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
31556         a bit faster than strcpy.
31557
31558 2003-10-10  Simon Josefsson  <jas@extundo.com>
31559
31560         * modules/argp (Depends-on): Add restrict and strcase.
31561
31562 2003-10-10  Simon Josefsson  <jas@extundo.com>
31563
31564         * m4/argp.m4: Add AC_C_INLINE.
31565
31566 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31567
31568         Merge getpass from libc, plus a few fixes.
31569
31570         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
31571         Include <stdbool.h>.
31572         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
31573         __fsetlocking to empty.
31574         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
31575         do include <bits/libc-lock.h>.
31576         Do not include <fcntl.h>; not needed.
31577         [_LIBC]: Include <wchar.h>.
31578         (NOTCANCEL_MODE): New macro.
31579         (flockfile, funlockfile) [_LIBC]: New macros.
31580         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
31581         [!_LIBC]: New macros.
31582         (call_fclose): New function.
31583         (getpass): Use it.  Save tty stream separately; this simplifies the
31584         code and makes it more reliable if stdin happens to equal stdout.
31585         Invoke __fsetlocking on tty.
31586         Handle thread cancellation if needed.
31587         Namespace cleanup (use __tcgetattr, __getline).
31588         Use bool for Booleans.
31589         [USE_IN_LIBIO]: Handle wide streams.
31590         [!_LIBC]: Unconditionally do the fseek, since we don't know what
31591         stream might go where.
31592
31593         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
31594         doesn't have to include <stdio.h> before us.
31595         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
31596         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
31597         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
31598         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
31599         if not declared, so that we can use getpass.c code from libc without
31600         rewriting it.
31601         (flockfile, ftrylockfile, funlockfile): New macros.
31602
31603 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31604
31605         * modules/getpass: Depend on stdbool.
31606
31607 2003-10-08  Paul Eggert  <eggert@twinsun.com>
31608
31609         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
31610
31611 2003-10-07  Karl Berry  <karl@gnu.org>
31612
31613         * config/config.{guess,sub}: update from config.
31614
31615 2003-10-06  Jim Meyering  <jim@meyering.net>
31616             Bruno Haible  <bruno@clisp.org>
31617
31618         This lets translators provide better translations for the
31619         "Written by ..." part of --version output.
31620         * lib/version-etc.h: Include stdarg.h.
31621         (version_etc_copyright): Declare as readonly.
31622         (version_etc): Make this function variadic with a NULL-terminated list
31623         of author name strings.
31624         (version_etc_va): New declaration.
31625         * lib/version-etc.c: Include stdarg.h, stdlib.h.
31626         (version_etc_copyright): Declare as readonly.
31627         (version_etc_va): New function. Provide a different translatable string
31628         for each possible number of authors < 10. Abbreviate when there are 10
31629         authors or more.
31630         (version_etc): Make this function variadic. Call version_etc_va.
31631         Suggestion from Gary V. Vaughan.
31632
31633         * lib/long-options.h (parse_long_options): Change prototype: the
31634         authors string is moved to the end and becomes variadic.
31635         * lib/long-options.c: Include stdarg.h.
31636         (parse_long_options): Make this function variadic, too.
31637         Call version_etc_va, not version_etc.
31638
31639 2003-10-06  Bruno Haible  <bruno@clisp.org>
31640
31641         * modules/version-etc-2: Remove file.
31642         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
31643
31644 2003-10-06  Bruno Haible  <bruno@clisp.org>
31645
31646         * modules/fatal-signal: New file.
31647         * MODULES.html.sh (func_all_modules): Add fatal-signal.
31648
31649 2003-10-06  Bruno Haible  <bruno@clisp.org>
31650
31651         * m4/fatal-signal.m4: New file.
31652         * m4/signalblocking.m4: New file, from GNU gettext.
31653
31654 2003-10-06  Bruno Haible  <bruno@clisp.org>
31655
31656         * lib/version-etc-2.h: Remove file.
31657         * lib/version-etc-2.c: Remove file.
31658
31659 2003-10-06  Bruno Haible  <bruno@clisp.org>
31660
31661         * lib/fatal-signal.h: New file, from GNU gettext.
31662         * lib/fatal-signal.c: New file, from GNU gettext.
31663
31664 2003-10-05  Paul Eggert  <eggert@twinsun.com>
31665
31666         * README: Rework advice for preventing empty .o files.
31667         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
31668         not <sys/types.h>.
31669
31670 2003-10-04  Karl Berry  <karl@gnu.org>
31671
31672         * lib/argp*: update from libc.
31673
31674 2003-10-04  Karl Berry  <karl@gnu.org>
31675
31676         * config/config.{guess,sub}: update from config.
31677
31678 2003-10-02  Bruno Haible  <bruno@clisp.org>
31679
31680         * modules/lchown (Include): Add lchown.h.
31681         * modules/time_r (Include): Use "..." syntax.
31682         * modules/xgetdomainname (Include): Add xgetdomainname.h.
31683
31684 2003-10-01  Simon Josefsson  <jas@extundo.com>
31685
31686         * MODULES.html.sh (func_all_modules): Move gethostname from section
31687         'based on' to section 'lacking' POSIX:2001.
31688
31689 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
31690
31691         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
31692         to output mode on the same stream.
31693
31694 2003-09-29  Paul Eggert  <eggert@twinsun.com>
31695
31696         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
31697         Fix arg typo in previous patch.
31698
31699 2003-09-28  Jim Meyering  <jim@meyering.net>
31700
31701         * lib/error.c: Correct cpp indentation.
31702
31703 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31704
31705         * modules/free: New file.
31706
31707 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31708
31709         * m4/free.m4: New file.
31710
31711 2003-09-27  Paul Eggert  <eggert@twinsun.com>
31712
31713         * lib/minmax.h (MIN, MAX)
31714         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
31715         Omit the special code that used __typeof__, since we worry that
31716         it could be more trouble than it's worth.  See:
31717         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
31718         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
31719
31720         * lib/free.c: New file.
31721
31722 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
31723
31724         Trivial fixes to Makefile.am parts of module listings.
31725         * modules/strstr: Append strstr.h to lib_SOURCES.
31726         * modules/strcase: Likewise, for strcase.h.
31727
31728 2003-09-27  Karl Berry  <karl@gnu.org>
31729
31730         * config/mkinstalldirs: update from automake.
31731
31732 2003-09-26  Paul Eggert  <eggert@twinsun.com>
31733
31734         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
31735         (error_tail): Do not loop, reallocating temporary buffer, since
31736         the output cannot contain more wide characters than the input
31737         contains bytes, the size must be big enough already.  This avoids
31738         one potential size overflow calculation.  Check for size overflow
31739         when calculating temporary buffer size.  Free temporary buffer
31740         when done, if it was allocated with malloc; this plugs a memory
31741         leak.  Remove casts from void * to pointers, that are no longer
31742         needed now that we're assuming C89 or better.
31743
31744         Merge error changes from glibc.
31745
31746         * lib/error.c, error.h: Update copyright notice header to match glibc.
31747         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
31748         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
31749         Disable cancellation while printing error.
31750         * lib/error.h: Prepend __ to parameter names.
31751
31752 2003-09-26  Jim Meyering  <jim@meyering.net>
31753
31754         * lib/error.c (error_tail): Move some declarations
31755         into inner scope where the local variables are used.
31756
31757 2003-09-26  Bruno Haible  <bruno@clisp.org>
31758
31759         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
31760         stpncpy().
31761         Don't define stpncpy through config.h; it's now done through stpncpy.h.
31762
31763 2003-09-26  Bruno Haible  <bruno@clisp.org>
31764
31765         * lib/stpncpy.h (gnu_stpncpy): New declaration.
31766         (stpncpy): Define as alias for gnu_stpncpy.
31767         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
31768
31769 2003-09-25  Simon Josefsson  <jas@extundo.com>
31770
31771         * lib/xgetdomainname.h: New file.
31772         * lib/xgetdomainname.c: New file.
31773
31774 2003-09-25  Simon Josefsson  <jas@extundo.com>
31775             Bruno Haible  <bruno@clisp.org>
31776
31777         * modules/getdomainname: New file.
31778         * modules/xgetdomainname: New file.
31779         * MODULES.html.sh (func_all_modules): Add getdomainname,
31780         xgetdomainname.
31781
31782 2003-09-25  Simon Josefsson  <jas@extundo.com>
31783             Bruno Haible  <bruno@clisp.org>
31784
31785         * m4/getdomainname.m4: New file.
31786
31787 2003-09-25  Simon Josefsson  <jas@extundo.com>
31788             Bruno Haible  <bruno@clisp.org>
31789
31790         * lib/getdomainname.h: New file.
31791         * lib/getdomainname.c: New file.
31792
31793 2003-09-25  Karl Berry  <karl@gnu.org>
31794
31795         * lib/argp-fmtstream.c, argp-help.c: update from libc.
31796
31797 2003-09-25  Karl Berry  <karl@gnu.org>
31798
31799         * config/install-sh: update from automake.
31800
31801 2003-09-25  Bruno Haible  <bruno@clisp.org>
31802
31803         * modules/version-etc-2: New file, from modules/version-etc with
31804         modifications.
31805         * MODULES.html.sh (func_all_modules): Add version-etc-2.
31806
31807 2003-09-25  Bruno Haible  <bruno@clisp.org>
31808
31809         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
31810         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
31811
31812 2003-09-24  Simon Josefsson  <jas@extundo.com>
31813
31814         * modules/xgethostname: Add xgethostname.h.
31815
31816 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31817
31818         * lib/linebuffer.c (freebuffer): Don't free the argument, just
31819         the buffer associated with the argument.  Bug reported by
31820         Simon Josefsson.
31821
31822 2003-09-24  Paul Eggert  <eggert@twinsun.com>
31823
31824         * README: Document assumptions that 'int' is at least 32 bits
31825         wide, that integer arithmetic is 2's complement without overflow,
31826         that there are no holes in integer values, that adding sizes of
31827         two nonoverlapping objects can't overflow, and that all-bits-zero
31828         yields scalar zero.  Fix spelling and capitalization typos.
31829
31830 2003-09-19  Karl Berry  <karl@gnu.org>
31831
31832         * lib/argp.h: update from libc.
31833
31834 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31835
31836         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
31837         to avoid spurious warnings like "AC_RUN_IFELSE was called before
31838         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
31839
31840 2003-09-17  Paul Eggert  <eggert@twinsun.com>
31841
31842         * gnulib-tool: Use "test -h", not "test -L", for portability
31843         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
31844         (tags_regexp): Remove, since \| doesn't conform to POSIX.
31845         (sed_extract_prog): Issue s commands one-by-one, rather than
31846         using \| in one s command.
31847
31848 2003-09-16  Paul Eggert  <eggert@twinsun.com>
31849
31850         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
31851         input error, instead of returning NULL the next time we are called
31852         (and therefore losing track of errno).
31853
31854 2003-09-16  Bruno Haible  <bruno@clisp.org>
31855
31856         * gnulib-tool (func_create_testdir): Warn about duplicated
31857         dependencies.
31858
31859 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31860
31861         * modules/argmatch, modules/fatal, modules/obstack,
31862         modules/xalloc, modules/xgethostname: Sort dependencies by
31863         importance, not alphabetically.
31864
31865 2003-09-15  Paul Eggert  <eggert@twinsun.com>
31866
31867         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
31868         fails, so that the caller gets the proper errno.
31869
31870         * lib/readutmp.c (read_utmp): Likewise.
31871         Check for fstat error.  Close stream and free storage
31872         when failing.
31873
31874 2003-09-14  Karl Berry  <karl@gnu.org>
31875
31876         * config/srclist.txt (strdup.c): disable for c89 changes.
31877
31878 2003-09-14  Jim Meyering  <jim@meyering.net>
31879
31880         * lib/getloadavg.c: Correct cpp indentation.
31881         * lib/strdup.c: Likewise.
31882         * lib/vasnprintf.c: Likewise.
31883
31884 2003-09-14  Bruno Haible  <bruno@clisp.org>
31885
31886         * modules/fwriteerror: New file.
31887         * MODULES.html.sh (func_all_modules): Add fwriteerror.
31888
31889 2003-09-14  Bruno Haible  <bruno@clisp.org>
31890
31891         * lib/fwriteerror.h: New file.
31892         * lib/fwriteerror.c: New file.
31893
31894 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31895
31896         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
31897         modules/xgethostname, modules/xalloc: Depend on exit.
31898
31899 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31900
31901         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
31902
31903         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
31904         and AC_MINIX, too, so that their extensions are available.
31905
31906         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
31907         This macro has been superseded by gl_BACKUPFILE.
31908
31909         More patches to assume C89 or better.
31910
31911         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
31912
31913         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
31914         unconditionally.
31915         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
31916         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
31917         Include <string.h>, <stdlib.h> unconditionally.
31918         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
31919         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
31920         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
31921         headers or for string.h.
31922         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
31923         or strtoul.
31924
31925         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
31926         headers.
31927         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
31928         * m4/userspec.m4 (gl_USERSPEC): Likewise.
31929         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
31930         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
31931         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31932         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
31933         memcpy, memset.
31934         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
31935         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
31936         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
31937         strtol.
31938         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
31939         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
31940         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
31941         strtoul.
31942
31943 2003-09-12  Paul Eggert  <eggert@twinsun.com>
31944
31945         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
31946         * lib/obstack.c [!defined _LIBC]: Likewise.
31947         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
31948         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
31949         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
31950
31951         More changes to assume C89 or better.
31952
31953         * lib/error.c (error_tail): Assume vprintf.
31954
31955         * lib/argmatch.c (getenv): Remove decl.
31956         * lib/progreloc.c (get_full_program_name): Define via prototype.
31957         * lib/setenv.c (clearenv): Likewise.
31958         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
31959         needed.
31960         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
31961         (malloc, memcpy): Remove decls.
31962         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
31963         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
31964         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31965         (memcpy): Remove macro.
31966         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
31967         (__P): Remove.  All uses removed.
31968         (PTR): Remove.  All uses changed to void *.
31969         (CHAR_BIT, NULL): Remove.
31970         (spaces, zeros, memset_space, memset_zero)
31971         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
31972         Remove.
31973         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
31974         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
31975         Define with prototype.
31976         Remove now-unnecessary prototype decl.
31977         (extra_args_spec): Assume ANSI C.  All uses changed.
31978         (extra_args_spec_iso): Remove.
31979         (my_strftime, emacs_strftimeu): Define via prototype.
31980         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
31981         unconditionally.
31982         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
31983         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
31984         (strtoul, strtol): Remove decls.
31985         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
31986         LONG_MAX): Remove.
31987         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
31988         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
31989         (LOCALE_PARAM_PROTO): New macro.
31990         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
31991         (INTERNAL (strtol), strtol): Define with a prototype.
31992         (PARAMS): Remove.  All uses removed.
31993         * lib/tempname.c: Include <string.h> unconditionally.
31994         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
31995         * lib/xgethostname.c (main): Define with a prototype.
31996         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
31997         Include <stdlib.h> unconditionally.
31998         (calloc, malloc, realloc, free): Remove decls.
31999         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
32000         Include <stdlib.h> unconditionally.  Sort include file names.
32001         (strtod): Remove.
32002         (xstrtod): Define with a prototype.
32003         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
32004         (strtol, strtoul): Remove decls.
32005
32006 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32007
32008         More patches to assume C89 or better.
32009         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
32010         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
32011         string.h, memchr, STDC_HEADERS.
32012
32013 2003-09-11  Paul Eggert  <eggert@twinsun.com>
32014
32015         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
32016         Include <stdlib.h>, <string.h> unconditionally.
32017         Remove now-unnecessary cast to char *.
32018         * lib/strnlen.c: Include <string.h> unconditionally.
32019         * lib/yesno.c (yesno): Define with a prototype.
32020
32021 2003-09-11  Bruno Haible  <bruno@clisp.org>
32022
32023         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
32024
32025 2003-09-10  Jim Meyering  <jim@meyering.net>
32026
32027         * lib/error.c: Correct indentation of cpp directives.
32028
32029 2003-09-10  Bruno Haible  <bruno@clisp.org>
32030
32031         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
32032         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
32033         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
32034         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
32035         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
32036         <stdlib.h> and <string.h> checks.
32037         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
32038         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
32039
32040 2003-09-10  Bruno Haible  <bruno@clisp.org>
32041
32042         * lib/strcspn.c: Include <string.h> unconditionally.
32043         * lib/strpbrk.c: Include <string.h> unconditionally.
32044         * lib/strstr.c: Include <string.h> unconditionally.
32045         * lib/unicodeio.c: Include <string.h> unconditionally.
32046         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
32047         * lib/unsetenv.c: Likewise.
32048         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
32049         * lib/yesno.c: Include <stdlib.h> unconditionally.
32050         (rpmatch): Add prototype.
32051
32052 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32053
32054         More patches to assume C89 or better.
32055         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
32056         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
32057         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
32058         or for string.h.
32059         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
32060         stdlib.h.
32061         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
32062         C headers.
32063         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
32064         string.h.
32065         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
32066         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
32067         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
32068         or for string.h.
32069         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
32070         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
32071         C headers.
32072         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
32073         memcpy.
32074         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
32075         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
32076         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
32077         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
32078         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
32079         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
32080         string.h, free.
32081         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
32082         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
32083         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
32084         C headers, or for string.h.
32085         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
32086         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
32087         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
32088         headers, memory.h, stdlib.h, string.h, strings.h.
32089         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
32090         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
32091         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
32092         strchr.
32093         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
32094         headers, memory.h, string.h.
32095         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
32096         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
32097         free.
32098         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
32099         headers.
32100         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
32101         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
32102         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
32103         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
32104         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
32105
32106 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32107
32108         More K&R removal.
32109
32110         * lib/acosl.c (main): Use a prototype.
32111         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
32112         tanl.c: Likewise.
32113
32114         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
32115
32116         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
32117         (getopt, etopt_long, getopt_long_only, _getopt_internal)
32118         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
32119         with a prototype.
32120         * lib/getopt.c (const): Remove macro.
32121         Include <string.h> unconditionally.
32122         (my_index): Remove; all uses changed to strchr.
32123         (strlen): Remove decl.
32124         (exchange): Remove forward decl; no longer needed.
32125         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
32126         Define with prototype.
32127         * lib/getopt1.c (const): Remove macro.
32128         (getopt_long, getopt_long_only, main): Define with prototype.
32129
32130         * lib/getugroups.c: Include <string.h> unconditionally.
32131
32132         * lib/getusershell.c: Include <stdlib.h> unconditionally.
32133         (getusershell, setusershell, endusershell, readname, main):
32134         Define with prototypes.
32135
32136         * lib/group-member.c: Include group-member.h first.
32137         Include <stdlib.h> unconditionally.
32138
32139         * lib/hard-locale.c: Include hard-locale.h first.
32140         Include <stdlib.h>, <string.h> unconditionally.
32141
32142         * lib/hash.c (free, malloc): Remove decls.
32143         Include <stdlib.h> unconditionally.
32144
32145         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
32146         (getenv): Do not declare.
32147
32148         * lib/idcache.c: Include <string.h> unconditionally.
32149
32150         * lib/long-options.c: Include long-options.h first, to test interface.
32151         Include <stdlib.h> unconditionally.
32152
32153         * lib/makepath.c: Include makepath.h first, to test interface.
32154         Include <stdlib.h> and <string.h> unconditionally.
32155
32156         * lib/linebuffer.c: Include <stdlib.h>.
32157         (free): Remove decl.
32158
32159         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
32160         stddef.h. rpl_malloc returns void *, not char *.
32161         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
32162         prototype.
32163
32164         * lib/md5.h: Include <limits.h> unconditionally.
32165         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
32166         (__P): Remove; all uses removed.
32167         * lib/md5.c: Include "md5.h" first.
32168         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
32169         md5_buffer, md5_process_bytes, md5_process_block):
32170         Define with prototypes.
32171         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
32172         * lib/sha.c: Include "sha.h" first.
32173         Include <stdlib.h>, <string.h> unconditionally.
32174
32175         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
32176         * lib/memcmp.c (__ptr_t): Likewise.
32177         * lib/memrchr.c (__ptr_t): Likewise.
32178         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
32179         Include <string.h> unconditionally.
32180         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
32181         * lib/memchr.c: Include <stdlib.h> unconditionally.
32182         * lib/memchr.c (LONG_MAX): Remove.
32183         * lib/memrchr.c (LONG_MAX): Likewise.
32184         * lib/memchr.c (__memchr): Define via a prototype.
32185         * lib/memrchr.c (__memrchr): Likewise.
32186         * lib/memcmp.c (__P): Remove, and remove all uses.
32187         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
32188         Remove forward decls; no longer needed.
32189         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
32190         Use types required by C89 in prototype.
32191
32192         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
32193         * lib/savedir.c: Likewise.
32194         * lib/mkdir.c (free): Remove decl.
32195         * lib/rmdir.c (rmdir): Define with a prototype.
32196         * lib/savedir.c: Include savedir.h first, to test interface.
32197
32198         * lib/mktime.c (STDC_HEADERS): Remove.
32199         Include <stdlib.h>, <string.h> unconditionally.
32200
32201         * lib/modechange.c: Include <stdlib.h> unconditionally.
32202         (malloc): Remove decl.
32203
32204         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
32205         (free): Remove decl.
32206
32207         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
32208         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
32209         (This type really should be intptr_t, but that's a C99ism.)
32210         (_obstack_memcpy): Remove: all uses changed to memcpy.
32211         Include <string.h> unconditionally.
32212         (struct obstack): Assume __STDC__ for types of members
32213         chunkfun, freefun, extra_arg.
32214         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
32215         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
32216         obstack_begin, obstack_specify_allocation,
32217         obstack_specify_allocation_with_arg, obstack_chunkfun,
32218         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
32219         Remove unprototyped decls and the macros that use them.
32220         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
32221         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
32222         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
32223         (defined __STDC__ && __STDC__)]:
32224         Remove nonprototyped code.
32225         Include <stdlib.h> unconditionally.
32226         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
32227         _obstack_allocated_p, _obstack_free, obstack_free,
32228         _obstack_memory_used, print_and_abort):
32229         Define using prototypes.
32230         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
32231         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
32232         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
32233         obstack_next_free, obstack_object_size, obstack_room) [0]:
32234         Remove unused, unprototyped code.
32235
32236         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
32237
32238         * lib/physmem.c (physmem_total, physmem_available, main): Define
32239         with prototypes.
32240
32241         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
32242         (main): Define with a prototype.
32243
32244         * lib/posixver.c (getenv): Remove decl.
32245
32246         * lib/putenv.c (malloc): Returns void *, not char *.
32247         Include <string.h> unconditionally.
32248         (strchr, memcpy, NULL): Do not define.
32249
32250         * lib/readtokens.c: Include readtokens.h first, to test interface.
32251         Include <stdlib.h>, <string.h> unconditionally.
32252         (init_tokenbuffer): Define with a prototype.
32253
32254         * lib/regex.c (PARAMS): Remove.  All uses removed.
32255         All uses of _RE_ARGS removed, too.
32256         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
32257         unconditionally.
32258         (bzero): Assume memset exists.
32259         (memcmp, memcpy, NULL): Remove.
32260         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
32261         char, or assignments to local vars of type signed char.
32262         (init_syntax_once, PREFIX(extract_number_and_incr),
32263         PREFIX(print_partial_compiled_pattern),
32264         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
32265         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
32266         PREFIX(regex_grow_registers), PREFIX(regex_compile),
32267         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
32268         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
32269         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
32270         wcs_compile_range, byte_compile_range, truncate_wchar,
32271         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
32272         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
32273         count_mbs_length, wcs_re_match_2_internal,
32274         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
32275         PREFIX(alt_match_null_string_p),
32276         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
32277         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
32278         regfree, PREFIX(extract_number)): Define with prototype.  Remove
32279         now-unnecessary declaration, if any.
32280         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
32281         regcomp, regexec):
32282         Remove now-unnecessary casts among pointer types.
32283         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
32284
32285         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
32286         (free): Remove decl.
32287
32288         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
32289
32290         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
32291         (free): Remove decl.
32292
32293         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
32294         * lib/xgetcwd.c: Likewise.
32295
32296         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
32297         (free): Remove decl.
32298
32299         * lib/strchrnul.c (strchrnul): Define with a prototype.
32300         Fix bug: c_in was not converted to char before searching.
32301
32302         The following changes are not K&R related:
32303
32304         * lib/group-member.h: Include <sys/types.h>, so that this file is
32305         self-contained.
32306         * lib/makepath.h: Likewise.
32307
32308         * lib/getusershell.c (readname, default_index, line_size, readname):
32309         Use size_t, not int, for sizes.
32310         (readname): If the size overflows, report an error instead of
32311         looping forever.
32312
32313 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32314
32315         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
32316         libc.
32317
32318 2003-09-09  Paul Eggert  <eggert@twinsun.com>
32319
32320         * README: New section: portability guidelines.
32321
32322 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32323
32324         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
32325         C89 spec.
32326
32327 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
32328
32329         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
32330
32331 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32332
32333         Assume C89 or better; remove K&R cruft.
32334         A few of these changes were first proposed by Derek Robert Price
32335         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
32336
32337         * lib/addext.c: Include <string.h> unconditionally.
32338         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
32339         Don't declare getenv or malloc.
32340
32341         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
32342         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
32343         (NULL): Remove.
32344         (find_stack_direction, alloca): Use prototypes.
32345
32346         * lib/atexit.c (atexit): Define using a prototype.
32347
32348         * lib/basename.c, dirname.c, stripslash.c:
32349         Include <string.h> unconditionally.
32350
32351         * lib/bcopy.c: Include <stddef.h>.
32352         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
32353
32354         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
32355
32356         * lib/error.h (error, error_at_line, error_print_progname)
32357         [! (defined (__STDC__) && __STDC__)]: Remove decls.
32358         * lib/error.c: Include error.h first, to check interface.
32359         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32360         (VA_START): Remove; all uses changeed to va_start.
32361         (exit, strerror): Remove decls.
32362         (error_print_progname): Prototype uncondionally.
32363         Don't include <errno.h>; no longer needed.
32364         (private_strerror): Remove.
32365         (error_tail): Always define.
32366         (error, error_at_line): Assume C89 or better; always use prototypes.
32367         * lib/fatal.c: Include "fatal.h" first, to test interface.
32368         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
32369         (VA_START): Remove; all uses changed to va_start.
32370         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
32371         this case.
32372         (exit): Remove decl.
32373         (fatal): Prototype unconditionally.  Assume va_start works.
32374         Abort at end, to pacify gcc.
32375
32376         * lib/euidaccess.c (main): Define with a prototype.
32377
32378         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
32379
32380         * lib/exitfail.c: Include <stdlib.h> unconditionally.
32381
32382         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
32383         prototypes.
32384         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
32385         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
32386         (getenv): Remove decl.
32387         (fnmatch): Define using a prototype.
32388         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
32389         (FCT): Define using a prototype.
32390
32391         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
32392
32393         * lib/gethostname.c: Include <stddef.h>.
32394         (gethostname): Define with prototype.  Length is size_t, not int.
32395
32396 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32397
32398         Assume C89 or better; remove K&R cruft.
32399         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
32400         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
32401         string.h, getenv, malloc.
32402         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
32403         headers.
32404         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
32405         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
32406         do not check for strerror.
32407         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
32408         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
32409         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
32410         do not check for doprnt or vprintf.
32411         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
32412         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
32413
32414 2003-09-08  Paul Eggert  <eggert@twinsun.com>
32415
32416         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
32417         getversion.c should have been removed then, but was accidentally
32418         preserved.
32419
32420         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
32421         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
32422
32423 2003-09-08  Karl Berry  <karl@gnu.org>
32424
32425         * config/config.sub, config.guess, srclistvars.sh: update from savannah
32426                 config, forget about prep.
32427
32428         * config/depcomp, missing: update from automake.
32429
32430 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32431
32432         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
32433         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32434
32435 2003-09-07  Paul Eggert  <eggert@twinsun.com>
32436
32437         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
32438         copy_tm_result.  Bug reported by Simon Josefsson in
32439         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
32440
32441 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32442
32443         * m4/time_r.m4: New file.
32444         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
32445         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
32446         is. Check for timegm declaration.
32447         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
32448         Do not check for gmtime_r.
32449         Replace mktime if __mktime_internal does not exist and if mktime
32450         hasn't been replaced already.
32451
32452 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32453
32454         * lib/time_r.c, lib/time_r.h: New files.
32455
32456         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
32457         __localtime_r.
32458         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
32459         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
32460
32461         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
32462         __gmtime_r.
32463         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
32464         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
32465         Include <time_r.h>.
32466
32467         * lib/timegm.c: Switch to glibc implementation, with the following
32468         changes:
32469         [defined HAVE_CONFIG_H]: Include <config.h>.
32470         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
32471         (__mktime_internal) [!defined _LIBC]: New decl.
32472         (__gmtime_r) [!defined _LIBC]: New macro and function.
32473         (timegm): Use a prototype, since gnulib assumes C89.
32474         Do not bother declaring tmp to be const, as it's not really usefu.
32475         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
32476         (timegm): Declare only if HAVE_DECL_TIMEGM.
32477
32478 2003-09-06  Paul Eggert  <eggert@twinsun.com>
32479
32480         * MODULES.html.sh (func_all_modules): Add time_r.
32481         * modules/time_r: New file.
32482         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
32483         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
32484
32485 2003-09-03  Paul Eggert  <eggert@twinsun.com>
32486
32487         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
32488         Bug reported by Lute Kamstra in
32489         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
32490
32491         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
32492         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
32493         course with correspondingly smaller numbers for tomorrow and
32494         yesterday.  From Tadayoshi Funaba.  Originally installed into
32495         sh-utils on 1999-08-07, but the patch got lost (I guess during the
32496         coreutils merge?).
32497
32498 2003-08-31  Simon Josefsson  <jas@extundo.com>
32499
32500         * modules/timegm: New file.
32501         * MODULES.html.sh (func_all_modules): Add timegm.
32502
32503 2003-08-31  Simon Josefsson  <jas@extundo.com>
32504
32505         * m4/timegm.m4: New file.
32506
32507 2003-08-31  Simon Josefsson  <jas@extundo.com>
32508
32509         * lib/timegm.h: New file.
32510         * lib/timegm.c: New file.  Based on
32511         wget-1.8.2/src/http.c:mktime_from_utc.
32512
32513 2003-08-31  Karl Berry  <karl@gnu.org>
32514
32515         * lib/argp.h: update from libc.
32516
32517 2003-08-28  Bruno Haible  <bruno@clisp.org>
32518
32519         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
32520         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
32521         followed by '#define fnmatch fnmatch_posix' gives an error.
32522
32523 2003-08-28  Bruno Haible  <bruno@clisp.org>
32524
32525         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
32526         warning on QNX, which defines O_BINARY to 000000.
32527
32528 2003-08-27  Jim Meyering  <jim@meyering.net>
32529
32530         * m4/mkstemp.m4: Require that the system mkstemp be able to create
32531         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
32532         would fail after 32.  Reported by Danny Levinson.  Details here:
32533         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
32534
32535 2003-08-24  Bruno Haible  <bruno@clisp.org>
32536
32537         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
32538         MSVC7 <stdio.h> is included later.
32539
32540 2003-08-22  Simon Josefsson  <jas@extundo.com>
32541
32542         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
32543
32544 2003-08-20  Karl Berry  <karl@gnu.org>
32545
32546         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
32547
32548 2003-08-20  Bruno Haible  <bruno@clisp.org>
32549
32550         * modules/progname: New file.
32551         * MODULES.html.sh (func_all_modules): Add progname.
32552
32553 2003-08-20  Bruno Haible  <bruno@clisp.org>
32554
32555         * lib/progname.h: New file, from GNU gettext.
32556         * lib/progname.c: New file, from GNU gettext.
32557         * lib/progreloc.c: New file, from GNU gettext.
32558
32559 2003-08-19  Jim Meyering  <jim@meyering.net>
32560
32561         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
32562         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
32563
32564 2003-08-19  Bruno Haible  <bruno@clisp.org>
32565
32566         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
32567         more.
32568
32569 2003-08-19  Bruno Haible  <bruno@clisp.org>
32570
32571         * lib/xstrdup.c: Assume <string.h> exists.
32572
32573 2003-08-18  Paul Eggert  <eggert@twinsun.com>
32574
32575         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
32576         in makefile rules.
32577
32578 2003-08-18  Jim Meyering  <jim@meyering.net>
32579
32580         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
32581         * m4/lib-ld.m4: Likewise.
32582
32583 2003-08-18  Jim Meyering  <jim@meyering.net>
32584
32585         * lib/setenv.h: Indent nested cpp directive.
32586         * lib/vasnprintf.c: Remove trailing blanks.
32587
32588 2003-08-17  Simon Josefsson  <jas@extundo.com>
32589
32590         * modules/xstrndup: New file.
32591         * MODULES.html.sh (func_all_modules): Add xstrndup.
32592
32593 2003-08-17  Simon Josefsson  <jas@extundo.com>
32594
32595         * modules/argp: Fix autoconf macro name. Add more dependencies.
32596
32597 2003-08-17  Simon Josefsson  <jas@extundo.com>
32598
32599         * m4/xstrndup.m4: New file.
32600
32601 2003-08-17  Simon Josefsson  <jas@extundo.com>
32602
32603         * m4/argp.m4: New file.
32604
32605 2003-08-17  Simon Josefsson  <jas@extundo.com>
32606             Bruno Haible  <bruno@clisp.org>
32607
32608         * lib/xstrndup.h: New file.
32609         * lib/xstrndup.c: New file.
32610
32611 2003-08-17  Bruno Haible  <bruno@clisp.org>
32612
32613         * modules/strndup (Files, Include): Add lib/strndup.h.
32614
32615 2003-08-17  Bruno Haible  <bruno@clisp.org>
32616
32617         * modules/euidaccess (Files): Add lib/euidaccess.h.
32618
32619 2003-08-17  Bruno Haible  <bruno@clisp.org>
32620
32621         * lib/strndup.h: New file.
32622
32623 2003-08-17  Bruno Haible  <bruno@clisp.org>
32624
32625         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
32626         like AC_GNU_SOURCE.
32627         * modules/extensions (configure.ac): Comment out the invocation of
32628         gl_USE_SYSTEM_EXTENSIONS.
32629
32630 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32631
32632         Merges from coreutils, etc.
32633         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
32634         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
32635         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
32636         fixing a typo.
32637         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
32638         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
32639
32640 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32641
32642         Document merge from coreutils.
32643         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
32644         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
32645         * modules/utime: Add m4/utimes-null.m4.
32646
32647 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32648
32649         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
32650         space, undoing this 2003-08-12 change:
32651         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32652
32653 2003-08-16  Paul Eggert  <eggert@twinsun.com>
32654
32655         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
32656         strtoul.c from libc, undoing this 2003-08-12 change:
32657         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
32658
32659 2003-08-16  Jim Meyering  <jim@meyering.net>
32660
32661         Merges from coreutils.
32662         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
32663         prefix.  Adjust cache variables similarly.  Create 500 rather than
32664         just 300 files, to exercise bug on Darwin6.5, too.
32665         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
32666         $missing_dir.
32667         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
32668         AM_SYS_POSIX_TERMIOS.
32669         Reported by mkc@mathdogs.com.
32670         Also change use of $am_cv_sys_posix_termios
32671         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
32672         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
32673         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
32674         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
32675         in /proc/mounts until it finds one with matching device number.  This
32676         is unnecessary when the FILE argument *is* a mount point.  No stat call
32677         is necessary in that case.  So, disable the statvfs-testing code on
32678         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
32679         as RedHat bug# 84846.
32680         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32681         to 1MB, so as not to render systems with no stack size limit (e.g.,
32682         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32683         Include <unistd.h>.  On some systems,
32684         it is required for the definition of _SC_PAGESIZE.
32685
32686 2003-08-16  Jim Meyering  <jim@meyering.net>
32687
32688         Merge from coreutils.
32689         * lib/xstrtoimax.c: #else #if -> #elif.
32690         * lib/xstrtoumax.c: Likewise.
32691
32692 2003-08-16  Jim Meyering  <jim@meyering.net>
32693
32694         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
32695         * m4/utimes.m4: Removed.
32696         * m4/utimes-null.m4: Renamed from utimes.m4.
32697
32698         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
32699         to 1MB, so as not to render systems with no stack size limit (e.g.,
32700         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
32701         Include <unistd.h>.  On some systems,
32702         it is required for the definition of _SC_PAGESIZE.
32703
32704 2003-08-16  Jim Meyering  <jim@meyering.net>
32705         and Paul Eggert  <eggert@cs.ucla.edu>
32706
32707         Merges from coreutils, etc.
32708
32709         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
32710         using the latest version from cvs.  This avoids problems with #line
32711         directives using a vendor (Sun) compiler.
32712         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
32713         Don't set GETGROUPS_LIB here; now it's
32714         done via getgroups.m4's wrapper function.
32715         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
32716         rather than just in sh-util/configure.in, so that the
32717         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
32718         same.
32719         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
32720         AC_FUNC_GETLOADAVG where to find getloadavg.c.
32721         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
32722         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
32723         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
32724         Remove code that is now done by the newly-required macros.
32725         Append $(EXEEXT) to DF_PROG.
32726         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
32727         Do not invoke or require the following here,
32728         since prereq.m4 or some gnulib .m4 now does this for us:
32729         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
32730         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
32731         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
32732         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
32733         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
32734         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
32735         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
32736         AC_FUNC_OBSTACK.
32737         Do not replace the following functions, as this is now the job
32738         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
32739         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
32740         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
32741         atexit getpass, strdup, getpagesize.
32742         Replace 'raise'.
32743         Do not check for the following functions, as this is now the job
32744         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
32745         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
32746         setregid.
32747         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
32748         Check for sys/sysctl.h.
32749         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
32750         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
32751         of checking for ssize_t ourselves.
32752
32753         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
32754         Require every macro that gnulib/modules/* suggests for us.
32755         (jm_PREREQ_ADDEXT): New macro.
32756         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
32757         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
32758
32759         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
32760         (gl_PHYSMEM): Use it.
32761         Also check for `table' function.
32762         Check for new headers and functions.
32763         Add check for sys/sysmp.h.
32764         With suggestions from Kaveh Ghazi.
32765         Ignore headers that are present but cannot be compiled.  This
32766         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
32767         C 5.4.
32768
32769 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32770
32771         Document merge from coreutils.
32772         * modules/userspec: Depend on posixver.
32773         * modules/strftime: Depend on tzset.
32774
32775 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32776
32777         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
32778         rather than tab, after '#' in shell-script copyright notices.
32779         Suggested by Bruno Haible.
32780
32781 2003-08-15  Paul Eggert  <eggert@twinsun.com>
32782
32783         * config/srclist-update: Use three spaces, rather than tab, after '#'
32784         in shell-script copyright notices.  Suggested by Bruno Haible.
32785         Remove unnecessary parenthesization in regular expression.
32786
32787 2003-08-15  Jim Meyering  <jim@meyering.net>
32788
32789         Merge from coreutils.
32790         * lib/xgethostname.c: Include <stdlib.h>.
32791         (xghostname): Don't exit for anything other than memory-related
32792         failure; just return NULL.
32793         * lib/userspec.c: Include "posixver.h".
32794         (parse_user_spec): Accept `.' as a separator only
32795         in pre-POSIX-200112 mode.
32796         * lib/strtoimax.c: Use #elif rather than #else #if.
32797         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
32798         Remove function, now that we can rely on a working tzset function.
32799         [!_LIBC]: Ensure that the required autoconf test has been run.
32800         [!defined _NL_CURRENT && HAVE_STRFTIME]:
32801         Use underlying_strftime for %r.
32802         * lib/sha.c: Merge in some clean-up and optimization changes from
32803         glibc.
32804         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
32805         Ensure that it is a multiple of 64.
32806         Rearrange loop exit tests so as to avoid performing an
32807         additional fread after encountering an error or EOF.
32808         * lib/realloc.c: Update copyright date.
32809
32810 2003-08-15  Jim Meyering  <jim@meyering.net>
32811         and Paul Eggert  <eggert@twinsun.com>
32812
32813         Merge from coreutils.
32814         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
32815         member but strut utmpx does not.  Needed for AIX 4.3.3.
32816         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
32817
32818 2003-08-15  Jim Meyering  <jim@meyering.net>
32819         and Paul Eggert  <eggert@cs.ucla.edu>
32820
32821         Merges from coreutils, etc.
32822         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
32823         Require gl_FUNC_TZSET_CLOBBER.
32824         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
32825         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
32826         members.
32827
32828 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32829
32830         Help the merge from coreutils.
32831         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
32832         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
32833         * m4/tzset.m4: Use it too.
32834
32835 2003-08-14  Paul Eggert  <eggert@twinsun.com>
32836
32837         * modules/tzset: New file.
32838
32839 2003-08-14  Jim Meyering  <jim@meyering.net>
32840
32841         Merges from coreutils.
32842         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
32843         variable names, rather than @FNMATCH_H@.
32844         * modules/alloca: Likewise for $(ALLOCA_H).
32845
32846         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
32847         the three copies of the literal target, `fnmatch.h'.
32848         * modules/alloca (alloca.h): Likewise.
32849
32850 2003-08-14  Jim Meyering  <jim@meyering.net>
32851
32852         Merge from coreutils.
32853         * m4/tzset.m4: New file.
32854         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
32855         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
32856         otherwise, AIX 5.1 systems would end up using the latter.
32857         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
32858         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
32859         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
32860         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
32861
32862 2003-08-14  Jim Meyering  <jim@meyering.net>
32863
32864         Merge from coreutils.
32865         * lib/obstack.h: Whitespace changes.
32866         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
32867         and xcalloc return values.
32868         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
32869         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
32870         hang on OSF/1 5.1 for DIR on both local and remote file systems.
32871         Reported by (and fix confirmed by) Nelson H. F. Beebe.
32872         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32873         error from mntctl.
32874         Use mntctl's return value to drive the entry-processing loop, since
32875         we can't rely on the value of the vmt_length member in the last
32876         entry.  On some systems doing so could result in exhausting
32877         virtual memory.  Based in part on a patch from Mike Jetzer.
32878
32879 2003-08-14  Jim Meyering  <jim@meyering.net>
32880         and Paul Eggert  <eggert@twinsun.com>
32881
32882         Merges from coreutils, plus other fixes.
32883         * lib/physmem.c: Merge in portability changes from gcc/libiberty
32884         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
32885         for credits and details.  Thanks to Kaveh Ghazi for helping
32886         to keep these files in sync.
32887         (ARRAY_SIZE): Define it.
32888         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
32889         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
32890         (memcasecmp): Don't assume size_t fits in unsigned int.
32891         Remove casts and duplicate code.
32892         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
32893         (memcpy): Remove definition.
32894         Merge in some clean-up and optimization changes from glibc.
32895         [BLOCKSIZE]: Move definition to top of file.
32896         Ensure that it is a multiple of 64.
32897         Rearrange loop exit tests so as to avoid performing an
32898         additional fread after encountering an error or EOF.
32899         * lib/md5.h (md5_uintptr): Define.
32900         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
32901         return to the initial working directory.  Preserve errno
32902         for caller.
32903         * lib/idcache.c: Include "xalloc.h".
32904         (xmalloc, xrealloc): Remove decls.
32905         (getuser): Remove casts no longer required in C89.
32906         * lib/human.c: Include stdio.h, for sprintf.
32907         * lib/group-member.c: Include "xalloc.h".
32908         (xmalloc, xrealloc): Remove decls.
32909         (get_group_info): Remove casts no longer required in C89.
32910         * lib/getusershell.c (readname): Remove casts no longer required in
32911         C89.
32912         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
32913         * lib/getline.c: Whitespace fix, from coreutils.
32914
32915 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32916
32917         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
32918         Check for isascii.
32919
32920         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32921         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32922         Undo previous (whitespace-only) change.
32923
32924 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32925
32926         * lib/exclude.c: Include <ctype.h>
32927         (IN_CTYPE_DOMAIN): New macro.
32928         (is_space): New fn.
32929         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
32930         and empty lines.
32931
32932         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32933         Undo previous (whitespace-only) change.
32934
32935 2003-08-13  Paul Eggert  <eggert@twinsun.com>
32936
32937         * config/srclist-update: Change update back to the old behavior,
32938         leaving whitespace alone.  Use one 'sed' command rather than a
32939         pipeline.
32940         (fixlicense): Now a variable, not a function.
32941         (remove_trailing_blanks): Remove.
32942         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
32943         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32944         Undo previous (whitespace-only) change.
32945
32946 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32947
32948         Merge from coreutils.
32949         * modules/euidaccess: Add lib_SOURCES, include for new
32950         file euidaccess.h
32951
32952 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32953
32954         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
32955         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
32956         Normalize leading white space and remove trailing white space.
32957
32958         Merge from coreutils
32959         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
32960
32961         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
32962         0.12.1.  These files are now being upgraded automatically by
32963         ../config/srclist-update.
32964
32965 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32966
32967         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
32968         Normalize leading white space and remove trailing white space.
32969         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
32970         notice, as per ../config/srclist-update.
32971
32972         Merge from coreutils.
32973         * lib/euidaccess.h: New file.
32974         * lib/euidaccess.c: Include it.
32975         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
32976         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
32977         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
32978
32979 2003-08-12  Paul Eggert  <eggert@twinsun.com>
32980
32981         * config/srclist-update: Add copyright notice.
32982         (remove_id_lines, remove_trailing_blanks): New constants.
32983         (fixfile): Use them to normalize spacing a bit in copied files.
32984         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
32985         Normalize leading white space and remove trailing white space.
32986
32987         * config/texinfo.tex: Sync with texinfo.
32988
32989         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
32990         strtoul.c from libc, to merge coreutils whitespace changes.
32991
32992         * config/srclist.txt: Get the following m4 files from gettext:
32993         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
32994         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
32995         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
32996         wint_t.m4.
32997
32998 2003-08-12  Karl Berry  <karl@gnu.org>
32999
33000         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
33001         been made.
33002
33003 2003-08-11  Paul Eggert  <eggert@twinsun.com>
33004
33005         * modules/gnu-source, m4/gnu-source.m4:
33006         Remove; we're assuming Autoconf 2.54 or later now.
33007         Suggested by Bruno Haible.
33008         * MODULES.html.sh (func_all_modules): Remove gnu-source.
33009
33010 2003-08-11  Bruno Haible  <bruno@clisp.org>
33011
33012         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
33013
33014 2003-08-11  Bruno Haible  <bruno@clisp.org>
33015
33016         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
33017         (vasnprintf): Use it instead of wcslen.
33018
33019 2003-08-11  Bruno Haible  <bruno@clisp.org>
33020
33021         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
33022         value to ensure that _Bool promotes to int. Use #define for _Bool when
33023         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
33024
33025 2003-08-10  Karl Berry  <karl@gnu.org>
33026
33027         * lib/regex.h: update from libc (whitespace fix).
33028
33029 2003-08-09  Paul Eggert  <eggert@twinsun.com>
33030
33031         Merge some files from coreutils.  These changes were
33032         originally made by Jim Meyering.
33033         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
33034         many older Unixes require this.
33035         * lib/alloca.c (alloca): Remove cast to argument of free;
33036         no longer needed in C89.
33037         * lib/alloca_.h, regex.h: Fix white space to match
33038         what GNU indent does.
33039
33040 2003-08-09  Paul Eggert  <eggert@twinsun.com>
33041
33042         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
33043         apparently Emacs's Unicode mode got confused before my 2003-08-05
33044         checkin.
33045
33046 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33047
33048         * m4/extensions.m4: New file.
33049         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
33050         Require gl_USE_SYSTEM_EXTENSIONS.
33051         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
33052         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
33053
33054 2003-08-08  Paul Eggert  <eggert@twinsun.com>
33055
33056         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
33057         * modules/extensions, modules/gnu-source: New files.
33058         * modules/timespec, modules/unlocked-io: Depend on extensions.
33059
33060 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33061
33062         * modules/restrict: New file.
33063         * MODULES.html.sh (func_all_modules): Add restrict.
33064         * modules/regex: Depend on restrict.
33065
33066 2003-08-07  Paul Eggert  <eggert@twinsun.com>
33067
33068         * m4/restrict.m4: New file.
33069         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
33070
33071 2003-08-07  Bruno Haible  <bruno@clisp.org>
33072
33073         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
33074         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
33075
33076 2003-08-07  Bruno Haible  <bruno@clisp.org>
33077
33078         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
33079         makes the module 'getndelim2' compatible with the module 'getline'.
33080
33081 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33082
33083         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
33084         byte with "\201" to avoid glitches when editing that source file
33085         with multi-gnome-terminal.
33086
33087 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33088
33089         * lib/bumpalloc.h: Remove.
33090
33091 2003-08-05  Paul Eggert  <eggert@twinsun.com>
33092
33093         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
33094         * modules/bumpalloc: Remove.
33095
33096 2003-08-04  Paul Eggert  <eggert@twinsun.com>
33097
33098         * lib/getloadavg.c: Change copyright notice and spacing to conform to
33099         GNU coding style.
33100
33101         Merge from coreutils.
33102         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
33103         1. From glibc.
33104         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
33105         from Karl Berry, implemented by Jim Meyering.
33106         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
33107         from Dmitry V. Levin.
33108         Remove anachronistic cast of xrealloc.
33109         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
33110         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
33111         type. Otherwise, it wouldn't compile with at least /bin/cc on
33112         ymp-cray-unicos9.0.2.X.
33113         Combine two mostly-identical uses of alloca into one.
33114         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
33115
33116 2003-08-04  Dave Love  <d.love@dl.ac.uk>
33117
33118         [From Emacs.]
33119
33120         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
33121         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
33122         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
33123         obsolete NLIST_NAME_UNION.
33124         [__GNU__]: Undef BSD and FSCALE.
33125         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
33126
33127 2003-08-03  Paul Eggert  <eggert@twinsun.com>
33128
33129         * lib/stdbool_.h (_Bool): Make it signed char, instead of
33130         an enum type, so that it's guaranteed to promote to int.  See:
33131         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
33132
33133 2003-08-03  Karl Berry  <karl@gnu.org>
33134
33135         * config/depcomp: update from automake.
33136
33137 2003-07-31  Paul Eggert  <eggert@twinsun.com>
33138
33139         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
33140         (strerror): Don't assume that a printable int fits in 14 bytes.
33141
33142 2003-07-31  Bruno Haible  <bruno@clisp.org>
33143
33144         * modules/getpass-gnu: New file.
33145         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
33146
33147 2003-07-31  Bruno Haible  <bruno@clisp.org>
33148
33149         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
33150
33151 2003-07-24  Karl Berry  <karl@gnu.org>
33152
33153         * config/missing: update from automake.
33154
33155 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
33156             Bruno Haible  <bruno@clisp.org>
33157
33158         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
33159         * lib/getline.c (getline, getdelim): Likewise.
33160         Remove _GNU_SOURCE define; now it's defined in config.h through
33161         m4/getline.m4.
33162
33163 2003-07-23  Karl Berry  <karl@gnu.org>
33164
33165         * config/config.sub: update from prep.
33166
33167 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33168
33169         * modules/xalloc (Depends-on): Add exitfail.
33170         * modules/xmemcoll: Likewise.
33171
33172 2003-07-22  Paul Eggert  <eggert@twinsun.com>
33173
33174         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
33175         over-parenthesization in macros.
33176
33177         Sync with coreutils.
33178
33179         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
33180         required by C99.
33181
33182         Use `exit_failure' for xalloc and xmemcoll instead of their own
33183         private exit-failure variables.
33184         * lib/xalloc.h (xalloc_exit_failure): Remove.
33185         * lib/xmalloc.c: Likewise.  Include exitfail.h.
33186         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
33187         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
33188         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
33189         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
33190
33191 2003-07-20  Jim Meyering  <jim@meyering.net>
33192
33193         * modules/closeout (Depends-on): Add exitfail.
33194         Suggestion from Bruno Haible.
33195
33196 2003-07-19  Karl Berry  <karl@gnu.org>
33197
33198         * config/config.sub: update from prep.
33199
33200 2003-07-18  Paul Eggert  <eggert@twinsun.com>
33201
33202         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
33203         Remove.
33204         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
33205         to test that it can stand by itself.  Include "exitfail.h".
33206         Clients should set exit_failure instead.
33207         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
33208
33209 2003-07-18  Bruno Haible  <bruno@clisp.org>
33210
33211         * modules/getndelim2: New file.
33212         * modules/getline: Share files with module getndelim2.
33213         * modules/getnline: Depend on getndelim2 instead of sharing files with
33214         it. Add getnline.c to lib_SOURCES.
33215         * MODULES.html.sh (func_all_modules): Add getndelim2.
33216
33217 2003-07-18  Bruno Haible  <bruno@clisp.org>
33218
33219         * m4/getndelim2.m4: New file.
33220         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
33221         invoke gl_PREREQ_GETNDELIM2.
33222         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
33223         gl_PREREQ_GETNDELIM2.
33224         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
33225         gl_GETNDELIM2.
33226
33227 2003-07-18  Bruno Haible  <bruno@clisp.org>
33228
33229         * lib/getndelim2.h: New file.
33230         * lib/getndelim2.c: Make into a module of its own. Include config.h,
33231         getndelim2.h.
33232         (getndelim2): Make non-static. Change return type to ssize_t.
33233         * lib/getline.h: Change argument names.
33234         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
33235         * lib/getnline.c: Include getndelim2.h.
33236
33237 2003-07-18  Andreas Schwab  <schwab@suse.de>
33238
33239         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
33240
33241 2003-07-17  Karl Berry  <karl@gnu.org>
33242
33243         * config/config.sub: update from prep.
33244
33245 2003-07-17  Bruno Haible  <bruno@clisp.org>
33246
33247         * modules/getnline: New file.
33248         * modules/getline: Add lib/getndelim2.c to source file list.
33249         * MODULES.html.sh (func_all_modules): Add getnline.
33250
33251 2003-07-17  Bruno Haible  <bruno@clisp.org>
33252
33253         * m4/getnline.m4: New file.
33254
33255 2003-07-17  Bruno Haible  <bruno@clisp.org>
33256
33257         * m4/Makefile.am.in: Remove file.
33258         * m4/Makefile.am: Remove file.
33259         * m4/Makefile.in: Remove file.
33260
33261 2003-07-17  Bruno Haible  <bruno@clisp.org>
33262
33263         * lib/getnline.h: New file.
33264         * lib/getnline.c: New file.
33265         * lib/getndelim2.c: New file, extracted from getline.c.
33266         (getndelim2): Renamed from getdelim2, with added nmax argument.
33267         * lib/getline.c: Include getndelim2.c.
33268         (getdelim2): Moved out to getndelim2.c.
33269         (getline, getdelim): Update.
33270
33271 2003-07-17  Bruno Haible  <bruno@clisp.org>
33272
33273         * lib/Makefile.am: Remove file.
33274         * lib/Makefile.in: Remove file.
33275
33276 2003-07-17  Bruno Haible  <bruno@clisp.org>
33277
33278         * configure.in: Remove file.
33279         * Makefile.in: Remove file.
33280
33281 2003-07-17  Bruno Haible  <bruno@clisp.org>
33282
33283         * MODULES.html.sh: Put the </BODY> right before </HTML>.
33284
33285 2003-07-16  Karl Berry  <karl@gnu.org>
33286
33287         * config/srclist-update: was running fixlicense twice, which caused
33288                 texinfo.tex to be nullified for some reason.  Simplify,
33289                 $gplsrc is no longer needed as far as I can see?
33290
33291 2003-07-16  Jim Meyering  <jim@meyering.net>
33292
33293         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
33294
33295 2003-07-15  Paul Eggert  <eggert@twinsun.com>
33296
33297         * config/srclist.txt: Get the following files from gettext-runtime/intl
33298         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
33299         ref-del.sin.  From Bruno Haible.
33300         * config/srclist-update (fixfile): Change grep pattern again, since the
33301         previous fix didn't work (there was another trailing $).  Use
33302         '[$]' to escape the $s.
33303
33304 2003-07-15  Karl Berry  <karl@gnu.org>
33305
33306         * lib/vasnprintf.c: update from gettext.
33307
33308 2003-07-15  Karl Berry  <karl@gnu.org>
33309
33310         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
33311         gets expanded when surrounded by '$'.
33312
33313 2003-07-15  Jim Meyering  <jim@meyering.net>
33314
33315         * modules/save-cwd: Don't depend on error.  From Derek Price.
33316
33317 2003-07-15  Jim Meyering  <jim@meyering.net>
33318
33319         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
33320
33321 2003-07-14  Simon Josefsson  <jas@extundo.com>
33322
33323         * modules/mempcpy: New file.
33324         * MODULES.html.sh (func_all_modules): Add mempcpy.
33325
33326 2003-07-14  Simon Josefsson  <jas@extundo.com>
33327
33328         * m4/mempcpy.m4: New file.
33329
33330 2003-07-14  Simon Josefsson  <jas@extundo.com>
33331
33332         * lib/mempcpy.h: New file.
33333         * lib/mempcpy.c: New file.
33334
33335 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33336
33337         * modules/getdate, modules/posixtm: Depend on mktime.
33338
33339 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33340
33341         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
33342         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
33343         unicodeio.c, unicodeio.h, unlocked-io.h:
33344         Switch from LGPL to GPL.
33345
33346 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33347
33348         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
33349         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
33350         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
33351         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
33352         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
33353         updated automatically by ../config/srclist-update.  This changes
33354         their license from LPGL to GPL.
33355
33356 2003-07-14  Paul Eggert  <eggert@twinsun.com>
33357
33358         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
33359         assumed to refer to the root of the most recent stable gettext version.
33360         * config/srclistvars.sh: Add defaults for eggert.
33361         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
33362         Match "This program" as well as "The program".  This is needed
33363         for gettext.
33364
33365 2003-07-14  Jim Meyering  <jim@meyering.net>
33366
33367         Don't emit diagnostics.  Let callers do that.
33368         * lib/save-cwd.c: Don't include "error.h".
33369         (save_cwd): Don't call error.  Ensure that errno is valid
33370         when returning nonzero.
33371
33372         * lib/save-cwd.h (restore_cwd): Update prototype.
33373         * lib/save-cwd.c (restore_cwd): Remove two parameters.
33374         Simplify.  Don't call error upon failure.  Let callers do that.
33375         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
33376         when auditing is enabled.  But don't bother updating the #if.
33377
33378 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
33379
33380         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
33381         it breaks C++ compilation.
33382         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
33383
33384 2003-07-10  Simon Josefsson  <jas@extundo.com>
33385
33386         * modules/strchrnul (Makefile.am): Add strchrnul.h.
33387
33388 2003-07-10  Jim Meyering  <jim@meyering.net>
33389
33390         * m4/clock_time.m4: Remove trailing blank.
33391         * m4/intmax_t.m4: Likewise.
33392
33393 2003-07-10  Jim Meyering  <jim@meyering.net>
33394
33395         * lib/vasnprintf.c: Remove trailing blanks.
33396         Make cpp indentation consistent.
33397
33398 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33399
33400         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
33401         posixver.c, strftime.c, strnlen.c, strverscmp.c:
33402         Switch from LGPL to GPL.
33403
33404 2003-07-09  Paul Eggert  <eggert@twinsun.com>
33405
33406         * config/srclist.txt: Sort sublists.  Add
33407         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
33408         that differ from gnulib for one reason or another; we'd like this list
33409         to be smaller but for now let's document what we have.
33410
33411 2003-07-08  Paul Eggert  <eggert@twinsun.com>
33412
33413         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
33414         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
33415         and sweeter "eval x=$x".
33416         * config/srclist.txt: Get lib/argp* from glibc.
33417
33418 2003-07-07  Paul Eggert  <eggert@twinsun.com>
33419
33420         * lib/mktime.c: Fix some boundary cases and remove need for floating
33421         point.
33422
33423         Issue a compile-time diagnostic if time_t is floating point, or if
33424         two's complement arithmetic is not in effect, or if arithmetic
33425         right shift does not propagate the sign.  These assumptions were
33426         all in the original code but they weren't checked.
33427
33428         (TIME_T_MIDPOINT, verify): New macros.
33429         (__isleap): Remove; it has integer overflow problems.
33430         (leapyear): New function, without those problems.
33431         (ydhms_tm_diff): Remove; splitting into two parts.
33432         (ydhms_diff): New function, containing the arithmetic part of
33433         the old ydhms_tm_diff function.  Issue a compile-time
33434         diagnostic if we are not using C99 integer division.
33435         Avoid casts when possible.
33436         (guess_time_tm): New function, containing the checking part of
33437         the old ydhms_tm_diff function.  Return the new value, rather than
33438         the difference between it and the old.  Accept a new argument T
33439         so that *T specifies the old value.  Check for overflow in the result.
33440
33441         (__mktime_internal): Use a time_t offset, not a long int offset.
33442         This undoes the 2003-06-04 change, which is no longer needed now
33443         that we have better overflow checking.
33444         (localtime_offset): Likewise.
33445
33446         (__mktime_internal): Avoid harmful overflow on hosts where time_t
33447         and long are 64-bit but int is only 32-bit.
33448         (ydhms_diff): Use long int to store year1 and yday1.
33449         Issue a compile-time diagnostic if long int is not wide enough.
33450
33451         (__mktime_internal): Use long int to store adjusted year and yday.
33452         Use plain C rather than preprocessor commands, if that doesn't
33453         affect efficiency.
33454         Check for overflow (and try to repair) after each probe
33455         rather than checking only at the very end.  This avoids some bugs
33456         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
33457         does not equal GMT offset at maximum time).
33458         Use integer to check for overflow rather than floating point; this
33459         is more portable to non-IEEE hosts, and is a tad faster.
33460         When we detect that we are oscillating between two values,
33461         don't check whether tm_isdst has the requested value, since
33462         we already know the answer.  When tm_isdst has the wrong value,
33463         use a different heuristic to find the right one, based on the
33464         extreme values actually observed in practice in tz2003a,
33465         rather than the (overly optimistic) "previous 3 calendar quarters".
33466
33467         (not_equal_tm, print_tm, check_result): Use "const T" rather than
33468         "T const" to accommodate glibc style.
33469         (check_result): Use less-confusing report format.  "long" -> "long int.
33470         (main): Likewise.
33471         Don't loop if the iteration overflows time_t.
33472         Allow a negative step in the iteration.
33473
33474 2003-07-06  Karl Berry  <karl@gnu.org>
33475
33476         * config/depcomp: update from automake.
33477         * config/config.sub: update from prep.
33478
33479 2003-07-03  Karl Berry  <karl@gnu.org>
33480
33481         * config/config.guess: update from prep.
33482
33483 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33484
33485         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
33486         xreadlink.c now includes it unconditionally.
33487
33488 2003-07-01  Paul Eggert  <eggert@twinsun.com>
33489
33490         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
33491         having it depend on HAVE_SYS_TYPES_H.
33492
33493 2003-07-01  Bruno Haible  <bruno@clisp.org>
33494
33495         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
33496         <sys/types.h> should be sufficient.
33497         Reported by Paul Eggert.
33498
33499 2003-06-26  Karl Berry  <karl@gnu.org>
33500
33501         * config/depcomp: update from automake.
33502
33503 2003-06-26  Bruno Haible  <bruno@clisp.org>
33504
33505         * modules/human: Depend on module stdbool.
33506
33507 2003-06-25  Bruno Haible  <bruno@clisp.org>
33508
33509         * modules/readlink: New file.
33510         * modules/xreadlink: Depend on it.
33511         * MODULES.html.sh (func_all_modules): Add readlink.
33512
33513 2003-06-25  Bruno Haible  <bruno@clisp.org>
33514
33515         * m4/readlink.m4: New file.
33516
33517 2003-06-25  Bruno Haible  <bruno@clisp.org>
33518
33519         * lib/readlink.c: New file.
33520
33521 2003-06-22  Karl Berry  <karl@gnu.org>
33522
33523         * config/srclist.txt: update mkinstalldirs from automake.
33524         * config/mkinstalldirs: update.
33525
33526 2003-06-22  Bruno Haible  <bruno@clisp.org>
33527
33528         Portability to mingw32.
33529         * m4/ssize_t.m4: New file, from GNU gettext.
33530         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
33531         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
33532
33533 2003-06-22  Bruno Haible  <bruno@clisp.org>
33534
33535         * modules/safe-read: Add m4/ssize_t.m4.
33536         * modules/xreadlink: Add m4/ssize_t.m4.
33537
33538 2003-06-20  Bruno Haible  <bruno@clisp.org>
33539
33540         Assume C89, so PARAMS isn't needed.
33541         * lib/unicodeio.h (PARAMS): Remove.
33542         * lib/unicodeio.c: Don't use PARAMS.
33543
33544 2003-06-18  Karl Berry  <karl@gnu.org>
33545
33546         * config/config.{guess,sub}: update from prep.
33547
33548 2003-06-18  Jim Meyering  <jim@meyering.net>
33549
33550         Merge changes from coreutils.
33551         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
33552         Remove explicit declarations of xmalloc and realloc.
33553         Include xalloc.h.
33554         (read_utmp): Remove anachronistic cast of xmalloc.
33555
33556 2003-06-17  Paul Eggert  <eggert@twinsun.com>
33557
33558         Assume C89, so PARAMS isn't needed.
33559         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
33560         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
33561         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
33562         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
33563         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
33564         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
33565         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
33566         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
33567         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
33568         lib/xstrtod.h, lib/xstrtol.h: Likewise.
33569         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
33570         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
33571         no longer needed. Anyway, config.h should always be included before any
33572         other file.
33573
33574 2003-06-11  Simon Josefsson  <jas@extundo.com>
33575
33576         * modules/sysexits: New file.
33577         * MODULES.html.sh (func_all_modules): Add sysexits.
33578
33579 2003-06-11  Simon Josefsson  <jas@extundo.com>
33580
33581         * lib/sysexit_.h: New file.
33582
33583 2003-06-11  Derek Price  <derek@ximbiot.com>
33584
33585         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
33586         necessary.
33587
33588 2003-06-11  Bruno Haible  <bruno@clisp.org>
33589
33590         * m4/sysexits.m4: New file.
33591
33592 2003-06-10  Simon Josefsson  <jas@extundo.com>
33593
33594         * lib/argp.h: New file, from glibc.
33595         * lib/argp-ba.c: New file, from glibc.
33596         * lib/argp-eexst.c: New file, from glibc.
33597         * lib/argp-fmtstream.c: New file, from glibc.
33598         * lib/argp-fmtstream.h: New file, from glibc.
33599         * lib/argp-fs-xinl.c: New file, from glibc.
33600         * lib/argp-help.c: New file, from glibc.
33601         * lib/argp-namefrob.h: New file, from glibc.
33602         * lib/argp-parse.c: New file, from glibc.
33603         * lib/argp-pv.c: New file, from glibc.
33604         * lib/argp-pvh.c: New file, from glibc.
33605         * lib/argp-xinl.c: New file, from glibc.
33606
33607 2003-06-10  Simon Josefsson  <jas@extundo.com>
33608
33609         * modules/strchrnul: New file.
33610
33611 2003-06-10  Simon Josefsson  <jas@extundo.com>
33612
33613         * modules/argp: New file.
33614
33615 2003-06-10  Simon Josefsson  <jas@extundo.com>
33616
33617         * m4/strchrnul.m4: New file.
33618
33619 2003-06-10  Simon Josefsson  <jas@extundo.com>
33620
33621         * lib/strchrnul.h: New file.
33622         * lib/strchrnul.c: New file.
33623
33624 2003-06-10  Bruno Haible  <bruno@clisp.org>
33625
33626         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
33627
33628 2003-06-07  Karl Berry  <karl@gnu.org>
33629
33630         * config/config.{guess,sub}: update from prep.
33631
33632 2003-06-07  Jim Meyering  <jim@meyering.net>
33633
33634         * modules/strtod: Use $(...) notation, not @...@ for
33635         AC_REPLACE'd variables.
33636         * modules/localcharset: Likewise.
33637
33638 2003-06-07  Jim Meyering  <jim@meyering.net>
33639
33640         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
33641         in place of my name in the copyright comment.
33642         Remove definition and uses of __P.
33643
33644         From coreutils.
33645         * lib/stat.c: Don't declare xmalloc explicitly.
33646         Instead, include "xalloc.h".
33647         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
33648         xrealloc, and xcalloc return values.
33649         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
33650         Improve comment.
33651         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
33652
33653 2003-06-07  Bruno Haible  <bruno@clisp.org>
33654
33655         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
33656         avoid AC_CONFIG_LINKS.
33657         * modules/fnmatch (Makefile.am): Use explicit creation rule for
33658         fnmatch.h, to avoid AC_CONFIG_LINKS.
33659         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
33660
33661 2003-06-07  Bruno Haible  <bruno@clisp.org>
33662
33663         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
33664         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
33665         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33666         directory.
33667         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
33668         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
33669         directory.
33670
33671 2003-06-06  Jim Meyering  <jim@meyering.net>
33672
33673         Merge from coreutils.
33674         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
33675         Consolidate declarations and initializations of *_base* locals.
33676
33677         Merge from coreutils.
33678         This avoids a core dump on systems without GNU putenv,
33679         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
33680         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
33681         (unsetenv): New static function, from GNU libc.
33682         (rpl_putenv): Use it.
33683
33684         * lib/modechange.c: Remove trailing blanks.
33685
33686         Merge from coreutils.
33687         * lib/fsusage.c: Remove declaration of statfs.
33688         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
33689
33690         * lib/posixtm.c: Include <stdbool.h> unconditionally.
33691
33692 2003-06-06  Jim Meyering  <jim@meyering.net>
33693
33694         * lib/stdbool_.h: Renamed from stdbool.h.in.
33695
33696 2003-06-06  Jim Meyering  <jim@meyering.net>
33697             Bruno Haible  <bruno@clisp.org>
33698
33699         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
33700         Adjust Makefile.am snippet not to redirect directly to target.
33701         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
33702
33703 2003-06-05  Paul Eggert  <eggert@twinsun.com>
33704
33705         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
33706         mismatch, look in future quarters as well as past.  This fixes a
33707         bug when processing fall-backwards gaps immediately after a long
33708         period of daylight-saving time.
33709
33710         * lib/mktime.c: Assume freestanding C89 or better.
33711         (HAVE_LIMITS_H): Remove.  Assume it's 1.
33712         (__P): Remove; not used.
33713         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
33714         (mktime, not_equal_tm, print_tm, check_result,
33715         main): Use prototypes.  Use const * where appropriate.
33716         (main): Fix typo in testing code that uncovered by above changes.
33717         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
33718
33719 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33720
33721         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
33722         locale.h, localeconv.  This merges changes from coreutils.
33723
33724         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
33725         It can be removed after the next Autoconf is released.
33726         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
33727         needed.
33728
33729 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33730
33731         * lib/mktime.c: Fix Debian bug 177940
33732         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
33733         (localtime_offset): Now long int, not time_t, because we want it
33734         to be guaranteed to be signed.  All uses changed.
33735         (__mktime_internal): If overflow would occur when adding offset,
33736         don't add it.
33737
33738         Merge 'human' changes from coreutils.  Rewrite to support
33739         locale-specific notations like thousands separators.
33740         * lib/human.c: Simplify authorship notice.
33741         Include human.h immediately after config.h.
33742         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
33743         <limits.h>: Do not include, since human.h does.
33744         (SIZE_MAX, UINTMAX_MAX): New macros.
33745         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
33746         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
33747         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
33748         (power_letter): Renamed from suffixes.
33749         (generate_suffix_backwards): Remove.
33750         (adjust_value): Now takes int style (because of human.h changes)
33751         and long double value (for greater precision on some platforms).
33752         (group_number): New function.
33753         (human_readable): Use it.  Use integer options, not enum.
33754         Put the options before the sizes in the arg list.
33755         Support all the new options.
33756         The old human_readable function has been removed;
33757         use inttostr.h instead.
33758         (human_readable, default_block_size, humblock):
33759         Use uintmax_t, not int, for block sizes.
33760         (human_readable_inexact, block_size_types): Remove.
33761         (block_size_opts): New constant.
33762         (human_options): Renamed from human_block_size, with new signature
33763         that allows block sizes up to UINTMAX_MAX.  All callers changed.
33764         * lib/human.h: Add copyright and authorship notice.
33765         Include <limits.h> and <stdbool.h> unconditionally.
33766         (PARAMS): Remove.  All uses removed.
33767         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
33768         (enum human_inexact_style): Remove tag; now a nameless enum.
33769         (human_floor, human_ceiling, human_round_to_even): Now have
33770         values 2, 0, 1 rather than -1, 1, 0.
33771         (human_group_digits, human_suppress_point_zero, human_autoscale,
33772         human_base_1024, human_SI, human_B): New constants.
33773         (human_readable_inexact, human_block_size): Remove.
33774         (human_readable): Size args are now uintmax_t, not int.
33775         (human_options): New decl.
33776
33777         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
33778         unnecessary now that we assume C89 or better.  This change
33779         imported from coreutils.
33780
33781         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33782         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
33783         in the 2003-05-30 sync from glibc.
33784
33785         .h files should stand alone, but we shouldn't include <sys/types.h>
33786         if we can get away with just <stddef.h>.
33787
33788         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
33789         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
33790         rather than <sys/types.h>, as we merely need size_t.
33791         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
33792         to get size_t.
33793         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
33794         Include <stdio.h>, to get FILE.
33795         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
33796         memcasecmp.h has included <stddef.h> and all we need is size_t.
33797         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
33798         our interface, instead of including <sys/types.h>
33799
33800 2003-06-04  Paul Eggert  <eggert@twinsun.com>
33801
33802         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
33803         now, as glibc mktime is buggy on non-glibc systems.
33804
33805 2003-06-03  Karl Berry  <karl@gnu.org>
33806
33807         * config/config.sub: update from prep.
33808
33809 2003-06-02  Paul Eggert  <eggert@twinsun.com>
33810
33811         [from coreutils]
33812         Fix some minor time-related bugs with POSIX time arguments.
33813         Some valid time stamps were being rejected (notably -1, and
33814         time stamps before 1900 on 64-bit hosts).  And some invalid
33815         time stamps were being accepted, e.g. September 31.
33816
33817         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
33818         that we can return (time_t) -1 successfully.
33819         * lib/posixtm.c: Likewise.
33820         [HAVE_STDBOOL_H]: Include <stdbool.h>.
33821         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
33822         (t): Remove static var.
33823         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
33824         of static var.  All uses changed.
33825         (year): Do not reject years before 1900; they can occur with
33826         64-bit time_t.
33827         (posix_time_parse): Do not check for out-of-range components;
33828         that is now the caller's responsibility, since our checks were
33829         only approximations.
33830         (posixtime): Use mktime to check for out-of-range components,
33831         since it knows them exactly.
33832         If mktime returns (time_t) -1, check whether an error actually occurred
33833         by invoking localtime on -1.
33834         (main) [TEST_POSIXTIME]: Check for input data errors, and report
33835         posixtime failures better.
33836         Improve the test data (in comments only).
33837
33838 2003-06-02  Karl Berry  <karl@gnu.org>
33839
33840         * config/mkinstalldirs (version): new variable.
33841         (--version): new option.
33842         (usage): improve message.
33843
33844 2003-05-30  Karl Berry  <karl@gnu.org>
33845
33846         * lib/mktime.c: update from libc.
33847
33848 2003-05-30  Bruno Haible  <bruno@clisp.org>
33849
33850         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
33851         * config/config.rpath: Upgrade to gettext-0.12.1.
33852
33853 2003-05-30  Bruno Haible  <bruno@clisp.org>
33854
33855         * m4/gettext.m4: Upgrade to gettext-0.12.1.
33856         * m4/nls.m4: New file, from gettext-0.12.1.
33857         * m4/po.m4: New file, from gettext-0.12.1.
33858         * m4/progtest.m4: Upgrade to gettext-0.12.1.
33859
33860 2003-05-30  Bruno Haible  <bruno@clisp.org>
33861
33862         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
33863         * lib/localcharset.h: Likewise.
33864         * lib/localcharset.c: Likewise.
33865
33866 2003-05-29  Karl Berry  <karl@gnu.org>
33867
33868         * config/config.rpath: update from gettext.
33869
33870 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33871
33872         Assume the headers required for C89 freestanding compilers.
33873         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
33874         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
33875         * m4/human.m4 (gl_HUMAN): Likewise.
33876         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
33877         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
33878         * m4/userspec.m4 (gl_USERSPEC): Likewise.
33879         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
33880         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
33881         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
33882
33883 2003-05-28  Paul Eggert  <eggert@twinsun.com>
33884
33885         Assume the headers required for C89 freestanding compilers.
33886         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
33887         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
33888         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
33889         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
33890         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
33891         define, since <limits.h> is guaranteed to do that.
33892         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
33893         * lib/exclude.c: Include <stdbool.h> unconditionally.
33894         * lib/tempname.c: Include <stddef.h> unconditionally.
33895         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
33896         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
33897         <stddef.h> does that.
33898         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
33899         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
33900         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
33901         needed.
33902         * lib/xstrtol.c: Likewise.
33903         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
33904         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
33905
33906         * lib/addext.c (addext): Use assignment rather than cast, to avoid
33907         warnings on some platforms.
33908
33909         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
33910         arbitrarily.
33911
33912 2003-05-26  Jim Meyering  <jim@meyering.net>
33913
33914         Merge in a change from coreutils:
33915         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
33916         that is guaranteed to be `no'.  Use `no_such_member' to indicate
33917         that condition, rather than `-1' which is slightly misleading.
33918         Change the name of the cache variable to have the gl_ prefix.
33919         Prompted by a patch from Richard Dawe for DJGPP.
33920
33921 2003-05-24  Karl Berry  <karl@gnu.org>
33922
33923         * config/config.guess: update from prep.
33924
33925 2003-05-22  Karl Berry  <karl@gnu.org>
33926
33927         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
33928
33929 2003-05-20  Karl Berry  <karl@gnu.org>
33930
33931         * config/config.guess: update from prep.
33932
33933 2003-05-18  Karl Berry  <karl@gnu.org>
33934
33935         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
33936         might actually be set by the user.
33937
33938         * config/depcomp, install-sh, mdate-sh: update from automake.
33939
33940 2003-05-17  Bruno Haible  <bruno@clisp.org>
33941
33942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
33943         invalid expansion for AC_EGREP_CPP.
33944         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
33945         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
33946         Suggested by Akim Demaille <akim@epita.fr> in
33947         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
33948
33949 2003-05-12  Jim Meyering  <jim@meyering.net>
33950
33951         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
33952         the space-padded-by-default conversion specifiers, %e, %k, %l.
33953
33954 2003-05-12  Bruno Haible  <bruno@clisp.org>
33955
33956         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
33957         the string is longer than 4 KB.
33958
33959 2003-05-11  Karl Berry  <karl@gnu.org>
33960
33961         * config/config.{guess,sub}: update from prep.
33962
33963 2003-05-09  Bruno Haible  <bruno@clisp.org>
33964
33965         * modules/error: Add m4/strerror_r.m4 to file list.
33966
33967 2003-05-03  Bruno Haible  <bruno@clisp.org>
33968
33969         Upgrade to Unicode-4.0.
33970         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
33971         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
33972         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
33973         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
33974         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
33975         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
33976         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
33977         Change width of U+E0100..U+E01EF from 1 to 0.
33978
33979 2003-04-25  Jim Meyering  <jim@meyering.net>
33980
33981         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
33982         of type size_t, not int.
33983
33984 2003-04-25  Bruno Haible  <bruno@clisp.org>
33985
33986         * lib/copy-file.c: Include <stddef.h>, for size_t.
33987
33988 2003-04-21  Paul Eggert  <eggert@twinsun.com>
33989
33990         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
33991         code which expansion is under static control.  Patch imported from
33992         Akim Demaille's patch to Bison; see
33993         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
33994
33995 2003-04-14  Bruno Haible  <bruno@clisp.org>
33996
33997         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
33998
33999 2003-04-11  Jim Meyering  <jim@meyering.net>
34000
34001         Merge changes from Coreutils.
34002
34003         2003-03-22  Jim Meyering  <jim@meyering.net>
34004
34005         * lib/strftime.c (widen): Cast alloca return value to proper type.
34006
34007         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
34008
34009         From GNU libc.
34010         * lib/strftime.c (my_strftime): Handle very large width
34011         specifications for numeric values correctly.  Improve checks for
34012         overflow.
34013
34014         2003-01-19  Jim Meyering  <jim@meyering.net>
34015
34016         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
34017         definitions.
34018         (nl_get_alt_digit) [! defined my_strftime]: Define.
34019         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
34020         _nl_get_alt_digit and _nl_get_walt_digit.
34021
34022         * lib/strftime.c (my_strftime): Merge in locale-related changes from
34023         libc. These changes have no effect outside of _LIBC.
34024
34025 2003-04-10  Bruno Haible  <bruno@clisp.org>
34026
34027         * modules/findprog: New file.
34028         * MODULES.html.sh (func_all_modules): Add it.
34029
34030 2003-04-10  Bruno Haible  <bruno@clisp.org>
34031
34032         * m4/findprog.m4: New file.
34033         * m4/eaccess.m4: New file.
34034
34035 2003-04-10  Bruno Haible  <bruno@clisp.org>
34036
34037         * lib/findprog.h: New file, from GNU gettext.
34038         * lib/findprog.c: New file, from GNU gettext.
34039
34040 2003-04-05  Jim Meyering  <jim@meyering.net>
34041
34042         Merge changes from Coreutils.
34043
34044         * lib/exclude.h (PARAMS): Remove definition and uses.
34045         * lib/exclude.c: Remove uses of `PARAMS'.
34046
34047         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
34048         Add test-cases for DOS filenames. Declare program_name.
34049         (main): Set up program_name.  Patch by Rich Dawe.
34050
34051         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
34052         error from mntctl.
34053         Use mntctl's return value to drive the entry-processing loop, since
34054         we can't rely on the value of the vmt_length member in the last
34055         entry.  On some systems doing so could result in exhausting
34056         virtual memory.  Based in part on a patch from Mike Jetzer.
34057
34058 2003-04-04  Bruno Haible  <bruno@clisp.org>
34059
34060         * modules/linebreak: New file.
34061         * MODULES.html.sh (func_all_modules): Add it.
34062
34063 2003-04-04  Bruno Haible  <bruno@clisp.org>
34064
34065         * m4/linebreak.m4: New file.
34066
34067 2003-04-04  Bruno Haible  <bruno@clisp.org>
34068
34069         * lib/linebreak.h: New file, from GNU gettext.
34070         * lib/linebreak.c: New file, from GNU gettext with slight
34071         modifications.
34072         * lib/lbrkprop.h: New file, from GNU gettext.
34073
34074 2003-04-03  Bruno Haible  <bruno@clisp.org>
34075
34076         * modules/utf8-ucs4: New file.
34077         * modules/utf16-ucs4: New file.
34078         * modules/ucs4-utf8: New file.
34079         * modules/ucs4-utf16: New file.
34080         * MODULES.html.sh (func_all_modules): Add them.
34081
34082 2003-04-03  Bruno Haible  <bruno@clisp.org>
34083
34084         * m4/utf-ucs4.m4: New file.
34085         * m4/ucs4-utf.m4: New file.
34086
34087 2003-04-03  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/utf8-ucs4.h: New file, from GNU gettext.
34090         * lib/utf16-ucs4.h: New file, from GNU gettext.
34091         * lib/ucs4-utf8.h: New file, from GNU gettext.
34092         * lib/ucs4-utf16.h: New file, from GNU gettext.
34093
34094 2003-04-02  Bruno Haible  <bruno@clisp.org>
34095
34096         * modules/binary-io: New file.
34097         * MODULES.html.sh (func_all_modules): Add it.
34098
34099 2003-04-02  Bruno Haible  <bruno@clisp.org>
34100
34101         * lib/binary-io.h: New file, from GNU gettext.
34102
34103 2003-04-01  Bruno Haible  <bruno@clisp.org>
34104
34105         * modules/pathname: New file.
34106         * MODULES.html.sh (func_all_modules): Add it.
34107
34108 2003-04-01  Bruno Haible  <bruno@clisp.org>
34109
34110         * lib/pathname.h: New file, from GNU gettext.
34111         * lib/concatpath.c: New file, from GNU gettext.
34112
34113 2003-03-30  Bruno Haible  <bruno@clisp.org>
34114
34115         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
34116
34117 2003-03-30  Bruno Haible  <bruno@clisp.org>
34118
34119         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
34120         function chown() doesn't exist.
34121
34122 2003-03-28  Bruno Haible  <bruno@clisp.org>
34123
34124         * modules/copy-file: New file.
34125         * MODULES.html.sh (func_all_modules): Add it.
34126
34127 2003-03-28  Bruno Haible  <bruno@clisp.org>
34128
34129         * m4/copy-file.m4: New file.
34130
34131 2003-03-28  Bruno Haible  <bruno@clisp.org>
34132
34133         * lib/copy-file.h: New file, from GNU gettext.
34134         * lib/copy-file.c: New file, from GNU gettext.
34135
34136 2003-03-18  Jim Meyering  <jim@meyering.net>
34137
34138         * lib/quote.c (quote_n): Fix typo in comment.
34139
34140 2003-03-18  Bruno Haible  <bruno@clisp.org>
34141
34142         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
34143         checking.
34144         * m4/onceonly_2_57.m4: Likewise.
34145
34146 2003-03-17  Bruno Haible  <bruno@clisp.org>
34147
34148         * m4/onceonly.m4: Require autoconf 2.54 or newer.
34149         (m4_quote): Remove macro.
34150         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
34151
34152 2003-03-14  Jim Meyering  <jim@meyering.net>
34153
34154         Merge changes from Coreutils.
34155         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
34156         to be const, in order to avoid warnings.
34157         (obstack_room): Likewise.
34158         (obstack_empty_p): Likewise.
34159
34160 2003-03-14  Bruno Haible  <bruno@clisp.org>
34161
34162         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
34163         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
34164
34165 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34166
34167         Merge changes from Bison.
34168         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
34169         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
34170         when compiling Bison 1.875's `bitset bset = obstack_alloc
34171         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
34172         * lib/hash.c: Include <stdbool.h> unconditionally.
34173
34174 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34175
34176         * m4/onceonly.m4 (m4_quote): New macro.
34177         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
34178         Quote AC_FOREACH variable-expansions properly.
34179
34180 2003-03-13  Paul Eggert  <eggert@twinsun.com>
34181
34182         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
34183
34184 2003-03-09  Paul Eggert  <eggert@twinsun.com>
34185
34186         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
34187         Reported by Bruce Becker; see:
34188         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
34189
34190 2003-03-03  Paul Eggert  <eggert@twinsun.com>
34191             Bruno Haible  <bruno@clisp.org>
34192
34193         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
34194         Reported by John Hughes, see
34195         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
34196
34197 2003-02-20  Bruno Haible  <bruno@clisp.org>
34198
34199         * MODULES.html.sh (func_all_modules): Add poll.
34200
34201 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34202
34203         * modules/poll: New file.
34204
34205 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34206
34207         * lib/poll_.h: New file.
34208         * lib/poll.c: New file.
34209
34210 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
34211
34212         * m4/poll.m4: New file.
34213
34214 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34215
34216         * modules/mathl: New file.
34217
34218 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34219
34220         * lib/mathl.h: New file.
34221         * lib/acosl.c: New file.
34222         * lib/asinl.c: New file.
34223         * lib/atanl.c: New file.
34224         * lib/ceill.c: New file.
34225         * lib/cosl.c: New file.
34226         * lib/expl.c: New file.
34227         * lib/floorl.c: New file.
34228         * lib/frexpl.c: New file.
34229         * lib/ldexpl.c: New file.
34230         * lib/logl.c: New file.
34231         * lib/sincosl.c: New file.
34232         * lib/sinl.c: New file.
34233         * lib/sqrtl.c: New file.
34234         * lib/tanl.c: New file.
34235         * lib/trigl.c: New file.
34236         * lib/trigl.h: New file.
34237
34238 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
34239
34240         * m4/mathl.m4: New file.
34241
34242 2003-02-18  Bruno Haible  <bruno@clisp.org>
34243
34244         * MODULES.html.sh (func_all_modules): Add mathl.
34245
34246 2003-02-17  Bruno Haible  <bruno@clisp.org>
34247
34248         * modules/mkdtemp: New module.
34249         * MODULES.html.sh (func_all_modules): Add it.
34250
34251 2003-02-17  Bruno Haible  <bruno@clisp.org>
34252
34253         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
34254
34255 2003-02-17  Bruno Haible  <bruno@clisp.org>
34256
34257         * lib/mkdtemp.h: New file, from GNU gettext.
34258         * lib/mkdtemp.c: New file, from GNU gettext.
34259
34260 2003-02-02  Jim Meyering  <jim@meyering.net>
34261
34262         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
34263         e.g. glibc-2.2.93.
34264
34265 2003-01-31  Bruno Haible  <bruno@clisp.org>
34266
34267         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
34268         'rpl_rename'.
34269         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
34270         'rpl_strnlen'.
34271         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
34272         'rpl_strtod'.
34273         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
34274         'rpl_utime'.
34275
34276 2003-01-31  Bruno Haible  <bruno@clisp.org>
34277
34278         * lib/rename.c: #undef rename before defining rpl_rename.
34279         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
34280
34281 2003-01-30  Bruno Haible  <bruno@clisp.org>
34282
34283         * modules/vasnprintf, modules/vasprintf: New modules.
34284         * MODULES.html.sh (func_all_modules): Add them.
34285
34286 2003-01-30  Bruno Haible  <bruno@clisp.org>
34287
34288         * m4/signed.m4: New file, from GNU gettext.
34289         * m4/longdouble.m4: New file, from GNU gettext.
34290         * m4/wchar_t.m4: New file, from GNU gettext.
34291         * m4/wint_t.m4: New file, from GNU gettext.
34292         * m4/vasnprintf.m4: New file.
34293         * m4/vasprintf.m4: New file.
34294
34295 2003-01-30  Bruno Haible  <bruno@clisp.org>
34296
34297         * lib/printf-args.h: New file, from GNU gettext.
34298         * lib/printf-args.c: New file, from GNU gettext.
34299         * lib/printf-parse.h: New file, from GNU gettext.
34300         * lib/printf-parse.c: New file, from GNU gettext.
34301         * lib/vasnprintf.h: New file, from GNU gettext.
34302         * lib/vasnprintf.c: New file, from GNU gettext.
34303         * lib/asnprintf.c: New file, from GNU gettext.
34304         * lib/vasprintf.h: New file, from GNU gettext with modifications.
34305         * lib/vasprintf.c: New file, from GNU gettext.
34306         * lib/asprintf.c: New file, from GNU gettext.
34307
34308 2003-01-29  Bruno Haible  <bruno@clisp.org>
34309
34310         * modules/stpncpy: New module.
34311         * MODULES.html.sh (func_all_modules): Add it.
34312
34313 2003-01-29  Bruno Haible  <bruno@clisp.org>
34314
34315         * m4/stpncpy.m4: New file.
34316
34317 2003-01-29  Bruno Haible  <bruno@clisp.org>
34318
34319         * lib/stpncpy.h: New file, from GNU gettext with modifications.
34320         * lib/stpncpy.c: New file, from GNU gettext with modifications.
34321
34322 2003-01-28  Bruno Haible  <bruno@clisp.org>
34323
34324         * modules/c-ctype: New module.
34325         * MODULES.html.sh (func_all_modules): Add it.
34326
34327 2003-01-28  Bruno Haible  <bruno@clisp.org>
34328
34329         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
34330         Paul Eggert.
34331         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
34332         Paul Eggert.
34333
34334 2003-01-27  Bruno Haible  <bruno@clisp.org>
34335
34336         * modules/xsetenv: New module.
34337         * MODULES.html.sh (func_all_modules): Add it.
34338
34339 2003-01-27  Bruno Haible  <bruno@clisp.org>
34340
34341         * lib/xsetenv.h: New file, from GNU gettext.
34342         * lib/xsetenv.c: New file, from GNU gettext.
34343
34344 2003-01-23  Jim Meyering  <jim@meyering.net>
34345
34346         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
34347         from working on systems without dirfd (at least Irix and OSF1/Tru64).
34348
34349 2003-01-23  Bruno Haible  <bruno@clisp.org>
34350
34351         * modules/minmax: New module.
34352         * MODULES.html.sh (func_all_modules): Add it.
34353
34354 2003-01-23  Bruno Haible  <bruno@clisp.org>
34355
34356         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
34357         Eggert.
34358
34359 2003-01-22  Bruno Haible  <bruno@clisp.org>
34360
34361         * modules/exit: New module.
34362         * MODULES.html.sh (func_all_modules): Add it.
34363
34364 2003-01-22  Bruno Haible  <bruno@clisp.org>
34365
34366         * lib/exit.h: New file, from GNU gettext.
34367
34368 2003-01-19  Bruno Haible  <bruno@clisp.org>
34369
34370         * gnulib-tool: Recognize option --extract-maintainer.
34371         (func_get_maintainer): New function.
34372         * modules/*: Add Maintainer entry.
34373
34374 2003-01-16  Jim Meyering  <jim@meyering.net>
34375
34376         * m4/regex.m4: The `regex' struct is both input and output.
34377         Initialize it before each use.  Patch by Tim Waugh.
34378
34379 2003-01-16  Bruno Haible  <bruno@clisp.org>
34380
34381         * MODULES.html.sh: Add a table of contents. Add the module name as
34382         leftmost column. Add hyperlinks.
34383
34384 2003-01-15  Bruno Haible  <bruno@clisp.org>
34385
34386         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
34387
34388 2003-01-15  Bruno Haible  <bruno@clisp.org>
34389
34390         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
34391         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
34392         suffix.
34393
34394 2003-01-15  Bruno Haible  <bruno@clisp.org>
34395
34396         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
34397
34398 2003-01-15  Bruno Haible  <bruno@clisp.org>
34399
34400         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
34401         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
34402
34403 2003-01-14  Jim Meyering  <jim@meyering.net>
34404
34405         * lib/same.c (same_name): Tweak a comment.
34406
34407 2003-01-14  Bruno Haible  <bruno@clisp.org>
34408
34409         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
34410         when a string comparison is sufficient.
34411
34412 2003-01-14  Bruno Haible  <bruno@clisp.org>
34413
34414         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
34415         'unsigned int'.
34416
34417 2003-01-14  Bruno Haible  <bruno@clisp.org>
34418
34419         * lib/hash-pjw.c: Add comment about low quality of this function.
34420
34421 2003-01-13  Bruno Haible  <bruno@clisp.org>
34422
34423         * modules/stpcpy: Distribute lib/stpcpy.h.
34424         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
34425
34426 2003-01-13  Bruno Haible  <bruno@clisp.org>
34427
34428         * modules/*: Add a description.
34429         * modules/strpbrk: Fix Makefile.am snippet.
34430         * modules/strtoimax: Fix dependencies.
34431         * modules/strtoumax: Likewise.
34432
34433 2003-01-13  Bruno Haible  <bruno@clisp.org>
34434
34435         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
34436         * modules/alloca (Makefile.am): All object files depend on alloca.h.
34437         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
34438
34439 2003-01-13  Bruno Haible  <bruno@clisp.org>
34440
34441         * gnulib-tool (func_create_testdir): Store config/* files in the main
34442         directory.
34443         * config.rpath: Move to ...
34444         * config/config.rpath: ... here.
34445         * modules/gettext: Contains config/config.rpath, not config.rpath.
34446         * modules/iconv: Likewise.
34447
34448 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34449
34450         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34451         to avoid collisions with libcurses and libreadline.
34452
34453         * m4/getstr.m4: Remove.
34454         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
34455
34456 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34457
34458         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34459         to avoid collisions with libcurses and libreadline.
34460
34461         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
34462         * lib/getstr.h, getstr.c: Remove.
34463         * lib/getline.c: Include "getline.h", to check interface.
34464         Move body of old getstr.c here: this defines MIN_CHUNK and
34465         declares getdelim2, which is renamed from getstr.
34466         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
34467
34468         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
34469         All uses changed.
34470         * lib/linebuffer.h: Likewise.
34471         (readline): Remove backward-compatibility macro.
34472
34473 2003-01-12  Paul Eggert  <eggert@twinsun.com>
34474
34475         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
34476         to avoid collisions with libcurses and libreadline.
34477         * getstr: Remove.
34478         * MODULES.html.sh: Remove getstr.
34479         * modules/getline: Depend on unlocked-io, not getstr.
34480
34481 2003-01-12  Jim Meyering  <jim@meyering.net>
34482
34483         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
34484
34485 2003-01-10  Bruno Haible  <bruno@clisp.org>
34486
34487         * modules/alloca: Change Makefile.am requirements. Simplify Include
34488         requirements. Add lib/alloca_.h to file list.
34489
34490 2003-01-10  Bruno Haible  <bruno@clisp.org>
34491
34492         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
34493
34494 2003-01-10  Bruno Haible  <bruno@clisp.org>
34495
34496         * lib/alloca_.h: New file.
34497         * lib/getdate.y: Unconditionally include alloca.h.
34498         * lib/makepath.c: Likewise.
34499         * lib/setenv.c: Likewise.
34500         * lib/userspec.c: Likewise.
34501
34502 2003-01-09  Karl Berry  <karl@gnu.org>
34503
34504         * MODULES.html.sh: include `dirname $0` in PATH, to find
34505         gnulib-tool.
34506
34507 2003-01-09  Bruno Haible  <bruno@clisp.org>
34508
34509         * modules/stdbool: Change configure.ac, Makefile.am requirements.
34510         Simplify Include requirements. Add lib/stdbool.h.in to file list.
34511
34512 2003-01-09  Bruno Haible  <bruno@clisp.org>
34513
34514         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
34515
34516 2003-01-09  Bruno Haible  <bruno@clisp.org>
34517
34518         * lib/stdbool.h.in: New file.
34519
34520 2003-01-09  Bruno Haible  <bruno@clisp.org>
34521
34522         * gnulib-tool (func_all_modules): Ignore files ending in ~.
34523         * MODULES.html.sh: Likewise.
34524
34525 2003-01-08  Jim Meyering  <jim@meyering.net>
34526
34527         * lib/full-write.c: Undefine and define-away `const' after inclusion
34528         of errno.h, not before.  Suggestion from Bruno Haible.
34529
34530 2003-01-08  Bruno Haible  <bruno@clisp.org>
34531
34532         * modules/full-read: Depend on full-write.
34533
34534 2003-01-08  Bruno Haible  <bruno@clisp.org>
34535
34536         * lib/safe-read.c: Include specification header first, to ensure its
34537         selfcontainedness.
34538         * lib/full-write.c: Likewise.
34539
34540 2003-01-07  Jim Meyering  <jim@meyering.net>
34541
34542         * lib/full-write.c: Rework so that it may serve to define full_read,
34543         too.
34544         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
34545
34546 2003-01-07  Bruno Haible  <bruno@clisp.org>
34547
34548         * lib/strtoimax.c: Include <stdint.h> as an alternative to
34549         <inttypes.h>.
34550         * lib/xstrtol.h: Likewise.
34551         * lib/xstrtoimax.c: Likewise.
34552         * lib/xstrtoumax.c: Likewise.
34553         * lib/human.h: Likewise.
34554
34555         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
34556         on systems that have <inttypes.h> but not <stdint.h>.
34557
34558 2003-01-07  Bruno Haible  <bruno@clisp.org>
34559
34560         * MODULES.html.sh: Add copyright notice.
34561         (missed_files): Omit CVS directory entries.
34562         (func_module): Make it work with sed-3.02.
34563         * MODULES.txt: Remove file.
34564
34565 2003-01-06  Jim Meyering  <jim@meyering.net>
34566
34567         * lib/version-etc.c: Update year in translatable copyright string.
34568
34569 2003-01-03  Karl Berry  <karl@gnu.org>
34570
34571         * config/config.{guess,sub}: update from prep.
34572
34573 2003-01-02  Karl Berry  <karl@gnu.org>
34574
34575         * doc/COPYING.DOC: belatedly updated to 1.2.
34576
34577 2003-01-01  Karl Berry  <karl@gnu.org>
34578
34579         * gnulib-tool (func_verify_module): report module name $module in
34580         error message, not $1.
34581         * gnulib-tool (create-testdir): don't complain if destdir couldn't
34582         be created, only if it doesn't exist.
34583         * gnulib-tool (last_checkin_date): don't expand the $Date here.
34584
34585 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34586
34587         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
34588
34589 2002-12-31  Paul Eggert  <eggert@twinsun.com>
34590
34591         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
34592         memcmp if strcoll doesn't work.
34593
34594 2002-12-31  Bruno Haible  <bruno@clisp.org>
34595
34596         * lib/utime.c (utime_null): No need to call ftruncate if the file was
34597         nonempty.
34598
34599 2002-12-31  Bruno Haible  <bruno@clisp.org>
34600
34601         * lib/memcoll.c (STRCOLL): New macro.
34602         (memcoll): Use it.
34603
34604 2002-12-31  Bruno Haible  <bruno@clisp.org>
34605
34606         * lib/localcharset.h: New file.
34607         * lib/localcharset.c: Include it.
34608         * lib/unicodeio.c: Likewise.
34609
34610 2002-12-31  Bruno Haible  <bruno@clisp.org>
34611
34612         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
34613         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
34614
34615 2002-12-31  Bruno Haible  <bruno@clisp.org>
34616
34617         * lib/getline.h: Include <stddef.h>, for size_t.
34618
34619         * lib/unicodeio.h: Include <stddef.h>, for size_t.
34620         * lib/unicodeio.c: Don't include <stddef.h>.
34621
34622 2002-12-31  Bruno Haible  <bruno@clisp.org>
34623
34624         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
34625         HAVE_TM_ZONE.
34626
34627 2002-12-24  Karl Berry  <karl@gnu.org>
34628
34629         * config/config.guess: update from prep.
34630
34631 2002-12-24  Bruno Haible  <bruno@clisp.org>
34632
34633         General infrasructure.
34634         * m4/README: Rewritten.
34635         * m4/onceonly.m4: New file.
34636         * m4/onceonly_2_57.m4: New file.
34637
34638         Module atexit.
34639         * m4/atexit.m4: New file.
34640
34641         Module strtod.
34642         * m4/strtod.m4: New file.
34643
34644         Module strtol.
34645         * m4/strtol.m4: New file.
34646
34647         Module strtoul.
34648         * m4/strtoul.m4: New file.
34649
34650         Module memchr.
34651         * m4/memchr.m4: New file.
34652
34653         Module memcmp.
34654         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
34655         (jm_FUNC_MEMCMP): Invoke it.
34656
34657         Module memcpy.
34658         * m4/memcpy.m4: New file.
34659
34660         Module memmove.
34661         * m4/memmove.m4: New file.
34662
34663         Module memset.
34664         * m4/memset.m4: New file.
34665
34666         Module strcspn.
34667         * m4/strcspn.m4: New file.
34668
34669         Module strpbrk.
34670         * m4/strpbrk.m4: New file.
34671
34672         Module strstr.
34673         * m4/strstr.m4: New file.
34674
34675         Module strerror.
34676         * m4/strerror.m4: New file.
34677
34678         Module mktime.
34679         * m4/mktime.m4: Renamed from jm-mktime.m4.
34680         (gl_PREREQ_MKTIME): New macro.
34681         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
34682
34683         Module malloc.
34684         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
34685         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
34686         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
34687
34688         Module realloc.
34689         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
34690         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
34691         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
34692
34693         Module strftime.
34694         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
34695         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
34696         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
34697         gl_TM_GMTOFF.
34698         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
34699
34700         Module xalloc.
34701         * m4/xalloc.m4: New file.
34702
34703         Module alloca.
34704         * m4/alloca.m4: New file.
34705
34706         Module putenv.
34707         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
34708         (jm_FUNC_PUTENV): Invoke it.
34709
34710         Module setenv.
34711         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
34712         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
34713         when invoked twice.
34714         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
34715         gt_FUNC_SETENV.
34716
34717         Module memrchr.
34718         * m4/memrchr.m4: New file.
34719
34720         Module stpcpy.
34721         * m4/stpcpy.m4: New file.
34722
34723         Module strcase.
34724         * m4/strcase.m4: New file.
34725
34726         Module strdup.
34727         * m4/strdup.m4: New file.
34728
34729         Module strnlen.
34730         * m4/strnlen.m4: New file.
34731
34732         Module strndup.
34733         * m4/strndup.m4: New file.
34734
34735         Module xstrtod.
34736         * m4/xstrtod.m4: New file.
34737
34738         Module xstrtol.
34739         * m4/xstrtol.m4: New file.
34740
34741         Module getdate.
34742         * m4/getdate.m4: New file.
34743
34744         Module unlocked-io.
34745         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
34746         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
34747         * m4/jm-glibc-io.m4n: Remove file.
34748
34749         Module long-options.
34750         * m4/long-options.m4: New file.
34751
34752         Module md5.
34753         * m4/md5.m4: New file.
34754
34755         Module sha.
34756         * m4/sha.m4: New file.
34757
34758         Module getstr.
34759         * m4/getstr.m4: New file.
34760
34761         Module getline.
34762         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
34763         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
34764         <sys/types.h>, for size_t. Use the function name gnu_getline, not
34765         simply getline. Infoke gl_PREREQ_GETLINE.
34766
34767         Module obstack.
34768         * m4/obstack.m4: New file.
34769
34770         Module hash.
34771         * m4/hash.m4: New file.
34772
34773         Module readtokens.
34774         * m4/readtokens.m4: New file.
34775
34776         Module strverscmp.
34777         * m4/strverscmp.m4: New file.
34778
34779         Module stdbool.
34780         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
34781         OSF/1.
34782
34783         Module strtoll.
34784         * m4/strtoll.m4: New file.
34785
34786         Module strtoull.
34787         * m4/strtoull.m4: New file.
34788
34789         Module strtoimax.
34790         * m4/strtoimax.m4: New file.
34791
34792         Module strtoumax.
34793         * m4/strtoumax.m4: New file.
34794
34795         Module xstrtoimax.
34796         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
34797         jm_AC_PREREQ_XSTRTOIMAX.
34798         Moved the strtol prerequisites to strtol.m4.
34799         Moved the strtoll prerequisites to strtoll.m4.
34800         Moved the strtoimax prerequisites to strtoimax.m4.
34801
34802         Module xstrtoumax.
34803         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
34804         jm_AC_PREREQ_XSTRTOUMAX.
34805         Moved the strtoul prerequisites to strtoul.m4.
34806         Moved the strtoull prerequisites to strtoull.m4.
34807         Moved the strtoumax prerequisites to strtoumax.m4.
34808
34809         Module chown.
34810         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
34811         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
34812
34813         Module dup2.
34814         * m4/dup2.m4: New file.
34815
34816         Module ftruncate.
34817         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
34818         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
34819
34820         Module getgroups.
34821         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
34822         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
34823
34824         Module gettimeofday.
34825         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
34826         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
34827         gl_PREREQ_GETTIMEOFDAY.
34828
34829         Module mkdir.
34830         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
34831         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
34832
34833         Module mkstemp.
34834         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
34835         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
34836         jm_AC_TYPE_UINTMAX_T.
34837         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
34838
34839         Module stat.
34840         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
34841         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
34842
34843         Module lstat.
34844         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
34845         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
34846
34847         Module timespec.
34848         * m4/timespec.m4 (gl_TIMESPEC): New macro.
34849         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
34850         * m4/st_mtim.m4: Indentation.
34851
34852         Module nanosleep.
34853         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
34854         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
34855         gl_PREREQ_NANOSLEEP.
34856
34857         Module regex.
34858         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
34859         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
34860         (gl_REGEX): New macro.
34861
34862         Module rename.
34863         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
34864         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
34865
34866         Module rmdir.
34867         * m4/rmdir.m4: New file.
34868
34869         Module utime.
34870         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
34871         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
34872         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
34873
34874         Module dirname.
34875         * m4/dirname.m4: New file.
34876
34877         Module getopt.
34878         * m4/getopt.m4: New file.
34879
34880         Module unistd-safer.
34881         * m4/unistd-safer.m4: New file.
34882
34883         Module fnmatch.
34884         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
34885         declaration.
34886         (gl_PREREQ_FNMATCH_EXTRA): New macro.
34887         (gl_FUNC_FNMATCH_POSIX): New macro.
34888         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
34889         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
34890         simply fnmatch.
34891
34892         Module exclude.
34893         * m4/exclude.m4: New file.
34894
34895         Module human.
34896         * m4/human.m4: New file.
34897
34898         Module acl.
34899         * m4/acl.m4: Nop.
34900
34901         Module backupfile.
34902         * m4/backupfile.m4: New file.
34903         * m4/d-ino.m4: Indentation.
34904
34905         Module fsusage.
34906         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
34907         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
34908         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
34909
34910         Module dirfd.
34911         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
34912         requirements.
34913
34914         Module euidaccess.
34915         * m4/euidaccess.m4: New file.
34916
34917         Module file-type.
34918         * m4/file-type.m4: New file.
34919
34920         Module fileblocks.
34921         * m4/fileblocks.m4: New file.
34922
34923         Module filemode.
34924         * m4/filemode.m4: New file.
34925
34926         Module isdir.
34927         * m4/isdir.m4: New file.
34928
34929         Module lchown.
34930         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
34931         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
34932
34933         Module makepath.
34934         * m4/makepath.m4: New file.
34935
34936         Module modechange.
34937         * m4/modechange.m4: New file.
34938
34939         Module mountlist.
34940         * m4/mountlist.m4: New file.
34941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
34942         Indentation.
34943
34944         Module path-concat.
34945         * m4/path-concat.m4: New file.
34946
34947         Module pathmax.
34948         * m4/pathmax.m4: New file.
34949
34950         Module same.
34951         * m4/same.m4: New file.
34952
34953         Module save-cwd.
34954         * m4/save-cwd.m4: New file.
34955
34956         Module savedir.
34957         * m4/savedir.m4: New file.
34958
34959         Module xgetcwd.
34960         * m4/xgetcwd.m4: New file.
34961         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
34962
34963         Module xreadlink.
34964         * m4/xreadlink.m4: New file.
34965
34966         Module safe-read.
34967         * m4/safe-read.m4: New file.
34968
34969         Module safe-write.
34970         * m4/safe-write.m4: New file.
34971
34972         Module closeout.
34973         * m4/closeout.m4: New file.
34974
34975         Module stdio-safer.
34976         * m4/stdio-safer.m4: New file.
34977
34978         Module getpass.
34979         * m4/getpass.m4: New file.
34980
34981         Module getugroups.
34982         * m4/getugroups.m4: New file.
34983
34984         Module group-member.
34985         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
34986         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
34987
34988         Module idcache.
34989         * m4/idcache.m4: New file.
34990
34991         Module userspec.
34992         * m4/userspec.m4: New file.
34993
34994         Module gettime.
34995         * m4/clock_time.m4: New file.
34996         * m4/gettime.m4: New file.
34997
34998         Module settime.
34999         * m4/settime.m4: New file.
35000
35001         Module posixtm.
35002         * m4/posixtm.m4: New file.
35003
35004         Module gethostname.
35005         * m4/gethostname.m4: New file.
35006
35007         Module canon-host.
35008         * m4/canon-host.m4: New file.
35009
35010         Module gettext.
35011         * m4/codeset.m4: New file, from gettext-0.11.5.
35012         * m4/gettext.m4: New file, from gettext-0.11.5.
35013         * m4/glibc21.m4: New file, from gettext-0.11.5.
35014         * m4/iconv.m4: New file, from gettext-0.11.5.
35015         * m4/intdiv0.m4: New file, from gettext-0.11.5.
35016         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
35017         * m4/inttypes.m4: New file, from gettext-0.11.5.
35018         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
35019         * m4/isc-posix.m4: New file, from gettext-0.11.5.
35020         * m4/lcmessage.m4: New file, from gettext-0.11.5.
35021         * m4/lib-ld.m4: New file, from gettext-0.11.5.
35022         * m4/lib-link.m4: New file, from gettext-0.11.5.
35023         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
35024         * m4/progtest.m4: New file, from gettext-0.11.5.
35025         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
35026         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
35027         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
35028
35029         Module localcharset.
35030         * m4/localcharset.m4: New file.
35031
35032         Module hard-locale.
35033         * m4/hard-locale.m4: New file.
35034
35035         Module mbswidth.
35036         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
35037         onceonly macros.
35038         * m4/mbrtowc.m4: Add comment.
35039
35040         Module memcasecmp.
35041         * m4/memcasecmp.m4: New file.
35042
35043         Module memcoll.
35044         * m4/memcoll.m4: New file.
35045
35046         Module unicodeio.
35047         * m4/unicodeio.m4: New file.
35048
35049         Module rpmatch.
35050         * m4/rpmatch.m4: New file.
35051
35052         Module yesno.
35053         * m4/yesno.m4: New file.
35054
35055         Module exitfail.
35056         * m4/exitfail.m4: New file.
35057
35058         Module c-stack.
35059         * m4/c-stack.m4 (gl_C_STACK): New macro.
35060         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
35061
35062         Module error.
35063         * m4/error.m4 (gl_ERROR): New macro.
35064         (jm_PREREQ_ERROR): Use onceonly macros.
35065
35066         Module fatal.
35067         * m4/fatal.m4: New file.
35068
35069         Module getloadavg.
35070         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
35071         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
35072
35073         Module getpagesize.
35074         * m4/getpagesize.m4: New file.
35075
35076         Module getusershell.
35077         * m4/getusershell.m4: New file.
35078
35079         Module physmem.
35080         * m4/physmem.m4: New file.
35081
35082         Module posixver.
35083         * m4/posixver.m4: New file.
35084
35085         Module quotearg.
35086         * m4/quotearg.m4: New file.
35087
35088         Module quote.
35089         * m4/quote.m4: New file.
35090
35091         Module readutmp.
35092         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
35093
35094         Module sig2str.
35095         * m4/sig2str.m4: New file.
35096
35097         Other.
35098         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
35099         ulonglong.m4.
35100         * m4/intmax_t.m4: New file.
35101         * m4/d-type.m4: Indentation.
35102         * m4/jm-macros.m4: Update.
35103         * m4/prereq.m4 (jm_PREREQ): Update.
35104         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
35105         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
35106         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
35107         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
35108         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
35109         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
35110         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
35111         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
35112         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
35113         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
35114         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
35115         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
35116         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
35117         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
35118         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
35119         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
35120         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
35121         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
35122         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
35123
35124 2002-12-24  Bruno Haible  <bruno@clisp.org>
35125
35126         * MODULES.txt: Update according to m4/ changes.
35127
35128         Module gettext.
35129         * config.rpath: New file, from gettext-0.11.5.
35130
35131         * modules/*: New module descriptions.
35132         * gnulib-tool: New file.
35133         * MODULES.html.sh: New file.
35134
35135 2002-12-21  Karl Berry  <karl@gnu.org>
35136
35137         * doc/fdl.texi: update to version 1.2.
35138
35139 2002-12-19  Karl Berry  <karl@gnu.org>
35140
35141         * config/config.guess: update from prep.
35142
35143 2002-12-18  Bruno Haible  <bruno@clisp.org>
35144
35145         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
35146         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
35147
35148 2002-12-17  Bruno Haible  <bruno@clisp.org>
35149
35150         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
35151         stdlib.h, string.h.
35152
35153 2002-12-17  Bruno Haible  <bruno@clisp.org>
35154
35155         * lib/canon-host.c (strdup): Remove unused declaration.
35156
35157         * lib/fsusage.c: Include full_read.h.
35158         (get_fs_usage): Use full_read instead of safe_read.
35159
35160         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
35161
35162 2002-12-12  Karl Berry  <karl@gnu.org>
35163
35164         * config/config.guess: update from prep.
35165
35166 2002-12-11  Bruno Haible  <bruno@clisp.org>
35167
35168         * m4/setenv.m4: New file, from gettext-0.11.5.
35169
35170 2002-12-11  Bruno Haible  <bruno@clisp.org>
35171
35172         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
35173         not unsetenv().
35174         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
35175         modifications:
35176
35177         2002-12-11  Bruno Haible  <bruno@clisp.org>
35178
35179                 * setenv.c (alloca): Fall back to malloc.
35180                 (freea): New macro.
35181                 (setenv): Use freea() to free memory allocated with alloca().
35182
35183         2002-11-13  Bruno Haible  <bruno@clisp.org>
35184
35185                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
35186                 function declarations.
35187                 * unsetenv.c (unsetenv): Likewise.
35188
35189         2002-03-04  Bruno Haible  <bruno@clisp.org>
35190
35191                 Portability to AIX 4.3.3.
35192                 * unsetenv.c: New file, extracted from setenv.c.
35193                 * setenv.c: Move the unsetenv() function to unsetenv.c.
35194
35195         2001-12-20  Bruno Haible  <bruno@clisp.org>
35196
35197                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
35198                 use malloc instead. For SunOS 4.
35199
35200         2001-12-11  Bruno Haible  <bruno@clisp.org>
35201
35202                 * setenv.c: Declare alloca.
35203                 (compar_fn_t): New typedef.
35204                 (KNOWN_VALUE, STORE_VALUE): Use it.
35205
35206         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
35207         setenv.h.
35208
35209 2002-12-10  Paul Eggert  <eggert@twinsun.com>
35210
35211         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
35212         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
35213         Choose values that are less likely to collide with system fnmatch
35214         options.
35215         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
35216         defined (e.g., a pure POSIX system).
35217         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
35218         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
35219
35220 2002-12-06  Paul Eggert  <eggert@twinsun.com>
35221
35222         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
35223         a pain in practice to deal with generated m4 files.  This change
35224         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
35225
35226         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
35227         and jm-glibc-io.m4, as they are no longer a special case.
35228         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
35229         kludge and the auto-generation stuff.  Check only whether the
35230         functions are declared, not whether they exist, since older hosts
35231         that don't declare the functions can't use the optimization anyway.
35232
35233 2002-12-06  Jim Meyering  <jim@meyering.net>
35234
35235         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
35236
35237         Merge in changes from libc's misc/error.c, in preparation
35238         for the merge of gnulib's changes back into libc.
35239
35240         * lib/error.c (_): Define only if not already defined.
35241         Move definition to follow all #include directives.
35242         Include unlocked-io.h only if !_LIBC.
35243         [_LIBC]: Include <libio/libioP.h>.
35244         [USE_IN_LIBIO]: Include <libio/iolibio.h>
35245         (fflush): Tweak definition to use INTUSE.
35246         (putc): Define.
35247
35248 2002-12-05  Paul Eggert  <eggert@twinsun.com>
35249
35250         * lib/alloca.c [defined emacs]: Include "lisp.h".
35251         (xalloc_die) [defined emacs]: New macro.
35252         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
35253         [! defined emacs]: Include <xalloc.h>.
35254         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
35255         (pointer): Typedef to POINTER_TYPE *.
35256         (malloc): Remove decl; we now always use xmalloc.
35257         (alloca): Use old-style definition, since Emacs needs this.
35258         Check for arithmetic overflow when computing combined size.
35259
35260 2002-12-04  Paul Eggert  <eggert@twinsun.com>
35261
35262         Do not generate unlocked-io.h automatically, since it's easier to
35263         maintain it by hand.
35264
35265         * lib/unlocked-io.h: New file, from GNU diffutils,
35266         but with proper copyright notice and attribution.
35267         * lib/gen-uio: Remove.
35268         * lib/Makefile.am: Add copyright notice.
35269         (libfetish_a_SOURCES): Add unlocked-io.h.
35270         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
35271         (DISTCLEANFILES, io_functions): Remove macros.
35272         (EXTRA_DIST): Remove gen_uio.
35273         (unlocked-io.h): Remove rule.
35274
35275 2002-12-04  Jim Meyering  <jim@meyering.net>
35276
35277         Reflect the fact that stat.c and lstat.c are no longer generated.
35278         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
35279         (DISTCLEANFILES): Likewise.
35280         (EXTRA_DIST): Likewise.
35281         (all_local): Don't depend on stat.c or lstat.c.
35282         (stat.c, lstat.c): Remove rules.
35283         (EXTRA_DIST): Remove xstat.in.
35284
35285         * lib/xstat.in: Remove file.  Contents moved into stat.c.
35286         * lib/stat.c: New file.  Contents mostly from xstat.in.
35287         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
35288         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
35289
35290         * lib/safe-read.c: Rework so that it may serve to define safe_write,
35291         too.
35292         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
35293
35294 2002-12-03  Jim Meyering  <jim@meyering.net>
35295
35296         * lib/safe-read.c, safe-write.c: Change variable names and comments,
35297         but not semantics, to minimize the differences between these two files.
35298         (safe_read): Change comment to mention SAFE_READ_ERROR.
35299
35300         * lib/safe-read.c (IS_EINTR): Define.
35301         (safe_read): Use IS_EINTR in place of in-function cpp directives.
35302
35303 2002-12-02  Jim Meyering  <jim@meyering.net>
35304
35305         * lib/safe-read.c (EINTR): Define.
35306         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
35307         (INT_MAX): Provide fallback.
35308         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
35309
35310         * lib/safe-read.h (SAFE_READ_ERROR): Define.
35311
35312 2002-12-02  Bruno Haible  <bruno@clisp.org>
35313
35314         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
35315         Define, taken from safe-read.c.
35316         (INT_MAX): Provide fallback.
35317         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
35318         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
35319
35320         * lib/safe-read.c (EINTR): Remove definition.
35321         (safe_read): Don't use EINTR if it is absent.
35322
35323 2002-12-01  Jim Meyering  <jim@meyering.net>
35324
35325         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
35326         zero.
35327         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
35328
35329 2002-11-27  Paul Eggert  <eggert@twinsun.com>
35330
35331         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
35332         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
35333         with `if (! (value < limit)) abort ();', for readability.
35334
35335 2002-11-26  Karl Berry  <karl@gnu.org>
35336
35337         * lib/strdup.c: copy from libc again, with jim's ok.
35338         * lib/.cppi-disable: re-add strdup.c
35339
35340 2002-11-25  Karl Berry  <karl@gnu.org>
35341
35342         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
35343         instead of "strtol.c".
35344
35345 2002-11-25  Karl Berry  <karl@gnu.org>
35346
35347         * config/install-sh: update from automake for variable quoting, $0 in
35348         error msgs, etc.
35349
35350         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
35351         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
35352         entry.
35353
35354 2002-11-25  Jim Meyering  <jim@meyering.net>
35355
35356         * lib/mktime.c: Sync from libc, now that it has the latest fix.
35357
35358 2002-11-24  Karl Berry  <karl@gnu.org>
35359
35360         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
35361         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
35362
35363 2002-11-24  Jim Meyering  <jim@meyering.net>
35364
35365         Update from coreutils:
35366
35367         * lib/mktime.c: Merge in changes from libc.
35368
35369         Avoid a link-time failure on some Linux systems.
35370         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
35371         (otherwise).
35372         (__mon_yday): Declare with the STATIC attribute.
35373         (__mktime_internal): Likewise.
35374         Based on a report from Greg Schafer.
35375
35376 2002-11-23  Jim Meyering  <jim@meyering.net>
35377
35378         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
35379         Use `unsigned', not `int', as type of index.
35380
35381         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
35382
35383         * lib/fsusage.c: Remove unneeded parentheses around operands of
35384         `defined'.
35385
35386 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35387
35388         * lib/quotearg.h: Allow multiple inclusion by surrounding with
35389         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
35390         so that we can be included first.
35391         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
35392         * lib/quotearg.c: Include quotearg.h immediately after config.h.
35393         No need to include stddef.h or sys/types.h any more.
35394         Surround local include files with "", not "<>".
35395         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
35396         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
35397         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
35398         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
35399         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
35400         (ISPRINT): Remove; no longer needed now that we assume C89.
35401
35402         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
35403         Preserve errno.
35404
35405         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
35406         quotearg_char): Use SIZE_MAX rather than
35407         (size_t) -1 when we are talking about "infinity".
35408
35409         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
35410
35411 2002-11-22  Paul Eggert  <eggert@twinsun.com>
35412
35413         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
35414         hint that one should use `if (! x) abort ();' rather than `assert
35415         (x);', and anyway it's one less thing to worry about configuring.
35416         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
35417         hash_rehash, hash_insert): Use abort rather than assert.
35418
35419 2002-11-22  Bruno Haible  <bruno@clisp.org>
35420
35421         * lib/safe-read.h: Assume C89. Add comments.
35422         (safe_read): Change return type to size_t.
35423         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
35424         byte counts > SSIZE_MAX correctly.
35425         * lib/safe-write.h: New file.
35426         * lib/safe-write.c: New file.
35427         * lib/full-read.h: New file.
35428         * lib/full-read.c: New file.
35429         * lib/full-write.h: Assume C89. Add comments.
35430         * lib/full-write.c: Include safe-write.h.
35431         (full_write): Rewritten to use safe_write.
35432         Suggested by Jim Meyering and Paul Eggert.
35433
35434 2002-11-21  Jim Meyering  <jim@meyering.net>
35435
35436         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
35437
35438         Merge in changes from the coreutils.
35439
35440         2002-09-25  Paul Eggert  <eggert@twinsun.com>
35441         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
35442         <stdint.h>.
35443         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
35444         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
35445         int.  Work more efficiently if X is the same width as uintmax_t.
35446         Do not compare X to -1, to avoid bogus compiler warning.
35447         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
35448         Don't assume that f_frsize and f_bsize are the same type.
35449
35450         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
35451         warning on FreeBSD.
35452
35453         * lib/makepath.c (make_path): Restore umask *before* creating the final
35454         component.
35455         (make_path): Minor reformatting.
35456
35457         * lib/xmalloc.c: Adjust to work with new autoconf macros,
35458         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
35459         HAVE_MALLOC/HAVE_REALLOC.
35460
35461         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
35462         dummy ones.  At least on GNU/Linux systems, `auto' means something
35463         else.
35464         From Michael Stone.
35465
35466 2002-11-21  Bruno Haible  <bruno@clisp.org>
35467
35468         Remove case insensitive option matching.
35469         * lib/argmatch.h (argcasematch): Remove declaration.
35470         (ARGCASEMATCH): Remove macro.
35471         (__xargmatch_internal): Remove case_sensitive argument.
35472         (XARGMATCH): Update.
35473         (XARGCASEMATCH): Remove macro.
35474         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
35475         case_sensitive argument.
35476         (argcasematch): Remove function.
35477         (__xargmatch_internal): Remove case_sensitive argument.
35478         (main): Use XARGMATCH instead of XARGCASEMATCH.
35479
35480         * lib/xmalloc.c: Change compile-time error message. Add comment about
35481         required autoconf version.
35482
35483 2002-11-20  Paul Eggert  <eggert@twinsun.com>
35484
35485         Merge argmatch cleanups from Bison.  Assume C89.
35486
35487         * lib/argmatch.c: Include config.h here, not in argmatch.h.
35488         Include stdlib.h, for EXIT_FAILURE.
35489         Always include <string.h>, since we assume C89.
35490         (EXIT_FAILURE): Remove pre-C89 bug workaround.
35491         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
35492         Include <stddef.h> instead, since it's all we need for size_t.
35493         (PARAMS): Remove.  All uses removed.
35494         (ARRAY_CARDINALITY): Do not bother to #undef.
35495         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
35496         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35497         Remove unnecessary parentheses.
35498         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
35499         Insert necessary parentheses.
35500         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
35501         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
35502
35503 2002-11-19  Bruno Haible  <bruno@clisp.org>
35504
35505         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
35506         * lib/mbswidth.h: Include <stddef.h>, for size_t.
35507
35508         * lib/mbswidth.h (PARAMS): Remove macro.
35509         (mbswidth, mbsnwidth): Use ANSI C function declarations.
35510         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
35511
35512         * lib/gcd.h (PARAMS): Remove macro.
35513         (gcd): Use ANSI C function declarations.
35514         * lib/gcd.c (gcd): Likewise.
35515
35516 2002-11-15  Bruno Haible  <bruno@clisp.org>
35517
35518         * lib/strcspn.c: Include <stddef.h>.
35519         (strcspn): Use ANSI C function declaration. Change return type to
35520         size_t. Use NULL.
35521         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
35522         (strpbrk): Use NULL.
35523         * lib/strpbrk.h (PARAMS): Remove macro.
35524         (strpbrk): Use ANSI C function declaration.
35525         * lib/strstr.c: Don't include <sys/types.h>.
35526         * lib/strstr.h (PARAMS): Remove macro.
35527         (strstr): Use ANSI C function declarations.
35528
35529 2002-11-14  Karl Berry  <karl@gnu.org>
35530
35531         * config/mkinstalldirs: `do' on separate line, instead of
35532         `for var; do'.
35533
35534 2002-11-06  Bruno Haible  <bruno@clisp.org>
35535
35536         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
35537         * lib/gcd.c (gcd): Likewise.
35538
35539 2002-11-05  Bruno Haible  <bruno@clisp.org>
35540
35541         * lib/gcd.h: New file, from gettext-0.11.5.
35542         * lib/gcd.c: New file, from gettext-0.11.5.
35543
35544 2002-11-05  Bruno Haible  <bruno@clisp.org>
35545
35546         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35547         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35548         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35549         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
35550
35551         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
35552         <libintl.h>.
35553         * lib/makepath.c: Include gettext.h instead of <locale.h> and
35554         <libintl.h>.
35555
35556         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
35557         * lib/human.c: Include gettext.h instead of <libintl.h>.
35558         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
35559         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
35560         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
35561         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
35562         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
35563         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
35564         (textdomain): Remove definition.
35565         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
35566
35567         * lib/long-options.c: Remove include of <libintl.h> and definition of
35568         _.
35569         * lib/same.c: Remove include of <libintl.h> and definition of _.
35570
35571 2002-11-04  Owen Taylor  <otaylor@redhat.com>
35572
35573         * lib/config.charset: A few additions for Solaris.
35574
35575 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35576
35577         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
35578         * lib/localcharset.c (locale_charset): Declare as extern "C".
35579
35580 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
35581
35582         * lib/config.charset: msdos in uk_UA uses CP1125.
35583
35584 2002-11-04  Bruno Haible  <bruno@clisp.org>
35585
35586         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
35587         * lib/strcase.h: New file, from GNU gettext-0.11.5.
35588         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
35589         * lib/strstr.h: New file, from GNU gettext-0.11.5.
35590         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
35591
35592 2002-11-04  Bruno Haible  <bruno@clisp.org>
35593
35594         * lib/localcharset.c (locale_charset): Don't return an empty string.
35595
35596 2002-11-04  Bruno Haible  <bruno@clisp.org>
35597
35598         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
35599         aliases.
35600
35601 2002-11-04  Bruno Haible  <bruno@clisp.org>
35602
35603         * lib/config.charset: Update for newest glibc. Add canonical names
35604         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
35605
35606 2002-11-04  Bruno Haible  <bruno@clisp.org>
35607
35608         * lib/config.charset: Add support for NetBSD.
35609
35610 2002-11-04  Bruno Haible  <bruno@clisp.org>
35611
35612         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
35613
35614 2002-11-01  Bruno Haible  <bruno@clisp.org>
35615
35616         * configure.in: Add AC_CONFIG_AUX_DIR call.
35617         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
35618         test/Makefile.
35619         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
35620
35621 2002-09-28  Karl Berry  <karl@gnu.org>
35622
35623         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
35624         installed automake until the next release, since changes have been
35625         made.
35626
35627 2002-09-25  Karl Berry  <karl@gnu.org>
35628
35629         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
35630         * lib/getopt*: copy from libc/posix.
35631         * lib/gettext.h: copy from gettext.
35632         * lib/.cppi-disable: add strdup.c, gettext.h.
35633
35634 2002-09-25  Karl Berry  <karl@gnu.org>
35635
35636         * config/srclist.txt: enable gettext.h check.
35637         * config/config.{guess,sub}: update from prep.
35638         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
35639                 from automake 1.6.3.
35640         See srclist*.
35641
35642 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
35643
35644         * regex.c (PATFETCH): Remove the translating fetch.
35645         (PATFETCH_RAW): Rename to PATFETCH.
35646         (set_image_of_range): New fun.
35647         (SET_RANGE_TABLE_WORK_AREA): Use it.
35648         (regex_compile): Don't translate the pattern chars so eagerly.
35649         Only do it when inserting an `exactn' bytecode or when handling
35650         a char-range.
35651         (mutually_exclusive_p): Avoid empty statement.
35652
35653 2002-07-06  Jim Meyering  <meyering@lucent.com>
35654
35655         * m4/README: Don't mention Makefile.am.in.
35656         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
35657
35658 2002-07-01  Jim Meyering  <meyering@lucent.com>
35659
35660         * lib/c-stack.c: Include sys/time.h.
35661         From Volker Borchert.
35662
35663 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35664
35665         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
35666
35667 2002-06-26  Paul Eggert  <eggert@twinsun.com>
35668
35669         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
35670         New macro.  Use it uniformly instead of
35671         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
35672         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
35673         reported by Vin Shelton.
35674
35675 2002-06-22  Paul Eggert  <eggert@twinsun.com>
35676
35677         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
35678         Do not assume SA_SIGINFO behavior.
35679         Bug reported by Jim Meyering on NetBSD 1.5.2.
35680
35681 2002-06-22  Jim Meyering  <meyering@lucent.com>
35682
35683         * m4/c-stack.m4: New file, from diffutils-2.8.2.
35684         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
35685
35686         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
35687         now that configure.ac uses AC_GNU_SOURCE.
35688         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
35689         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
35690
35691         Update to latest tools.  Suggestions from Paul Eggert.
35692         * m4/stdbool.m4: New file, from diffutils-2.8.2.
35693         * m4/gnu-source.m4: Update from diffutils-2.8.2.
35694         * m4/fnmatch.m4: Likewise.
35695         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
35696         to AC_HEADER_STDBOOL
35697
35698 2002-06-22  Jim Meyering  <meyering@lucent.com>
35699
35700         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
35701         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
35702
35703 2002-06-22  Jim Meyering  <meyering@lucent.com>
35704
35705         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
35706
35707         * lib/exitfail.c, exitfail.h: Likewise.
35708         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
35709
35710         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
35711         of fnmatch.h.
35712         (EXTRA_DIST): Add fnmatch_loop.c.
35713         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
35714
35715         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
35716         * lib/fnmatch.c: Update from diffutils-2.8.2.
35717         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
35718         * lib/fnmatch.h: Remove file.
35719
35720 2002-06-21  Jim Meyering  <meyering@lucent.com>
35721
35722         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
35723         * m4/mbrtowc.m4: Likewise.
35724
35725         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
35726         * m4/mbswidth.m4: Reflect name change:
35727         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
35728         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35729
35730         * m4/lib-link.m4: Update from gettext-0.11.2.
35731         * m4/gettext.m4: Likewise.
35732
35733         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
35734         From Alfred M. Szmidt.
35735
35736 2002-06-18  Paul Eggert  <eggert@twinsun.com>
35737
35738         * lib/file-type.h: Report an error if neither S_ISREG nor
35739         S_IFREG is defined, instead of using a test specific to glibc
35740         2.2.  This should be safe, since POSIX requires S_ISREG and
35741         Unix Version 7 had S_IFREG.  We don't need to check for
35742         <sys/types.h> since we don't use any symbols that it defines.
35743
35744 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
35745
35746         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
35747         $@-t, so that each temporary file name is unique and valid in the first
35748         8 characters, for operation under DOS.
35749
35750 2002-06-15  Paul Eggert  <eggert@twinsun.com>
35751
35752         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
35753
35754 2002-06-15  Jim Meyering  <meyering@lucent.com>
35755
35756         Work even with DJGPP 2.03, which lacks support for symlinks.
35757         From Richard Dawe.
35758         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
35759         is defined.
35760         * lib/lchown.c (S_ISLNK): Likewise.
35761
35762 2002-06-15  Jim Meyering  <meyering@lucent.com>
35763
35764         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
35765         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
35766         have been included before this file.
35767
35768 2002-06-14  Jim Meyering  <meyering@lucent.com>
35769
35770         * lib/file-type.h: Use the version from diffutils-2.8.2.
35771         * lib/file-type.c: Likewise.
35772
35773 2002-06-07  Jim Meyering  <meyering@lucent.com>
35774
35775         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
35776         They're needed at least for NetBSD 1.5.2.
35777         ($statxfs_includes): Include those same headers.
35778         ($statxfs_includes): Include sys/vfs.h if available.
35779         ($statxfs_includes): Likewise for sys/statvfs.h.
35780         Check for the following members in both structs statfs and statvfs:
35781         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
35782
35783 2002-06-01  Jim Meyering  <meyering@lucent.com>
35784
35785         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
35786         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
35787
35788 2002-05-28  Jim Meyering  <meyering@lucent.com>
35789
35790         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
35791         Reported by Volker Borchert.
35792
35793 2002-05-27  Jim Meyering  <meyering@lucent.com>
35794
35795         Fix a problem seen only on nonconforming systems whereby ls.c's
35796         use of localtime, and then of gettimeofday would cause trouble:
35797         the localtime call used to initialize rpl_gettimeofday's save
35798         mechanism would clobber ls's current local time information so
35799         that in any long listing the first file would always be listed
35800         with date 1970-01-01.  Analysis by Volker Borchert.
35801
35802         * lib/gettimeofday.c (localtime): Undefine.
35803         (rpl_localtime): New function.
35804
35805 2002-05-27  Jim Meyering  <meyering@lucent.com>
35806
35807         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
35808         localtime.
35809
35810         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
35811         use the replacement function; it wouldn't resolve at link time.
35812         Reported by Volker Borchert.
35813
35814 2002-05-22  Jim Meyering  <meyering@lucent.com>
35815
35816         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
35817         file-type.h.
35818         * lib/file-type.h: New file.
35819         * lib/file-type.c (file_type): New file/function.  Extracted from
35820         diffutils.
35821
35822 2002-04-30  Jim Meyering  <meyering@lucent.com>
35823
35824         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
35825
35826 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35827
35828         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
35829
35830 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35831
35832         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
35833         Do not check for alloca.h (no longer used) or stdbool.h (was never
35834         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
35835
35836 2002-04-29  Paul Eggert  <eggert@twinsun.com>
35837
35838         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
35839
35840 2002-04-29  Jim Meyering  <meyering@lucent.com>
35841
35842         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
35843         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
35844         Use AC_FUNC_STRNLEN here instead.
35845
35846         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
35847         With autoconf-2.53a, it's part of AC_PROG_CC.
35848
35849 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35850
35851         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
35852         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
35853
35854 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35855
35856         * lib/sig2str.h, lib/sig2str.c: New files.
35857         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
35858
35859 2002-04-28  Paul Eggert  <eggert@twinsun.com>
35860
35861         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
35862         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
35863         of 127, since 64 is the largest conceivable number for ancient
35864         nonstandard hosts.
35865         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
35866
35867 2002-04-28  Jim Meyering  <meyering@lucent.com>
35868
35869         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
35870
35871 2002-04-24  Jim Meyering  <meyering@lucent.com>
35872
35873         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
35874         (jm_PREREQ): Use it.
35875
35876         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
35877         mach/mach.h fcntl.h.
35878         Check for this function: setlocale.
35879
35880 2002-04-24  Jim Meyering  <meyering@lucent.com>
35881
35882         * lib/gettext.h: New file, from Gettext.
35883         * lib/Makefile.am (INCLUDES): Remove -I../intl.
35884         (libfetish_a_SOURCES): Add gettext.h.
35885
35886 2002-04-16  Jim Meyering  <meyering@lucent.com>
35887
35888         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
35889         ut_pid, ut_id, ut_exit.
35890
35891 2002-04-16  Jim Meyering  <meyering@lucent.com>
35892
35893         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
35894         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
35895         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
35896
35897 2002-04-12  Jim Meyering  <meyering@lucent.com>
35898
35899         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
35900         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
35901         existence of the getmntinfo function.  Needed for Darwin 5.3.
35902
35903         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
35904         This is necessary at least on Darwin 5.3.
35905
35906         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
35907         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
35908         strnlen.o in the library, and that makes some versions of ranlib
35909         object.
35910
35911 2002-04-12  Jim Meyering  <meyering@lucent.com>
35912
35913         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
35914
35915 2002-04-09  Jim Meyering  <meyering@lucent.com>
35916
35917         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
35918         to be more precise.  Rather than saying we're checking whether the
35919         function `works', say what we're testing.
35920         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
35921         Reported by Bruno Haible.
35922
35923 2002-03-10  Jim Meyering  <meyering@lucent.com>
35924
35925         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
35926         Suggestion from Santiago Vila.
35927
35928 2002-03-08  Jim Meyering  <meyering@lucent.com>
35929
35930         * lib/rename.c: Mention that this wrapper is needed also on
35931         mips-dec-ultrix4.4 systems.
35932
35933 2002-03-02  Jim Meyering  <meyering@lucent.com>
35934
35935         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
35936         not HAVE_CLOCK_SETTIME.
35937
35938 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35939
35940         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
35941         Check for clock_settime.
35942
35943 2002-02-27  Paul Eggert  <eggert@twinsun.com>
35944
35945         * lib/nanosleep.h: Rename to....
35946         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
35947
35948         * lib/gettime.c: New file.
35949         * lib/settime.c: New file.
35950         * lib/stime.c: Remove.
35951
35952         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
35953         timespec.h.  Remove nanosleep.h.
35954
35955 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35956
35957         * m4/acl.m4: New file.
35958         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
35959         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
35960
35961 2002-02-25  Paul Eggert  <eggert@twinsun.com>
35962
35963         * lib/acl.c, lib/acl.h: New files.
35964         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
35965
35966 2002-02-24  Jim Meyering  <meyering@lucent.com>
35967
35968         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
35969         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
35970         cause trouble.  Reported by Nelson Beebe.
35971
35972 2002-02-23  Paul Eggert  <eggert@twinsun.com>
35973
35974         * lib/path-concat.c (xpath_concat): Reorder code to pacify
35975         compilers that don't know that xalloc_die never returns.
35976
35977 2002-02-20  Jim Meyering  <meyering@lucent.com>
35978
35979         * lib/getdate.c: Regenerate using bison-1.33.
35980
35981 2002-02-17  Jim Meyering  <meyering@lucent.com>
35982
35983         * config/config.guess (main): Don't use `head -1'; it's no longer
35984         portable. Use `sed 1q' instead.
35985
35986 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
35987
35988         * m4/codeset.m4: Upgrade to gettext-0.11.
35989         * m4/gettext.m4: Upgrade to gettext-0.11.
35990         * m4/glibc21.m4: Upgrade to gettext-0.11.
35991         * m4/iconv.m4: Upgrade to gettext-0.11.
35992         * m4/isc-posix.m4: Upgrade to gettext-0.11.
35993         * m4/lcmessage.m4: Upgrade to gettext-0.11.
35994         * m4/lib-ld.m4: New file, from gettext-0.11.
35995         * m4/lib-link.m4: New file, from gettext-0.11.
35996         * m4/lib-prefix.m4: New file, from gettext-0.11.
35997         * m4/progtest.m4: Upgrade to gettext-0.11.
35998
35999 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36000
36001         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
36002         (jm_PREREQ): Use it.
36003
36004 2002-02-15  Paul Eggert  <eggert@twinsun.com>
36005
36006         * lib/posixver.c, lib/posixver.h: New files.
36007         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36008
36009 2002-02-02  Paul Eggert  <eggert@twinsun.com>
36010             Bruno Haible  <bruno@clisp.org>
36011
36012         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
36013         (fwrite_success_callback): New declaration.
36014         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
36015         print_unicode_char. Call failure callback instead of error.
36016         (fwrite_success_callback): New function.
36017         (exit_failure_callback): New function.
36018         (fallback_failure_callback): New function.
36019         (print_unicode_char): Call unicode_to_mb.
36020
36021 2002-01-26  Jim Meyering  <meyering@lucent.com>
36022
36023         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
36024         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
36025
36026 2002-01-26  Jim Meyering  <meyering@lucent.com>
36027
36028         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
36029
36030 2002-01-22  Paul Eggert  <eggert@twinsun.com>
36031
36032         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
36033
36034 2002-01-22  Jim Meyering  <meyering@lucent.com>
36035
36036         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
36037         Otherwise, some versions of automake would omit the rule that makes
36038         Makefile from Makefile.in.
36039
36040 2002-01-21  Paul Eggert  <eggert@twinsun.com>
36041
36042         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
36043         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
36044         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
36045         (memcoll): Set errno to zero if there is no error.
36046
36047         * lib/quotearg.c (quotearg_buffer_restyled):
36048         Fix bug with quoting buffers containing NUL when backslashing escapes.
36049         This bug was exposed by the other changes in this patch.
36050         (quotearg_n_options): New arg ARGSIZE.
36051         All callers changed.
36052         (quoting_options_from_style): New function.
36053         (quotearg_n_style): Use it.
36054         (quotearg_n_style_mem): New function.
36055
36056         * lib/quotearg.h (quotearg_n_style_mem): New function.
36057
36058 2002-01-19  Jim Meyering  <meyering@lucent.com>
36059
36060         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
36061         Remove useless quotes: DF_PROG="df".
36062         * m4/strnlen.m4: New file.
36063
36064 2002-01-16  Paul Eggert  <eggert@twinsun.com>
36065
36066         * lib/backupfile.c (ISDIGIT): Comment fix.
36067         * lib/getdate.y (ISDIGIT): Likewise.
36068         * lib/posixtm.c (ISDIGIT, year): Likewise.
36069         * lib/strverscmp.c (ISDIGIT): Likewise.
36070         * lib/userspec.c (ISDIGIT): Likewise.
36071
36072 2002-01-16  Jim Meyering  <meyering@lucent.com>
36073
36074         * lib/getdate.y: Add three semicolons, each just before a closing
36075         brace. Bison (as of version 1.31) no longer papers over that mistake.
36076
36077 2002-01-05  Jim Meyering  <meyering@lucent.com>
36078
36079         * lib/version-etc.c (version_etc_copyright): Update copyright year.
36080
36081 2001-12-19  Paul Eggert  <eggert@twinsun.com>
36082
36083         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
36084         not silently exit merely because the output buffer happens to
36085         have nothing pending.
36086
36087 2001-12-18  Paul Eggert  <eggert@twinsun.com>
36088
36089         See the big note in ../ChangeLog.
36090         * lib/human.c (suffixes): Prefer K to k for 1024.
36091         (generate_suffix_backwards): New function.
36092         (human_readable_inexact): Use it.
36093         * lib/xstrtol.c (__xstrtol): If there is no number but there
36094         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
36095         Accept 'K' as well as 'k'.
36096
36097 2001-12-15  Jim Meyering  <meyering@lucent.com>
36098
36099         * lib/regex.h (__restrict_arr): Update from libc.
36100
36101         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
36102         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
36103         (STREQ): Define.
36104
36105 2001-12-14  Jim Meyering  <meyering@lucent.com>
36106
36107         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
36108         Suggestion from Bruno Haible.
36109
36110 2001-12-10  Jim Meyering  <meyering@lucent.com>
36111
36112         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
36113         xrealloc, Instead, include "xalloc.h".
36114         (initbuffer): Don't cast xmalloc return value to char*.
36115         (readline): Reword comment.
36116         Don't cast xrealloc return value to char*
36117         Return NULL, not 0.
36118
36119 2001-12-09  Jim Meyering  <meyering@lucent.com>
36120
36121         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
36122         about `signed and unsigned type in conditional expression'.
36123         * lib/posixtm.c (posix_time_parse): Likewise.
36124
36125         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
36126
36127         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
36128         to avoid a pedantic warning.
36129
36130         * lib/getstr.c: Don't include assert.h.
36131         (getstr): Remove warning-evoking assertions.
36132         Return -1 if offset parameter is out of bounds.
36133         Change the type of a local from int to size_t.
36134
36135         * lib/strftime.c (my_strftime_localtime_r): Include this function
36136         definition in the `#if ! HAVE_TM_GMTOFF' block.
36137
36138         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
36139         Include xalloc.h instead.
36140
36141 2001-12-02  Jim Meyering  <meyering@lucent.com>
36142
36143         * lib/tempname.c: Don't declare getenv, thus reverting the change of
36144         2001-11-18.  It's no longer necessary, now that stdlib.h is always
36145         included.
36146
36147         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
36148         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
36149
36150 2001-11-30  Akim Demaille  <akim@epita.fr>
36151
36152         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
36153         before being defined.
36154
36155 2001-11-27  Paul Eggert  <eggert@twinsun.com>
36156
36157         * lib/quotearg.h (quotearg_n, quotearg_n_style):
36158         First arg is int, not unsigned.
36159         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
36160         (SIZE_MAX, UINT_MAX): New macros.
36161         (quotearg_n_options): Abort if N is negative.
36162         Avoid overflow check on hosts where size_t is 64 bits and int
36163         is 32 bits, as overflow is impossible there.
36164         Fix off-by-one typo that caused unnecessary reallocation.
36165
36166 2001-11-27  Jim Meyering  <meyering@lucent.com>
36167
36168         * lib/tempname.c: Merge with version from libc.
36169         * lib/regex.c: Likewise.
36170
36171         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
36172         systems for which STDC_HEADERS is 0, it was not included, resulting in
36173         a warning about an integer-to-pointer conversion problem with getenv.
36174         Reported by Volker Borchert.
36175
36176 2001-11-26  Jim Meyering  <meyering@lucent.com>
36177
36178         * lib/gtod.h: Remove file.
36179         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
36180         * lib/gettimeofday.c: Don't include gtod.h.
36181         (GTOD_init): Remove function.
36182         (rpl_gettimeofday): Do its job here instead, rather than aborting.
36183         Suggestion from Volker Borchert.
36184
36185 2001-11-23  Jim Meyering  <meyering@lucent.com>
36186
36187         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
36188         it.
36189         * lib/hash.c (struct hash_table): Define it here instead.
36190
36191 2001-11-22  Jim Meyering  <meyering@lucent.com>
36192
36193         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
36194
36195 2001-11-20  Jim Meyering  <meyering@lucent.com>
36196
36197         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
36198         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
36199
36200 2001-11-19  Jim Meyering  <meyering@lucent.com>
36201
36202         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
36203         directory.  Use "conftestXXXXXX" as the template.
36204         Suggestion from Paul Eggert.
36205
36206         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
36207         immediately, so the test doesn't mistakenly hit the max-open-files
36208         limit.
36209
36210 2001-11-18  Paul Eggert  <eggert@twinsun.com>
36211
36212         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
36213         (TEMPORARIES): New macro.
36214         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
36215         removes an artificial limitation (e.g. HP-UX 10.20, where
36216         TMP_MAX is 17576).
36217
36218 2001-11-18  Jim Meyering  <meyering@lucent.com>
36219
36220         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
36221
36222 2001-11-18  Jim Meyering  <meyering@lucent.com>
36223
36224         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
36225         on SunOS 4.
36226
36227         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
36228         files will be created before anything else.
36229
36230 2001-11-17  Paul Eggert  <eggert@twinsun.com>
36231
36232         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
36233         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
36234
36235 2001-11-17  Jim Meyering  <meyering@lucent.com>
36236
36237         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
36238         Prompted by a report from Bob Proulx.
36239
36240         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
36241         Instead, require UTILS_FUNC_MKSTEMP.
36242
36243 2001-11-17  Jim Meyering  <meyering@lucent.com>
36244
36245         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
36246         Now, that's done as part of AC_FUNC_STRTOD.
36247
36248 2001-11-17  Jim Meyering  <meyering@lucent.com>
36249
36250         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
36251         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
36252         rather than group writable.  Patch by Juan F. Codagnone.
36253
36254         * lib/readtokens.c: Remove explicit declarations of xmalloc and
36255         xrealloc, Instead, include "xalloc.h".
36256
36257         * lib/mountlist.c: Include unlocked-io.h after all system headers.
36258         Remove explicit declarations of xmalloc, xrealloc,
36259         and xstrdup.  Instead, include "xalloc.h".
36260
36261         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
36262         unlocked-io.h.
36263         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
36264         Likewise.
36265         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
36266
36267         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
36268         Reported by Padraig Brady.
36269
36270         * lib/mkstemp.c: #undef mkstemp.
36271         Include config.h.
36272         (rpl_mkstemp): Rename from mkstemp.
36273         Protoize.
36274
36275 2001-11-16  Jim Meyering  <meyering@lucent.com>
36276
36277         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
36278         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
36279         determine the amount of total physical memory, use pstat_getstatic.
36280         HPUX-11 doesn't define _SC_PHYS_PAGES.
36281         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
36282         If sysconf couldn't be used to determine the amount of available
36283         physical memory, use both pstat_getstatic and pstat_getdynamic.
36284         Based on a patch from Bob Proulx.
36285
36286 2001-11-10  Jim Meyering  <meyering@lucent.com>
36287
36288         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
36289         (jm_PREREQ): Use it.
36290
36291 2001-11-09  Jim Meyering  <meyering@lucent.com>
36292
36293         * m4/jm-macros.m4: Require autoconf-2.52f.
36294         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
36295         Use these AC_-prefixed names, not the AM_-prefixed ones.
36296
36297         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
36298
36299 2001-11-05  Jim Meyering  <meyering@lucent.com>
36300
36301         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
36302
36303 2001-11-04  Jim Meyering  <meyering@lucent.com>
36304
36305         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
36306         $DEFS.
36307
36308 2001-11-03  Jim Meyering  <meyering@lucent.com>
36309
36310         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
36311         of AC_DEFUN.
36312
36313         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
36314         know the name of the variable in the macro definition.
36315
36316 2001-11-03  Jim Meyering  <meyering@lucent.com>
36317
36318         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
36319         in argmatch_to_argument call.
36320
36321         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
36322         argument.
36323
36324         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
36325         e.g., a fault due to an attempt to free a NULL pointer.
36326
36327 2001-11-01  Jim Meyering  <meyering@lucent.com>
36328
36329         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
36330         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
36331
36332 2001-11-01  Jim Meyering  <meyering@lucent.com>
36333
36334         * lib/dirfd.c, lib/dirfd.h: New files.
36335         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
36336
36337         * lib/hash.c (hash_print) [TESTING]: Clean up.
36338
36339 2001-10-22  Paul Eggert  <eggert@twinsun.com>
36340
36341         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
36342         to avoid a warning if -Wall.
36343
36344 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
36345
36346         * README: New file
36347         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
36348         (per RMS's instructions, this is now the canonical source)
36349         * lgpl/, gpl/: New directories.
36350
36351 2001-10-21  Paul Eggert  <eggert@twinsun.com>
36352
36353         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
36354
36355 2001-10-21  Jim Meyering  <meyering@lucent.com>
36356
36357         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
36358         this code would end up calling gettext even in packages built
36359         with --disable-nls.
36360         * lib/getopt.c (_): Likewise.
36361         * lib/regex.c (_): Likewise.
36362
36363 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36364
36365         * m4/error.m4 (jm_PREREQ_ERROR):
36366         Do not invoke AC_CHECK_FUNCS with strerror_r, as
36367         AC_FUNC_STRERROR_R does that.
36368         Check for strerror declaration.
36369
36370         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
36371         are supposed to have them these days.
36372         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
36373         Merge changes from latest Autoconf CVS.
36374         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
36375         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
36376         POSIX decided to standardize on the int flavor of strerror_r.
36377
36378 2001-10-20  Paul Eggert  <eggert@twinsun.com>
36379
36380         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
36381         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
36382         Use strerror_r that is only a macro, even if it is not a function.
36383         (strerror): Check for HAVE_DECL_STRERROR before declaring.
36384         (private_strerror): Use prototypes, not old-style function definition.
36385         (print_errno_message): New function.
36386         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
36387         char*-flavored one.
36388         (error_tail, error, error_at_line): Use it.
36389
36390 2001-10-11  Jim Meyering  <meyering@lucent.com>
36391
36392         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
36393         and quote_n (1, ... to avoid clobbering a buffer.
36394
36395 2001-10-05  Jim Meyering  <meyering@lucent.com>
36396
36397         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
36398         hash-pjw.h.
36399         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
36400         * lib/hash-pjw.h: New file.
36401
36402 2001-09-30  Jim Meyering  <meyering@lucent.com>
36403
36404         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
36405         `struct fsstat' has the `f_fstypename' member.
36406         Use that to define FS_TYPE, which is now used to make
36407         the getfsstat link test tighter.
36408
36409 2001-09-30  Jim Meyering  <meyering@lucent.com>
36410
36411         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
36412         Include <sys/ucred.h>, for Apple Darwin.
36413         Include sys/mount.h and sys/fs_types.h only if available.
36414         (FS_TYPE): Define.
36415         (read_filesystem_list): Use FS_TYPE.
36416
36417 2001-09-29  Paul Eggert  <eggert@twinsun.com>
36418
36419         * lib/exclude.c (excluded_filename): 0 -> false, since it's
36420         a boolean context.
36421
36422 2001-09-29  Jim Meyering  <meyering@lucent.com>
36423
36424         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36425         [one-argument getmntent function]): Include stdio.h before mntent.h.
36426         SunOS 4.1.x needs it for the declaration of `FILE'.
36427         Patch by Volker Borchert.
36428
36429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
36430         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
36431         sys/fs_types.h, and make the link-test for getfsstat guard #include
36432         directives with appropriate #if HAVE_*_H tests so that we can
36433         detect getfsstat on Apple Darwin1.3.7 systems.
36434         Reported by Nelson Beebe.
36435         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
36436
36437 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36438
36439         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36440         #defines strtoimax.  Also treat the other strto* functions
36441         like strtoimax.
36442
36443         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36444         Check for strtoul and strtoumax,
36445         as those declarations are made even in the signed case.
36446         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
36447         Likewise, for strtol and strtoimax.
36448
36449 2001-09-28  Paul Eggert  <eggert@twinsun.com>
36450
36451         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
36452         #defines strtoimax.  Also treat the other strto* functions
36453         like strtoimax.
36454
36455         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
36456         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
36457         (strtoimax, strtoumax): Do not declare if already defined as a macro.
36458
36459 2001-09-26  Jim Meyering  <meyering@lucent.com>
36460
36461         Most macros in unlocked-io.h had the wrong number of arguments.
36462         * lib/gen-uio: New script.
36463         (USE_UNLOCKED_IO): Define to 1 if not already defined.
36464         * lib/unlocked-io.hin: Remove file.
36465         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
36466         rather than trying to embed it here.
36467         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
36468         Reported by Padraig Brady.
36469
36470 2001-09-25  Volker Borchert  <bt@teknon.de>
36471
36472         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
36473         `result'.
36474
36475 2001-09-24  Jim Meyering  <meyering@lucent.com>
36476
36477         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
36478
36479 2001-09-23  Jim Meyering  <meyering@lucent.com>
36480
36481         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
36482         instead of the mere test for existence of mntent.h.  The latter
36483         would get a false-positive on AIX 3.4 systems.
36484         In the outer getmntent if-block, don't die if neither of the getmntent
36485         tests succeeds.  Instead, just fall through and continue with the
36486         remaining tests.
36487
36488 2001-09-23  Jim Meyering  <meyering@lucent.com>
36489
36490         * lib/mountlist.c: Remove useless parentheses in #if directives.
36491         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
36492         the deprecated MOUNTED symbol is no longer defined in mntent.h.
36493
36494 2001-09-22  Jim Meyering  <meyering@lucent.com>
36495
36496         * m4/gettext.m4: New file.  From gettext.
36497         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
36498         * m4/progtest.m4: Likewise
36499         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
36500         * m4/glibc21.m4: Likewise.
36501
36502         * m4/libintl.m4: Remove.  No longer used.
36503
36504 2001-09-22  Jim Meyering  <meyering@lucent.com>
36505
36506         * lib/localcharset.c: Update from latest gettext.
36507         * lib/config.charset: Likewise.
36508
36509 2001-09-20  Jim Meyering  <meyering@lucent.com>
36510
36511         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
36512         strtoimax.
36513         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
36514         strtoumax.
36515
36516 2001-09-20  Jim Meyering  <meyering@lucent.com>
36517
36518         * lib/xstrtol.c (strtoimax): Guard declaration with
36519         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
36520         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
36521         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
36522         (strtoumax): Likewise, for completeness (it wasn't necessary).
36523
36524 2001-09-17  Paul Eggert  <eggert@twinsun.com>
36525
36526         * lib/strtoimax.c (HAVE_LONG_LONG):
36527         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
36528         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
36529         to work around bug in IBM C compiler.
36530
36531 2001-09-17  Jim Meyering  <meyering@lucent.com>
36532
36533         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
36534         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
36535         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
36536         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
36537         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
36538         whenever the right hand side need not be expanded by the shell.
36539
36540 2001-09-16  Paul Eggert  <eggert@twinsun.com>
36541
36542         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
36543         library.  It's not correct, as some older glibcs are buggy.
36544         fnmatch wasn't fixed until glibc 2.2.
36545
36546         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
36547         special shell magic here.
36548
36549 2001-09-16  Jim Meyering  <meyering@lucent.com>
36550
36551         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
36552         * m4/jm-macros.m4: Require it.
36553
36554 2001-09-16  Jim Meyering  <meyering@lucent.com>
36555
36556         * lib/mkdir.c: New file.
36557
36558 2001-09-15  Jim Meyering  <meyering@lucent.com>
36559
36560         * m4/jm-macros.m4: Check for help2man.
36561
36562 2001-09-11  Jim Meyering  <meyering@lucent.com>
36563
36564         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
36565         The body, by Paul Eggert, was moved here from configure.in.
36566         * m4/jm-macros.m4: Require UTILS_HOST_OS.
36567
36568 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36569
36570         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
36571         (jm_PREREQ): Use it.
36572
36573 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36574
36575         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
36576         Use ssize_t, not int, to store result of readlink.
36577         Check for ssize_t overflow as well as size_t overflow,
36578         as POSIX says the result of readlink is implementation-defined
36579         when ssize_t overflows.
36580         Remove unnecessary cast to char*.
36581         Use free+malloc instead of realloc, as the storage doesn't need
36582         to be preserved and it's clearer and can be more efficient that way.
36583         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
36584         * lib/xreadlink.h (xreadlink): Update prototype.
36585
36586 2001-09-04  Paul Eggert  <eggert@twinsun.com>
36587
36588         * lib/xgetcwd.c: Revert some of the previous change; intead,
36589         fix the HAVE_GETCWD_NULL code to behave more like the
36590         !HAVE_GETCWD_NULL code used to.
36591
36592         Include "xalloc.h".
36593         (xgetcwd): Do not return NULL when memory is exhausted; instead,
36594         invoke xalloc_die.
36595
36596 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36597
36598         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
36599         sys/param.h, as pathmax.h includes them.
36600
36601 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36602
36603         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
36604         (jm_PREREQ_XGETCWD): New macro.
36605
36606         * m4/getcwd.m4: New file.
36607
36608 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36609
36610         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
36611         like the HAVE_GETCWD_NULL code.
36612         Include pathmax.h if not HAVE_GETCWD.
36613         Do not include xalloc.h.
36614         (INITIAL_BUFFER_SIZE): New symbol.
36615         Do not use xmalloc / xrealloc, since the caller is responsible for
36616         handling errors.  Preserve errno around `free' during failure.
36617         Do not overrun buffer when using getwd.
36618
36619 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36620
36621         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
36622         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
36623         getcwd (NULL, 0).
36624
36625 2001-09-03  Paul Eggert  <eggert@twinsun.com>
36626
36627         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
36628         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
36629         spotted by Jim Meyering.
36630
36631 2001-09-03  Jim Meyering  <meyering@lucent.com>
36632
36633         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
36634         failure.
36635
36636 2001-09-02  Jim Meyering  <meyering@lucent.com>
36637
36638         * lib/error.c: Update from GNU libc.
36639
36640 2001-09-01  Jim Meyering  <meyering@lucent.com>
36641
36642         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
36643         Used by df.
36644
36645 2001-09-01  Jim Meyering  <meyering@lucent.com>
36646
36647         * lib/xreadlink.c: New file.
36648         * lib/xreadlink.h: New file.
36649         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
36650         xreadlink.h.
36651
36652         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
36653         doesn't conflict with sparc Solaris 7's definition in
36654         /usr/include/sys/int_types.h.
36655
36656         * lib/exclude.c: Use `""', not `<>' to #include non-system header
36657         files.
36658         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
36659         and strncasecmp as r-values.  Unixware didn't have declarations.
36660
36661 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36662
36663         * lib/xstrtol.h: Add copyright notice.
36664         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
36665         LONGINT_INVALID_SUFFIX_CHAR.
36666
36667 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36668
36669         * lib/xstrtol.c (strtoimax): New decl.
36670
36671 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36672
36673         * lib/xgetcwd.c: Don't include pathmax.h.
36674         Include stdlib.h and unistd.h if available.
36675         Include xalloc.h.
36676         (xmalloc, xstrdup, free): Remove decls.
36677         (xgetcwd): Don't assume sizes fit in unsigned.
36678         Check for overflow when computing sizes.
36679         Simplify reallocation code.
36680
36681 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36682
36683         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
36684         a directory's st_size can have an arbitrary value, so the old
36685         usage could waste an arbitrary amount of memory.  All uses
36686         changed.
36687         * lib/savedir.h: Update prototype.
36688
36689 2001-08-31  Paul Eggert  <eggert@twinsun.com>
36690
36691         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
36692
36693         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
36694         old strtoimax.c.
36695
36696         Also, make the following further changes to make this file's
36697         configuration more similar to that of strtol.c:
36698         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
36699         (strtoumax, uintmax_t, strtoull, strtol): Remove.
36700         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
36701         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
36702         changed to signed values.
36703
36704         And make the following changes as well:
36705         Fix copyright notice, as 1999 was missing.
36706         (verify): New macro.
36707         (strtoimax): Check sizes at compile-time, not run-time.
36708         Prefer strtol to strtoll if both work.
36709         (main): Remove; it was not that useful and was a pain to maintain.
36710
36711         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
36712
36713 2001-08-31  Jim Meyering  <meyering@lucent.com>
36714
36715         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
36716         Use an initial, malloc'd, buffer of length 128 rather than
36717         a statically allocated one of length 1024.
36718
36719 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36720
36721         Simplify code, partly by assuming autoconf 2.52 semantics.
36722
36723         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
36724
36725         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
36726         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
36727         All uses removed.
36728         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
36729         Move AC_REQUIRE to next-to-top level, to avoid confusion.
36730         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
36731         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
36732         jm_AC_HEADER_INTTYPES_H.
36733         * m4/jm-macros.m4 (jm_MACROS): Likewise.
36734
36735         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
36736
36737         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36738         Quote first arg of AC_DEFUN.
36739         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
36740         since they are needed to parse the include file even if we need
36741         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
36742         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
36743         but with opposite signedness.
36744
36745 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36746
36747         Merge 'exclude' changes from tar 1.13.22.
36748         This fixes one or two unlikely storage allocation overflow bugs,
36749         but doesn't change user-visible behavior otherwise.
36750
36751 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36752
36753         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
36754         (jm_PREREQ_EXCLUDE): New macro.
36755
36756 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36757
36758         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
36759         tm to be declared.
36760
36761 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36762
36763         * lib/hash.c: Remove '2001' from copyright notice.
36764
36765 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36766
36767         * lib/full-write.h: New file.
36768         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
36769         * lib/full-write.c: Correct credits, as cccp.c no longer
36770         exists and anyway it was so heavily changed from the old cccp
36771         code as to be unrecognizable.  Include full-write.h.
36772         (full_write) Return size_t, with short writes meaning failure.
36773         All callers changed.  This fixes a bug with large buffers
36774         on 64-bit hosts.
36775         * lib/utime.c: Include full-write.h.
36776
36777 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36778
36779         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
36780         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
36781         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
36782         Include if available.
36783         (<xalloc.h>): Include
36784         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
36785         (verify): New macro.  Use it to verify that EXCLUDE macros do not
36786         collide with FNM macros.
36787         (struct patopts): New struct.
36788         (struct exclude): Use it, as exclude patterns now come with options.
36789         (new_exclude): Support above changes.
36790         (new_exclude, add_exclude_file):
36791         Initial size must now be a power of two to simplify overflow checking.
36792         (free_exclude, fnmatch_no_wildcards): New function.
36793         (excluded_filename): No longer requires options arg, as the options
36794         are determined by add_exclude.  Now returns bool, not int.
36795         (excluded_filename, add_exclude):
36796         Add support for the fancy new exclusion options.
36797         (add_exclude, add_exclude_file): Now takes int options arg.
36798         Check for arithmetic overflow when computing sizes.
36799         (add_exclude_file): xrealloc might modify errno, so don't
36800         realloc until after errno might be used.
36801
36802         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
36803         New macros.
36804         (free_exclude): New decl.
36805         (add_exclude, add_exclude_file): Now takes int options arg.
36806         (excluded_filename): No longer requires options arg, as the options
36807         are determined by add_exclude.  Now returns bool, not int.
36808
36809 2001-08-30  Paul Eggert  <eggert@twinsun.com>
36810
36811         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
36812
36813 2001-08-27  Jim Meyering  <meyering@lucent.com>
36814
36815         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
36816
36817         * lib/version-etc.c (N_): Remove definition.
36818         Revert most of last change.
36819         Instead, simply don't mark the `Copyright...' string for translation.
36820         Based on advice from Paul Eggert.
36821
36822         * lib/strtoxmax.c: Tweak comment.
36823
36824 2001-08-26  Jim Meyering  <meyering@lucent.com>
36825
36826         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
36827
36828         * m4/xstrtoimax.m4: New file.
36829         * m4/xstrtoumax.m4: Add comments explaining why we
36830         AC_REPLACE_FUNCS(strtol).
36831
36832 2001-08-26  Jim Meyering  <meyering@lucent.com>
36833
36834         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
36835         of copyright with `%s' so translators don't get an untranslated
36836         message in 2002.
36837         (COPYRIGHT_YEAR): Define.
36838         (version_etc): Use fprintf rather than fputs.
36839         Suggestion from Ulrich Drepper.
36840
36841         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
36842
36843         * lib/strtoll.c: New file, from GNU libc.
36844         * lib/xstrtoimax.c: New file.
36845
36846         * lib/xstrtol.h: Add xstrtoimax.
36847         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
36848         * lib/strtoimax.c: New file.  Likewise, but first define
36849         STRTOUXMAX_SIGNED.
36850
36851         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
36852         ...
36853         * lib/strtoxmax.c: ... then renamed to this.
36854
36855 2001-08-18  Paul Eggert  <eggert@twinsun.com>
36856
36857         * m4/inttypes.m4: Add AC_PREREQ(2.13).
36858         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
36859         (jm_AC_TYPE_INTMAX_T): New macro.
36860         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
36861
36862         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
36863
36864         * m4/longlong.m4: Renamed from ulonglong.m4.
36865         * m4/inttypes.m4: Renamed from inttypes_h.m4.
36866         * m4/uintmax_t.m4: Removed.
36867
36868 2001-08-13  Paul Eggert  <eggert@twinsun.com>
36869
36870         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
36871         Port to Solaris 8, where 'sed' requires a space after the 'r'
36872         command, and where sh dislikes "$/".  Clean up the spacing a bit.
36873         Redirect output to $tmp just once.
36874
36875 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
36876
36877         * lib/addext.c (<errno.h>): Include.
36878         (errno): Declare if not defined.
36879         (addext): Work correctly when pathconf returns -1 and leaves
36880         errno alone because there is no limit.  Also, work even if
36881         pathconf returns a value greater than SIZE_MAX.
36882
36883 2001-08-12  Jim Meyering  <meyering@lucent.com>
36884
36885         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
36886         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
36887         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
36888         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
36889         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
36890         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
36891         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
36892         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
36893         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
36894         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
36895         utime.m4, utimes.m4, xstrtoumax.m4:
36896         Quote the first argument in each use of AC_DEFUN.
36897
36898 2001-08-12  Jim Meyering  <meyering@lucent.com>
36899
36900         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
36901         Simply `return getcwd (NULL, 0);'.
36902         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
36903         Use 1300 as initial value for length, not PATH_MAX.
36904
36905         * lib/pathmax.h: Clean up cpp syntax.
36906
36907 2001-08-12  Jim Meyering  <meyering@lucent.com>
36908
36909         * lib/gettimeofday.c: New file.
36910         * lib/gtod.h: New file.
36911         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
36912
36913 2001-08-05  Jim Meyering  <meyering@lucent.com>
36914
36915         * m4/jm-macros.m4: Require autoconf-2.52.
36916
36917 2001-08-04  Jim Meyering  <meyering@lucent.com>
36918
36919         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
36920         stmt, to get in sync with glibc.
36921
36922 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36923
36924         The following changes are from gettext 0.10.39 as maintained by
36925         Bruno Haible.
36926
36927         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
36928         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
36929         with inverted sense.  All uses changed.
36930
36931         * lib/mbswidth.c: Don't include <limits.h>.
36932         Include <stdlib.h> and <string.h> unconditionally.
36933         (iswcntrl, mbsinit, ISCNTRL): New macros.
36934         (mbsnwidth): Use K&R style function declarations.
36935         Don't bother checking for MB_LEN_MAX == 1, since the compiler
36936         can optimize it when MB_CUR_MAX == 1.
36937         The width of control characters is zero, not 1.
36938
36939 2001-08-03  Paul Eggert  <eggert@twinsun.com>
36940
36941         The following changes are from gettext 0.10.39 as maintained by
36942         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
36943
36944         * m4/codeset.m4: Upgrade to serial AM1.
36945         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
36946         all uses changed.  Quote first arg of AC_DEFUN.
36947         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
36948
36949         * m4/iconv.m4: Upgrade to serial AM2.
36950         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
36951         Add --with-libconv-prefix.
36952         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
36953         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
36954         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
36955         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
36956         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
36957
36958         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
36959         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
36960         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
36961         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
36962         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
36963         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
36964         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
36965         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
36966         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
36967
36968         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
36969         string.h any more.
36970
36971         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
36972         not the default value.
36973
36974         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
36975         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
36976         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
36977         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
36978         Also check for iswcntrl, used for wcwidth fallback.
36979         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
36980         to Autoconf 2.13.
36981
36982 2001-08-03  Jim Meyering  <meyering@lucent.com>
36983
36984         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
36985         as it was in the original.  Reported by Paul Eggert.
36986
36987 2001-07-16  Jim Meyering  <meyering@lucent.com>
36988
36989         * m4/gettimeofday.m4: New file.
36990         Prompted by a report from Bernhard Baehr.
36991
36992 2001-07-15  Jim Meyering  <meyering@lucent.com>
36993
36994         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
36995         stuff. Now it's in ../Makefile.cfg.
36996
36997 2001-07-15  Jim Meyering  <meyering@lucent.com>
36998
36999         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
37000         (BUILT_SOURCES): Add unlocked-io.h.
37001         (io_functions): Define.
37002         (unlocked-io.h): New rule.
37003         (DISTCLEANFILES): Add unlocked-io.h.
37004         (all-local): Depend on unlocked-io.h, to ensure it is created.
37005
37006         * lib/unlocked-io.hin: New file
37007
37008         * lib/regex.c: Update from glibc.
37009
37010 2001-07-05  Jim Meyering  <meyering@lucent.com>
37011
37012         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
37013         recommendation.
37014         (libfetish_a_SOURCES): Put all .h files here instead.
37015         Remove a thus-exposed (better checks in automake) duplicate and
37016         two unnecessary .h files.
37017
37018 2001-07-04  Jim Meyering  <meyering@lucent.com>
37019
37020         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
37021         that generates jm-glibc-io.m4 so that it doesn't trigger any make
37022         distcheck failure.
37023
37024 2001-07-02  Jim Meyering  <meyering@lucent.com>
37025
37026         The following changes were prompted by suggestions from Bruno Haible.
37027
37028         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
37029         is now generated.
37030         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
37031         definition of EXTRA_DIST.
37032         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
37033         ensure that the generated file is created/updated whenever the list
37034         of $(unlocked_functions) is changed.
37035         (jm-glibc-io.m4): New rule.
37036         (unlocked-io.h): New rule -- currently unused.
37037
37038 2001-06-24  Jim Meyering  <meyering@lucent.com>
37039
37040         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
37041         unmatched right bracket, rather than kludging it with an extra,
37042         falsely-matching quote in a comment.  Patch by Akim Demaille.
37043
37044 2001-06-11  Jim Meyering  <meyering@lucent.com>
37045
37046         * lib/regex.c: Update from GNU libc.
37047
37048 2001-05-27  Jim Meyering  <meyering@lucent.com>
37049
37050         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
37051         Check for ut_type in struct utmp.
37052
37053 2001-05-27  Jim Meyering  <meyering@lucent.com>
37054
37055         * lib/readutmp.h (UT_TYPE): Define.
37056
37057 2001-05-24  Jim Meyering  <meyering@lucent.com>
37058
37059         * lib/argmatch.c: Include "quote.h".
37060         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
37061         quote function.  Reported by Göran Uddeborg.
37062
37063 2001-05-22  Jim Meyering  <meyering@lucent.com>
37064
37065         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
37066         now that we use the package-supplied version unconditionally.
37067         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
37068
37069 2001-05-21  Jim Meyering  <meyering@lucent.com>
37070
37071         * m4/regex.m4: Change a couple backticks to single quotes to avoid
37072         shell syntax errors.
37073
37074 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37075
37076         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
37077
37078 2001-05-20  Paul Eggert  <eggert@twinsun.com>
37079
37080         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
37081         Don't bother to check library strftime, since
37082         we'll be using our own my_strftime function anyway.
37083         Define my_strftime instead of strftime.
37084
37085 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
37086
37087         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
37088         which is not yet declared.
37089
37090 2001-05-15  Jim Meyering  <meyering@lucent.com>
37091
37092         * m4/regex.m4: Use proper quoting so brackets appear in the test
37093         program.
37094         Reported by, and with help from, Bruno Haible.
37095
37096 2001-05-13  Jim Meyering  <meyering@lucent.com>
37097
37098         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
37099         undefined.
37100
37101 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37102
37103         dirname code cleanup.  base_name now behaves more compatibly
37104         with POSIX basename when given file names that have trailing
37105         slashes, and similarly for dir_name.  Add new primitives
37106         base_len and dir_len.  Put the directory-name-related decls
37107         into dirname.h.
37108
37109         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
37110         * lib/backupfile.c (base_name): Likewise.
37111         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
37112         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
37113         * lib/makepath.c (strip_trailing_slashes): Likewise.
37114         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
37115         ISSLASH): Likewise.
37116         * lib/rename.c (strip_trailing_slashes): Likewise.
37117         * lib/same.c (base_name): Likewise.
37118         * lib/stripslash.c (ISSLASH): Likewise.
37119
37120         * lib/addext.c: Include <dirname.h> after size_t is defined.
37121         * lib/backupfile.c: Likewise.
37122
37123         * lib/addext.c (addext): Use base_len to trim redundant
37124         trailing slashes instead of doing it ourselves.
37125         But do not trim the last slash if it is not redundant.
37126
37127         * lib/backupfile.c (find_backup_file_name,
37128         max_backup_version): Use base_len instead of rolling it ourselves.
37129         Handle the case of "" and (on DOS) "C:" correctly.
37130
37131         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
37132         needed. Include <string.h>, <dirname.h>.
37133         (base_name): Allow file names ending in slashes, other than names
37134         that are all slashes.  In this case, return the basename followed
37135         by the slashes.  This is more general, and can be used in places
37136         where the original base_name purposely had an assertion failure.
37137         (base_len): New function.
37138
37139         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
37140         Do not include <assert.h>; no longer needed.
37141         Include xalloc.h.
37142         (memrchr): Remove decl.
37143         (dir_name_r): Remove.
37144         (dir_len): Renamed from dirlen.  All callers changed.
37145         Rewrite in terms of base_name, for simplicity and consistency.
37146         (dir_name): Never return NULL.  All callers changed.
37147         Do not include <stdlib.h> in test program; no longer needed.
37148         return 0; is fine for test program.
37149
37150         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
37151         New macros.
37152         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
37153
37154         * lib/path-concat.c (path_concat): Use base_len to compute
37155         base length, not strlen; this means we cannot rely on memcpy
37156         to null-terminate.
37157
37158         * lib/same.c (STREQ): Remove.
37159         (same_name): Handle the case where the basename ends in trailing '/'.
37160
37161         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
37162         a slash was stripped.  Do not strip the last slash after a
37163         file system prefix.
37164
37165 2001-05-11  Paul Eggert  <eggert@twinsun.com>
37166
37167         * lib/Makefile.am (libfetish_a_SOURCES):
37168         Add strftime.c, since we now compile it on all hosts.
37169
37170         * lib/strftime.c (my_strftime):
37171         Define to nstrftime if emacs, but only if my_strftime is not defined.
37172         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
37173         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
37174         Add one more extra argument: a nanoseconds value.
37175         All uses changed.
37176         (ns): New macro.
37177         (my_strftime function): Add %N format.
37178         (emacs_strftimeu): Renamed from emacs_strftime,
37179         with extra ut argument.
37180
37181 2001-05-09  Paul Eggert  <eggert@twinsun.com>
37182
37183         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
37184
37185 2001-04-21  Jim Meyering  <meyering@lucent.com>
37186
37187         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
37188         doesn't interfere.
37189
37190 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
37191
37192         * m4/ftruncate.m4: Check for chsize.
37193         Link with ftruncate.o unconditionally if ftruncate is missing.
37194         This was required when cross-compiling to i586-mingw32msvc.
37195
37196 2001-04-08  Jim Meyering  <meyering@lucent.com>
37197
37198         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
37199         recomputed; that's necessary when the offset spans a DST transition.
37200         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
37201
37202 2001-04-02  Jim Meyering  <meyering@lucent.com>
37203
37204         * lib/regex.h, regex.c: Update from GNU libc.
37205
37206 2001-03-24  Jim Meyering  <meyering@lucent.com>
37207
37208         * m4/jm-macros.m4: Require autoconf-2.49d.
37209
37210 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
37211
37212         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
37213
37214 2001-03-19  Paul Eggert  <eggert@twinsun.com>
37215
37216         * lib/version-etc.c (version_etc_copyright): Update to 2001.
37217
37218 2001-03-17  Jim Meyering  <meyering@lucent.com>
37219
37220         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
37221         now that the version in autoconf is equivalent.
37222         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
37223
37224         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
37225         Suggestion from Akim Demaille.
37226
37227         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
37228         (jm_PREREQ_TEMPNAME): New function.
37229
37230 2001-03-16  Paul Eggert  <eggert@twinsun.com>
37231
37232         * lib/tempname.c (uint64_t): Define to uintmax_t if
37233         not defined, and if UINT64_MAX is not defined.
37234         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
37235         Reported by John David Anglin.
37236
37237 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
37238
37239         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
37240         resolve alias if codeset is empty.
37241         * lib/config.charset (BeOS): Use wildcard syntax.
37242
37243 2001-03-13  Jim Meyering  <meyering@lucent.com>
37244
37245         * lib/path-concat.c (path_concat)
37246         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
37247         concatenating e.g., `C:' and `foo'.
37248         From Bruno Haible.
37249
37250 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37251
37252         * lib/localcharset.c (locale_charset): Don't use
37253         setlocale(LC_CTYPE,NULL). Don't return NULL.
37254         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
37255
37256 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
37257
37258         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
37259         support for DOS/DJGPP.
37260
37261 2001-03-01  Paul Eggert  <eggert@twinsun.com>
37262
37263         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
37264         lacks mkstemp.  Compile our own tempname.c if we compile our own
37265         mkstemp.c, as mkstemp relies on tempname.
37266
37267 2001-03-01  Jim Meyering  <meyering@lucent.com>
37268
37269         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
37270         AH_VERBATIM really does output its argument verbatim.
37271
37272 2001-02-28  Paul Eggert  <eggert@twinsun.com>
37273
37274         * lib/Makefile.am (libfetish_a_SOURCES):
37275         Add dup-safer.c, fopen-safer.c.
37276         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
37277
37278         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
37279         * lib/unistd-safer.h: New files.
37280
37281 2001-02-25  Paul Eggert  <eggert@twinsun.com>
37282
37283         The mkstemp replacement is taken from glibc 2.2.2, with some
37284         portability fixes for use outside glibc, as follows:
37285
37286         * lib/tempname.c (struct_stat64): New macro.
37287         (direxists, __gen_tempname): Use it.
37288         This avoids a portability problem with Solaris 8.
37289
37290         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
37291         (<stddef.h>, <stdint.h>, <string.h>):
37292         Include only if STDC_HEADERS || _LIBC.
37293         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
37294         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
37295         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
37296         (__set_errno): Define this macro if <errno.h> doesn't.
37297         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
37298         Define these macros if <stdio.h> doesn't.
37299         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
37300         Define these macros if <sys/stat.h>
37301         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
37302         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
37303         __xstat64): Define if not _LIBC.
37304         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
37305         (__gen_tempname): Invoke gettimeofday only if
37306         HAVE_GETTIMEOFDAY || _LIBC;
37307         otherwise, fall back on plain "time".
37308         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
37309
37310         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
37311
37312         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
37313
37314 2001-02-18  Paul Eggert  <eggert@twinsun.com>
37315
37316         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
37317
37318 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37319
37320         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
37321         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
37322         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
37323         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
37324
37325 2001-02-17  Paul Eggert  <eggert@twinsun.com>
37326
37327         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
37328         Remove workaround macros for hosts that have mbrtowc but not
37329         mbstate_t, as we now insist on proper declarations for both
37330         before using mbrtowc.
37331
37332 2001-02-17  Jim Meyering  <meyering@lucent.com>
37333
37334         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
37335         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
37336         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
37337         UnixWare 7.1.1.
37338
37339         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
37340         rather than AC_CACHE_VAL.
37341
37342 2001-02-17  Jim Meyering  <meyering@lucent.com>
37343
37344         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
37345         around included file name.
37346
37347         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
37348
37349         * lib/strftime.c: Update from GNU libc (the only changes were to
37350         comments).
37351
37352 2001-02-17  Jim Meyering  <meyering@lucent.com>
37353
37354         * lib/regex.c: Update from libc.
37355
37356 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
37357
37358         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
37359         clash.
37360
37361 2001-02-16  Paul Eggert  <eggert@twinsun.com>
37362
37363         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
37364         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
37365         Reported by Mark Hounschell via Paul Eggert.
37366
37367 2001-02-07  Jim Meyering  <meyering@lucent.com>
37368
37369         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
37370
37371 2001-02-05  Jim Meyering  <meyering@lucent.com>
37372
37373         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
37374         it includes the patch required for `large file' support with at least
37375         HP-UX's 10.20 /bin/cc.
37376
37377 2001-02-03  Jim Meyering  <meyering@lucent.com>
37378
37379         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
37380         AS_IF, now that it works once again (mysteriously).
37381         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37382
37383 2001-01-30  Jim Meyering  <meyering@lucent.com>
37384
37385         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
37386         * m4/chown.m4: Rename conftestchown to conftest.chown.
37387         * m4/rename.m4: s/conftestdir/conftest.d1/ and
37388         s/conftestdir2/conftest.d2/.
37389         * m4/utimes.m4: s/conftestdata/conftest.data/
37390         Inspired by Pavel Roskin's change in autoconf.
37391
37392 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
37393
37394         * lib/config.charset: Update for FreeBSD 4.2.
37395
37396 2001-01-27  Jim Meyering  <meyering@lucent.com>
37397
37398         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
37399         a use of AS_IF.
37400         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
37401
37402 2001-01-26  Jim Meyering  <meyering@lucent.com>
37403
37404         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
37405         quotearg.c includes it.
37406
37407 2001-01-26  Jim Meyering  <meyering@lucent.com>
37408
37409         * lib/quotearg.c: Include stddef.h.
37410         * lib/quote.c: Include stddef.h.
37411         Reported by Axel Kittenberger.
37412
37413         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
37414         line in double quotes so that it evokes a better diagnostic.
37415         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
37416         Reported by Axel Kittenberger.
37417
37418 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
37419
37420         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
37421         as if it was a `charset'.
37422
37423 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37424
37425         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
37426         has const.
37427
37428 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
37429
37430         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
37431         to avoid a warning.  Add back 'const' to inptr.
37432
37433 2001-01-20  Jim Meyering  <meyering@lucent.com>
37434
37435         Be sure that headers are checked before used in code compiled
37436         for the type checks.
37437         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
37438         In place of that, invoke jm_CHECK_ALL_TYPES.
37439         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
37440         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
37441         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
37442         The check for ssize_t was mistakenly run before the test for unistd.h.
37443
37444         The configure-time check for stdbool.h was missing.
37445         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
37446         (jm_PREREQ_HASH): New function.
37447
37448 2001-01-17  Jim Meyering  <meyering@lucent.com>
37449
37450         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
37451         for autoconf-2.49c.
37452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
37453
37454 2001-01-16  Jim Meyering  <meyering@lucent.com>
37455
37456         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
37457         From Bruno Haible.
37458
37459 2001-01-14  Jim Meyering  <meyering@lucent.com>
37460
37461         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
37462         foo and bar.  Create conftestdir/ in the script, not in the C code.
37463         Remove directories in the script, not in the C code.
37464         Remove conftestdir{,2} before trying to create the directory.
37465         Make the entire configure script fail if the mkdir fails.
37466
37467 2001-01-14  Jim Meyering  <meyering@lucent.com>
37468
37469         * lib/rename.c: New file.  From Volker Borchert.
37470         Include stdlib.h, string.h or strings.h, and xalloc.h.
37471         Use strip_trailing_slashes rather than open-coding it.
37472
37473 2001-01-03  Paul Eggert  <eggert@twinsun.com>
37474
37475         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
37476
37477 2001-01-03  Jim Meyering  <meyering@lucent.com>
37478
37479         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
37480         of local `inptr' to avoid warning with some system declarations of
37481         iconv.
37482
37483 2001-01-02  Volker Borchert  <bt@teknon.de>
37484
37485         * m4/rename.m4: New file.
37486         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
37487
37488 2001-01-01  Jim Meyering  <meyering@lucent.com>
37489
37490         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
37491         even on systems with utmpx.h.  It's necessary for the declaration of
37492         utmp's ut_user member.  Reported by Andreas Jaeger.
37493
37494         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
37495         available. They are required for the declarations of getgrgid and
37496         getpwuid resp.
37497         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
37498         Reported by Andreas Jaeger.
37499
37500 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
37501
37502         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
37503         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
37504         so `make install' also works in VPATH builds.
37505
37506 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
37507
37508         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
37509         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
37510         can be used in subdirectories.
37511
37512 2000-12-29  Paul Eggert  <eggert@twinsun.com>
37513
37514         * lib/modechange.c: Do not assume that mode_t uses the
37515         traditional octal encoding.  E.g. "chmod 1 FOO" should set
37516         the other-execute bit of FOO even if S_IXOTH != 1.
37517
37518         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
37519         WOTH, XOTH, ALLM): New macros.
37520         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
37521          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
37522         Use them.
37523         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
37524         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
37525         (mode_compile):
37526         No need to use uintmax_t; unsigned long is long enough.
37527         Don't bother to get suffix since we don't use it.
37528
37529 2000-12-26  Jim Meyering  <meyering@lucent.com>
37530
37531         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
37532         better with autoheader.
37533
37534 2000-12-24  Jim Meyering  <meyering@lucent.com>
37535
37536         * lib/hash.c (is_prime): Return explicit boolean values.
37537         (hash_get_first): Return NULL to appease Irix5.6's 89.
37538         Reported by Nelson Beebe.
37539
37540 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
37541
37542         * lib/localcharset.c (locale_charset): Add support for Win32.
37543
37544 2000-12-18  Paul Eggert  <eggert@twinsun.com>
37545
37546         * lib/physmem.h, lib/physmem.c: New files.
37547
37548         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
37549         (noinst_HEADERS): Add physmem.h.
37550
37551         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
37552         't' for compatibility with Solaris 8 sort.
37553
37554 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
37555
37556         * lib/config.charset: Add support for BeOS.
37557
37558 2000-12-17  Jim Meyering  <meyering@lucent.com>
37559
37560         * m4/dos.m4 (jm_AC_DOS): New file and macro.
37561         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
37562
37563 2000-12-16  Jim Meyering  <meyering@lucent.com>
37564
37565         This bug had a serious impact on chown: `chown N:M FILE' (for integer
37566         N and M) would have treated it like `chown N:N FILE'.
37567
37568         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
37569
37570 2000-12-16  Jim Meyering  <meyering@lucent.com>
37571
37572         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
37573         SHELLS_FILE to a file name that's useful on djgpp systems.
37574         Include stdlib.h.
37575         (ADDITIONAL_DEFAULT_SHELLS): Define.
37576         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
37577         Based mostly on a patch from Prashant TR.
37578
37579 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
37580
37581         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
37582         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
37583         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
37584
37585 2000-12-08  Andreas Schwab  <schwab@suse.de>
37586
37587         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
37588         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
37589
37590 2000-12-07  Jim Meyering  <meyering@lucent.com>
37591
37592         * lib/stripslash.c (ISSLASH): Define.
37593         (strip_trailing_slashes): Use ISSLASH rather than comparing against
37594         `/'.
37595         From Prashant TR.
37596
37597         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
37598         (dir_name_r): Declare this function as static.
37599         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
37600         manifest itself on a name containing a mix of slashes and
37601         backslashes.
37602         Make this function work with names starting with a DOS-style
37603         drive letter and colon prefix.
37604         (dir_name): Append `.' if necessary.
37605         Based mostly on patches from Prashant TR and Eli Zaretskii.
37606
37607         * lib/dirname.h (dir_name_r): Remove prototype.
37608
37609 2000-12-06  Paul Eggert  <eggert@twinsun.com>
37610
37611         * m4/off_t-format.m4: Remove this file.
37612         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
37613
37614 2000-12-06  Jim Meyering  <meyering@lucent.com>
37615
37616         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
37617         replacement strtoull, we may well need the replacement strtoul, too.
37618         Check for declarations of strtoul and strtoull.
37619         Check for strtol.  Mainly as a cue to cause automake to include
37620         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
37621         Check for limits.h -- strtol.c needs it.
37622
37623 2000-12-05  Jim Meyering  <meyering@lucent.com>
37624
37625         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
37626
37627 2000-12-04  Jim Meyering  <meyering@lucent.com>
37628
37629         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
37630         Also include memory.h, stdlib.h, unistd.h if appropriate.
37631         Reported by Andreas Jaeger (conflicting declaration of malloc).
37632
37633 2000-12-02  Jim Meyering  <meyering@lucent.com>
37634
37635         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
37636         * m4/jm-macros.m4 (jm_MACROS): require it.
37637
37638 2000-12-02  Jim Meyering  <meyering@lucent.com>
37639
37640         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
37641
37642 2000-12-01  Paul Eggert  <eggert@twinsun.com>
37643
37644         * lib/memrchr.c: Include <config.h> before any system include file.
37645
37646 2000-11-30  Jim Meyering  <meyering@lucent.com>
37647
37648         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
37649
37650 2000-11-30  Jim Meyering  <meyering@lucent.com>
37651
37652         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
37653
37654 2000-11-29  Paul Eggert  <eggert@twinsun.com>
37655
37656         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
37657
37658 2000-11-26  Jim Meyering  <meyering@lucent.com>
37659
37660         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
37661
37662 2000-11-22  Paul Eggert  <eggert@twinsun.com>
37663
37664         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
37665         size of (size_t) -1; it's not portable.
37666
37667 2000-11-17  Jim Meyering  <meyering@lucent.com>
37668
37669         * lib/strstr.c: Update from GNU libc.
37670
37671 2000-11-17  Akim Demaille  <akim@epita.fr>
37672
37673         * lib/obstack.h: Formatting changes.
37674         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
37675         prevent type checking.
37676         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
37677         cast the value to (void *): assigning a `foo *' to a `void *'
37678         variable is valid.
37679         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
37680
37681 2000-11-16  Jim Meyering  <meyering@lucent.com>
37682
37683         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
37684
37685 2000-11-11  Jim Meyering  <meyering@lucent.com>
37686
37687         * lib/error.c: Add a couple #includes, merging from GNU libc version.
37688
37689 2000-11-10  Jim Meyering  <meyering@lucent.com>
37690
37691         * lib/obstack.h: Update from GNU libc.
37692         * lib/obstack.c: Likewise.
37693
37694 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
37695
37696         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
37697
37698 2000-11-06  Paul Eggert  <eggert@twinsun.com>
37699
37700         * lib/getusershell.c (setusershell): Use rewind rather than
37701         fseek/fseeko, to avoid configuration hassles with fseeko.
37702         Don't bother opening SHELLS_FILE if shellstream is NULL;
37703         it's not necessary.
37704
37705 2000-11-05  Jim Meyering  <meyering@lucent.com>
37706
37707         * lib/makepath.h (make_dir): Declare.
37708         * lib/makepath.c (make_dir): Remove `static' attribute.
37709         Tweak a comment.
37710
37711 2000-11-04  Jim Meyering  <meyering@lucent.com>
37712
37713         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
37714
37715 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
37716
37717         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
37718         last one in a bucket, advance to the next bucket.
37719
37720 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
37721
37722         * lib/fnmatch.c: Do not comment out all the code if we are using
37723         the GNU C library, because in some cases we are replacing buggy
37724         code in the GNU C library itself.
37725
37726 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
37727
37728         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
37729         (regex_compile): Catch bogus \(\1\).
37730
37731 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37732
37733         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
37734         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
37735         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
37736
37737 2000-10-30  Paul Eggert  <eggert@twinsun.com>
37738
37739         * lib/error.h, getline.h, modechange.h:
37740         Remove "2000" from Copyright line, as the file hasn't been
37741         changed this year other than in the copyright notice.
37742
37743         * lib/xalloc.h: Add "2000" to Copyright line, as this file
37744         was changed this year.
37745
37746 2000-10-29  Jim Meyering  <meyering@lucent.com>
37747
37748         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
37749         renaming.
37750         * m4/ls-mntd-fs.m4: Likewise
37751
37752 2000-10-29  Jim Meyering  <meyering@lucent.com>
37753
37754         * lib/xstat.in: Fix grammar in comment.
37755
37756 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
37757
37758         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
37759         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
37760         doesn't define __restrict_arr.
37761
37762 2000-10-28  Jim Meyering  <meyering@lucent.com>
37763
37764         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
37765         (jm_PREREQ_MEMCHR): New function.
37766
37767 2000-10-28  Jim Meyering  <meyering@lucent.com>
37768
37769         * lib/memchr.c: Update from libc.
37770         Adjust for portability:
37771         [HAVE_STDLIB_H]: Include stdlib.h.
37772         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
37773         Undef __memchr, too.
37774         [!weak_alias]: Define __memchr to memchr.
37775
37776         * lib/regex.c: Update from libc.
37777         * lib/regex.h: Likewise.
37778         * lib/getopt1.c: Likewise.
37779         * lib/memcmp.c: Likewise.
37780
37781         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
37782         Avoid using fseek, when possible -- it's broken by design.
37783         Patch by Ulrich Drepper.
37784
37785 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
37786
37787         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
37788         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
37789         Giving in to popular pressure to shut up the compiler with casts.
37790
37791 2000-10-26  Jim Meyering  <meyering@lucent.com>
37792
37793         * lib/strftime.c: Update from libc.
37794
37795 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
37796
37797         * regex.c: More `unsigned char' -> `re_char' changes.
37798         Also change several `int' into `re_wchar_t'.
37799         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
37800         (PUSH_FAILURE_POINTER): Don't cast any more.
37801         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
37802         We want GCC to complain, since this piece of code makes
37803         re_match non-reentrant, which *should* be fixed.
37804         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
37805         (EXTEND_BUFFER): Use RETALLOC.
37806         (SET_LIST_BIT): Don't cast.
37807         (re_wchar_t): New type.
37808         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
37809         that those two functions will always properly return.
37810         (IMMEDIATE_QUIT_CHECK): Cast to void.
37811         (analyse_first): Use recursion rather than an explicit stack.
37812         (re_compile_fastmap): Can't fail anymore.
37813         (re_search_2): Don't check re_compile_fastmap for failure.
37814         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
37815         Now also sets the new value (passed in a new argument).
37816         (re_match_2_internal): Use it.
37817         Also, use a new var `reg' of type size_t when looping through regs
37818         rather than reuse the inappropriate `mcnt'.
37819
37820 2000-10-25  Jim Meyering  <meyering@lucent.com>
37821
37822         * lib/obstack.c: Update from libc.
37823
37824 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
37825
37826         * regex.c (regex_compile): Change the way of handling a range from
37827         a char less than 256 to a char not less than 256.
37828
37829 2000-10-24  Andrew Innes  <andrewi@gnu.org>
37830
37831         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
37832         NT-Emacs only.
37833         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
37834         so that re_search functions only quit when callers expect them to.
37835
37836 2000-10-23  Jim Meyering  <meyering@lucent.com>
37837
37838         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
37839         wrong.  That set_locale call must not have any side effects.
37840         From Paul Eggert.
37841
37842 2000-10-22  Jim Meyering  <meyering@lucent.com>
37843
37844         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
37845         [CYCLIC]: Remove now-unused definition.
37846
37847         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
37848         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
37849         Suggestion from Ulrich Drepper.
37850
37851 2000-10-21  Jim Meyering  <meyering@lucent.com>
37852
37853         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
37854         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
37855         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
37856
37857 2000-10-21  Jim Meyering  <meyering@lucent.com>
37858
37859         * lib/dirname.c (memrchr): Declare if necessary.
37860         (dir_name): Remove the restriction that there be no
37861         trailing slashes.  Now, this code skips past them, effectively
37862         ignoring them.
37863         [TEST_DIRNAME] (main): New unit tests.
37864
37865         * lib/memrchr.c: New file from GNU libc.
37866         Undef __memrchr, too.
37867         [!weak_alias]: Define __memrchr to memrchr.
37868         Guard weak_alias use with `#ifdef weak_alias'.
37869
37870 2000-10-21  Jim Meyering  <meyering@lucent.com>
37871
37872         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
37873         (dir_name): Use dir_name_r.
37874         * lib/dirname.h (dir_name_r): Declare it.
37875
37876 2000-10-17  Jim Meyering  <meyering@lucent.com>
37877
37878         * lib/quote.h (PARAMS): Define and use.
37879         Reported by Akim Demaille.
37880
37881         * lib/getopt.c: Update from libc.
37882
37883 2000-10-16  Jim Meyering  <meyering@lucent.com>
37884
37885         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
37886         setlocale.
37887         From Jan Fedak.
37888
37889 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
37890
37891         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
37892
37893 2000-09-25  Jim Meyering  <meyering@lucent.com>
37894
37895         * lib/md5.h (rol): Define (from GnuPG).
37896
37897         * lib/sha.c: Give credit (GnuPG) where due.
37898         (M): Use rol rather than open-coding it.
37899         Add a FIXME comment.
37900
37901 2000-09-21  Jim Meyering  <meyering@lucent.com>
37902
37903         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
37904         Reported by Michael Stone.
37905
37906 2000-09-20  Jim Meyering  <meyering@lucent.com>
37907
37908         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
37909         (noinst_HEADERS): Add sha.h.
37910         Based on code from Scott G. Miller and from GnuPG.
37911
37912 2000-09-18  Jim Meyering  <meyering@lucent.com>
37913
37914         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
37915         LIBS. Otherwise, everyone ends up linking with -lelf for some
37916         configurations.
37917         Reported by Mike Stone.
37918
37919 2000-09-15  Jim Meyering  <meyering@lucent.com>
37920
37921         * lib/regex.c: Update from libc.
37922
37923 2000-09-10  Jim Meyering  <meyering@lucent.com>
37924
37925         * lib/getopt.c (_getopt_internal): Update from glibc.
37926
37927 2000-09-09  Jim Meyering  <meyering@lucent.com>
37928
37929         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
37930         think it should be used as a general replacement for isascii.
37931         * lib/fnmatch.c: Likewise.
37932         * lib/mbswidth.c: Likewise
37933         * lib/regex.c: Likewise.
37934
37935         Don't use atoi.
37936         * lib/userspec.c: Include sys/param.h and limits.h.
37937         Include xstrtol.h.
37938         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
37939         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
37940         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
37941         UID, GID.  Check range.
37942
37943 2000-09-06  Jim Meyering  <meyering@lucent.com>
37944
37945         * lib/getopt.c (_getopt_internal): Update from glibc.
37946
37947 2000-08-30  Jim Meyering  <meyering@lucent.com>
37948
37949         * lib/strftime.c: Merge in changes from GNU libc.
37950
37951 2000-08-26  Jim Meyering  <meyering@lucent.com>
37952
37953         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
37954         * m4/fpending.m4: New file.
37955
37956 2000-08-26  Jim Meyering  <meyering@lucent.com>
37957
37958         * lib/closeout.c: Include "__fpending.h".
37959         (close_stdout_status): Return right away if there's nothing to flush.
37960
37961         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
37962         * lib/__fpending.c: New file.
37963         * lib/__fpending.h: New file.
37964
37965 2000-08-20  Jim Meyering  <meyering@lucent.com>
37966
37967         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
37968         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
37969         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
37970
37971 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
37972
37973         Improve fileutils installation on systems where running
37974         programs (like install) can't be unlinked.
37975         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
37976         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
37977
37978 2000-08-07  Paul Eggert  <eggert@twinsun.com>
37979
37980         Standardize on "memory exhausted" instead of "Memory exhausted"
37981         or "virtual memory exhausted".
37982         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
37983         "virtual memory exhausted".
37984         * lib/same.c (same_name): Invoke xalloc_die instead of printing
37985         our own message.
37986         * lib/userspec.c (parse_user_spec): Likewise.
37987         * lib/bumpalloc.h: comment fix
37988         * lib/same.c, userspec.c: Include xalloc.h.
37989
37990         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
37991         not char *const and pointing to a constant array.
37992         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
37993         (xrealloc): Comment fix.
37994
37995         * lib/userspec.c (parse_user_spec):
37996         Don't translate a message until just before returning,
37997         to avoid unnecessary translation.
37998
37999 2000-08-07  Jim Meyering  <meyering@lucent.com>
38000
38001         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
38002         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
38003         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
38004         getgroups.c, gethostname.c, getopt.h, group-member.c,
38005         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
38006         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
38007         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
38008         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
38009         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
38010         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
38011         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
38012         yesno.c: Back out Copyright date changes for each file with no change
38013         this year.  This eases coordination with other programs using the same
38014         source code modules.  From Paul Eggert.
38015
38016 2000-08-06  Paul Eggert  <eggert@twinsun.com>
38017
38018         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
38019         not char, for compatibility with glibc 2.1.3 strftime.c.
38020
38021 2000-08-03  Greg McGary  <greg@mcgary.org>
38022
38023         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
38024         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
38025         (EXTEND_BUFFER): Use them.
38026
38027 2000-08-01  Jim Meyering  <meyering@lucent.com>
38028
38029         * lib/dirname.c (ISSLASH): Define.
38030         (BACKSLASH_IS_PATH_SEPARATOR): Define.
38031         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
38032         both `\' and `/' may be use as path separators.
38033         Based on a patch from Prashant TR.
38034
38035 2000-07-31  Paul Eggert  <eggert@twinsun.com>
38036
38037         * lib/quotearg.c (quotearg_n_options): Don't make the initial
38038         slot vector a constant, since it might get modified.
38039
38040 2000-07-31  Jim Meyering  <meyering@lucent.com>
38041
38042         * lib/xmalloc.c: Use `virtual memory exhausted', not
38043         `Memory exhausted'.
38044         * lib/obstack.c (print_and_abort): Likewise.
38045
38046 2000-07-30  Paul Eggert  <eggert@twinsun.com>
38047
38048         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
38049         buffer, so that the caller can always quote one small
38050         component of a "memory exhausted" message in slot 0.
38051         From a suggestion by Jim Meyering.
38052
38053 2000-07-30  Jim Meyering  <meyering@lucent.com>
38054
38055         * lib/makepath.c (make_path): Quote the other instance, too.
38056
38057         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
38058         (STATIC_BUF_SIZE): Define.
38059         (quotearg_n_options): Use only statically allocated storage when
38060         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
38061         than STATIC_BUF_SIZE.
38062
38063 2000-07-29  Jim Meyering  <meyering@lucent.com>
38064
38065         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
38066         * lib/dirname.c (dir_name): Likewise.
38067
38068         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
38069         `/'.
38070
38071         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
38072         (dir_name): Assert that there are no trailing slashes.
38073
38074 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
38075
38076         * lib/mbswidth.h (mbswidth): Add a flags argument.
38077         (mbswidth): New declaration.
38078         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
38079         * lib/mbswidth.c (mbswidth): Add a flags argument.
38080         (mbsnwidth): New function.
38081
38082 2000-07-24  Jim Meyering  <meyering@lucent.com>
38083
38084         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
38085
38086 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38087
38088         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
38089
38090 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38091
38092         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
38093         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
38094         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
38095         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
38096         invoke multibyte primitives.
38097
38098 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38099
38100         * lib/quotearg.c:
38101         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
38102         so that mbstate_t is always defined.
38103
38104         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
38105         be 1 in at least one GCC installation, and this configuration
38106         error is likely to be common.  Ignoring MB_LEN_MAX hurts
38107         performance on hosts that have mbrtowc but have only unibyte
38108         locales, but I assume these hosts are rare.
38109
38110 2000-07-23  Paul Eggert  <eggert@twinsun.com>
38111
38112         * lib/mbswidth.c (_XOPEN_SOURCE):
38113         Don't define; this causes problems on Solaris 7.
38114         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
38115
38116 2000-07-23  Jim Meyering  <meyering@lucent.com>
38117
38118         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
38119         too: getgrgid, getpwuid, getuid.
38120
38121 2000-07-23  Jim Meyering  <meyering@lucent.com>
38122
38123         * lib/basename.c (base_name): Add an assertion.
38124
38125 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
38126
38127         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
38128         shadow its mbsinit function.
38129
38130 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38131
38132         * lib/mbswidth.h: New file.
38133         * lib/mbswidth.c: New file.
38134         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
38135         (noinst_HEADERS): Add mbswidth.h.
38136
38137 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
38138
38139         * lib/config.charset: Add support for FreeBSD. Improve support for
38140         HP-UX and IRIX 6.
38141
38142 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
38143
38144         * m4/mbswidth.m4: New file.
38145         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
38146
38147 2000-07-15  Jim Meyering  <meyering@lucent.com>
38148
38149         * lib/makepath.c: Include quote.h.
38150         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
38151         corresponding argument in a `quote (...)' call.
38152         Give better diagnostics.
38153
38154         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
38155         (noinst_HEADERS): Add quote.h.
38156
38157         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
38158         from tar's src/misc.c.
38159         * lib/quote.h: New file.  Prototypes for same.
38160
38161 2000-07-14  Paul Eggert  <eggert@twinsun.com>
38162
38163         From a suggestion by Bruno Haible.
38164         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
38165         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
38166         to decide whether to define the BeOS workaround macro;
38167         this adjusts to the change to AC_MBSTATE_T.
38168
38169 2000-07-14  Jim Meyering  <meyering@lucent.com>
38170
38171         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
38172         jm_AC_TYPE_UINTMAX_T.
38173
38174 2000-07-13  Paul Eggert  <eggert@twinsun.com>
38175
38176         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
38177
38178         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
38179         quotearg_buffer_restyled): Add support for
38180         clocale_quoting_style.  Undo previous change to
38181         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
38182         and "{RIGHT QUOTATION MARK}" msgids.
38183
38184 2000-07-10  Paul Eggert  <eggert@twinsun.com>
38185
38186         From a suggestion by Bruno Haible.
38187         * m4/mbstate_t.m4 (AC_MBSTATE_T):
38188         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
38189         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
38190         and mbstate_t, to a single-part test that simply defines mbstate_t.
38191         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
38192         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
38193
38194 2000-07-10  Jim Meyering  <meyering@lucent.com>
38195
38196         * m4/strerror_r.m4: Mirror the correction made in autoconf.
38197
38198         * m4/gnu-source.m4: Output to confdefs.h directly.
38199         Suggestion from Akim Demaille.
38200
38201 2000-07-09  Paul Eggert  <eggert@twinsun.com>
38202
38203         The old behavior of quoting `like this' doesn't look good with
38204         newer, ISO-style fonts.  See:
38205         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
38206
38207         Instead, quote "like this" by default.  Let the translator
38208         tailor the locale-specific quoting behavior by providing
38209         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
38210
38211         * lib/quotearg.c (N_): New macro.
38212         (gettext_default): New function.
38213         (quotearg_buffer_restyled): Use
38214         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
38215         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
38216
38217 2000-07-09  Jim Meyering  <meyering@lucent.com>
38218
38219         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
38220         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
38221
38222         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
38223         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
38224
38225 2000-07-09  Jim Meyering  <meyering@lucent.com>
38226
38227         * lib/Most files: Update copyright dates to include 2000.
38228
38229 2000-07-08  Jim Meyering  <meyering@lucent.com>
38230
38231         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
38232         if not defined.
38233         (xgethostname): Remove now-unnecessary #ifdef.
38234         Move declaration of `err' into loop where it's used.
38235
38236 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38237         and Bruno Haible  <haible@clisp.cons.org>
38238
38239         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
38240         only if the test for an object-type mbstate_t fails.  This
38241         prevents us from mistakenly reporting that mbstate_t is a
38242         system object type after we "#define mbstate_t int" to work
38243         around its lack.
38244
38245 2000-07-05  Paul Eggert  <eggert@twinsun.com>
38246         and Bruno Haible  <haible@clisp.cons.org>
38247
38248         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
38249
38250 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38251
38252         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
38253         to strerror_r.
38254         Include <ctype.h> for use of isalpha.
38255
38256 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38257
38258         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
38259         by allocating a larger buffer. Test the gethostname return value for
38260         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
38261         returns an error and ENAMETOOLONG isn't defined.
38262
38263 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
38264
38265         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
38266         dimension.
38267
38268 2000-07-04  Jim Meyering  <meyering@lucent.com>
38269
38270         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
38271         of the deprecated AC_CHECKING.
38272
38273 2000-07-04  Jim Meyering  <meyering@lucent.com>
38274
38275         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
38276         Reported by Bruno Haible.
38277
38278 2000-07-04  Jim Meyering  <meyering@lucent.com>
38279
38280         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
38281         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
38282         lacks mbrtowc.
38283
38284 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38285
38286         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
38287         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
38288
38289 2000-07-03  Paul Eggert  <eggert@twinsun.com>
38290         and Bruno Haible  <haible@clisp.cons.org>
38291
38292         * lib/quotearg.c (mbrtowc):
38293         Assign to *pwc, and return 1 only if result is nonzero.
38294         (iswprint): Use ISPRINT when substituting our own mbrtowc.
38295
38296 2000-07-03  Jim Meyering  <meyering@lucent.com>
38297
38298         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
38299
38300 2000-07-03  Jim Meyering  <meyering@lucent.com>
38301
38302         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
38303         This is necessary to get a definition of e.g., UTMP_FILE on
38304         HP-UX 10.20.
38305         From Bob Proulx.
38306
38307 2000-07-02  Jim Meyering  <meyering@lucent.com>
38308
38309         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
38310
38311         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
38312         AC_LIBOBJ(function_name).
38313         * m4/chown.m4: Likewise.
38314         * m4/fnmatch.m4: Likewise.
38315         * m4/ftruncate.m4: Likewise.
38316         * m4/getgroups.m4: Likewise.
38317         * m4/getline.m4: Likewise.
38318         * m4/group-member.m4: Likewise.
38319         * m4/jm-macros.m4: Likewise.
38320         * m4/lstat.m4: Likewise.
38321         * m4/malloc.m4: Likewise.
38322         * m4/memcmp.m4: Likewise.
38323         * m4/nanosleep.m4: Likewise.
38324         * m4/putenv.m4: Likewise.
38325         * m4/realloc.m4: Likewise.
38326         * m4/regex.m4: Likewise.
38327         * m4/stat.m4: Likewise.
38328         * m4/strftime.m4: Likewise.
38329
38330 2000-07-02  Jim Meyering  <meyering@lucent.com>
38331
38332         * lib/quotearg.c (mbstate_t): Don't define here.
38333
38334 2000-07-02  Jim Meyering  <meyering@lucent.com>
38335
38336         * lib/nanosleep.c (SIGCONT): Define if not already defined.
38337
38338 2000-07-01  Jim Meyering  <meyering@lucent.com>
38339
38340         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
38341
38342 2000-07-01  Jim Meyering  <meyering@lucent.com>
38343
38344         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
38345         problem.
38346
38347 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38348
38349         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
38350         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
38351
38352 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
38353
38354         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
38355         per change in ../m4/ls-mntd-fs.m4.
38356         (read_filesystem_list): Ignore symbolic links.
38357
38358 2000-06-29  Jim Meyering  <meyering@lucent.com>
38359
38360         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
38361         for declaration of strcmp.
38362
38363         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
38364
38365         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
38366         Avoid warning by casting result to `char *' to remove `const'.
38367
38368 2000-06-28  Jim Meyering  <meyering@lucent.com>
38369
38370         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
38371         included by quotearg.c, for which we perform this test.  From
38372         Bruno Haible.
38373
38374 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38375
38376         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
38377         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
38378         <utmpx.h> exists, put readutmp.o into LIBOBJS.
38379
38380 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
38381
38382         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
38383
38384 2000-06-26  Paul Eggert  <eggert@twinsun.com>
38385
38386         savedir now sets errno on failure and invokes xmalloc to get memory.
38387         Fix a couple of other minor bugs while we're at it.
38388
38389         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
38390         (NAMLEN): Remove macro.
38391         (malloc, realloc): Remove decls.
38392         (stpcpy): Likewise.
38393         ("xalloc.h"): Include.
38394         (NAME_SIZE_DEFAULT): New macro.
38395         (savedir): Use xmalloc / xrealloc to allocate memory.
38396         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
38397         Skip "" directory entries.
38398         Use strlen to calculate directory entry length, since the old method
38399         is rarely used these days and isn't worth supporting.
38400         Don't use a pointer after freeing it.
38401         Check for integer overflow when calculating allocation size.
38402         Use memcpy to copy entries, instead of stpcpy.
38403         Set errno properly when returning NULL.
38404         Check for readdir error.
38405
38406 2000-06-26  Jim Meyering  <meyering@lucent.com>
38407
38408         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
38409
38410 2000-06-25  Jim Meyering  <meyering@lucent.com>
38411
38412         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
38413         Linux header bug when _XOPEN_SOURCE is defined to 500.
38414
38415 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38416
38417         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
38418         deficiency.
38419
38420 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
38421
38422         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
38423         Include xalloc.h.
38424         Don't include <stdlib.h>.  Don't declare malloc, realloc.
38425
38426 2000-06-24  Jim Meyering  <meyering@lucent.com>
38427
38428         * m4/strerror_r.m4: Revive this file -- to try out an experimental
38429         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
38430         for which strerror does return char*, but which lacks a conveniently
38431         accessible declaration of the function.  If the compile-test says
38432         strerror_r doesn't work, then resort to a `run'-test that works on
38433         BeOS and segfaults on DEC Unix.
38434
38435 2000-06-24  Jim Meyering  <meyering@lucent.com>
38436
38437         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
38438
38439 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38440
38441         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
38442         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
38443
38444 2000-06-23  Paul Eggert  <eggert@twinsun.com>
38445
38446         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
38447         (mbrtowc, mbstate_t): Define substitutes if
38448         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
38449         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
38450         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
38451
38452 2000-06-23  Jim Meyering  <meyering@lucent.com>
38453
38454         * m4/afs.m4: Add missing AC_MSG_RESULT.
38455         Reported by Bruno Haible.
38456
38457         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
38458         Suggestion from Bruno Haible.
38459
38460 2000-06-23  Jim Meyering  <meyering@lucent.com>
38461
38462         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
38463
38464 2000-06-21  Jim Meyering  <meyering@lucent.com>
38465
38466         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
38467
38468 2000-06-21  Jim Meyering  <meyering@lucent.com>
38469
38470         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
38471         (noinst_HEADERS): Add getstr.h.
38472
38473         * lib/getline.c (getstr): Move into a separate file.
38474         * lib/getstr.c (getstr): New file, extracted from getline.c, with
38475         the following changes: new parameter, delim2; both delim[12]
38476         parameters have type `int', not `char'.  The latter would lose
38477         with 8-bit delimiters.
38478         * lib/getstr.h: New file.
38479
38480 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38481
38482         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
38483         than 1024, return a memory chunk of least possible size, instead
38484         of size PATH_MAX + 2. In the loop, increment the size proportionally.
38485         Use free/xmalloc instead of xrealloc to avoid copying for very long
38486         paths.
38487
38488 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38489
38490         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
38491         the empty string.
38492
38493 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
38494
38495         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
38496         address, not strdup.  Include <stdlib.h> and don't declare free().
38497
38498 2000-06-19  Jim Meyering  <meyering@lucent.com>
38499
38500         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
38501
38502 2000-06-18  Jim Meyering  <meyering@lucent.com>
38503
38504         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
38505
38506         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
38507         `checking whether...' message to be consistent with that of the
38508         lstat test.
38509
38510 2000-06-18  Jim Meyering  <meyering@lucent.com>
38511
38512         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
38513         Besides, these days every porting target provides a mkdir function.
38514
38515         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
38516         needed. (this snippet comes from src/system.h).
38517
38518 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
38519
38520         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
38521
38522 2000-06-15  Paul Eggert  <eggert@twinsun.com>
38523
38524         * lib/human.c (adjust_value): New function.
38525         (human_readable_inexact): Apply rounding style even when
38526         printing approximate values.
38527
38528 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38529
38530         * lib/human.c (human_readable_inexact): Allow an input block
38531         size that is not a multiple of the output block size, and vice versa.
38532         Reported by Piergiorgio Sartor.
38533
38534 2000-06-14  Paul Eggert  <eggert@twinsun.com>
38535
38536         * lib/getdate.y (get_date): Apply relative times after time
38537         zone indicator, not before.  Reported by Todd A. Jacobs.
38538
38539 2000-06-13  Jim Meyering  <meyering@lucent.com>
38540
38541         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
38542
38543         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
38544
38545 2000-06-12  Paul Eggert  <eggert@twinsun.com>
38546
38547         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
38548
38549 2000-06-12  Jim Meyering  <meyering@lucent.com>
38550
38551         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
38552         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
38553         optional argument.
38554         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
38555         the optional argument, `lib'.
38556
38557 2000-06-08  Jim Meyering  <meyering@lucent.com>
38558
38559         * m4/largefile.m4: Remove file (now that it's part of autoconf).
38560
38561 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38562
38563         Rewrite largefile configuration so that we don't need to run
38564         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
38565         AC_CANONICAL_HOST in configure.in -- jmm]
38566
38567         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
38568         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
38569         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
38570         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
38571         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
38572         All uses changed.
38573         Instead of inspecting the output of getconf, try to compile the
38574         test program without and with the macro definition.
38575         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
38576         for getconf.  Instead, check for the needed flags by compiling
38577         test programs.
38578
38579 2000-06-04  Paul Eggert  <eggert@twinsun.com>
38580
38581         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
38582
38583 2000-06-04  Jim Meyering  <meyering@lucent.com>
38584
38585         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
38586         SunOS 4.1.4 for which gid_t is an unsigned type.
38587
38588 2000-06-03  Jim Meyering  <meyering@lucent.com>
38589
38590         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
38591         now that autoconf requires that.
38592
38593         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
38594         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
38595         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
38596
38597 2000-06-03  Jim Meyering  <meyering@lucent.com>
38598
38599         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
38600
38601 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38602
38603         * m4/glibc21.m4: New file.
38604         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
38605
38606 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
38607
38608         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
38609         newer, don't install charset.alias.
38610         * lib/config.charset: Change the Linux/glibc rules so they become empty
38611         on glibc-2.1 or newer.
38612
38613 2000-06-02  Jim Meyering  <meyering@lucent.com>
38614
38615         * lib/mountlist.c: Back out last change.  Instead, do this...
38616         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
38617         me_dummy member using the same `ignore'-testing code.
38618         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
38619         fs_type strings.
38620         From Mark D. Roth.
38621
38622 2000-05-29  Jim Meyering  <meyering@lucent.com>
38623
38624         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
38625         mounts with the `ignore' attribute.  Based on a patch from
38626         Mark D. Roth.
38627
38628 2000-05-28  Jim Meyering  <meyering@lucent.com>
38629
38630         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
38631         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38632         * m4/stat.m4: Likewise.
38633         * m4/lstat.m4: Likewise.
38634         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
38635
38636         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
38637         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
38638
38639 2000-05-26  Jim Meyering  <meyering@lucent.com>
38640
38641         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
38642
38643 2000-05-24  Jim Meyering  <meyering@lucent.com>
38644
38645         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
38646         autoconf requires that.
38647         * m4/lib-check.m4: Likewise.
38648         * m4/jm-macros.m4: Likewise.
38649         * m4/strftime.m4: Likewise.
38650
38651         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
38652         AC_CHECK_DECLS, now that autoconf requires that.
38653
38654 2000-05-22  Jim Meyering  <meyering@lucent.com>
38655
38656         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
38657         * m4/lstat.m4: Likewise.
38658
38659 2000-05-22  Jim Meyering  <meyering@lucent.com>
38660
38661         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
38662
38663 2000-05-20  Jim Meyering  <meyering@lucent.com>
38664
38665         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
38666         (jm_PREREQ): Use it.
38667
38668 2000-05-18  Jim Meyering  <meyering@lucent.com>
38669
38670         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
38671         back, too, since it may have been modified by allocate_entry.
38672         (hash_delete): Rewrite to use neither the assignment operator
38673         nor the comma operator in an if-expression.
38674
38675 2000-05-15  Paul Eggert  <eggert@twinsun.com>
38676
38677         * lib/closeout.c:
38678         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
38679         Remove; no longer needed.
38680         "quotearg.h": Add include.
38681         (file_name): Do not bother to explicitly initialize to NULL; it's less
38682         efficient on some hosts.
38683         (close_stdout_status): Remove test as to whether stdout was already
38684         closed; it breaks for the case "echo x | sort >&-".
38685         Quote file name colons.
38686         Do not assume that _("write error") lacks format strings.
38687
38688 2000-05-15  Jim Meyering  <meyering@lucent.com>
38689
38690         * lib/version-etc.c (version_etc_copyright): Update the copyright
38691         string used in all --version output.
38692
38693 2000-05-14  Jim Meyering  <meyering@lucent.com>
38694
38695         * lib/closeout.c (close_stdout_set_file_name): New function.
38696         (close_stdout_status): Use new file-scoped global.
38697         Return right away if fstat says the stdout file descriptor is invalid.
38698         * lib/closeout.h (close_stdout_set_file_name): Declare.
38699
38700 2000-05-10  Jim Meyering  <meyering@lucent.com>
38701
38702         * lib/closeout.c [default_exit_status]: New file-scoped variable.
38703         (close_stdout_set_status): New function.
38704         * lib/closeout.h (close_stdout_set_status): Declare.
38705
38706 2000-05-09  Jim Meyering  <meyering@lucent.com>
38707
38708         * m4/gettext.m4: Rename this...
38709         * m4/libintl.m4: ...to this.
38710
38711 2000-05-08  Jim Meyering  <meyering@lucent.com>
38712
38713         * lib/long-options.c: Don't include closeout.h.
38714         (parse_long_options): Don't call close_stdout for --version.
38715
38716 2000-05-06  Paul Eggert  <eggert@twinsun.com>
38717
38718         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
38719         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
38720         2.1.3 bug.  This avoids a clash when files like regex.c define
38721         _GNU_SOURCE.
38722
38723 2000-05-06  Jim Meyering  <meyering@lucent.com>
38724
38725         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
38726         (AC_REPLACE_FUNCS): Add strnlen.
38727
38728         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
38729         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
38730
38731         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
38732         AC_SEARCH_LIBS call for nanosleep.
38733         (LIB_NANOSLEEP): Set and AC_SUBST.
38734
38735 2000-05-06  Jim Meyering  <meyering@lucent.com>
38736
38737         * lib/strnlen.c: Undefine __strnlen and strnlen.
38738         [!weak_alias]: Define __strnlen to strnlen.
38739
38740         * lib/atexit.c: New file, from libiberty.
38741
38742 2000-05-06  Jim Meyering  <meyering@lucent.com>
38743
38744         * lib/closeout.c (close_stdout_status): Also check for errors on the
38745         stderr stream.
38746
38747 2000-05-05  Jim Meyering  <meyering@lucent.com>
38748
38749         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
38750         AC_SEARCH_LIBS call for clock_gettime.
38751         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
38752
38753         * m4/search-libs.m4: Update from autoconf.
38754
38755         su doesn't work on Solaris 2.6.
38756         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
38757         <shadow.h>.  Reported by Dragos Harabor.
38758
38759 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
38760
38761         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
38762         memcpy instead of xmalloc, xrealloc, path_concat.
38763         (locale_charset): Treat empty environment variables as absent.
38764         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
38765
38766 2000-05-04  Jim Meyering  <meyering@lucent.com>
38767
38768         * lib/getopt.c: Update from glibc.
38769         * lib/obstack.c: Likewise.
38770         * lib/obstack.h: Likewise.
38771         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
38772         file
38773
38774         * lib/regex.h: Likewise.
38775         * lib/strndup.c: Likewise.
38776         * lib/strnlen.c: New file, from glibc.
38777
38778 2000-05-03  Jim Meyering  <meyering@lucent.com>
38779
38780         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
38781
38782 2000-05-02  Paul Eggert  <eggert@twinsun.com>
38783
38784         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
38785         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
38786         compile-time test, rather than inspecting host and OS, to
38787         decide whether to define _LARGEFILE_SOURCE.
38788
38789 2000-05-01  Jim Meyering  <meyering@lucent.com>
38790
38791         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
38792
38793         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
38794         Based on a patch from Bruno Haible.
38795
38796 2000-05-01  Jim Meyering  <meyering@lucent.com>
38797
38798         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
38799
38800 2000-04-29  Jim Meyering  <meyering@lucent.com>
38801
38802         * lib/path-concat.c: Declare strdup only if it's not defined.
38803         * lib/canon-host.c: Likewise.
38804
38805 2000-04-28  Jim Meyering  <meyering@lucent.com>
38806
38807         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
38808         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
38809         is included first, then limits.h is included by locale.h by libintl.h.
38810         From John David Anglin.
38811
38812 2000-04-25  Jim Meyering  <meyering@lucent.com>
38813
38814         * lib/makepath.c (S_IRWXUGO): Define.
38815         (make_path): Always perform explicit chmod if MODE specifies any
38816         of the `special' permission bits.  Prompted by a bug report against
38817         install from Mate Wierdl and Joost van Baal.
38818
38819 2000-04-18  Jim Meyering  <meyering@lucent.com>
38820
38821         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
38822         (jm_PREREQ): Use it.
38823
38824 2000-04-18  Jim Meyering  <meyering@lucent.com>
38825
38826         * lib/README: New file.
38827
38828         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
38829         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
38830
38831 2000-04-17  Jim Meyering  <meyering@lucent.com>
38832
38833         Get it right :-)
38834         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
38835         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
38836         Suggestion from Akim Demaille.
38837
38838 2000-04-17  Jim Meyering  <meyering@lucent.com>
38839
38840         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
38841         the definition of it to rpl_strftime also defined-away the system's
38842         declaration.
38843
38844 2000-04-15  Jim Meyering  <meyering@lucent.com>
38845
38846         Use `C' to denote so-called `contiguous' files, the same way
38847         that tar does.
38848         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
38849         (ftypelet): Use S_ISCTG.
38850         From Michael Deutschmann.
38851
38852 2000-04-14  Jim Meyering  <meyering@lucent.com>
38853
38854         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
38855         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
38856         clobbered.
38857
38858 2000-04-14  Jim Meyering  <meyering@lucent.com>
38859
38860         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
38861
38862 2000-04-13  Jim Meyering  <meyering@lucent.com>
38863
38864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
38865         AH_VERBATIM to insert required #ifndef into config.h.in.
38866         Suggestion from Akim Demaille.
38867
38868 2000-04-12  Jim Meyering  <meyering@lucent.com>
38869
38870         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
38871         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
38872         Christian Krackowizer.
38873
38874         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
38875         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
38876         (AC_SYS_LARGEFILE): Require.
38877         (AM_C_PROTOTYPES): Require.
38878
38879 2000-04-08  Jim Meyering  <meyering@lucent.com>
38880
38881         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
38882         names don't conflict.  Reported by Eli Zaretskii.
38883
38884 2000-04-07  Jim Meyering  <meyering@lucent.com>
38885
38886         * lib/putenv.c: Move inclusion of errno.h so it follows that of
38887         sys/types.h, to work around system header problems on AIX 3.2.5.
38888         From Bruno Haible.
38889
38890 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
38891
38892         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
38893         bug.  Deal with the different error behavior of Irix iconv.
38894
38895 2000-04-05  Paul Eggert  <eggert@twinsun.com>
38896
38897         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
38898         IRIX if the installer said otherwise.
38899
38900 2000-04-05  Jim Meyering  <meyering@lucent.com>
38901
38902         Portability tweaks required for ultrix4.3.
38903         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
38904         (jm_CHECK_DECLS): Add getutent to the list of functions.
38905         (_jm_DECL_HEADERS): Add utmpx.h.
38906         From John David Anglin.
38907
38908         * m4/strftime.m4: Back out the 2000-04-02 change.
38909         Instead of that change, simply undefine putenv in the test program.
38910
38911 2000-04-05  Jim Meyering  <meyering@lucent.com>
38912
38913         Portability tweaks required for ultrix4.3.
38914         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
38915         getutent.
38916         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
38917         * lib/canon-host.c: Declare strdup.
38918         * lib/path-concat.c: Likewise.
38919         From John David Anglin.
38920
38921 2000-04-04  Jim Meyering  <meyering@lucent.com>
38922
38923         Be more DOS 8.3-friendly.
38924         * lib/ref-add.sin: Renamed from ref-add.sed.in.
38925         * lib/ref-del.sin: Renamed from ref-del.sed.in.
38926         * lib/Makefile.am: Reflect renaming.
38927         Reported by Eli Zaretskii.
38928
38929         Use a temporary file name that won't clash with `charset.alias'
38930         in the DOS 8.3 name space.
38931         * lib/Makefile.am (charset_tmp): Define.
38932         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
38933         (uninstall-local): Likewise.
38934         Reported by Eli Zaretskii.
38935
38936 2000-04-03  Jim Meyering  <meyering@lucent.com>
38937
38938         * m4/gettext.m4: Fix typo in comment.
38939
38940         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
38941         textutils/configure.in).  Suggestion from Paul Eggert.
38942         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
38943
38944 2000-04-02  Paul Eggert  <eggert@twinsun.com>
38945
38946         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
38947         variable in the shell rather than using putenv, which isn't
38948         portable.  This avoids the configure-time inter-test dependency
38949         on the potentially-renamed putenv function.
38950
38951 2000-03-30  Paul Eggert  <eggert@twinsun.com>
38952
38953         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
38954         before checking struct stat.st_blksize, so that
38955         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
38956
38957 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38958
38959         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
38960         since strftime.c uses HAVE_STRFTIME to decide whether to use
38961         the underlying strftime.
38962
38963 2000-03-29  Paul Eggert  <eggert@twinsun.com>
38964
38965         * lib/time/strftime.c (my_strftime): Make sure we call the system
38966         strftime, not ourselves, when invoking the underlying strftime.
38967
38968 2000-03-24  Jim Meyering  <meyering@lucent.com>
38969
38970         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
38971         (charset_alias): Define.
38972         (install-exec-local): Factor out common code.
38973         (uninstall-local): Split lines longer than 80.
38974         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
38975         (SUFFIXES): Define.
38976         (.sed.in.sed): New rule.  Don't redirect directly to $@.
38977         (CLEANFILES): Add ref-add.sed and ref-del.sed.
38978
38979 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
38980
38981         * lib/config.charset: Output a line containing "Packages using this
38982         file".
38983         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
38984         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
38985         ref-del.sed): New rules.
38986
38987 2000-03-17  Jim Meyering  <meyering@lucent.com>
38988
38989         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
38990         Otherwise, include <strings.h>
38991
38992 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
38993
38994         * lib/unicodeio.c (utf8_wctomb): New function.
38995         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
38996         format instead of in UCS-4 with platform dependent endianness.
38997
38998 2000-03-10  Jim Meyering  <meyering@lucent.com>
38999
39000         * m4/lib-check.m4: Look for getspnam in -lgen, too.
39001         From Marco Franzen.
39002
39003 2000-03-07  Paul Eggert  <eggert@twinsun.com>
39004
39005         * lib/savedir.c (savedir): Work even if directory size is
39006         negative; this can happen with some screwy NFS configurations.
39007
39008 2000-03-06  Jim Meyering  <meyering@lucent.com>
39009
39010         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
39011         if it's NULL (because we ran out of memory).  From Bruno Haible.
39012
39013 2000-03-05  Jim Meyering  <meyering@lucent.com>
39014
39015         * lib/localcharset.c ("path-concat.h"): Include.
39016         (get_charset_aliases): Use path_concat instead of ANSI string
39017         concatenation.
39018
39019         * lib/unicodeio.h (PARAMS): Define.
39020         Use it to guard prototype.
39021
39022 2000-03-04  Jim Meyering  <meyering@lucent.com>
39023
39024         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
39025         for lib/localcharset.c.
39026
39027 2000-03-04  Jim Meyering  <meyering@lucent.com>
39028
39029         * lib/Makefile.am (install-exec-local): Create $(libdir) before
39030         installing into it.
39031         (uninstall-local): Uncomment this rule so `make distcheck' works
39032         once again.
39033
39034         * lib/unicodeio.c (<errno.h>): Include it.
39035         (errno): Declare if not defined.
39036
39037         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
39038
39039         * lib/config.charset: New version, incorporating remarks from a linux
39040         i18n mailing list.  From Bruno Haible.
39041
39042 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
39043
39044         * m4/codeset.m4: New file.
39045         * m4/iconv.m4: New file.
39046         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
39047
39048 2000-03-03  Jim Meyering  <meyering@lucent.com>
39049
39050         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
39051
39052 2000-03-02  Jim Meyering  <meyering@lucent.com>
39053
39054         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
39055         the messages come out on separate lines.
39056
39057         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
39058         rather than jm_CHECK_DECLARATIONS.
39059         * m4/decl.m4: Remove now-unused file.
39060
39061         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
39062         geteuid.
39063
39064 2000-03-02  Jim Meyering  <meyering@lucent.com>
39065
39066         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
39067
39068 2000-03-01  Jim Meyering  <meyering@lucent.com>
39069
39070         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
39071         * lib/unicodeio.c: Likewise.
39072
39073 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
39074
39075         * lib/config.charset: New file.
39076         * lib/localcharset.c: New file.
39077         * lib/unicodeio.h, lib/unicodeio.c: New files.
39078         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
39079         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
39080         (noinst_HEADERS): Add unicodeio.h.
39081         (all-local, install-exec-local, charset.alias): New targets.
39082
39083 2000-02-28  Paul Eggert  <eggert@twinsun.com>
39084
39085         * lib/quotearg.c (ALERT_CHAR): New macro.
39086         (quotearg_buffer_restyled): Use it.
39087
39088 2000-02-27  Jim Meyering  <meyering@lucent.com>
39089
39090         * m4/check-decl.m4: Add getenv to the list.
39091
39092 2000-02-27  Jim Meyering  <meyering@lucent.com>
39093
39094         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
39095         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
39096
39097         * lib/backupfile.c: Guard inclusion of stdlib.h with
39098         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
39099         Declare malloc if needed.
39100
39101         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
39102         `#ifndef HAVE_DECL..'
39103         now that autoconf always defines the HAVE_DECL_ symbols.
39104         * lib/human.c: Likewise.
39105         * lib/same.c: Likewise.
39106         * lib/strtoumax.c: Likewise.
39107
39108         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
39109         declaration check was not run.
39110         * lib/hash.c: Likewise.
39111         * lib/human.c: Likewise.
39112         * lib/same.c: Likewise.
39113         * lib/strtoumax.c: Likewise.
39114
39115         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
39116         `.', then first look up the entire `.'-containing string as a login
39117         name.
39118
39119 2000-02-23  Jim Meyering  <meyering@lucent.com>
39120
39121         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
39122         in place of my hack.
39123
39124 2000-02-18  Paul Eggert  <eggert@twinsun.com>
39125
39126         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
39127         (textint): New typedef.
39128         (parser_control): Member year changed from int to textint.
39129         All uses changed.
39130         (YYSTYPE): Removed; replaced by %union with int and textint members.
39131         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
39132         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
39133         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
39134         (tSNUMBER, tUNUMBER): Now of type <textintval>.
39135         (date, number, to_year): Use width of number in digits, not its value,
39136         to determine whether it's a 2-digit year, or a 2-digit time.
39137         (yylex): Store number of digits of numeric tokens.
39138         Reported by John Kendall.
39139
39140         (parser_control): Changed from struct parser_control to typedef (for
39141         consistency).  All uses changed.
39142
39143         (tID): Removed; not used.
39144         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
39145
39146 2000-02-14  Paul Eggert  <eggert@twinsun.com>
39147
39148         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
39149         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
39150
39151 2000-02-12  Jim Meyering  <meyering@lucent.com>
39152
39153         * lib/userspec.c (ISDIGIT): Define it.
39154         (isdigit): Remove definition.
39155         (is_number): Use ISDIGIT, not isdigit.
39156         <libintl.h>: Include.
39157         (_ and N_): Define.
39158         (parse_user_spec): Mark translatable strings.
39159
39160 2000-02-10  Jim Meyering  <meyering@lucent.com>
39161
39162         With these changes, nanosleep.[ch] are finally enough like the other
39163         lib/* replacement files to compile on a few more losing systems.
39164
39165         * lib/nanosleep.h: Don't include config.h.
39166         Remove prototype from declaration of nanosleep.
39167         (PARAMS): Remove now-unneeded definition.
39168         * lib/nanosleep.c: #undef nanosleep.
39169         (rpl_nanosleep): Rename from nanosleep.
39170
39171 2000-02-10  Jim Meyering  <meyering@lucent.com>
39172
39173         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
39174         gnu_nanosleep to rpl_nanosleep.
39175
39176 2000-02-09  Jim Meyering  <meyering@lucent.com>
39177
39178         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
39179         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
39180
39181 2000-02-08  Akim Demaille  <akim@epita.fr>
39182
39183         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
39184         `[' and `]' and remove uses of `changequote'.
39185         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
39186         (AC_SYS_LARGEFILE): Likewise.
39187         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
39188         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
39189         of changequote.
39190         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
39191         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
39192         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
39193         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
39194
39195 2000-02-05  Jim Meyering  <meyering@lucent.com>
39196
39197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
39198         Remove explicit use of AC_HEADER_TIME.  It is required by
39199         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
39200         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
39201         in autoconf whereby the expansion of the latter ended up preceding
39202         the expansion of its prerequisite, AC_HEADER_TIME.
39203         Reported by Volker Borchert.
39204
39205 2000-02-03  Jim Meyering  <meyering@lucent.com>
39206
39207         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
39208
39209 2000-02-03  Jim Meyering  <meyering@lucent.com>
39210
39211         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
39212         rather than with `#if HAVE_UTMPNAME'.
39213
39214 2000-02-02  Jim Meyering  <meyering@lucent.com>
39215
39216         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
39217         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
39218         Reported by Eli Zaretskii.
39219
39220 2000-02-01  Jim Meyering  <meyering@lucent.com>
39221
39222         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
39223
39224 2000-01-31  Jim Meyering  <meyering@lucent.com>
39225
39226         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
39227         functions.  Add the time.h and sys/time.h headers along with the
39228         AC_REQUIRE'ment of AC_HEADER_TIME.
39229
39230 2000-01-31  Jim Meyering  <meyering@lucent.com>
39231
39232         * lib/nanosleep.h (nanosleep): Guard declaration with
39233         `#if ! HAVE_DECL_NANOSLEEP'.
39234         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
39235         the declaration in that vendor's sys/timers.h.
39236         Reported by Christian Krackowizer.
39237
39238         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
39239         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
39240         (ISPRINT): Likewise.
39241         Reported by Tom Tromey.
39242
39243 2000-01-30  Jim Meyering  <meyering@lucent.com>
39244
39245         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
39246
39247         * m4/prereq.m4 (utmp_includes): Define.
39248         Check for ut_user and ut_name members in both struct utmpx
39249         and struct utmp.
39250
39251 2000-01-30  Jim Meyering  <meyering@lucent.com>
39252
39253         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
39254         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
39255         header files where only utmpx.ut_user is declared.
39256
39257         * lib/readutmp.h (UT_USER): Define.
39258
39259 2000-01-29  Jim Meyering  <meyering@lucent.com>
39260
39261         * m4/lib-check.m4: New file containing library-related checks from
39262         fileutils and sh-utils (textutils had none).
39263
39264 2000-01-28  Jim Meyering  <meyering@lucent.com>
39265
39266         * m4/perl.m4: Change format of warning message to look more like that
39267         from the missing script.  Suggestion from François Pinard.
39268
39269 2000-01-25  Jim Meyering  <meyering@lucent.com>
39270
39271         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
39272         well as time.h in the compile check.
39273         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
39274         Fix typo in cross-compiling case: s/yes/no/.
39275
39276 2000-01-23  Jim Meyering  <meyering@lucent.com>
39277
39278         * m4/jm-macros.m4: Move df-related tests here from
39279         fileutils/configure.in
39280
39281         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
39282         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
39283
39284         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
39285         s/space/ac_fsusage_space/.
39286         (jm_FILE_SYSTEM_USAGE): Take two parameters.
39287
39288         * m4/ftruncate.m4: New file (derived from part of
39289         fileutils/configure.in).
39290         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
39291         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
39292
39293         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
39294         AC_SUBST these here, rather than just in sh-util/configure.in, so
39295         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
39296         all the same.
39297         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
39298         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
39299         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
39300         (AC_SUBST(POW_LIBM)): Likewise.
39301         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
39302
39303 2000-01-23  Jim Meyering  <meyering@lucent.com>
39304
39305         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
39306         obstack.c.
39307
39308 2000-01-22  Jim Meyering  <meyering@lucent.com>
39309
39310         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
39311
39312         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
39313
39314         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
39315         configure.in
39316         (AC_CHECK_HEADERS): Likewise for sh-utils.
39317         (AC_CHECK_HEADERS): Likewise for textutils.
39318         Merge the three lists of headers.
39319
39320         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
39321         from fileutils' configure.in.
39322
39323         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
39324         code. Moved tests into their own function (_jm_DECL_HEADERS) in
39325         check-decl.m4.
39326
39327         * m4/check-decl.m4: Use #if rather than #ifdef.
39328         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
39329         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
39330         (_jm_DECL_HEADERS): Define new function.
39331         (jm_CHECK_DECLARATIONS): Require it.
39332
39333 2000-01-22  Jim Meyering  <meyering@lucent.com>
39334
39335         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
39336         [! HAVE_DECL_STRTOULL]: Declare strtoull.
39337         Required for some AIX systems.  Reported by Christian Krackowizer.
39338         [TESTING] (main): New function.
39339
39340         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
39341         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
39342         letters.
39343
39344         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
39345         iswprint.
39346
39347         * lib/strverscmp.c (ISDIGIT): Define.
39348         (strverscmp): Use ISDIGIT, not isdigit.
39349
39350 2000-01-19  Jim Meyering  <meyering@lucent.com>
39351
39352         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
39353         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
39354         defines `struct timespec' in <sys/time.h>
39355
39356         * m4/c-bs-a.m4: Remove uses of changequote altogether.
39357         Thanks to Akim for explaining.
39358
39359 2000-01-17  Paul Eggert  <eggert@twinsun.com>
39360
39361         * lib/nanosleep.c (nanosleep):
39362         Don't use SA_INTERRUPT to decide whether to call sigaction, as
39363         POSIX.1 doesn't require SA_INTERRUPT and some systems
39364         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
39365         it's been part of POSIX.1 since day 1 (in 1988).
39366
39367 2000-01-17  Jim Meyering  <meyering@lucent.com>
39368
39369         * lib/interlock: Remove unused file.  Reported by François Pinard.
39370
39371 2000-01-16  Paul Eggert  <eggert@twinsun.com>
39372
39373         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
39374         alert, backslash, formfeed, and vertical tab unnecessarily in
39375         shell quoting style.
39376
39377 2000-01-16  Jim Meyering  <meyering@lucent.com>
39378
39379         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
39380         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
39381         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
39382         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
39383
39384 2000-01-16  Jim Meyering  <meyering@lucent.com>
39385
39386         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
39387         because the latter didn't work.
39388
39389 2000-01-15  Jim Meyering  <meyering@lucent.com>
39390
39391         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
39392         (AC_REPLACE_FUNCS): Add memcpy and memset.
39393         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
39394         Add strpbrk.
39395         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
39396
39397 2000-01-12  Jim Meyering  <meyering@lucent.com>
39398
39399         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
39400         (jm_PREREQ): Use it.
39401         (jm_PREREQ_READUTMP): New macro.
39402         (jm_PREREQ): Use it.
39403
39404 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39405
39406         Quote multibyte characters correctly.
39407         * m4/c-bs-a.m4: New file.
39408         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
39409         (jm_PREREQ): Use it.
39410
39411 2000-01-11  Paul Eggert  <eggert@twinsun.com>
39412
39413         * m4/uintmax_t.m4: Port to autoconf 2.13.
39414
39415 2000-01-08  Jim Meyering  <meyering@ascend.com>
39416
39417         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
39418         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
39419
39420 2000-01-04  Jim Meyering  <meyering@ascend.com>
39421
39422         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
39423         jm_STRUCT_DIRENT_D_TYPE.
39424         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
39425         jm_STRUCT_DIRENT_D_INO.
39426         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
39427         jm_STRUCT_UTIMBUF.
39428         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
39429         renamings.
39430         * m4/utime.m4: Likewise.
39431
39432         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
39433         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
39434
39435 2000-01-03  Paul Eggert  <eggert@twinsun.com>
39436
39437         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
39438         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
39439
39440 2000-01-02  Jim Meyering  <meyering@ascend.com>
39441
39442         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
39443         remember if this is necessary.
39444
39445 1999-12-26  Jim Meyering  <meyering@ascend.com>
39446
39447         * m4/jm-macros.m4: Use it here.
39448         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
39449
39450 1999-12-23  Jim Meyering  <meyering@ascend.com>
39451
39452         * m4/jm-macros.m4: Check for clock_gettime (moved from
39453         fileutils/configure.in)
39454         Check for gettimeofday.
39455
39456 1999-12-20  Jim Meyering  <meyering@ascend.com>
39457
39458         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
39459         autoconf-2.14a-1999-12-20.
39460
39461 1999-12-19  Jim Meyering  <meyering@ascend.com>
39462
39463         * m4/lstat-slash.m4: New file.
39464         * m4/jm-macros.m4: Use the new macro:
39465         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39466
39467 1999-12-07  Jim Meyering  <meyering@ascend.com>
39468
39469         * m4/perl.m4: Require that File::Compare be available, too.
39470         Too many systems seem to lack it.
39471
39472         * m4/strftime.m4: Add checks for most of the cpp macros tested in
39473         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
39474
39475 1999-11-18  Paul Eggert  <eggert@twinsun.com>
39476
39477         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
39478         problem with the QNX 4.25 shell, which doesn't propagate exit
39479         status of failed commands inside shell assignments.
39480
39481 1999-11-17  Jim Meyering  <meyering@ascend.com>
39482
39483         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
39484
39485 1999-11-07  Jim Meyering  <meyering@ascend.com>
39486
39487         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
39488
39489 1999-11-06  Jim Meyering  <meyering@ascend.com>
39490
39491         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
39492         * m4/jm-macros.m4 (jm_MACROS): Use it here.
39493
39494 1999-11-05  Jim Meyering  <meyering@ascend.com>
39495
39496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
39497         configure.in of textutils, fileutils, and sh-utils into this one
39498         (shared between those packages) file.
39499         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
39500         AC_STRUCT_ST_BLKSIZE.
39501
39502 1999-11-03  Jim Meyering  <meyering@ascend.com>
39503
39504         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
39505         of AC_CHECK_TYPE checks includes unistd.h.
39506         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
39507         Suggestion from Akim Demaille.
39508
39509 1999-10-30  Jim Meyering  <meyering@ascend.com>
39510
39511         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
39512         m4-quoted string.
39513         * m4/ls-mntd-fs.m4: Likewise.
39514         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
39515         * m4/jm-winsz1.m4: Likewise.
39516
39517         * m4/const.m4: Remove file, since the fix made it into the experimental
39518         version of autoconf.
39519         * m4/mktime.m4: Likewise.
39520
39521         * m4/check-type.m4: Remove file, now that the latest version of
39522         AC_CHECK_TYPE takes a third arg to specify additional #includes.
39523
39524         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
39525         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
39526         AC_CHECK_TYPE.
39527
39528 1999-10-04  Jim Meyering  <meyering@ascend.com>
39529
39530         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
39531
39532 1999-09-22  Paul Eggert  <eggert@twinsun.com>
39533
39534         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
39535         2.95.1 bug with HP-UX 10.20.
39536
39537 1999-09-17  Jim Meyering  <meyering@ascend.com>
39538
39539         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
39540         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
39541         due to missing strdup (against sh-utils-2.0).
39542
39543 1999-08-29  Jim Meyering  <meyering@ascend.com>
39544
39545         * m4/jm-macros.m4: Require jm_BISON.
39546         * m4/bison.m4: New file.
39547
39548 1999-08-17  Paul Eggert  <eggert@twinsun.com>
39549
39550         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
39551         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
39552
39553 1999-08-05  Jim Meyering  <meyering@ascend.com>
39554
39555         * m4/getline.m4: Rename test file from conftestdata to conftest.data
39556         to avoid conflicts with `conftest' on 8+3 filesystems.
39557         Suggestion from Eli Zaretskii.
39558
39559 1999-08-04  Jim Meyering  <meyering@ascend.com>
39560
39561         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
39562         fileutils and sh-utils (textutils's getline test was inadequate).
39563         (AM_FUNC_GETLINE): Run this test.
39564         (AC_CHECK_FUNCS): Check for getdelim.
39565         Reported by Bob Proulx.
39566
39567 1999-08-02  Jim Meyering  <meyering@ascend.com>
39568
39569         * m4/jm-macros.m4: Add a comment.
39570
39571 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39572
39573         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
39574         <inttypes.h> defines strtoumax as a macro (and not as a
39575         function).
39576
39577 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39578
39579         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
39580         that we can shift, multiply and divide unsigned long long
39581         values; Ultrix cc can't do it.
39582
39583 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39584
39585         * m4/mktime.m4: New file, which is a preview of what should appear
39586         in the next public autoconf release.
39587
39588 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39589
39590         * m4/lfs.m4: Remove this file.
39591         * m4/largefile.m4: New file.  It contains the old contents of
39592         lfs.m4, except that all names with prefix AC_LFS have been
39593         changed to use the prefix AC_SYS_LARGEFILE instead, to be
39594         compatible with future autoconf versions.  Also, some minor m4
39595         quoting problems have been fixed.
39596
39597 1999-08-01  Paul Eggert  <eggert@twinsun.com>
39598
39599         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
39600         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
39601         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
39602         and simplify the shell code.
39603
39604 1999-08-01  Jim Meyering  <meyering@ascend.com>
39605
39606         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
39607         m4.
39608
39609 1999-07-20  Jim Meyering  <meyering@ascend.com>
39610
39611         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
39612
39613 1999-07-15  Jim Meyering  <meyering@ascend.com>
39614
39615         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
39616
39617 1999-05-22  Jim Meyering  <meyering@ascend.com>
39618
39619         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
39620
39621 1999-05-20  Jim Meyering  <meyering@ascend.com>
39622
39623         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
39624         Add a colon after each `then' in case $4 is empty.
39625
39626 1999-05-16  Jim Meyering  <meyering@ascend.com>
39627
39628         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
39629
39630 1999-05-10  Jim Meyering  <meyering@ascend.com>
39631
39632         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
39633
39634         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
39635         AC_FUNC_MKTIME.
39636
39637 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
39638
39639         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
39640
39641 1999-05-04  Paul Eggert  <eggert@twinsun.com>
39642
39643         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
39644         not CPPFLAGS, so that linking works correctly in IRIX.
39645
39646 1999-04-30  Paul Eggert  <eggert@twinsun.com>
39647
39648         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
39649
39650 1999-04-20  Paul Eggert  <eggert@twinsun.com>
39651
39652         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
39653         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
39654         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
39655         jm_AC_TYPE_UNSIGNED_LONG_LONG.
39656         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
39657
39658         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
39659
39660 1999-04-20  Jim Meyering  <meyering@ascend.com>
39661
39662         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
39663         AC_REPLACE xstroull if necessary.  From Paul Eggert.
39664         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
39665
39666 1999-04-18  Jim Meyering  <meyering@ascend.com>
39667
39668         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
39669         * m4/jm-macros.m4: Use it.
39670
39671 1999-04-06  Jim Meyering  <meyering@ascend.com>
39672
39673         * m4/strftime.m4: Remove test for %f.
39674
39675 1999-03-29  Jim Meyering  <meyering@ascend.com>
39676
39677         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
39678         superset of the AC_TYPE_* checks in the textutils, fileutils,
39679         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
39680         AC_TYPE_PID_T.
39681
39682 1999-03-28  Jim Meyering  <meyering@ascend.com>
39683
39684         * m4/jm-macros.m4: Define GNU_PACKAGE here.
39685         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
39686         replaced e.g., in the *.sh files of the sh-utils.
39687
39688 1999-03-20  Jim Meyering  <meyering@ascend.com>
39689
39690         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
39691         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
39692         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
39693
39694 1999-03-19  Jim Meyering  <meyering@ascend.com>
39695
39696         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
39697
39698 1999-03-12  Jim Meyering  <meyering@ascend.com>
39699
39700         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
39701
39702 1999-03-07  Jim Meyering  <meyering@ascend.com>
39703
39704         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
39705         declared.
39706
39707 1999-02-17  Jim Meyering  <meyering@ascend.com>
39708
39709         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
39710         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
39711
39712 1999-02-07  Jim Meyering  <meyering@ascend.com>
39713
39714         * m4/group-member.m4: New file -- extracted from sh-utils'
39715         configure.in.
39716
39717         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
39718         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
39719
39720 1999-02-06  Jim Meyering  <meyering@ascend.com>
39721
39722         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
39723         * m4/fnmatch.m4: Likewise.
39724         * m4/getgroups.m4: Likewise.
39725         * m4/lstat.m4: Likewise.
39726         * m4/malloc.m4: Likewise.
39727         * m4/putenv.m4: Likewise.
39728         * m4/realloc.m4: Likewise.
39729         * m4/regex.m4: Likewise.
39730         * m4/stat.m4: Likewise.
39731         * m4/strftime.m4: Likewise.
39732         Suggestion from Alain Magloire.
39733
39734         * m4/chown.m4: Use `.$ac_objext', not `.o'.
39735         * m4/fnmatch.m4: Likewise.
39736         * m4/getgroups.m4: Likewise.
39737         * m4/getline.m4: Likewise.
39738         * m4/lstat.m4: Likewise.
39739         * m4/malloc.m4: Likewise.
39740         * m4/memcmp.m4: Likewise.
39741         * m4/putenv.m4: Likewise.
39742         * m4/realloc.m4: Likewise.
39743         * m4/regex.m4: Likewise.
39744         * m4/stat.m4: Likewise.
39745         * m4/strftime.m4: Likewise.
39746         Suggestion from Alain Magloire.
39747
39748         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
39749         an argument.
39750
39751         * m4/regex.m4: Add a run-time Test for proper operation of
39752         re_compile_pattern.
39753
39754 1999-01-31  Jim Meyering  <meyering@ascend.com>
39755
39756         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
39757
39758 1999-01-30  Jim Meyering  <meyering@ascend.com>
39759
39760         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
39761
39762         * m4/jm-mktime.m4: Make this a wrapper around the official
39763         AM_FUNC_MKTIME rather than my private copy, now that the official one
39764         is up to date.
39765         * m4/mktime.m4: Remove file.
39766
39767         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
39768         * m4/uptime.m4: Likewise.
39769         * m4/uintmax_t.m4: Likewise.
39770
39771 1999-01-28  Jim Meyering  <meyering@ascend.com>
39772
39773         * m4/jm-macros.m4: Use jm_AFS.
39774         * m4/afs.m4: New file (from fileutils' configure.in).
39775
39776         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
39777         * m4/chown.m4: Likewise.
39778         * m4/d-ino.m4: Likewise.
39779         * m4/d-type.m4: Likewise.
39780         * m4/fnmatch.m4: Likewise.
39781         * m4/getgroups.m4: Likewise.
39782         * m4/gettext.m4: Likewise.
39783         * m4/jm-mktime.m4: Likewise.
39784         * m4/jm-winsz2.m4: Likewise.
39785         * m4/lcmessage.m4: Likewise.
39786         * m4/ls-mntd-fs.m4: Likewise.
39787         * m4/malloc.m4: Likewise.
39788         * m4/memcmp.m4: Likewise.
39789         * m4/putenv.m4: Likewise.
39790         * m4/realloc.m4: Likewise.
39791         * m4/st_mtim.m4: Likewise.
39792         * m4/strftime.m4: Likewise.
39793
39794 1999-01-16  Jim Meyering  <meyering@ascend.com>
39795
39796         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
39797         (ARGMATCH_DIE_DECL): Define.
39798
39799 1999-01-12  Jim Meyering  <meyering@ascend.com>
39800
39801         * m4/Makefile.am.in: Rewrite to avoid using fmt.
39802         Reported by Lars Hecking.
39803
39804 1999-01-10  Jim Meyering  <meyering@ascend.com>
39805
39806         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
39807         gross kludge.
39808         * m4/inttypes_h.m4: Likewise.
39809         * m4/lstat.m4: Likewise.
39810         * m4/malloc.m4: Likewise.
39811         * m4/readdir.m4: Likewise.
39812         * m4/realloc.m4: Likewise.
39813         * m4/st_dm_mode.m4: Likewise.
39814         * m4/stat.m4: Likewise.
39815         * m4/utimbuf.m4: Likewise.
39816         * m4/utimes.m4: Likewise.
39817
39818         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
39819         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
39820         comments in config.h.in are meaningful.
39821
39822         * m4/jm-macros.m4: Require autoconf-2.13 here.
39823
39824         * m4/regex.m4: By default, don't use the included regex.c on systems
39825         with glibc 2.  Suggestion from Uli Drepper.
39826
39827 1999-01-02  Jim Meyering  <meyering@ascend.com>
39828
39829         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
39830
39831 1998-12-18  Jim Meyering  <meyering@ascend.com>
39832
39833         * m4/Makefile.am.in (Makefile.am): Simplify rule.
39834         Based on a suggestion from Lars Hecking.
39835
39836 1998-11-16  Paul Eggert  <eggert@twinsun.com>
39837
39838         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
39839
39840 1998-11-16  Jim Meyering  <meyering@ascend.com>
39841
39842         * m4/lfs.m4: Double-quote the `uname...` expression.
39843
39844 1998-11-14  Jim Meyering  <meyering@ascend.com>
39845
39846         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
39847         * m4/stat.m4: Likewise.
39848
39849 1998-11-03  Jim Meyering  <meyering@ascend.com>
39850
39851         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
39852         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
39853
39854 1998-10-18  Jim Meyering  <meyering@ascend.com>
39855
39856         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
39857
39858 1998-10-17  Jim Meyering  <meyering@ascend.com>
39859
39860         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
39861         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
39862         calls for those previously hard-coded headers.  Instead, take a new
39863         parameter.
39864         (jm_CHECK_DECLARATIONS): Reflect interface change.
39865         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
39866         (jm_CHECK_DECL_LOCALTIME_R): New macro.
39867
39868         * m4/mktime.m4: Test for spring-forward gap before long-running test.
39869
39870 1998-10-14  Jim Meyering  <meyering@ascend.com>
39871
39872         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
39873         instead of "TZ=America/Vancouver".  From Paul Eggert.
39874
39875 1998-10-11  Jim Meyering  <meyering@ascend.com>
39876
39877         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
39878         This adds a test for a recently added compatibility fix for mktime.c.
39879         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
39880
39881 1998-09-27  Jim Meyering  <meyering@ascend.com>
39882
39883         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
39884
39885         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
39886         ../configure.in, including a change from Gordon Matzigkeit to allow
39887         cross-compiling for the Hurd.
39888
39889         * m4/glibc.m4: New file/macro to test for the GNU C Library
39890         versions 1 and 2.  From Gordon Matzigkeit.
39891         Indent.
39892
39893 1998-09-21  Jim Meyering  <meyering@ascend.com>
39894
39895         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
39896
39897 1998-08-18  Paul Eggert  <eggert@twinsun.com>
39898
39899         Port nanosecond-resolution times to UnixWare 2.1.2 and
39900         pedantic Solaris 2.6.
39901
39902         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
39903         AC_STRUCT_ST_MTIM.
39904         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
39905         Generate name of ns member, instead of just 1 or undef.
39906         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
39907
39908 1998-08-15  Jim Meyering  <meyering@ascend.com>
39909
39910         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
39911         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
39912         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
39913         instead of jm_TYPE_SSIZE_T.
39914
39915 1998-08-12  Jim Meyering  <meyering@ascend.com>
39916
39917         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
39918
39919 1998-08-02  Jim Meyering  <meyering@ascend.com>
39920
39921         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
39922         in acconfig.h manually.
39923
39924 1998-07-31  Paul Eggert  <eggert@twinsun.com>
39925
39926         * m4/st_mtim.m4: New file.
39927
39928 1998-07-28  Jim Meyering  <meyering@ascend.com>
39929
39930         * m4/utimes.m4: Undef stat.
39931
39932 1998-07-25  Jim Meyering  <meyering@ascend.com>
39933
39934         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
39935         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
39936
39937 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
39938
39939         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
39940         uid and gid actually remain unchanged.
39941
39942 1998-07-07  Jim Meyering  <meyering@ascend.com>
39943
39944         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
39945
39946 1998-07-04  Jim Meyering  <meyering@ascend.com>
39947
39948         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
39949         to prove that this macro can be used in packages without regex.c.
39950
39951 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
39952
39953         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
39954         is to be used.
39955
39956 1998-07-03  Jim Meyering  <meyering@ascend.com>
39957
39958         * m4/gettext.m4: Add -lintl if it's found to be necessary.
39959
39960         * m4/gettext.m4: New file -- from gettext-0.10.35.
39961         * m4/lcmessage.m4: Likewise.
39962         * m4/progtest.m4: Likewise.
39963
39964         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
39965         * m4/jm-macros.m4: Require the new macro.
39966
39967 1998-06-29  Jim Meyering  <meyering@ascend.com>
39968
39969         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
39970         for the definition of NGROUPS (used in a system header included
39971         by sys/mount.h).
39972
39973 1998-06-28  Jim Meyering  <meyering@ascend.com>
39974
39975         * m4/ls-mntd-fs.m4: New file.
39976         * m4/fstypename.m4: New file.
39977
39978         * m4/jm-macros.m4: Require the new macro.
39979         * m4/jm-glibc-io.m4: New file.
39980
39981 1998-05-19  Jim Meyering  <meyering@ascend.com>
39982
39983         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
39984         * m4/lchown.m4: New file.
39985
39986         * m4/Makefile.am.in: New file.
39987         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
39988
39989 1998-05-14  Jim Meyering  <meyering@ascend.com>
39990
39991         * m4/Makefile.am (EXTRA_DIST): Add them.
39992         * m4/jm-macros.m4: New file.
39993         * m4/utimbuf.m4: New file.
39994
39995 1998-05-12  Jim Meyering  <meyering@ascend.com>
39996
39997         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
39998
39999 1998-05-11  Jim Meyering  <meyering@ascend.com>
40000
40001         * m4/isc-posix.m4: New file.
40002
40003 1998-05-10  Jim Meyering  <meyering@ascend.com>
40004
40005         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
40006
40007 1998-05-09  Jim Meyering  <meyering@ascend.com>
40008
40009         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
40010         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
40011         with automake.
40012
40013         * m4/ssize_t.m4: New file.
40014         * m4/mktime.m4: Remove file -- the new automake has this now.
40015
40016 1998-04-26  Jim Meyering  <meyering@ascend.com>
40017
40018         * m4/assert.m4: New file.
40019         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
40020
40021 1998-04-05  Jim Meyering  <meyering@ascend.com>
40022
40023         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
40024         (jm_PREREQ): Use it here.
40025
40026 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
40027
40028         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
40029         in acconfig.h.
40030
40031 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
40032
40033         * m4/prereq.m4: New file.
40034         * m4/error.m4: New file.
40035         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
40036
40037 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
40038
40039         * m4/getline.m4: Don't set am_cv_func_working_getline before the
40040         cache-check for the same variable -- that defeated the purpose of
40041         the test; the test program was never run.  This was a problem only
40042         on systems with losing getline functions -- HP-UX 10.20 is one.
40043         Reported by Bjorn Helgaas.
40044
40045 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
40046
40047         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
40048
40049 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
40050
40051         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
40052
40053         * m4/const.m4: New file.  Use an initializer in this declaration
40054         typedef int charset[2]; const charset x;
40055         Reported by Bob Glickstein.
40056
40057 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
40058
40059         * m4/chown.m4: Fix reversed types on -1 args to chown.
40060         From Kaveh Ghazi.
40061
40062 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
40063
40064         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
40065         Add lseek and memchr.
40066
40067         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
40068         T.E.Dickey <dickey@clark.net> said that some older preprocessors
40069         have a 20-character limit on names.
40070
40071 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
40072
40073         * m4/inttypes_h.m4: New file.
40074         * m4/uintmax_t.m4: New file.
40075         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
40076
40077
40078         -----
40079
40080         Copyright (C) 1997-2008 Free Software Foundation, Inc.
40081
40082         Copying and distribution of this file, with or without
40083         modification, are permitted provided the copyright notice
40084         and this notice are preserved.